Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
ca1975ca
Unverified
Commit
ca1975ca
authored
Apr 24, 2018
by
Alexander Alekhin
Committed by
GitHub
Apr 24, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11385 from shengyu7697:tab_to_space
parents
d72494d0
7773b2b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ecc.cpp
modules/video/src/ecc.cpp
+1
-1
No files found.
modules/video/src/ecc.cpp
View file @
ca1975ca
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment