diff --git a/modules/objdetect/include/opencv2/objdetect/erfilter.hpp b/modules/objdetect/include/opencv2/objdetect/erfilter.hpp index 8a1b580c3a..2e05996c3e 100644 --- a/modules/objdetect/include/opencv2/objdetect/erfilter.hpp +++ b/modules/objdetect/include/opencv2/objdetect/erfilter.hpp @@ -190,8 +190,13 @@ CV_EXPORTS Ptr createERFilterNM1(const Ptr& cb = P if omitted tries to load a default classifier from file trained_classifierNM2.xml \param minProbability The minimum probability P(er|character) allowed for retreived ER's */ +<<<<<<< HEAD CV_EXPORTS Ptr createERFilterNM2(const Ptr& cb = Ptr(), float minProbability = 0.85); +======= +CV_EXPORTS Ptr createERFilterNM2(const Ptr& cb = NULL, + float minProbability = 0.5); +>>>>>>> fixed a typo error in the default min_Probability param of CreateERFilterNM2 } #endif // _OPENCV_ERFILTER_HPP_