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
1b174296
Commit
1b174296
authored
Aug 01, 2014
by
biagio montesano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed some headers' positions in BinaryDescriptor
parent
31be8150
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
bitops.hpp
...ine_descriptor/include/opencv2/line_descriptor/bitops.hpp
+1
-1
binary_descriptor.cpp
modules/line_descriptor/src/binary_descriptor.cpp
+2
-6
No files found.
modules/line_descriptor/include/opencv2/line_descriptor/bitops.hpp
View file @
1b174296
...
...
@@ -94,7 +94,7 @@ inline int match( UINT8*P, UINT8*Q, int codelb )
break
;
}
return
-
1
;
}
/* splitting function (b <= 64) */
...
...
modules/line_descriptor/src/binary_descriptor.cpp
View file @
1b174296
...
...
@@ -38,16 +38,12 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
#define _USE_MATH_DEFINES
#ifdef _WIN32
# include <cmath>
#endif
#define NUM_OF_BANDS 9
#include "precomp.hpp"
//using namespace cv;
namespace
cv
...
...
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