Searched refs:dstStripe (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | thresh.cpp | 1112 Mat dstStripe = dst.rowRange(row0, row1); in operator ()() local 1116 thresh_8u( srcStripe, dstStripe, (uchar)thresh, (uchar)maxval, thresholdType ); in operator ()() 1120 thresh_16s( srcStripe, dstStripe, (short)thresh, (short)maxval, thresholdType ); in operator ()() 1124 thresh_32f( srcStripe, dstStripe, (float)thresh, (float)maxval, thresholdType ); in operator ()()
|
D | morph.cpp | 1115 Mat dstStripe = dst.rowRange(row0, row1); in operator ()() local 1120 f->apply( srcStripe, dstStripe ); in operator ()() 1122 f->apply( dstStripe, dstStripe ); in operator ()()
|