This is the complete list of members for curfil::ImageFeatureEvaluation, including all inherited members.
calculateFeatureResponsesAndHistograms(RandomTree< PixelInstance, ImageFeatureFunction > &node, const std::vector< std::vector< const PixelInstance * > > &batches, const ImageFeaturesAndThresholds< memory_space > &featuresAndThresholds, cuv::ndarray< FeatureResponseType, cuv::host_memory_space > *featureResponsesHost=0) | curfil::ImageFeatureEvaluation | |
calculateScores(const cuv::ndarray< WeightType, memory_space > &counters, const ImageFeaturesAndThresholds< memory_space > &featuresAndThresholds, const cuv::ndarray< WeightType, memory_space > &histogram) | curfil::ImageFeatureEvaluation | |
evaluateBestSplits(RandomSource &randomSource, const std::vector< std::pair< boost::shared_ptr< RandomTree< PixelInstance, ImageFeatureFunction > >, std::vector< const PixelInstance * > > > &samplesPerNode) | curfil::ImageFeatureEvaluation | |
generateRandomFeatures(const std::vector< const PixelInstance * > &batches, int seed, const bool sort, cuv::host_memory_space) | curfil::ImageFeatureEvaluation | |
generateRandomFeatures(const std::vector< const PixelInstance * > &batches, int seed, const bool sort, cuv::dev_memory_space) | curfil::ImageFeatureEvaluation | |
ImageFeatureEvaluation(const size_t treeId, const TrainingConfiguration &configuration) | curfil::ImageFeatureEvaluation | inline |
prepare(const std::vector< const PixelInstance * > &samples, RandomTree< PixelInstance, ImageFeatureFunction > &node, cuv::host_memory_space) | curfil::ImageFeatureEvaluation | |
prepare(const std::vector< const PixelInstance * > &samples, RandomTree< PixelInstance, ImageFeatureFunction > &node, cuv::dev_memory_space, bool keepMutexLocked=true) | curfil::ImageFeatureEvaluation | |
sortFeatures(ImageFeaturesAndThresholds< memory_space > &featuresAndThresholds, const cuv::ndarray< int, memory_space > &keysIndices) const | curfil::ImageFeatureEvaluation |