Alexander Smorkalov
57da381ae3
Increased Photo_CalibrateDebevec.regression test tolerance to pass on arm64 with gcc 9.3.
4 years ago
Alexander Alekhin
742f22c09b
photo: move TonemapDurand to opencv_contrib
6 years ago
Vadim Pisarevsky
54279523a3
Merge pull request #12437 from vpisarev:avx2_fixes
...
* trying to fix the custom AVX2 builder test failures (false alarms)
* fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests
* fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests
* fixed compile error with CPU_BASELINE=AVX2 on x86; raised tolerance thresholds in a couple of tests
* seemingly disabled false alarm warning in surf.cpp; increased tolerance thresholds in the tests for SolvePnP and in DNN/ENet
6 years ago
Sayed Adel
115b10ed32
photo:ppc fix MergeRobertson test
7 years ago
Alexander Alekhin
4a297a2443
ts: refactor OpenCV tests
...
- removed tr1 usage (dropped in C++17)
- moved includes of vector/map/iostream/limits into ts.hpp
- require opencv_test + anonymous namespace (added compile check)
- fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
- added missing license headers
7 years ago
Tomoaki Teshima
e63d628677
remove some rand functions
...
* make test more reproducible
7 years ago
Alexander Alekhin
3933958b34
photo(test): fix MergeRobertson test for AARCH64 build
8 years ago
sovrasov
b87a8a5719
Set LUT for Robertson weights function to zero on borders
8 years ago
Volodymyr Kysenko
89dd828e3c
added test for correct handling of uniforma areas in the MergeMertens
11 years ago
Vadim Pisarevsky
d0b3c7a518
added some diagnostic into Tonemap test
11 years ago
Anatoly Baksheev
e154bce259
fixed compilation for vs2008
11 years ago
Fedor Morozov
c9ace38897
Docs updated, added InputArray, fixes for makePtr,...
11 years ago
Fedor Morozov
89508bf7ab
NO exr now
11 years ago
Fedor Morozov
76c6fa9348
No EXR in tests
11 years ago
Fedor Morozov
c118f3c529
Robertson update
11 years ago
Fedor Morozov
85eb52b8af
Debevec Calibrate
11 years ago
fm
cb27740de4
Linux compilation
11 years ago
Fedor Morozov
0f703b8162
Calibrate Debevec changes
11 years ago
Alexander Shishkov
924f7ce373
small changes for compilation
11 years ago
Fedor Morozov
e15eabe3fa
Ghostbusters
11 years ago
Fedor Morozov
9f9873017c
HDR test changes
11 years ago
Fedor Morozov
bef8d8192e
Minor fixes, new MergeDebevec
11 years ago
Fedor Morozov
4c0f7f9e59
Tonemapping documentation update
11 years ago
Fedor Morozov
17609b90c7
Mantiuk's tonemapping
11 years ago
Alexander Shishkov
6df203c449
Fixes for Linux compilation, small changes
11 years ago
Fedor Morozov
302bf23f82
All hdr functions as Algorithms
12 years ago
Fedor Morozov
4d2ea847fa
Tonemap as 3.0 algorithm
12 years ago
Fedor Morozov
258b98d15b
Tonemap as Algorithm
12 years ago
Fedor Morozov
703cf8cef7
Calibration, various changes
12 years ago
Alexander Shishkov
707048f6e1
removed tonemap_algorithms due to wrapping problems
12 years ago
Fedor Morozov
35133df0de
MTB alignment. Code, tests, application
12 years ago
Fedor Morozov
0aee5b61e3
Exposure fusion. Code, tests.
12 years ago
Fedor Morozov
a5e11079d7
Fixes, missing files, tests
12 years ago
Fedor Morozov
84ea0c9a97
Tests and rgbe fix
12 years ago
Vladislav Vinogradov
3eeaa9189c
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
12 years ago
Vladislav Vinogradov
f0b19d4659
updated license header in whole gpu module
12 years ago
Vladislav Vinogradov
7a0d6f7733
Super Resolution module
12 years ago
Vadim Pisarevsky
061b49e0b2
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
14 years ago
Vadim Pisarevsky
be4251c143
fixed compile problems when Makefiles are used
14 years ago