bazar
1.3.1
|
Generates random representants of image classes. More...
#include <example_generator.h>
Public Member Functions | |
example_generator (void) | |
virtual | ~example_generator () |
virtual vector < image_class_example * > * | generate_random_examples (void) |
virtual void | release_examples (void) |
Generates random representants of image classes.
The image classifiers can call the generate_random_examples
function to generate the learning set. Use it when the learning set can be synthesized.
Definition at line 36 of file example_generator.h.
|
inline |
Definition at line 39 of file example_generator.h.
|
inlinevirtual |
Definition at line 40 of file example_generator.h.
|
inlinevirtual |
Reimplemented in affine_image_generator.
Definition at line 42 of file example_generator.h.
Referenced by image_classification_forest::refine(), image_classification_tree::refine(), image_classification_forest::test(), and image_classification_tree::test().
|
inlinevirtual |
Reimplemented in affine_image_generator.
Definition at line 44 of file example_generator.h.
Referenced by image_classification_forest::refine(), image_classification_tree::refine(), image_classification_forest::test(), and image_classification_tree::test().