mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
add logic for handling min diversity in mser
This commit is contained in:
@@ -524,6 +524,9 @@ public:
|
||||
CV_WRAP virtual void setMaxArea(int maxArea) = 0;
|
||||
CV_WRAP virtual int getMaxArea() const = 0;
|
||||
|
||||
CV_WRAP virtual void setMinDiversity(double minDiversity) = 0;
|
||||
CV_WRAP virtual double getMinDiversity() const = 0;
|
||||
|
||||
CV_WRAP virtual void setPass2Only(bool f) = 0;
|
||||
CV_WRAP virtual bool getPass2Only() const = 0;
|
||||
CV_WRAP virtual String getDefaultName() const CV_OVERRIDE;
|
||||
|
||||
Reference in New Issue
Block a user