Public Member Functions | |
SceneRecServer_i (OptionManager &mgr) | |
void | newInput (const ImageOrb &img) |
Setup up with image to be processed. | |
short | outputReady () |
Is the last given input done processing? | |
short | getLandmarkLoc (Point2DOrb &loc) |
Get the feature point. Used for landmark navigation. | |
void | trainFeature (const ImageOrb &img, const Point2DOrb &loc, const DimsOrb &window, const short leg) |
Train the system on a given feature location. | |
virtual void | shutdown () |
Definition at line 64 of file SceneRecServer.H.
short SceneRecServer_i::getLandmarkLoc | ( | Point2DOrb & | loc | ) |
Get the feature point. Used for landmark navigation.
Definition at line 108 of file SceneRecServer.C.
References Point2D< T >::i.
void SceneRecServer_i::newInput | ( | const ImageOrb & | img | ) |
Setup up with image to be processed.
Definition at line 95 of file SceneRecServer.C.
References image, and orb2Image().
short SceneRecServer_i::outputReady | ( | ) |
Is the last given input done processing?
Reimplemented from SceneRec.
Definition at line 103 of file SceneRecServer.C.
void SceneRecServer_i::trainFeature | ( | const ImageOrb & | img, | |
const Point2DOrb & | loc, | |||
const DimsOrb & | window, | |||
const short | leg | |||
) |
Train the system on a given feature location.
Definition at line 119 of file SceneRecServer.C.
References image, and orb2Image().