Home
last modified time | relevance | path

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

/dports/graphics/IPA/IPA-1.08/Local/
H A DLocal.pm8 use constant sobelRow => 2; constant
H A DLocal.c17 sobelRow=1, enumerator
102 max(abs(pixval[sobelRow]), in sobel_combine()
123 abs(pixval[sobelRow])+ in sobel_combine()
129 pixval[sobelRow]+ in sobel_combine()
137 pixval[sobelRow]*pixval[sobelRow]+ in sobel_combine()
145 pixval[sobelRow]* in sobel_combine()
204 pixval[sobelRow]= in fast_sobel()
257 pixval[sobelRow]= in fast_sobel()
261 pixval1[sobelRow]= in fast_sobel()
331 pixval[sobelRow]= in fast_sobel()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dcanny.cpp320 RowFilter3x3Canny sobelRow; member
325 sobelRow(std::max<ptrdiff_t>(0, offsetk - (ptrdiff_t)borderMargin.left), in _normEstimator()
354 sobelRow(_src, ((s16*)mag_buf[0]) + shxOffset, ((s16*)mag_buf[0]) + shyOffset, size.width); in firstRow()
357 sobelRow(_src, ((s16*)mag_buf[1]) + shxOffset, ((s16*)mag_buf[1]) + shyOffset, size.width); in firstRow()
364sobelRow(_src, ((s16*)mag_buf[2]) + shxOffset, ((s16*)mag_buf[2]) + shyOffset, size.width); in firstRow()
387sobelRow(_src, ((s16*)mag_buf[2]) + shxOffset, ((s16*)mag_buf[2]) + shyOffset, size.width); in nextRow()