Commit d4563881 authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #797 from furushchev:face-set-threshold

parents 23bda58f ddce0d9d
......@@ -357,8 +357,10 @@ public:
info.
*/
CV_WRAP virtual std::vector<int> getLabelsByString(const String& str) const;
/** @brief threshhold parameter accessor - required for default BestMinDist collector */
/** @brief threshold parameter accessor - required for default BestMinDist collector */
virtual double getThreshold() const = 0;
/** @brief Sets threshold of model */
virtual void setThreshold(double val) = 0;
protected:
// Stored pairs "label id - string info"
std::map<int, String> _labelsInfo;
......
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