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

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)

Function Documentation

ostream& operator<< ( ostream &  o,
const image_classification_node node 
)
istream& operator>> ( istream &  i,
image_classification_node node 
)

Variable Documentation

int global_patch_size

TODO cleanme.

Definition at line 372 of file image_classification_node.cpp.

Referenced by image_classification_tree::load().