This is the complete list of members for
FeatureRegressor, including all inherited members.
| applyLUTToImage(cv::Mat &image) const | FeatureRegressor | |
| combineLUTs(const FeatureRegressor *other) | FeatureRegressor | |
| combineLUTs(const FeatureRegressor &other) | FeatureRegressor | |
| EPS | FeatureRegressor | [static] |
| FeatureRegressor() | FeatureRegressor | |
| FeatureRegressor(const Feature *feature) | FeatureRegressor | |
| FeatureRegressor(const FeatureRegressor ©) | FeatureRegressor | |
| getFeature() const | FeatureRegressor | |
| getFeaturePatchSize() const | FeatureRegressor | |
| getLUTRange() const | FeatureRegressor | |
| operator<<(std::ostream &ofs, const FeatureRegressor *reg) | FeatureRegressor | [friend] |
| operator<<(std::ostream &ofs, const FeatureRegressor ®) | FeatureRegressor | [friend] |
| operator=(const FeatureRegressor &rhs) | FeatureRegressor | |
| operator>>(std::istream &ifs, FeatureRegressor *®) | FeatureRegressor | [friend] |
| operator>>(std::istream &ifs, FeatureRegressor ®) | FeatureRegressor | [friend] |
| predict(const std::vector< ImagePatch > patches, cv::Mat &scalarVals) const | FeatureRegressor | |
| predict(const std::vector< ImagePatch * > patches, cv::Mat &scalarVals) const | FeatureRegressor | |
| predict(const std::vector< ImagePatch > &patches, std::vector< double > &scalarVals) const | FeatureRegressor | |
| predict(const std::vector< ImagePatch * > &patches, std::vector< double > &scalarVals) const | FeatureRegressor | |
| predictPatchList(PatchList *patches) const | FeatureRegressor | |
| setFeature(const Feature *feature) | FeatureRegressor | |
| TAU | FeatureRegressor | [static] |
| train(int numTableElements, const std::vector< ImagePatch * > &patches, const cv::Mat &labels, const cv::Mat &dataWeights) | FeatureRegressor | |
| train(int numTableElements, const std::vector< ImagePatch > &patches, const cv::Mat &labels, const cv::Mat &dataWeights) | FeatureRegressor | |
| ~FeatureRegressor() | FeatureRegressor | |