This is the complete list of members for curfil::RandomTreeImage, including all inherited members.
getClassLabelPriorDistribution() const | curfil::RandomTreeImage | inline |
getId() const | curfil::RandomTreeImage | inline |
getTree() const | curfil::RandomTreeImage | inline |
normalizeHistograms(const double histogramBias) | curfil::RandomTreeImage | |
RandomTreeImage(int id, const TrainingConfiguration &configuration) | curfil::RandomTreeImage | |
RandomTreeImage(boost::shared_ptr< RandomTree< PixelInstance, ImageFeatureFunction > > tree, const TrainingConfiguration &configuration, const cuv::ndarray< WeightType, cuv::host_memory_space > &classLabelPriorDistribution) | curfil::RandomTreeImage | |
shouldIgnoreLabel(const LabelType &label) const | curfil::RandomTreeImage | |
test(const RGBDImage *image, LabelImage &prediction) const | curfil::RandomTreeImage | |
train(const std::vector< LabeledRGBDImage > &trainLabelImages, RandomSource &randomSource, size_t subsampleCount, size_t numLabels) | curfil::RandomTreeImage |