Commit 1f1464c9 authored by atinfinity's avatar atinfinity

remove unnecessary cast

parent ef0931be
...@@ -1210,7 +1210,7 @@ public: ...@@ -1210,7 +1210,7 @@ public:
} }
else if( srcStripe.depth() == CV_64F ) else if( srcStripe.depth() == CV_64F )
{ {
thresh_64f(srcStripe, dstStripe, (double)thresh, (double)maxval, thresholdType); thresh_64f(srcStripe, dstStripe, thresh, maxval, thresholdType);
} }
} }
......
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