mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-19 19:44:14 +08:00
[face.hpp] fix typo
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user