mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
remove unnecessary cast
This commit is contained in:
parent
ef0931be44
commit
1f1464c925
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user