Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
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_contrib
Commits
3cadb400
Commit
3cadb400
authored
Sep 19, 2018
by
Hamdi Sahloul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert cuda.FastFeatureDetector unnamed enum to static const int
parent
9735ec66
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
cudafeatures2d.hpp
modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp
+4
-8
No files found.
modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp
View file @
3cadb400
...
...
@@ -426,14 +426,10 @@ public:
class
CV_EXPORTS_W
FastFeatureDetector
:
public
Feature2DAsync
{
public
:
enum
{
LOCATION_ROW
=
0
,
RESPONSE_ROW
,
ROWS_COUNT
,
FEATURE_SIZE
=
7
};
static
const
int
LOCATION_ROW
=
0
;
static
const
int
RESPONSE_ROW
=
1
;
static
const
int
ROWS_COUNT
=
2
;
static
const
int
FEATURE_SIZE
=
7
;
CV_WRAP
static
Ptr
<
cuda
::
FastFeatureDetector
>
create
(
int
threshold
=
10
,
bool
nonmaxSuppression
=
true
,
...
...
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