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
b42c2681
Commit
b42c2681
authored
May 09, 2014
by
Ievgen Khvedchenia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Temporary remove of CV_WRAP
parent
1a5fcd71
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
features2d.hpp
modules/features2d/include/opencv2/features2d.hpp
+3
-4
No files found.
modules/features2d/include/opencv2/features2d.hpp
View file @
b42c2681
...
...
@@ -893,15 +893,14 @@ KAZE implementation
class
CV_EXPORTS_W
KAZE
:
public
Feature2D
{
public
:
/// AKAZE Descriptor Type
/// AKAZE Descriptor Type
enum
DESCRIPTOR_TYPE
{
DESCRIPTOR_MSURF
=
1
,
DESCRIPTOR_GSURF
=
2
};
CV_WRAP
KAZE
();
CV_WRAP
explicit
KAZE
(
DESCRIPTOR_TYPE
type
,
bool
_extended
,
bool
_upright
);
explicit
KAZE
(
DESCRIPTOR_TYPE
descriptor_
type
,
bool
_extended
,
bool
_upright
);
virtual
~
KAZE
();
...
...
@@ -945,7 +944,7 @@ public:
};
CV_WRAP
AKAZE
();
CV_WRAP
explicit
AKAZE
(
DESCRIPTOR_TYPE
_descriptor
,
int
_descriptor_size
=
0
,
int
_descriptor_channels
=
3
);
explicit
AKAZE
(
DESCRIPTOR_TYPE
descriptor_type
,
int
_descriptor_size
=
0
,
int
_descriptor_channels
=
3
);
virtual
~
AKAZE
();
...
...
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