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
25a7d023
Commit
25a7d023
authored
Oct 16, 2014
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ok; all the tests now pass
parent
c5261ea3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
features2d.hpp
modules/features2d/include/opencv2/features2d.hpp
+3
-6
mser.cpp
modules/features2d/src/mser.cpp
+0
-0
test_keypoints.cpp
modules/features2d/test/test_keypoints.cpp
+0
-0
No files found.
modules/features2d/include/opencv2/features2d.hpp
View file @
25a7d023
...
...
@@ -195,12 +195,9 @@ public:
int
_max_evolution
=
200
,
double
_area_threshold
=
1.01
,
double
_min_margin
=
0.003
,
int
_edge_blur_size
=
5
);
CV_WRAP
virtual
int
detectAndLabel
(
InputArray
image
,
OutputArray
label
,
OutputArray
stats
=
noArray
()
)
=
0
;
CV_WRAP
virtual
void
detectAndStore
(
InputArray
image
,
std
::
vector
<
std
::
vector
<
Point
>
>&
msers
,
OutputArray
stats
=
noArray
()
)
=
0
;
CV_WRAP
virtual
void
detectRegions
(
InputArray
image
,
std
::
vector
<
std
::
vector
<
Point
>
>&
msers
,
std
::
vector
<
Rect
>&
bboxes
)
=
0
;
};
//! detects corners using FAST algorithm by E. Rosten
...
...
modules/features2d/src/mser.cpp
View file @
25a7d023
This diff is collapsed.
Click to expand it.
modules/features2d/test/test_keypoints.cpp
View file @
25a7d023
This diff is collapsed.
Click to expand it.
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