|
ACT-CV - Machine Vision for Cognitive Modeling
|
holds the result data More...

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... | |
| ObjectPosition::ObjectPosition | ( | int | xpos, |
| int | ypos, | ||
| int | w, | ||
| int | h, | ||
| const char * | n | ||
| ) |
| int ObjectPosition::height |
| 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().