OpenCV  2.4.13.5
Open Source Computer Vision
cv::of2::ChowLiuTree Class Reference

#include <openfabmap.hpp>

Public Member Functions

 ChowLiuTree ()
 
virtual ~ChowLiuTree ()
 
void add (const Mat &imgDescriptor)
 
void add (const vector< Mat > &imgDescriptors)
 
const vector< Mat > & getImgDescriptors () const
 
Mat make (double infoThreshold=0.0)
 

Constructor & Destructor Documentation

§ ChowLiuTree()

cv::of2::ChowLiuTree::ChowLiuTree ( )

§ ~ChowLiuTree()

virtual cv::of2::ChowLiuTree::~ChowLiuTree ( )
virtual

Member Function Documentation

§ add() [1/2]

void cv::of2::ChowLiuTree::add ( const Mat imgDescriptor)

§ add() [2/2]

void cv::of2::ChowLiuTree::add ( const vector< Mat > &  imgDescriptors)

§ getImgDescriptors()

const vector<Mat>& cv::of2::ChowLiuTree::getImgDescriptors ( ) const

§ make()

Mat cv::of2::ChowLiuTree::make ( double  infoThreshold = 0.0)

The documentation for this class was generated from the following file: