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

6 Commits

Author SHA1 Message Date
Alexander Alekhin
edfdf12c31 tests: refactor test files 2018-02-02 19:15:28 +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
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