PrecisionMode Enumeration

CVB.Net Documentation
Controls precision over accuracy for ShapeFinder 1 type searches. Lower precision typically also results in higher search speed. Note that with ShapeFinder 1 precision will normally not exceed pixel accuracy.

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

public enum PrecisionMode
Members

  Member nameValueDescription
SubPixel0 Sub pixel accuracy
High1 Pixel accuracy
Medium2 roughly 2 pixel accuracy
Low3 roughly 4 pixel accuracy
See Also

Reference