1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-17 15:26:00 +08:00

10 Commits

Author SHA1 Message Date
Suleyman TURKMEN
6d40472356 Revert "line_descriptor: remove code with conflict license"
This reverts commit e990caef8d.
2021-10-02 16:41:48 +03:00
Alexander Alekhin
e990caef8d line_descriptor: remove code with conflict license 2019-03-01 18:56:35 +00:00
Alexander Alekhin
edfdf12c31 tests: refactor test files 2018-02-02 19:15:28 +03:00
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
2017-03-15 18:00:21 +03:00
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
2016-02-20 16:14:58 +01:00
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
2016-02-20 14:23:41 +01:00
Maksim Shabunin
94e777ba45 Trying to fix some tests 2015-09-08 16:16:37 +03:00
Maksim Shabunin
fb8d27c987 perf_line_descriptor 2015-08-20 15:12:08 +03:00
biagio montesano
e39065bf77 Created nested namespace. Modified interface classes. 2014-08-20 19:16:12 +02:00
biagio montesano
927619973b Added perf and accuracy tests 2014-08-17 18:06:23 +02:00