The Color Cluster analysis engine determines the dominant colors in a frame by clustering similar colors. The engine returns the color at the center of each cluster, and the proportion of the pixels in the frame that belong to each cluster.
This section describes the parameters that you can use to configure color analysis.
Configuration Parameter | Description |
---|---|
ColorSpace | The color space in which the results of analysis are provided. |
ColorThreshold | Discards colors that do not make up a significant proportion of the frame. |
FrameRate | The number of frames to analyze per second of video. |
Input | The image track to process. |
Region | Specifies a region of the frame to process, instead of the entire frame. |
RegionUnit | Specifies the units used by the Region parameter. |
Type | The analysis engine to use. Set this parameter to ColorCluster . |
Output track | Type | Description | Output1This column indicates whether the information contained in the track is included by default in the output created by an output task (when you don't set the Input parameter for the output task). |
---|---|---|---|
Result | ColorClusterResult | Contains a record for each analyzed frame. Each record contains information about the colors that are present in the image. | True |
Field name | Type | Description |
---|---|---|
colorspace | String | The color space in which the results are presented. |
cluster | An array of ColorClusters | Information about the colors in the analyzed frame. |
Field name | Type | Description |
---|---|---|
Color | String | The color at the center of a cluster. |
Proportion | Float | The proportion of pixels in the frame that belong to the cluster. |
|