Home
last modified time | relevance | path

Searched refs:thresh_16s (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dthresh.cpp389 thresh_16s( const Mat& _src, Mat& _dst, short thresh, short maxval, int type ) in thresh_16s() function
411 …if (tegra::useTegra() && tegra::thresh_16s(_src, _dst, roi.width, roi.height, thresh, maxval, type… in thresh_16s()
1120 thresh_16s( srcStripe, dstStripe, (short)thresh, (short)maxval, thresholdType ); in operator ()()