← 返回提示詞庫
通用 難度:入門

图像综合分析报告

Comprehensive Image Analysis Report

对用户提供的图像进行全面分析,输出包含相机参数、场景内容、置信度等结构化JSON格式的详细分析报告。

適用平台: ChatGPTClaudeGemini
{
  "meta": {
    "source_image": "user_provided_image",
    "analysis_timestamp": "2024-07-30T12:00:00Z",
    "analysis_model": "image_to_json_v1.0",
    "overall_confidence": 0.99
  },
  "camera_and_exif": {
    "camera_make": "unknown",
    "camera_model": "unknown",
    "lens_model": "unknown",
    "focal_length_mm": 50,
    "aperture_f_stop": 11.0,
    "shutter_speed_s": 0.004,
    "iso_value": 1600,
    "white_balance_mode": "n/a (monochrome)",
    "exposure_compensation_ev": 0,
    "orientation": "portrait",
    "resolution_px": "800x995",
    "color_profile": "grayscale"
  },
  "scene_environment": {
    "scene_type": "户外,开阔区域,临时活动布置",
    "time_of_day": "白天",
    "season": "未知",
    "weather_conditions": "阴天,漫射光",
    "temperature_appearance": "中性,略冷",
    "environment_distance_depth": {
      "foreground_depth_m": 2.0,
      "midground_depth_m": 15,
      "background_depth_m": 60
    },
    "environment_description": "一个宽阔、空旷、露天的铺砌区域或礼堂地板,数百张深色折叠椅排列成不规则的排,在均匀、漫射的日光下。前景中坐着一个孤独的人影,面向椅子。",
    "ground_material": "粗糙的水泥或沥青",
    "ambient_objects": [
      {
        "id": "env_obj_chair_array",
        "type": "折叠椅 (数百张)",\        "position_relative_to_subject": "前方,远至极远",
        "approx_distance_m": 5.0,
        "height_m": 0.8,
        "width_m": 0.45,
        "material": "金属框架,深色塑料/乙烯基座和靠背",
        "color_dominant": "#4A4A4A",
        "texture": "光滑的座/靠背,金属框架,略带光泽",
        "occlusion": "由于高角度透视下排的重叠而部分遮挡"
      }
    ],
    "air_properties": {
      "humidity_estimate": 0.6,
      "haze_level": 0.15,
      "fog_density": 0.0,
      "color_tint": "不适用 (单色)"
    }
  },
  "spatial_geometry_and_distances": {
    "camera_position": {
      "x_m": 0,
      "y_m": 25.0,
      "z_m": -8.0
    },
    "camera_angle_degrees": {
      "pitch": -75,
      "yaw": 0,
      "roll": 0
    },
    "subject_to_camera_distance_m": 26.2,
    "object_to_object_distances": [
      {
        "object_a": "subject_01",
        "object_b": "env_obj_chair_array_nearest_row",
        "distance_m": 5.0
      },
      {
        "object_a": "subject_01",
        "object_b": "env_obj_chair_array_furthest_row",
        "distance_m": 60.0
      }
    ],
    "height_reference_scale": {
      "known_reference": "人",
      "height_m": 1.75,
      "pixel_to_meter_ratio": 0.0109
    }
  },
  "subjects_and_anatomy": {
    "people_detected": 1,
    "subjects": [
      {
        "id": "subject_01",
        "category": "人类",
        "age_estimate": 40,
        "gender_appearance": "男性",
        "body_posture": "坐姿,背对镜头,向前看",
        "height_estimate_m": 1.75,
        "shoulder_width_m": 0.48,
        "body_proportions": {
          "head_height_ratio": 0.125,
          "torso_to_leg_ratio": 0.5
        },
        "facial_structure": {
          "face_shape": "未知",
          "jawline_definition": "未知",
          "skin_tone": "不适用 (单色)",
          "facial_expression": "未知",
          "eye_color": "未知",
          "hair_color": "深色",
          "hair_style": "短发,梳理整齐",
          "facial_feature_asymmetry": "未知"
        },
        "position_in_scene": {
          "relative_position": "画面底部中央",
          "depth_layer": "前景-中景过渡",
          "ground_contact": "坐在椅子上,椅子腿着地",
          "orientation_to_camera": "与相机旋转 180 度 (背对相机)"
        },
        "clothing": [
          {
            "item": "西装外套",
            "color": "#1A1A1A",
            "material": "羊毛混纺",
            "fit": "修身",
            "pattern": "纯色",
            "texture": "光滑哑光"
          },
          {
            "item": "西裤",
            "color": "#1A1A1A",
            "material": "羊毛混纺",
            "fit": "修身",
            "pattern": "纯色",
            "texture": "光滑哑光"
          },
          {
            "item": "椅子",
            "color": "#333333",
            "material": "金属框架,深色塑料/乙烯基座",
            "fit": "标准折叠椅",
            "pattern": "无",
            "texture": "光滑座面,金属框架"
          }
        ]
      }
    ]
  },
  "lighting_analysis": {
    "main_light_source": {
      "type": "自然漫射光",
      "direction": "头顶,全向",
      "intensity_lux": 8000,
      "softness": "极其柔和",
      "color_temp_k": "不适用 (单色)"
    },
    "secondary_lights": [],
    "shadow_properties": {
      "present": true,
      "softness": "非常柔和,几乎难以察觉",
      "direction_degrees": 180,
      "tint_color": "不适用 (单色)"
    },
    "reflections": {
      "present": false
    },
    "mood_descriptor": "庄重,孤立,期待,广阔,极简,沉思"
  },
  "color_texture_and_style": {
    "dominant_palette": [
      "#E6E6E6",
      "#CCCCCC",
      "#AAAAAA",
      "#4A4A4A",
      "#1A1A1A"
    ],
    "palette_description": "单色调色板,深黑色和亮白色之间形成高对比度,并由广泛的中间灰色调支持。整体印象是鲜明而富有图形感。",
    "saturation_level": "不适用 (单色)",
    "contrast_level": "高",
    "color_temperature_description": "不适用 (单色)",
    "texture_map": "整个图像可见高频颗粒/噪点",
    "grain_quality": "细腻,清晰,电影感",
    "microtexture": "地面可见粗糙度,西装有微妙的织物纹理,椅子光滑",
    "tone_balance": "强烈的黑色,明亮的白色和丰富的中间色调,营造出一种图形化,几乎抽象的品质。"
  },
  "composition_and_geometry": {
    "rule_of_thirds_alignment": false,
    "symmetry_type": "不对称平衡,中央人物锚定在底部,与上方广阔、重复、半对称的椅子图案形成对比",
    "leading_lines_present": true,
    "framing_description": "高角度俯拍,孤独的主体置于画面底部中央,面向似乎无尽的空椅子阵列,这些椅子占据了图像的上三分之二。构图强调了规模、孤立和期待。",
    "depth_layers": [
      "前景 (主体前方的空地)",
      "中景 (主体和最近的椅子)",
      "背景 (远处的椅子排,逐渐融入大气透视)"
    ],
    "perspective_type": "高角度正交,略带线性透视以增加深度",
    "depth_of_field_strength": "景深很深,从前景到背景的一切都显得清晰。"
  },
  "environmental_relationships": {
    "subject_environment_interaction": {
      "stance": "主体坐在椅子上,位于画面底部中央,面向广阔、寂静的空椅子集合。",
      "shadow_cast_on": "主体和椅子正下方的地面,非常微妙和漫射。",
      "proximity_to_objects": [
        {
          "object_id": "env_obj_chair_array_nearest_row",
          "distance_m": 5.0,
          "interaction_type": "视觉对抗,象征性观众,焦点"
        }
      ],
      "environmental_scale_perception": "个体主体在广阔、重复的空椅子图案中显得渺小而孤立,营造出强烈的规模感和潜在的意义。"
    },
    "acoustic_environment_estimate": "寂静,广阔,如果是在室内或大型开放空间,可能会有回声,强调安静的沉思或期待。",
    "temperatur