Commit 6e1bdab1 authored by Yuki Furuta's avatar Yuki Furuta

[face.hpp] fix typo

parent 1df640a6
...@@ -357,7 +357,7 @@ public: ...@@ -357,7 +357,7 @@ public:
info. info.
*/ */
CV_WRAP virtual std::vector<int> getLabelsByString(const String& str) const; 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; virtual double getThreshold() const = 0;
protected: protected:
// Stored pairs "label id - string info" // Stored pairs "label id - string info"
......
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