CVBpy 14.1
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Modules Pages
PrecisionMode Class Reference

Defines the precision over accuracy for ShapeFinder type searches. More...

Inherits object.

Static Public Attributes

int CorrelationCoarse = 1
 In the CorrelationCoarse mode, after the initial edge model search a correlation and hill climbing will be performed on the preliminary result using the coarse layer of the model.
 
int CorrelationFine = 2
 In the CorrelationFine mode, after the initial edge model search a correlation and hill climbing will be performed on the preliminary result using the fine layer of the model.
 
int NoCorrelation = 0
 In the NoCorrelation mode, only the ShapeFinder edge model will be searched.
 

Detailed Description

Defines the precision over accuracy for ShapeFinder type searches.