CVB.Net 14.0
SearchAllParameters Struct Reference

Defines SF2 SearchAll parameters. More...

Public Member Functions

 SearchAllParameters (int LocXY, double RelativeThreshold, int MinimalThreshold, PrecisionMode Precision)
 SearchAll params to be used.
 

Public Attributes

int LocXY
 locality in X and Y direction
 
int LocA
 locality in angle
 
int LocR
 locality in scale
 
int MaxNumSolutions
 maximum number of objects to find.
 
int RelativeThreshold
 relative threshold in %.
 
int MinimalThreshold
 minimum threshold of the gradient.
 
int Precision
 precision booster to be used (0, 1 or 2).
 

Static Public Attributes

static readonly SearchAllParameters Default = new SearchAllParameters(10, 0.78, 10, PrecisionMode.CorrelationFine)
 default SearchAll params.
 

Detailed Description

Defines SF2 SearchAll parameters.