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
4bd2ad30
Commit
4bd2ad30
authored
Oct 22, 2019
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15756 from dankamongmen:dankamongmen/stitching_surf_default
parents
a8d14e88
6e9eca29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
stitching_detailed.cpp
samples/cpp/stitching_detailed.cpp
+2
-2
No files found.
samples/cpp/stitching_detailed.cpp
View file @
4bd2ad30
...
...
@@ -100,6 +100,7 @@ double seam_megapix = 0.1;
double
compose_megapix
=
-
1
;
float
conf_thresh
=
1.
f
;
string
features_type
=
"surf"
;
float
match_conf
=
0.65
f
;
string
matcher_type
=
"homography"
;
string
estimator_type
=
"homography"
;
string
ba_cost_func
=
"ray"
;
...
...
@@ -110,7 +111,6 @@ bool save_graph = false;
std
::
string
save_graph_to
;
string
warp_type
=
"spherical"
;
int
expos_comp_type
=
ExposureCompensator
::
GAIN_BLOCKS
;
float
match_conf
=
0.3
f
;
string
seam_find_type
=
"gc_color"
;
int
blend_type
=
Blender
::
MULTI_BAND
;
int
timelapse_type
=
Timelapser
::
AS_IS
;
...
...
@@ -174,7 +174,7 @@ static int parseCmdArgs(int argc, char** argv)
else
if
(
string
(
argv
[
i
])
==
"--features"
)
{
features_type
=
argv
[
i
+
1
];
if
(
features_type
==
"orb"
)
if
(
string
(
features_type
)
==
"orb"
)
match_conf
=
0.3
f
;
i
++
;
}
...
...
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