libcvautomation  2.0
Public Attributes
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
cvaPoint 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:
cvaImageAn image in IplImage format
fileNameThe file location of an image to be loaded
resultPointHolder for a result - for example, storing where this sub image was located in its root image
searchMethodThe search method to use when searching for this sub image in a root image
toleranceThe tolerance to use when searching for this sub image in a root image
See also:
Libcv Search Methods

Definition at line 48 of file libcvautomation.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Defines