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
Alexander Alekhin
10d1b33a80
perf: remove tvl1 check for magic numbers, reduce number of samples
8 years ago
Alexander Alekhin
45bf60d18c
perf: remove tvl1 check for magic numbers, reduce number of samples
9 years ago
Vladislav Vinogradov
c89786bc2d
fixed sanity test on Windows
12 years ago
Anna Kogan
f6e0d327b0
Increased time limits
12 years ago
Vladislav Vinogradov
a3a09cf4d1
refactored OpticalFlowDual_TVL1:
...
* added DenseOpticalFlow interface
* moved OpticalFlowDual_TVL1 to src folder
12 years ago
Vladislav Vinogradov
1498d2f427
added dual tvl1 optical flow implementation
12 years ago
Andrey Kamaev
fe0b88d291
Set sanity threshold for TVL1 optical flow to 0.5
12 years ago
Andrey Kamaev
1284121d89
Set sanity threshold for TVL1 optical flow to 0.02
12 years ago
Vladislav Vinogradov
0ad849d2fd
Dual TV-L1 optical flow implementation
13 years ago