Go to the source code of this file.
Classes | |
struct | pixel |
class | FaceOperatorProxy |
Functions | |
void | ColorPixel (void *pImg, int pX, int pY, char pR, char pG, char pB) |
VisionOperator * | FaceOperator_factory (std::string name) |
Variables | |
bool | done = false |
FaceOperatorProxy | p_Faceoperator |
void ColorPixel | ( | void * | pImg, | |
int | pX, | |||
int | pY, | |||
char | pR, | |||
char | pG, | |||
char | pB | |||
) |
VisionOperator* FaceOperator_factory | ( | std::string | name | ) |
Definition at line 301 of file FaceOperator.cpp.
Referenced by FaceOperatorProxy::FaceOperatorProxy().
bool done = false |
Definition at line 143 of file FaceOperator.cpp.
Referenced by handleRequest(), and ReadSerialLine().
Definition at line 312 of file FaceOperator.cpp.