GetNTotal

API Definition

int GetNTotal() const override

Function

Queries the theoretical maximum number of feature vectors in the current feature database. If the inserted feature vector indices are continuous, ntotal is equal to the number of feature vectors.

Input

N/A

Output

int ntotal: theoretical maximum number of feature vectors (maximum index of the base library vector plus 1).

Return Value

int ntotal: For details, see Function in the table.

Restrictions

N/A