Commit a153fd88 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #501 from berak:facerec

parents 10ad8a91 0aa58ae9
...@@ -85,7 +85,7 @@ private: ...@@ -85,7 +85,7 @@ private:
public: public:
/** @brief creates new MinDistancePredictCollector with given threshhold */ /** @brief creates new MinDistancePredictCollector with given threshhold */
CV_WRAP MinDistancePredictCollector(double threshhold = DBL_MAX) : PredictCollector(threshhold) { CV_WRAP MinDistancePredictCollector(double threshhold = DBL_MAX) : PredictCollector(threshhold) {
_label = 0; _label = -1;
_dist = DBL_MAX; _dist = DBL_MAX;
}; };
CV_WRAP bool emit(const int label, const double dist, const int state = 0); CV_WRAP bool emit(const int label, const double dist, const int state = 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment