[face.hpp] fix typo

pull/797/head
Yuki Furuta 9 years ago
parent 1df640a6a2
commit 6e1bdab176
  1. 2
      modules/face/include/opencv2/face.hpp

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

Loading…
Cancel
Save