Function: create_feature_info
C Prototype |
aclfvFeatureInfo *aclfvCreateFeatureInfo(uint32_t id0, uint32_t id1, uint32_t offset, uint32_t featureLen, uint32_t featureCount, uint8_t *featureData, uint32_t featureDataLen) |
|---|---|
Python Function |
feature_info = acl.fv.create_feature_info(id0, id1, offset, feature_len, feature_count, feature_data, feature_len) |
Function Usage |
Creates data of the aclfvFeatureInfo type for feature description. To destroy data of the aclfvFeatureInfo type, call Function: destroy_feature_info. The Atlas 200/300/500 Inference Product does not support this API. The Atlas Training Series Product does not support this API. |
Input Description |
|
Return Value |
feature_info: int, pointer address.
|
Restrictions |
None |