visit Kofax web site

SPSignWareDefaults.h File Reference


Detailed Description

SignWare Dynamic Development toolkit, default values.

Author:
chi
This header defines some default values.


Defines

#define SP_MIN_DSTAT_MATCH   80
 Default value for the minimum statistic match level for comparing signatures.
#define SP_MIN_DYNAMIC_MATCH   80
 Default value for the minimum dynamic match level for comparing signatures.
#define SP_MIN_REF_QUALITY_DYNAMIC   60
 Default value for the minimum dynamic quality required for references.
#define SP_MIN_REF_QUALITY_STATIC   35
 Default value for the minimum static quality required for references.
#define SP_MIN_STATIC_MATCH   80
 Default value for the minimum static match level for comparing signatures.
#define SP_NUMBER_OF_SIGNATURES_FOR_REFERENCE   3
 Number of signatures used to create a reference.
#define SP_VARIANCE_LIMIT   80
 Default value for the minimum variance of a reference.


Define Documentation

#define SP_MIN_DSTAT_MATCH   80
 

Default value for the minimum statistic match level for comparing signatures.

The value must be in the range 0 through 100. A value of 0 means the signatures may be completely different. A value of 100 means that the signatures have to be very similar.

#define SP_MIN_DYNAMIC_MATCH   80
 

Default value for the minimum dynamic match level for comparing signatures.

The value must be in the range 0 through 100. A value of 0 means the signatures may be completely different. A value of 100 means that the signatures have to be very similar.

#define SP_MIN_REF_QUALITY_DYNAMIC   60
 

Default value for the minimum dynamic quality required for references.

The value must be in the range 0 through 100. The higher the value, the better must be the dynamic quality/complexity of the reference.

#define SP_MIN_REF_QUALITY_STATIC   35
 

Default value for the minimum static quality required for references.

The value must be in the range 0 through 100. The higher the value, the better must be the static quality/complexity of the reference.

#define SP_MIN_STATIC_MATCH   80
 

Default value for the minimum static match level for comparing signatures.

The value must be in the range 0 through 100. A value of 0 means the signatures may be completely different. A value of 100 means that the signatures have to be very similar.

#define SP_NUMBER_OF_SIGNATURES_FOR_REFERENCE   3
 

Number of signatures used to create a reference.

A reference must contain at least this many signatures.

#define SP_VARIANCE_LIMIT   80
 

Default value for the minimum variance of a reference.

The minimum variance defines how similar signatures must be to qualify for usage as a reference. The value must be in the range 0 through 100. A value of 0 means the signatures may be completely different. A value of 100 means that the signatures have to be very similar.