Anatoly Baksheev
|
ceadaed108
|
Added Affine3<T> class
|
12 years ago |
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
12 years ago |
Vadim Pisarevsky
|
374e3a0890
|
rewritten several functions from calib3d: findhomography, findfundamentalmat, findessentialmat, estimateaffine3d, computecorrespondepilines, convert points{to/from}homogeneous to C++.
|
12 years ago |
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
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 |
Bo Li
|
956a029ede
|
added code, test and doc for five-point algorithm
|
12 years ago |
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
12 years ago |
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
12 years ago |
Vadim Pisarevsky
|
63bd6f9adf
|
fixed compile errors in ocl tests; disabled a few problematic tests
|
12 years ago |
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
12 years ago |
Vadim Pisarevsky
|
ae10ecd264
|
fixed 2 test failures (test_DrawChessboardCorners & Core_Array.expressions)
|
12 years ago |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
12 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
12 years ago |
Andrey Kamaev
|
d40083a926
|
Add concurrency test for solvePnPRansac
|
12 years ago |
Vadim Pisarevsky
|
06a13d9ba0
|
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
|
12 years ago |
Sergiu Dotenco
|
4993748c91
|
added missing includes
|
12 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 |
Andrey Kamaev
|
176eb83da6
|
Fixed Windows build
|
13 years ago |
Ilya Lysenkov
|
e1378aad79
|
Added a check that Q reprojects to the same 3D points as reconstructed by triangulation (#1575)
|
13 years ago |
Ilya Lysenkov
|
bc7b517e41
|
Added a check that Tx after rectification is equal to distance between cameras
|
13 years ago |
Ilya Lysenkov
|
d9001d1a91
|
Added a check that Q (computed by rectification) reprojects a point before the camera
|
13 years ago |
Vadim Pisarevsky
|
846e37ded5
|
fixed many warnings from GCC 4.6.1
|
13 years ago |
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
13 years ago |
Anatoly Baksheev
|
84db4eb6fa
|
fixed ~200 warnings for windows
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
|
13 years ago |
Alexander Reshetnikov
|
6ead21b1a2
|
added licenses to some tests; updated new highgui tests
|
13 years ago |
Alexander Shishkov
|
ace6eaef7e
|
added one more test for undistort
|
13 years ago |
Alexander Reshetnikov
|
07fa62f0c4
|
some design code changes in new tests
|
13 years ago |
Alexander Reshetnikov
|
70820224c3
|
added checking homography matrix computing for vector <Point2f>
|
13 years ago |
Alexander Reshetnikov
|
b5034ac33f
|
Completed findHomography test (source data has type CV_32FC2). In plans add the same checking for vector <Point2f>.
|
13 years ago |
Alexander Shishkov
|
c11551a510
|
added P3P method
added test for solvePnP
changed test for solvePnPRansac
fixed bug with mutex solvePnPRansac
|
13 years ago |
Alexander Reshetnikov
|
4cfc9dc67e
|
fixed bag in the checking size of matrix and vector for eigen test; all eigen test execution was checked: it works correctly; added first version of homography test for C++ interface
|
13 years ago |
Ilya Lysenkov
|
d105264bad
|
Added tests of findCirclesGrid() with the asymmetric pattern.
|
13 years ago |