#include <CRTree.h>
Public Member Functions | |
| CRTree () | |
| int | getDepth () const |
| int | getNoChannels () const |
| int | getPatchHeight () const |
| int | getPatchWidth () const |
| bool | loadTree (const char *filename) |
| const LeafNode * | regressionIntegral (const std::vector< cv::Mat > &, const cv::Mat &nonZeros, const cv::Rect &roi) |
| ~CRTree () | |
Private Attributes | |
| LeafNode * | leaf |
| int | m_no_chans |
| int | m_pheight |
| int | m_pwidth |
| int | max_depth |
| int | num_leaf |
| int | num_nodes |
| int * | treetable |
| CRTree::CRTree | ( | ) | [inline] |
| CRTree::~CRTree | ( | ) | [inline] |
| int CRTree::getDepth | ( | ) | const [inline] |
| int CRTree::getNoChannels | ( | ) | const [inline] |
| int CRTree::getPatchHeight | ( | ) | const [inline] |
| int CRTree::getPatchWidth | ( | ) | const [inline] |
| bool CRTree::loadTree | ( | const char * | filename | ) |
Definition at line 8 of file CRTree.cpp.
| const LeafNode * CRTree::regressionIntegral | ( | const std::vector< cv::Mat > & | patch, |
| const cv::Mat & | nonZeros, | ||
| const cv::Rect & | roi | ||
| ) | [inline] |
LeafNode* CRTree::leaf [private] |
int CRTree::m_no_chans [private] |
int CRTree::m_pheight [private] |
int CRTree::m_pwidth [private] |
int CRTree::max_depth [private] |
int CRTree::num_leaf [private] |
int CRTree::num_nodes [private] |
int* CRTree::treetable [private] |