Jafar
|
This module assembles object recognition and localization features. It uses models of objects created by premodeler and localization classes of localizer to recognize and track object in scene.
kernel image jmath geom camera localizer premodeler sift surf gfm
Extra doc for macro can go here... (you can delete this section if not relevant)
The interface of the module is generated from the following files:
try
{ } catch
block for this module. Classes | |
class | jafar::oracle::ObjectIdentifier |
Class ObjectIdentifier This class is in charge of querying the Interest Feature Database about an unknown object image. More... | |
class | jafar::oracle::ObjectLoader |
Class ObjectLoader Loads all object learning data from an object model file. More... | |
class | jafar::oracle::ObjectRecognizer |
Class ObjectRecognizer This class is in charge of querying the Interest Feature Database about an unknown object image. More... | |
class | jafar::oracle::ObjectTracker |
Class ObjectTracker This class tracks an object on the scene. More... | |
class | jafar::oracle::OracleException |
Base class for all exceptions defined in the module oracle. More... | |
Typedefs | |
typedef boost::tuple < std::string, oracle::ObjectLoader *, oracle::ObjectRecognizer * > | jafar::oracle::Model |
A model of object is made up of the object name, an object loader and an object localizer. |
Generated on Wed Oct 15 2014 00:37:30 for Jafar by doxygen 1.7.6.1 |