|
bazar
1.3.1
|
|
Classes | |
| class | affine_image_generator |
| An affine image generator. More... | |
| class | example_generator |
| Generates random representants of image classes. More... | |
| class | image_class_example |
| A representant of an image class. More... | |
| class | image_classification_forest |
| Set of classifier trees. More... | |
| class | image_classification_node |
| Node for classifier trees (cf image_classification_tree) More... | |
| class | image_classification_tree |
| Image classifier tree. More... | |
| class | image_classifier |
| Image classifier. More... | |
| class | image_object_point_match |
| class | object_keypoint |
| class | object_view |
| class | planar_object_recognizer |
| Planar object detector. More... | |
Variables | |
| static const int | hard_max_detected_pts = 5000 |
| enum | { DETECT_MODEL_POINTS = 0, BUILDING_TREE = 1, FOREST_REFINEMENT = 2, GENERATING_TESTING_SET = 3 } |
| typedef void(* | LEARNPROGRESSION )(int, int, int) |
Handle sets of possible appearance for feature points.
| typedef void(* LEARNPROGRESSION)(int, int, int) |
Definition at line 41 of file image_classifier.h.
| anonymous enum |
Definition at line 34 of file image_classifier.h.
|
static |
Hard coded maximum number of keypoints that planar_object_recognizer can handle
Definition at line 40 of file planar_object_recognizer.h.
Referenced by planar_object_recognizer::learn(), planar_object_recognizer::load(), planar_object_recognizer::planar_object_recognizer(), planar_object_recognizer::set_max_detected_pts(), and planar_object_recognizer::~planar_object_recognizer().
1.8.1.2