1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 04:25:42 +08:00

[face.hpp] fix typo

This commit is contained in:
Yuki Furuta
2016-10-04 18:23:53 +02:00
parent 1df640a6a2
commit 6e1bdab176

View File

@@ -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"