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
0b192cb4
Commit
0b192cb4
authored
Oct 27, 2011
by
Alexey Spizhevoy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed warning in the ORB features finder
parent
d7ff9243
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
matchers.hpp
...s/stitching/include/opencv2/stitching/detail/matchers.hpp
+1
-1
No files found.
modules/stitching/include/opencv2/stitching/detail/matchers.hpp
View file @
0b192cb4
...
...
@@ -92,7 +92,7 @@ private:
class
CV_EXPORTS
OrbFeaturesFinder
:
public
FeaturesFinder
{
public
:
OrbFeaturesFinder
(
Size
_grid_size
=
Size
(
3
,
1
),
size_t
n_features
=
1500
,
const
ORB
::
CommonParams
&
detector_params
=
ORB
::
CommonParams
(
1.3
,
5
));
OrbFeaturesFinder
(
Size
_grid_size
=
Size
(
3
,
1
),
size_t
n_features
=
1500
,
const
ORB
::
CommonParams
&
detector_params
=
ORB
::
CommonParams
(
1.3
f
,
5
));
private
:
void
find
(
const
Mat
&
image
,
ImageFeatures
&
features
);
...
...
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