mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 13:10:12 +08:00
cleanup
This commit is contained in:
parent
4f5896493e
commit
bbe8654c3d
@ -119,10 +119,10 @@ static void prefilterNorm( const Mat& src, Mat& dst, int winsize, int ftzero, uc
|
||||
const uchar* curr = sptr + srcstep*y;
|
||||
const uchar* next = sptr + srcstep*MIN(y+1,size.height-1);
|
||||
uchar* dptr = dst.ptr<uchar>(y);
|
||||
|
||||
|
||||
for( x = 0; x < size.width; x++ )
|
||||
vsum[x] = (ushort)(vsum[x] + bottom[x] - top[x]);
|
||||
|
||||
|
||||
for( x = 0; x <= wsz2; x++ )
|
||||
{
|
||||
vsum[-x-1] = vsum[0];
|
||||
|
Loading…
Reference in New Issue
Block a user