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
61f79c26
Commit
61f79c26
authored
Apr 28, 2014
by
Ievgen Khvedchenia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix line ending at EOF
parent
3cfc22ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
35 deletions
+24
-35
AKAZE.cpp
modules/features2d/src/akaze/AKAZE.cpp
+22
-22
config.h
modules/features2d/src/kaze/config.h
+2
-13
No files found.
modules/features2d/src/akaze/AKAZE.cpp
View file @
61f79c26
...
...
@@ -572,8 +572,8 @@ public:
void
Get_SURF_Descriptor_Upright_64
(
const
cv
::
KeyPoint
&
kpt
,
float
*
desc
)
const
;
private
:
std
::
vector
<
cv
::
KeyPoint
>&
keypoints_
;
cv
::
Mat
&
descriptors_
;
std
::
vector
<
cv
::
KeyPoint
>&
keypoints_
;
cv
::
Mat
&
descriptors_
;
std
::
vector
<
TEvolution
>&
evolution_
;
AKAZEOptions
&
options_
;
};
...
...
@@ -601,8 +601,8 @@ public:
void
Get_SURF_Descriptor_64
(
const
cv
::
KeyPoint
&
kpt
,
float
*
desc
)
const
;
private
:
std
::
vector
<
cv
::
KeyPoint
>&
keypoints_
;
cv
::
Mat
&
descriptors_
;
std
::
vector
<
cv
::
KeyPoint
>&
keypoints_
;
cv
::
Mat
&
descriptors_
;
std
::
vector
<
TEvolution
>&
evolution_
;
AKAZEOptions
&
options_
;
};
...
...
@@ -612,7 +612,7 @@ class MSURF_Upright_Descriptor_64_Invoker : public cv::ParallelLoopBody
public
:
MSURF_Upright_Descriptor_64_Invoker
(
std
::
vector
<
cv
::
KeyPoint
>&
kpts
,
cv
::
Mat
&
desc
,
std
::
vector
<
TEvolution
>&
evolution
,
AKAZEOptions
&
options
)
:
keypoints_
(
kpts
)
,
descriptors_
(
desc
)
,
descriptors_
(
desc
)
,
evolution_
(
evolution
)
,
options_
(
options
)
{
...
...
@@ -629,8 +629,8 @@ public:
void
Get_MSURF_Upright_Descriptor_64
(
const
cv
::
KeyPoint
&
kpt
,
float
*
desc
)
const
;
private
:
std
::
vector
<
cv
::
KeyPoint
>&
keypoints_
;
cv
::
Mat
&
descriptors_
;
std
::
vector
<
cv
::
KeyPoint
>&
keypoints_
;
cv
::
Mat
&
descriptors_
;
std
::
vector
<
TEvolution
>&
evolution_
;
AKAZEOptions
&
options_
;
};
...
...
@@ -640,7 +640,7 @@ class MSURF_Descriptor_64_Invoker : public cv::ParallelLoopBody
public
:
MSURF_Descriptor_64_Invoker
(
std
::
vector
<
cv
::
KeyPoint
>&
kpts
,
cv
::
Mat
&
desc
,
std
::
vector
<
TEvolution
>&
evolution
,
AKAZEOptions
&
options
)
:
keypoints_
(
kpts
)
,
descriptors_
(
desc
)
,
descriptors_
(
desc
)
,
evolution_
(
evolution
)
,
options_
(
options
)
{
...
...
@@ -658,8 +658,8 @@ public:
void
Get_MSURF_Descriptor_64
(
const
cv
::
KeyPoint
&
kpt
,
float
*
desc
)
const
;
private
:
std
::
vector
<
cv
::
KeyPoint
>&
keypoints_
;
cv
::
Mat
&
descriptors_
;
std
::
vector
<
cv
::
KeyPoint
>&
keypoints_
;
cv
::
Mat
&
descriptors_
;
std
::
vector
<
TEvolution
>&
evolution_
;
AKAZEOptions
&
options_
;
};
...
...
@@ -669,7 +669,7 @@ class Upright_MLDB_Full_Descriptor_Invoker : public cv::ParallelLoopBody
public
:
Upright_MLDB_Full_Descriptor_Invoker
(
std
::
vector
<
cv
::
KeyPoint
>&
kpts
,
cv
::
Mat
&
desc
,
std
::
vector
<
TEvolution
>&
evolution
,
AKAZEOptions
&
options
)
:
keypoints_
(
kpts
)
,
descriptors_
(
desc
)
,
descriptors_
(
desc
)
,
evolution_
(
evolution
)
,
options_
(
options
)
{
...
...
@@ -686,8 +686,8 @@ public:
void
Get_Upright_MLDB_Full_Descriptor
(
const
cv
::
KeyPoint
&
kpt
,
unsigned
char
*
desc
)
const
;
private
:
std
::
vector
<
cv
::
KeyPoint
>&
keypoints_
;
cv
::
Mat
&
descriptors_
;
std
::
vector
<
cv
::
KeyPoint
>&
keypoints_
;
cv
::
Mat
&
descriptors_
;
std
::
vector
<
TEvolution
>&
evolution_
;
AKAZEOptions
&
options_
;
};
...
...
@@ -721,8 +721,8 @@ public:
void
Get_Upright_MLDB_Descriptor_Subset
(
const
cv
::
KeyPoint
&
kpt
,
unsigned
char
*
desc
)
const
;
private
:
std
::
vector
<
cv
::
KeyPoint
>&
keypoints_
;
cv
::
Mat
&
descriptors_
;
std
::
vector
<
cv
::
KeyPoint
>&
keypoints_
;
cv
::
Mat
&
descriptors_
;
std
::
vector
<
TEvolution
>&
evolution_
;
AKAZEOptions
&
options_
;
...
...
@@ -735,7 +735,7 @@ class MLDB_Full_Descriptor_Invoker : public cv::ParallelLoopBody
public
:
MLDB_Full_Descriptor_Invoker
(
std
::
vector
<
cv
::
KeyPoint
>&
kpts
,
cv
::
Mat
&
desc
,
std
::
vector
<
TEvolution
>&
evolution
,
AKAZEOptions
&
options
)
:
keypoints_
(
kpts
)
,
descriptors_
(
desc
)
,
descriptors_
(
desc
)
,
evolution_
(
evolution
)
,
options_
(
options
)
{
...
...
@@ -753,8 +753,8 @@ public:
void
Get_MLDB_Full_Descriptor
(
const
cv
::
KeyPoint
&
kpt
,
unsigned
char
*
desc
)
const
;
private
:
std
::
vector
<
cv
::
KeyPoint
>&
keypoints_
;
cv
::
Mat
&
descriptors_
;
std
::
vector
<
cv
::
KeyPoint
>&
keypoints_
;
cv
::
Mat
&
descriptors_
;
std
::
vector
<
TEvolution
>&
evolution_
;
AKAZEOptions
&
options_
;
};
...
...
@@ -789,8 +789,8 @@ public:
void
Get_MLDB_Descriptor_Subset
(
const
cv
::
KeyPoint
&
kpt
,
unsigned
char
*
desc
)
const
;
private
:
std
::
vector
<
cv
::
KeyPoint
>&
keypoints_
;
cv
::
Mat
&
descriptors_
;
std
::
vector
<
cv
::
KeyPoint
>&
keypoints_
;
cv
::
Mat
&
descriptors_
;
std
::
vector
<
TEvolution
>&
evolution_
;
AKAZEOptions
&
options_
;
...
...
@@ -2295,5 +2295,4 @@ inline void check_descriptor_limits(int &x, int &y, int width, int height) {
*/
inline
int
fRound
(
float
flt
)
{
return
(
int
)(
flt
+
0.5
f
);
}
}
\ No newline at end of file
modules/features2d/src/kaze/config.h
View file @
61f79c26
/**
* @file config.h
* @brief Configuration file
...
...
@@ -24,13 +23,6 @@
// OpenCV Includes
#include "precomp.hpp"
// OpenMP Includes
#ifdef _OPENMP
#include <omp.h>
#else
#define omp_get_thread_num() 0
#endif
//*************************************************************************************
//*************************************************************************************
...
...
@@ -122,8 +114,4 @@ struct TEvolution {
//*************************************************************************************
//*************************************************************************************
#endif
#endif
\ No newline at end of file
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