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
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
AKAZE.cpp
modules/features2d/src/akaze/AKAZE.cpp
+0
-1
config.h
modules/features2d/src/kaze/config.h
+0
-13
No files found.
modules/features2d/src/akaze/AKAZE.cpp
View file @
61f79c26
...
...
@@ -2296,4 +2296,3 @@ 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
//*************************************************************************************
//*************************************************************************************
...
...
@@ -123,7 +115,3 @@ struct TEvolution {
//*************************************************************************************
#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