The function reports the name/x position/y position/width/height or confidence of the recognized celebrity/brand/object/image tag. If the number is out of range, then the function will return NULL.
imagefeatureinfo()
Function Definition: imagefeatureinfo(feature_type = "object", number = 1, information = "name")
- Python Library: Computer Vision
- Library Import: cv = ComputerVision()
- Mode: Stage Mode
Parameters
Name | Type | Description | Expected Values | Default Value |
---|---|---|---|---|
feature_type | string | The type of feature which needs to be reported. | "celebrity", "brand", "object", "image tag" | "object" |
number | int | The specific number of the feature you want the information. | 1 to 100 | 1 |
information | string | The specific information required. | "name", "xPos", "yPos", "width", "height", "confidence" | "name" |
Description
Example
There are no examples documented for this article.