Function: release
Description
Deinitializes the feature retrieval module to release the memory space. This API must be used together with the acl.fv.init API.
The
Prototype
- C Prototype
1aclError aclfvRelease()
- Python Function
1ret = acl.fv.release()
Parameters
None
Return Value
|
Return Value |
Description |
|---|---|
|
ret |
Int, error code.
|
Parent topic: API for feature vector search (Python)