CVBpy 15.0
SearchMode Class Reference

Different modes for the search calls, that return a single result. More...

Inherits object.

Static Public Attributes

int FindBest = 1
 Search the whole region of interest and return the best result.
 
int FindBestSubPixel = 2
 Search the whole region of interest and return the best result with sub pixel accuracy.
 
int FindFirst = 0
 Stop after the first result has been found.
 

Detailed Description

Different modes for the search calls, that return a single result.