projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ec456f
)
tab to space
author
shengyu
<shengyu7697@gmail.com>
Tue, 24 Apr 2018 12:34:47 +0000
(20:34 +0800)
committer
Alexander Alekhin
<alexander.alekhin@intel.com>
Tue, 24 Apr 2018 14:45:16 +0000
(17:45 +0300)
modules/video/src/ecc.cpp
patch
|
blob
|
history
diff --git
a/modules/video/src/ecc.cpp
b/modules/video/src/ecc.cpp
index
377b775
..
aabb317
100644
(file)
--- a/
modules/video/src/ecc.cpp
+++ b/
modules/video/src/ecc.cpp
@@
-404,7
+404,7
@@
double cv::findTransformECC(InputArray templateImage,
Mat templateFloat = Mat(hs, ws, CV_32F);// to store the (smoothed) template
Mat imageFloat = Mat(hd, wd, CV_32F);// to store the (smoothed) input image
Mat imageWarped = Mat(hs, ws, CV_32F);// to store the warped zero-mean input image
- Mat imageMask
= Mat(hs, ws, CV_8U); //
to store the final mask
+ Mat imageMask
= Mat(hs, ws, CV_8U); //
to store the final mask
Mat inputMaskMat = inputMask.getMat();
//to use it for mask warping