The function reports the number of specified features to count in the image. The options are celebrities, brands, objects, and image tags in a single image can be reported.
imagefeaturecount()
Function Definition: imagefeaturecount(feature_type = "object")
- 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" |
Description
Example
There are no examples documented for this article.