bazar  1.3.1
Classes
image_classifier.h File Reference
#include <vector>
#include <string>
#include "image_class_example.h"
#include "example_generator.h"
Include dependency graph for image_classifier.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  image_classifier
 Image classifier. More...
enum  { DETECT_MODEL_POINTS = 0, BUILDING_TREE = 1, FOREST_REFINEMENT = 2, GENERATING_TESTING_SET = 3 }
typedef void(* LEARNPROGRESSION )(int, int, int)