We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581ae6b commit 7aedcaeCopy full SHA for 7aedcae
modules/text/include/opencv2/text/erfilter.hpp
@@ -225,7 +225,7 @@ classifier uses all the features calculated in the first stage and the following
225
features: hole area ratio, convex hull ratio, and number of outer inflexion points.
226
*/
227
CV_EXPORTS_W Ptr<ERFilter> createERFilterNM2(const Ptr<ERFilter::Callback>& cb,
228
- float minProbability = 0.3);
+ float minProbability = (float)0.3);
229
230
231
/** @brief Allow to implicitly load the default classifier when creating an ERFilter object.
0 commit comments