libcvautomation
2.0
|
Implements a structure to build an array for methods like matchSubImage_a() More...
#include <libcvautomation.h>
Public Attributes | |
IplImage * | cvaImage |
char * | fileName |
cvaPoint | resultPoint |
int | searchMethod |
int | tolerance |
Implements a structure to build an array for methods like matchSubImage_a()
This structure is a simple way to wrap up all needed information for matching sub images in one location.
cvaImage | An image in IplImage format |
fileName | The file location of an image to be loaded |
resultPoint | Holder for a result - for example, storing where this sub image was located in its root image |
searchMethod | The search method to use when searching for this sub image in a root image |
tolerance | The tolerance to use when searching for this sub image in a root image |
Definition at line 48 of file libcvautomation.h.