ShapeFinder2 OCX Reference 14.0
Enumerations

Enumerations

enum  PrecisionBooster { PRECISIONBOOSTER_OFF = 0 , PRECISIONBOOSTER_LOW = 1 , PRECISIONBOOSTER_HIGH = 2 }
 The Precision Booster controls the relationship between processing speed and accuracy. More...
 

Detailed Description

Enumeration Type Documentation

◆ PrecisionBooster

The Precision Booster controls the relationship between processing speed and accuracy.

Refer to the Theory of Operation documentation of ShapeFinder2 search algorithm.
Supported platforms:
Win32
Related Topics:
#PrecisionBooster Property
Enumerator
PRECISIONBOOSTER_OFF 

Indicates highest speed and lowest accuracy.

PRECISIONBOOSTER_LOW 

Indicates lower processing speed and lower accuracy.

PRECISIONBOOSTER_HIGH 

Indicates lower processing speed and highest accuracy.