Static Public Attributes | List of all members
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. More...
 
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. More...
 
int NoCorrelation = 0
 In the NoCorrelation mode, only the ShapeFinder edge model will be searched. More...
 

Detailed Description

Defines the precision over accuracy for ShapeFinder type searches.

Member Data Documentation

◆ CorrelationCoarse

int CorrelationCoarse = 1
static

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.

◆ CorrelationFine

int CorrelationFine = 2
static

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.

◆ NoCorrelation

int NoCorrelation = 0
static

In the NoCorrelation mode, only the ShapeFinder edge model will be searched.