Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
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_contrib
Commits
27bbdb63
Unverified
Commit
27bbdb63
authored
Dec 31, 2017
by
Adam
Committed by
GitHub
Dec 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Just a tiny fix of two typos
- Fixed a typo in the help text - Fixed a typo in a comment line
parent
f03e415e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
scene_reconstruction.cpp
modules/sfm/samples/scene_reconstruction.cpp
+3
-4
No files found.
modules/sfm/samples/scene_reconstruction.cpp
View file @
27bbdb63
...
...
@@ -20,7 +20,7 @@ static void help() {
<<
" example_sfm_scene_reconstruction <path_to_file> <f> <cx> <cy>
\n
"
<<
" where: path_to_file is the file absolute path into your system which contains
\n
"
<<
" the list of images to use for reconstruction.
\n
"
<<
" f is the focal leng
ht
in pixels.
\n
"
<<
" f is the focal leng
th
in pixels.
\n
"
<<
" cx is the image principal point x coordinates in pixels.
\n
"
<<
" cy is the image principal point y coordinates in pixels.
\n
"
<<
"------------------------------------------------------------------------------------
\n\n
"
...
...
@@ -60,7 +60,7 @@ int main(int argc, char* argv[])
getdir
(
argv
[
1
],
images_paths
);
// Build in
s
trinsics
// Build intrinsics
float
f
=
atof
(
argv
[
2
]),
cx
=
atof
(
argv
[
3
]),
cy
=
atof
(
argv
[
4
]);
...
...
@@ -156,4 +156,4 @@ int main(int argc, char* argv[])
window
.
spin
();
return
0
;
}
\ No newline at end of file
}
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