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
4cf7ddfd
Commit
4cf7ddfd
authored
Nov 23, 2015
by
askourik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added new function definition in AGAST module header for tree-optimized version
parent
a6bbe063
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
agast_score.hpp
modules/features2d/src/agast_score.hpp
+1
-0
No files found.
modules/features2d/src/agast_score.hpp
View file @
4cf7ddfd
...
...
@@ -54,6 +54,7 @@ namespace cv
#if !(defined __i386__ || defined(_M_IX86) || defined __x86_64__ || defined(_M_X64))
int
agast_tree_search
(
const
unsigned
long
table_struct32
[],
int
pixel_
[],
const
unsigned
char
*
const
ptr
,
int
threshold
);
int
AGAST_ALL_SCORE
(
const
uchar
*
ptr
,
const
int
pixel
[],
int
threshold
,
int
agasttype
);
#endif //!(defined __i386__ || defined(_M_IX86) || defined __x86_64__ || defined(_M_X64))
...
...
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