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
6a4ab4a9
Commit
6a4ab4a9
authored
May 30, 2011
by
Alexey Spizhevoy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated --help message (opencv_stitching)
parent
24dcfa1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
+12
-10
main.cpp
modules/stitching/main.cpp
+12
-10
No files found.
modules/stitching/main.cpp
View file @
6a4ab4a9
...
...
@@ -71,28 +71,30 @@ void printUsage()
" --try_gpu (yes|no)
\n
"
" Try to use GPU. The default value is 'no'. All default values
\n
"
" are for CPU mode.
\n
"
"
\n
Motion Estimation:
\n
"
" --work_megapix <float>
\n
"
" Resolution for image registration step. The default is 0.6.
\n
"
" --seam_megapix <float>
\n
"
" Resolution for seam estimation step. The default is 0.1.
\n
"
" --compose_megapix <float>
\n
"
" Resolution for compositing step. Use -1 for original resolution.
\n
"
" The default is -1.
\n
"
" --match_conf <float>
\n
"
" Confidence for feature matching step. The default is 0.7.
\n
"
" --ba (ray|focal_ray)
\n
"
" Bundle adjustment cost function. The default is 'focal_ray'.
\n
"
" --conf_thresh <float>
\n
"
" Threshold for two images are from the same panorama confidence.
\n
"
" The default is 'focal_ray'.
\n
"
" The default is 1.0.
\n
"
" --ba (ray|focal_ray)
\n
"
" Bundle adjustment cost function. The default is 'focal_ray'.
\n
"
" --wave_correct (no|yes)
\n
"
" Perform wave effect correction. The default is 'yes'.
\n
"
"
\n
Compositing:
\n
"
" --warp (plane|cylindrical|spherical)
\n
"
" Warp surface type. The default is 'spherical'.
\n
"
" --
expos_comp (no|gain|gain_blocks)
\n
"
"
Exposure compensation method. The default is 'gain'
.
\n
"
" --
seam_megapix <float>
\n
"
"
Resolution for seam estimation step. The default is 0.1
.
\n
"
" --seam (no|voronoi|gc_color|gc_colorgrad)
\n
"
" Seam estimation method. The default is 'gc_color'.
\n
"
" --compose_megapix <float>
\n
"
" Resolution for compositing step. Use -1 for original resolution.
\n
"
" The default is -1.
\n
"
" --expos_comp (no|gain|gain_blocks)
\n
"
" Exposure compensation method. The default is 'gain'.
\n
"
" --blend (no|feather|multiband)
\n
"
" Blending method. The default is 'multiband'.
\n
"
" --num_bands <int>
\n
"
...
...
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