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
ac58405a71
calib3d: fix fisheye stereoRectify test
...
- don't write into testdata directory
- check matrices instead of result images
7 years ago
Tomoaki Teshima
62c17dc3cf
fix typo and align white spaces
8 years ago
Jeff McBride
562c15cbe9
Don't assume all images have the same number of calibration points
...
Cast to (int) to avoid warnings
Add test for different points number case in fisheye calibration function
8 years ago
Pavel Rojtberg
cefa1dc5cb
switch mask type from vector<int> to vector<uchar>
9 years ago
Maksim Shabunin
eebd4cad66
Fix compilation problems with XCode 7.1.1 and cmake 3.3.2
9 years ago
Maksim Shabunin
f49936a849
Fixed cmake and build issues when using Visual Studio 2015
9 years ago
Maksim Shabunin
6e9d0d9a0c
Visual Studio 2015 warning and test fixes
9 years ago
Evgeny Agafonchikov
6a6d58d389
Adding test support for WINRT
10 years ago
Alexander Smorkalov
a9ae0c8e82
Test fisheye.rectify disabled for Tegra.
10 years ago
Vadim Pisarevsky
ee11a2d266
fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions
10 years ago
Alexander Smorkalov
71c4e96e17
Test fisheye.rectify disabled for Tegra.
10 years ago
Roman Donchenko
74e58ddbb1
Disable the broken fisheye undistortImage test
10 years ago
Ilya Lavrenov
43e4946cca
fix for fisheye
11 years ago
Ilya Krylov
84bb77e914
Fixed android and windows x64 build issues
11 years ago
Ilya Krylov
3678020c28
Added license to source files
11 years ago
Ilya Krylov
651b13f72a
Refactored class Fisheye to namespace fisheye
11 years ago
Ilya Krylov
c30fef1f9d
Fixed build issues
11 years ago
Ilya Krylov
349ff631a5
Added sample of work of Fisheye::undistortImage and its description to documentation. Removed readPoints and readExtrinsic (useless)
11 years ago
Ilya Krylov
50b291995a
Added tests for stereoCalibrate
11 years ago
Ilya Krylov
e6aa8ce932
Corrected notes
11 years ago
Ilya Krylov
05ee15f108
Added FisheyeTest
11 years ago
Ilya Krylov
35e1b322cb
Added test for jacobians
11 years ago
Ilya Krylov
9c7e0bfd33
Added fisheye camera model
11 years ago