PrecisionMode Enumeration

CVB.Net Documentation
Search mode to be used.

Namespace:  Stemmer.Cvb.ShapeFinder2
Assembly:  Stemmer.Cvb.ShapeFinder (in Stemmer.Cvb.ShapeFinder.dll) Version: 14.0.0.0
Syntax

public enum PrecisionMode
Members

  Member nameValueDescription
NoCorrelation0 In the NoCorrelation mode, only the ShapeFinder edge model will be searched. Not subsequent additional correlation step will be carried out to improve result accuracy. Results in this mode are pixel- accurate only. This search mode is the fastest available.
CorrelationCoarse1 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. This usually improves the overall result quality and allows for sub-pixel accurate results. As the correlations will be calculate on the coarse layer this mode is a trade-off between speed and accuracy.
CorrelationFine2 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. This usually improves the overall result quality and allows for sub-pixel accurate results.
See Also

Reference