Commit 4f589649 authored by Ziyang LI's avatar Ziyang LI

remove a whitepace

parent 786e3b9e
...@@ -122,7 +122,7 @@ static void prefilterNorm( const Mat& src, Mat& dst, int winsize, int ftzero, uc ...@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment