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

[face.hpp] fix typo

parent 1df640a6
......@@ -357,7 +357,7 @@ 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;
protected:
// 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