A templated image of features with associated probabilities. More...
#include <vbl/vbl_array_2d.h>
#include <vbl/vbl_ref_count.h>
#include <vsl/vsl_binary_io.h>
#include <vsl/vsl_binary_loader.h>
#include <vcl_iostream.h>
Go to the source code of this file.
Classes | |
class | bbgm_feature_image_base |
base class for images of features. More... | |
class | bbgm_feature_image< f_type_ > |
class | bbgm_feature_image< f_type_ >::iterator |
An iterator over the distribution in the image. More... | |
class | bbgm_feature_image< f_type_ >::const_iterator |
Functions | |
template<class f_type_ > | |
void | vsl_print_summary (vcl_ostream &os, const bbgm_feature_image< f_type_ > &b) |
template<class f_type_ > | |
void | vsl_b_write (vsl_b_ostream &os, const bbgm_feature_image< f_type_ > &b) |
Binary save bbgm_feature_image. | |
template<class f_type_ > | |
void | vsl_b_read (vsl_b_istream &is, bbgm_feature_image< f_type_ > &b) |
Binary load bbgm_feature_image. | |
void | vsl_add_to_binary_loader (bbgm_feature_image_base const &b) |
Add an instance to the binary loader. |
A templated image of features with associated probabilities.
Modifications
Definition in file bbgm_feature_image.h.
void vsl_add_to_binary_loader | ( | bbgm_feature_image_base const & | b | ) |
Add an instance to the binary loader.
Definition at line 3 of file bbgm_feature_image.cxx.
void vsl_b_read | ( | vsl_b_istream & | is, |
bbgm_feature_image< f_type_ > & | b | ||
) |
Binary load bbgm_feature_image.
Definition at line 153 of file bbgm_feature_image.h.
void vsl_b_write | ( | vsl_b_ostream & | os, |
const bbgm_feature_image< f_type_ > & | b | ||
) |
Binary save bbgm_feature_image.
Definition at line 146 of file bbgm_feature_image.h.
void vsl_print_summary | ( | vcl_ostream & | os, |
const bbgm_feature_image< f_type_ > & | b | ||
) |
Definition at line 139 of file bbgm_feature_image.h.