Add
API definition |
APP_ERROR Add(const std::vector<float>& baseRawData); |
|---|---|
Function |
Adds new feature vectors to the AscendIndexGreat database. |
Input |
const std::vector<float>& baseRawData: feature vectors to be added. |
Output |
N/A |
Return value |
APP_ERROR: return status. For details, see Return Code Reference. |
Restrictions |
|
Parent topic: AscendIndexGreat