|
|
@ -359,6 +359,8 @@ public: |
|
|
|
CV_WRAP virtual std::vector<int> getLabelsByString(const String& str) const; |
|
|
|
CV_WRAP virtual std::vector<int> getLabelsByString(const String& str) const; |
|
|
|
/** @brief threshold 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; |
|
|
|
|
|
|
|
/** @brief Sets threshold of model */ |
|
|
|
|
|
|
|
virtual void setThreshold(double val) = 0; |
|
|
|
protected: |
|
|
|
protected: |
|
|
|
// Stored pairs "label id - string info"
|
|
|
|
// Stored pairs "label id - string info"
|
|
|
|
std::map<int, String> _labelsInfo; |
|
|
|
std::map<int, String> _labelsInfo; |
|
|
|