Gary Allen
9d0a451bee
Merge pull request #3296 from gvcallen:4.x
...
Allow new glog in SFM CMake Project
* Allow new glog in SFM CMakeLists.txt
* Fix typo
* Fixed missing bracket
3 years ago
Suleyman TURKMEN
6d40472356
Revert "line_descriptor: remove code with conflict license"
...
This reverts commit e990caef8d
.
4 years ago
Alexander Alekhin
e990caef8d
line_descriptor: remove code with conflict license
6 years ago
Alexander Alekhin
edfdf12c31
tests: refactor test files
7 years ago
Maksim Shabunin
f8807f18cd
Reduced modules dependencies:
...
- made some of dependencies explicit
- removed dependencies to highgui and some other modules where possible
- modified some samples to build without modules
8 years ago
Prof. Dr. Rudolf Haussmann
c2b55897b4
The function pow(2.0,i) has been replaced by (1<<i)
...
modified: modules/line_descriptor/perf/perf_matching.cpp
modified: modules/line_descriptor/test/test_matcher_regression.cpp
9 years ago
Prof. Dr. Rudolf Haussmann
75a1722564
The function pow(2,i) has been replaced by pow(2.0,i)
...
modified: modules/line_descriptor/perf/perf_matching.cpp
modified: modules/line_descriptor/test/test_matcher_regression.cpp
9 years ago
Maksim Shabunin
94e777ba45
Trying to fix some tests
10 years ago
Maksim Shabunin
fb8d27c987
perf_line_descriptor
10 years ago
biagio montesano
e39065bf77
Created nested namespace. Modified interface classes.
11 years ago
biagio montesano
927619973b
Added perf and accuracy tests
11 years ago