projects
/
profile
/
ivi
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
786e3b9
)
remove a whitepace
author
Ziyang LI
<ziyangli@users.noreply.github.com>
Wed, 12 Mar 2014 10:14:43 +0000
(18:14 +0800)
committer
Ziyang LI
<ziyangli@users.noreply.github.com>
Wed, 12 Mar 2014 10:14:43 +0000
(18:14 +0800)
modules/calib3d/src/stereobm.cpp
patch
|
blob
|
history
diff --git
a/modules/calib3d/src/stereobm.cpp
b/modules/calib3d/src/stereobm.cpp
index
8e9cc01
..
cd6302a
100644
(file)
--- a/
modules/calib3d/src/stereobm.cpp
+++ b/
modules/calib3d/src/stereobm.cpp
@@
-122,7
+122,7
@@
static void prefilterNorm( const Mat& src, Mat& dst, int winsize, int ftzero, uc
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];