Function: destroy_feature_info
Description
Destroys data of the aclfvFeatureInfo type created by calling the acl.fv.create_feature_info API.
The
Prototype
- C Prototype
1aclError aclfvDestroyFeatureInfo(aclfvFeatureInfo *featureInfo)
- Python Function
1ret = acl.fv.destroy_feature_info(feature_info)
Parameters
|
Parameter |
Description |
|---|---|
|
feature_info |
Int, address of the pointer to the aclfvFeatureInfo data to destroy. |
Return Value
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code.
|
Parent topic: API for feature vector search (Python)