Classes | Functions
contrib/brl/bseg/bbgm/bbgm_feature_image.h File Reference

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.

Detailed Description

A templated image of features with associated probabilities.

Author:
J.L. Mundy
Date:
May 3, 2008
    Modifications
   

Definition in file bbgm_feature_image.h.


Function Documentation

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.

template<class f_type_ >
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.

template<class f_type_ >
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.

template<class f_type_ >
void vsl_print_summary ( vcl_ostream &  os,
const bbgm_feature_image< f_type_ > &  b 
)

Definition at line 139 of file bbgm_feature_image.h.