Commit 7aedcae1 authored by lluisgomez's avatar lluisgomez

fix MSVS warnings

parent 581ae6b0
......@@ -225,7 +225,7 @@ classifier uses all the features calculated in the first stage and the following
features: hole area ratio, convex hull ratio, and number of outer inflexion points.
*/
CV_EXPORTS_W Ptr<ERFilter> createERFilterNM2(const Ptr<ERFilter::Callback>& cb,
float minProbability = 0.3);
float minProbability = (float)0.3);
/** @brief Allow to implicitly load the default classifier when creating an ERFilter object.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment