Tech5 Client Edition SDK 2.7.0
Public Attributes | List of all members
SearchParam Class Reference

SearchParamdefine information about matching parameters. More...

#include <coreSdk.h>

Public Attributes

enum MATCH_SPEED searchSpeed
 matching speed defined in MATCH_SPEED enum
 
uint32_t maxAngle
 the maximum of the finger turn angle for all fingers except thumbs, (0...180 degree)
 
uint32_t maxAngleThumbs
 the maximum of the finger turn angle for thumbs, (0...180 degree)
 
uint32_t maxDisp
 the maximum of the displacement between center of two fingerprint images, pixels
 
int32_t lowThreshold
 
int32_t highThreshold
 hight threshold
 
uint32_t minMatch
 minimum number of finger pairs that should be matched (see comments above)
 
uint32_t maxMatch
 maximum number of finger pairs that can be matched (see comments above)
 
enum MATCHING_MODE matchingMode
 matching mode defined in MATCHING_MODE enum
 
enum FUSION_MODE fusionMode
 fusion mode defined in FUSION_MODE enum
 

Detailed Description

SearchParam

define information about matching parameters.

Member Data Documentation

◆ lowThreshold

int32_t SearchParam::lowThreshold

parameters for TP-TP matching: thresholds for fusionScore in a range 0...MAX_SCORE. If after match the minMatch pairs of templates fusionScore >= highThreshold || fusionScore<= lowThreshold then matching will be finished In other case, another pair of templates will be matched until all pair will be used or maxMatch pairs of tempaltes will be matched NOTE: this won't works if matchingMode == CHECK_MIX_FINGER_MATCHING_MODE int this case all possible finger pairs will be matched low threshold


The documentation for this class was generated from the following file: