Function: create_init_para
Applicability
|
Product |
Supported (√/x) |
|---|---|
|
|
x |
|
|
x |
|
|
x |
|
|
√ |
|
|
x |
Function Usage
Creates data of the aclfvInitPara type as an initialization configuration for feature vector search.
To destroy data of the aclfvInitPara type, call Function: destroy_init_para.
The
Prototype
- C Prototype
1aclfvInitPara *aclfvCreateInitPara(uint64_t fsNum)
- Python Function
1init_para = acl.fv.create_init_para(fs_num)
Parameter Description
|
Parameter |
Description |
|---|---|
|
fs_num |
Int, number of features in the repository, which is used to allocate memory for the feature search module. The value range is [1,500000000]. |
Return Value Description
|
Return Value |
Description |
|---|---|
|
init_para |
Int.
|