mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
remove unnecessary cast
This commit is contained in:
@@ -1210,7 +1210,7 @@ public:
|
||||
}
|
||||
else if( srcStripe.depth() == CV_64F )
|
||||
{
|
||||
thresh_64f(srcStripe, dstStripe, (double)thresh, (double)maxval, thresholdType);
|
||||
thresh_64f(srcStripe, dstStripe, thresh, maxval, thresholdType);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user