cvautomationList Struct Reference

Implements a structure to build an array for methods like matchSubImage_a(). More...

#include <libcvautomation.h>

List of all members.

Public Attributes

IplImage * cvaImage
char * fileName
CvPoint resultPoint
int searchMethod
int tolerance


Detailed Description

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.

Parameters:
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
See also:
libcv_search_methods

Definition at line 38 of file libcvautomation.h.


The documentation for this struct was generated from the following file:
Generated on Tue Jul 17 12:19:00 2012 for libcvautomation by  doxygen 1.4.7