remove a whitepace
This commit is contained in:
parent
786e3b9eee
commit
4f5896493e
@ -122,7 +122,7 @@ static void prefilterNorm( const Mat& src, Mat& dst, int winsize, int ftzero, uc
|
|||||||
|
|
||||||
for( x = 0; x < size.width; x++ )
|
for( x = 0; x < size.width; x++ )
|
||||||
vsum[x] = (ushort)(vsum[x] + bottom[x] - top[x]);
|
vsum[x] = (ushort)(vsum[x] + bottom[x] - top[x]);
|
||||||
|
|
||||||
for( x = 0; x <= wsz2; x++ )
|
for( x = 0; x <= wsz2; x++ )
|
||||||
{
|
{
|
||||||
vsum[-x-1] = vsum[0];
|
vsum[-x-1] = vsum[0];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user