ACT-CV - Machine Vision for Cognitive Modeling
Public Member Functions | Public Attributes | List of all members
ObjectPosition Struct Reference

holds the result data More...

Collaboration diagram for ObjectPosition:
Collaboration graph

Public Member Functions

 ObjectPosition ()
 
 ObjectPosition (int xpos, int ypos, int w, int h, const char *n)
 

Public Attributes

int x
 
int y
 the x pos of the center of the object More...
 
int width
 the y pos of the center of the object More...
 
int height
 the height of the object More...
 
const char * name
 the (visicon) name of the object More...
 

Detailed Description

holds the result data

Definition at line 43 of file ACT-CV.i.

Constructor & Destructor Documentation

ObjectPosition::ObjectPosition ( )

Definition at line 52 of file ACT-CV.i.

ObjectPosition::ObjectPosition ( int  xpos,
int  ypos,
int  w,
int  h,
const char *  n 
)

Definition at line 53 of file ACT-CV.i.

Member Data Documentation

int ObjectPosition::height

the height of the object

Definition at line 48 of file ACT-CV.i.

Referenced by operator<<().

const char* ObjectPosition::name

the (visicon) name of the object

Definition at line 50 of file ACT-CV.i.

Referenced by operator<<(), TestMatch(), and TestText().

int ObjectPosition::width

the y pos of the center of the object

<the width of the object

Definition at line 47 of file ACT-CV.i.

Referenced by operator<<().

int ObjectPosition::x

Definition at line 44 of file ACT-CV.i.

Referenced by operator<<(), TestMatch(), and TestText().

int ObjectPosition::y

the x pos of the center of the object

<

Definition at line 45 of file ACT-CV.i.

Referenced by operator<<(), TestMatch(), and TestText().


The documentation for this struct was generated from the following file:


ACT-CV - Machine Vision for Cognitive Modeling
© 2015 Marc Halbruegge (actcvlibrary@googlemail.com)