diff --git a/modules/objdetect/include/opencv2/objdetect/erfilter.hpp b/modules/objdetect/include/opencv2/objdetect/erfilter.hpp index c03d49f94..b69ca97f7 100644 --- a/modules/objdetect/include/opencv2/objdetect/erfilter.hpp +++ b/modules/objdetect/include/opencv2/objdetect/erfilter.hpp @@ -64,7 +64,7 @@ struct CV_EXPORTS ERStat { public: //! Constructor - ERStat(int level = 256, int pixel = 0, int x = 0, int y = 0); + explicit ERStat(int level = 256, int pixel = 0, int x = 0, int y = 0); //! Destructor ~ERStat(){};