Clothing analysis finds the location of the clothing worn by a person whose face has been detected. You can then use other tasks to extract more information, for example use a color cluster task to identify the color of the clothing.
This section describes the parameters that you can set to configure clothing analysis.
Configuration Parameter | Description |
---|---|
Input | The track to process. |
Type | The analysis engine to use. Set this parameter to Clothing . |
A Clothing analysis task produces the following output tracks.
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
|
ClothingResult | A record for each analyzed frame that includes a bounding box describing the location of the clothing in the frame. | Yes |
ResultWithSource
|
ClothingResultAndImage | A record for each analyzed frame that describes the location of the clothing and includes the source frame. | No |
Field name | Type | Description |
---|---|---|
id | UUIDData | A universally unique identifier to identify the detected face (the UUID is supplied by the face detection engine). |
region | RectangleData | A bounding box describing the location of the clothing in the frame. |
Field name | Type | Description |
---|---|---|
id | UUIDData | A universally unique identifier to identify the detected face (the UUID is supplied by the face detection engine). |
region | ImageMaskData | The location of the clothing in the source frame. |
image | ImageData | The source frame. |
|