Lines Matching full:thresh_32f
658 thresh_32f( const Mat& _src, Mat& _dst, float thresh, float maxval, int type )
679 if (tegra::useTegra() && tegra::thresh_32f(_src, _dst, roi.width, roi.height, thresh, maxval, type))
1124 thresh_32f( srcStripe, dstStripe, (float)thresh, (float)maxval, thresholdType );