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
0af4d09a
Commit
0af4d09a
authored
Nov 16, 2010
by
Maria Dimashova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed linker error undo mingw (#657)
parent
0ad9edfb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
features2d.hpp
modules/features2d/include/opencv2/features2d/features2d.hpp
+4
-4
No files found.
modules/features2d/include/opencv2/features2d/features2d.hpp
View file @
0af4d09a
...
...
@@ -266,7 +266,7 @@ CV_EXPORTS void read(const FileNode& node, CV_OUT vector<KeyPoint>& keypoints);
class
CV_EXPORTS
SIFT
{
public
:
struct
CommonParams
struct
C
V_EXPORTS
C
ommonParams
{
static
const
int
DEFAULT_NOCTAVES
=
4
;
static
const
int
DEFAULT_NOCTAVE_LAYERS
=
3
;
...
...
@@ -279,7 +279,7 @@ public:
int
angleMode
;
};
struct
DetectorParams
struct
CV_EXPORTS
DetectorParams
{
static
double
GET_DEFAULT_THRESHOLD
()
{
return
0.04
/
SIFT
::
CommonParams
::
DEFAULT_NOCTAVE_LAYERS
/
2.0
;
}
static
double
GET_DEFAULT_EDGE_THRESHOLD
()
{
return
10.0
;
}
...
...
@@ -289,7 +289,7 @@ public:
double
threshold
,
edgeThreshold
;
};
struct
DescriptorParams
struct
CV_EXPORTS
DescriptorParams
{
static
double
GET_DEFAULT_MAGNIFICATION
()
{
return
3.0
;
}
static
const
bool
DEFAULT_IS_NORMALIZE
=
true
;
...
...
@@ -2143,7 +2143,7 @@ CV_EXPORTS Ptr<DescriptorMatcher> createDescriptorMatcher( const string& descrip
* GenericDescriptorMatcher *
\****************************************************************************************/
/*
* Abstract interface for a keypoint descriptor
* Abstract interface for a keypoint descriptor
and matcher
*/
class
GenericDescriptorMatcher
;
typedef
GenericDescriptorMatcher
GenericDescriptorMatch
;
...
...
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