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 |
Maks Naumov
|
b033a63e63
|
fix typo in test_cameracalibration
|
11 years ago |
Ilya Lavrenov
|
099ea91823
|
typos
|
11 years ago |
Ilya Lavrenov
|
eedf86402d
|
typos
|
11 years ago |
Ilya Lavrenov
|
6b9ebcbf3d
|
deleted extra semicolons
|
11 years ago |
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
12 years ago |
Roman Donchenko
|
d9f71b762f
|
Deleted almost all of the precomp.cpp files.
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
|
12 years ago |
Vadim Pisarevsky
|
6aa4f533fa
|
attempt to fix stereobm failures on Mac and Linux
|
12 years ago |
Vladislav Vinogradov
|
b47a2012d2
|
fixed assert condition (trueRightDisp can be empty)
|
12 years ago |
Andrey Pavlenko
|
9aa29373b4
|
this test is unstable (fails from time to time), let's disable it until fixed
|
12 years ago |
Vladislav Vinogradov
|
10774ff068
|
removed unnecessary tmp variable (convertTo can work in-place)
|
12 years ago |
Andrey Kamaev
|
e79e81c6cd
|
Fix Windows build warnings
|
12 years ago |
Ilya Lysenkov
|
fe86f31f44
|
Added a test of CvModelEstimator2::checkSubset(...)
|
12 years ago |
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
13 years ago |
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
13 years ago |
Vadim Pisarevsky
|
63bd6f9adf
|
fixed compile errors in ocl tests; disabled a few problematic tests
|
13 years ago |
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
13 years ago |
Vadim Pisarevsky
|
ae10ecd264
|
fixed 2 test failures (test_DrawChessboardCorners & Core_Array.expressions)
|
13 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
13 years ago |
Andrey Kamaev
|
d40083a926
|
Add concurrency test for solvePnPRansac
|
13 years ago |
Vadim Pisarevsky
|
06a13d9ba0
|
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
|
13 years ago |
Sergiu Dotenco
|
4993748c91
|
added missing includes
|
13 years ago |
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
13 years ago |
Marina Kolpakova
|
162f9fd7ea
|
merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811
|
13 years ago |
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
13 years ago |
Andrey Kamaev
|
47a4e87784
|
Ignored warnings from gtest with precompiled headers enabled
|
13 years ago |
Andrey Kamaev
|
50ad690993
|
Merged the trunk till r8291
|
13 years ago |
Andrey Kamaev
|
3a1f85d4e8
|
Remerged the 2.4.0 branch
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Andrey Kamaev
|
c712f376d5
|
Fixed warnings about unused return value of fscanf, scanf and system
|
13 years ago |
Marina Kolpakova
|
0ff5712d06
|
fixed few warnings
|
13 years ago |
Vadim Pisarevsky
|
beb7fc3c92
|
a LOT of obsolete stuff has been moved to the legacy module.
|
13 years ago |
Ilya Lysenkov
|
959c37fccf
|
Partial fix of a cameraCalibration() test
|
13 years ago |
Ilya Lysenkov
|
1e1d7496ee
|
Added a test for correctMatches (#1350)
|
13 years ago |
Ilya Lysenkov
|
7901879e48
|
Added a test for the C++ wrapper of cvTriangulatePoints()
|
13 years ago |
Vadim Pisarevsky
|
aed276e67d
|
fixed cvComputeCorrespondEpilines to handle <5 points (ticket #1635)
|
13 years ago |
Ilya Lysenkov
|
7eab7c197d
|
Modified the test of findChessboardCorners to check examples when there are no chessboards
|
13 years ago |
Ilya Lysenkov
|
03cd6072ce
|
Fixed the test of findChessboardCorners (it didn't test accuracy before)
|
13 years ago |