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:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user