bazar  1.3.1
Classes | Variables
Viewsets
Garfeild: key points detection and matching
Collaboration diagram for Viewsets:

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)

Detailed Description

Handle sets of possible appearance for feature points.

Typedef Documentation

typedef void(* LEARNPROGRESSION)(int, int, int)

Definition at line 41 of file image_classifier.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
DETECT_MODEL_POINTS 
BUILDING_TREE 
FOREST_REFINEMENT 
GENERATING_TESTING_SET 

Definition at line 34 of file image_classifier.h.

Variable Documentation

const int hard_max_detected_pts = 5000
static