Static Public Attributes | List of all members
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. More...
 
int FindBestSubPixel = 2
 Search the whole region of interest and return the best result with sub pixel accuracy. More...
 
int FindFirst = 0
 Stop after the first result has been found. More...
 

Detailed Description

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

Member Data Documentation

◆ FindBest

int FindBest = 1
static

Search the whole region of interest and return the best result.

◆ FindBestSubPixel

int FindBestSubPixel = 2
static

Search the whole region of interest and return the best result with sub pixel accuracy.

◆ FindFirst

int FindFirst = 0
static

Stop after the first result has been found.