bazar
1.3.1
|
#include <fstream>
#include <iostream>
#include <vector>
#include <math.h>
#include "image_class_example.h"
Go to the source code of this file.
Classes | |
class | image_classification_node |
Node for classifier trees (cf image_classification_tree) More... | |
int | global_patch_size |
TODO cleanme. | |
ostream & | operator<< (ostream &o, const image_classification_node &node) |
istream & | operator>> (istream &i, image_classification_node &node) |
ostream& operator<< | ( | ostream & | o, |
const image_classification_node & | node | ||
) |
Definition at line 340 of file image_classification_node.cpp.
References image_classification_node::children, image_classification_node::children_number, image_classification_node::class_number, image_classification_node::depth, image_classification_node::du1, image_classification_node::du2, image_classification_node::dv1, image_classification_node::dv2, image_classification_node::index, image_classification_node::is_leaf(), and image_classification_node::P.
istream& operator>> | ( | istream & | i, |
image_classification_node & | node | ||
) |
Definition at line 374 of file image_classification_node.cpp.
References image_classification_node::best_class, image_classification_node::class_number, image_classification_node::depth, image_classification_node::index, and image_classification_node::P.
int global_patch_size |
TODO cleanme.
Definition at line 372 of file image_classification_node.cpp.
Referenced by image_classification_tree::load().