curfil  ..
 All Classes Functions Variables Typedefs Friends Groups Pages
curfil::RandomForestImage Member List

This is the complete list of members for curfil::RandomForestImage, including all inherited members.

countFeatures() const curfil::RandomForestImage
getConfiguration() const curfil::RandomForestImageinline
getLabelColorMap() const curfil::RandomForestImage
getNumClasses() const curfil::RandomForestImage
getTree(size_t treeNr) const curfil::RandomForestImageinline
getTrees() const curfil::RandomForestImageinline
improveHistograms(const RGBDImage &trainingImage, const LabelImage &labelImage, const bool onGPU=true, bool useDepthImages=true) const curfil::RandomForestImage
normalizeHistograms(const double histogramBias)curfil::RandomForestImage
predict(const RGBDImage &image, cuv::ndarray< float, cuv::host_memory_space > *prediction=0, const bool onGPU=true, bool useDepthImages=true) const curfil::RandomForestImage
RandomForestImage(const std::vector< std::string > &treeFiles, const std::vector< int > &deviceIds=std::vector< int >(1, 0), const AccelerationMode accelerationMode=GPU_ONLY, const double histogramBias=0.0)curfil::RandomForestImageexplicit
RandomForestImage(unsigned int treeCount, const TrainingConfiguration &configuration)curfil::RandomForestImageexplicit
RandomForestImage(const std::vector< boost::shared_ptr< RandomTreeImage > > &ensemble, const TrainingConfiguration &configuration)curfil::RandomForestImageexplicit
shouldIgnoreLabel(const LabelType &label) const curfil::RandomForestImage
train(const std::vector< LabeledRGBDImage > &trainLabelImages, size_t numLabels=0, bool trainTreesSequentially=false)curfil::RandomForestImage
updateTreesHistograms()curfil::RandomForestImage