SearchMode Enumeration

CVB.Net Documentation
Different modes for the search calls that return a single result.

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

public enum SearchMode
Members

  Member nameValueDescription
FindFirst0 Stop after the first result has been found.
FindBest1 Search the whole region of interest and return the best result.
FindBestSubPixel2 Search the whole region of interest and return the best result with sub pixel accuracy.
See Also

Reference