#include <CRForest.h>
Public Member Functions | |
CRForest (int trees=0) | |
int | getDepth () const |
int | getNoChans () |
int | getPatchHeight () |
int | getPatchWidth () |
int | getSize () const |
bool | loadForest (const char *filename) |
std::vector< const LeafNode * > | regressionIntegral (const std::vector< cv::Mat > &patch, const cv::Mat &nonZeros, const cv::Rect &roi) const |
~CRForest () | |
Public Attributes | |
std::vector< CRTree * > | vTrees |
Definition at line 10 of file CRForest.h.
CRForest::CRForest | ( | int | trees = 0 | ) | [inline] |
Definition at line 13 of file CRForest.h.
CRForest::~CRForest | ( | ) | [inline] |
Definition at line 18 of file CRForest.h.
int CRForest::getDepth | ( | ) | const [inline] |
Definition at line 26 of file CRForest.h.
int CRForest::getNoChans | ( | ) | [inline] |
Definition at line 29 of file CRForest.h.
int CRForest::getPatchHeight | ( | ) | [inline] |
Definition at line 28 of file CRForest.h.
int CRForest::getPatchWidth | ( | ) | [inline] |
Definition at line 27 of file CRForest.h.
int CRForest::getSize | ( | ) | const [inline] |
Definition at line 25 of file CRForest.h.
bool CRForest::loadForest | ( | const char * | filename | ) | [inline] |
Definition at line 51 of file CRForest.h.
std::vector< const LeafNode * > CRForest::regressionIntegral | ( | const std::vector< cv::Mat > & | patch, |
const cv::Mat & | nonZeros, | ||
const cv::Rect & | roi | ||
) | const [inline] |
Definition at line 42 of file CRForest.h.
std::vector<CRTree*> CRForest::vTrees |
Definition at line 36 of file CRForest.h.