3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
com.vdt.face_recognition.sdk.Recognizer.SearchAccelerationType Enum Reference

Types of search acceleration. More...

Public Attributes

 NO_SEARCH_ACCELERATION
 No acceleration, a standard line search. The result is identical to N calls of Recognizer.verifyMatch.
 
 SEARCH_ACCELERATION_1
 Heuristically accelerated linear search. Heuristics reduces TAR (true acceptance rate) on the 1:N test by no more than 0.1%.
 

Detailed Description

Types of search acceleration.