Andrey Kamaev
|
715fa3303e
|
Move cv::Mat out of core.hpp
|
2013-04-01 15:24:34 +04:00 |
|
Vladislav Vinogradov
|
10774ff068
|
removed unnecessary tmp variable (convertTo can work in-place)
|
2013-04-01 11:18:30 +04:00 |
|
Andrey Kamaev
|
20534c9beb
|
Merge pull request #692 from vpisarev:refactor_calib3d_stereo
|
2013-03-26 18:38:16 +04:00 |
|
Andrey Kamaev
|
bafd359083
|
Merge pull request #695 from taka-no-me/cv_str
cv::String to replace the std::string
|
2013-03-25 03:24:42 -07:00 |
|
marina.kolpakova
|
4096b54560
|
use static assertation where suitable
|
2013-03-25 00:29:12 +04:00 |
|
Andrey Kamaev
|
2ad7b97f1c
|
All modules (except ocl and gpu) compiles and pass tests
|
2013-03-22 22:14:26 +04:00 |
|
Vadim Pisarevsky
|
7661625c39
|
converter stereo correspondence algorithms to the new style
|
2013-03-22 01:05:30 +04:00 |
|
Andrey Kamaev
|
89356ff16d
|
Move non-CV functionality from core.hpp to separate utility.hpp header
|
2013-03-20 17:56:06 +04:00 |
|
Anatoly Baksheev
|
ceadaed108
|
Added Affine3<T> class
|
2013-03-18 11:51:43 +04:00 |
|
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>
|
2013-03-13 17:26:56 +04:00 |
|
Vadim Pisarevsky
|
374e3a0890
|
rewritten several functions from calib3d: findhomography, findfundamentalmat, findessentialmat, estimateaffine3d, computecorrespondepilines, convert points{to/from}homogeneous to C++.
|
2013-02-28 18:25:05 +04:00 |
|
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.
|
2013-02-25 15:04:17 +04:00 |
|
Andrey Kamaev
|
7572b4d400
|
Merge branch '2.4'
|
2013-01-30 15:12:50 +04:00 |
|
Andrey Kamaev
|
e79e81c6cd
|
Fix Windows build warnings
|
2013-01-30 13:24:49 +04:00 |
|
Ilya Lysenkov
|
fe86f31f44
|
Added a test of CvModelEstimator2::checkSubset(...)
|
2013-01-29 15:53:28 +04:00 |
|
Bo Li
|
956a029ede
|
added code, test and doc for five-point algorithm
|
2012-12-26 18:58:50 +01:00 |
|
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
2012-11-09 11:29:52 +04:00 |
|
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
2012-11-01 19:34:05 +04:00 |
|
Andrey Kamaev
|
3e10e057cb
|
Merge pull request #110 from vpisarev/test_fixes2
|
2012-10-31 16:52:50 +04:00 |
|
Vadim Pisarevsky
|
63bd6f9adf
|
fixed compile errors in ocl tests; disabled a few problematic tests
|
2012-10-29 23:37:18 +04:00 |
|
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
2012-10-24 20:36:30 +04:00 |
|
Vadim Pisarevsky
|
ae10ecd264
|
fixed 2 test failures (test_DrawChessboardCorners & Core_Array.expressions)
|
2012-10-24 14:41:15 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Andrey Kamaev
|
d40083a926
|
Add concurrency test for solvePnPRansac
|
2012-10-10 18:23:11 +04:00 |
|
Vadim Pisarevsky
|
06a13d9ba0
|
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
|
2012-10-02 23:07:46 +04:00 |
|
Sergiu Dotenco
|
4993748c91
|
added missing includes
|
2012-08-19 15:25:07 +02:00 |
|
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
2012-07-05 12:56:31 +00:00 |
|
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
2012-06-25 11:24:06 +00:00 |
|
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
2012-06-09 15:00:04 +00:00 |
|
Andrey Kamaev
|
47a4e87784
|
Ignored warnings from gtest with precompiled headers enabled
|
2012-06-08 14:54:17 +00:00 |
|
Andrey Kamaev
|
3a1f85d4e8
|
Remerged the 2.4.0 branch
|
2012-05-02 20:20:14 +00:00 |
|
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
2012-04-13 21:50:59 +00:00 |
|
Vadim Pisarevsky
|
beb7fc3c92
|
a LOT of obsolete stuff has been moved to the legacy module.
|
2012-03-30 12:19:25 +00:00 |
|
Ilya Lysenkov
|
959c37fccf
|
Partial fix of a cameraCalibration() test
|
2012-03-29 18:44:55 +00:00 |
|
Ilya Lysenkov
|
1e1d7496ee
|
Added a test for correctMatches (#1350)
|
2012-03-29 13:22:22 +00:00 |
|
Ilya Lysenkov
|
7901879e48
|
Added a test for the C++ wrapper of cvTriangulatePoints()
|
2012-03-29 10:39:48 +00:00 |
|
Vadim Pisarevsky
|
aed276e67d
|
fixed cvComputeCorrespondEpilines to handle <5 points (ticket #1635)
|
2012-03-28 13:37:14 +00:00 |
|
Ilya Lysenkov
|
7eab7c197d
|
Modified the test of findChessboardCorners to check examples when there are no chessboards
|
2012-03-28 13:23:33 +00:00 |
|
Ilya Lysenkov
|
03cd6072ce
|
Fixed the test of findChessboardCorners (it didn't test accuracy before)
|
2012-03-28 11:45:50 +00:00 |
|
Andrey Kamaev
|
176eb83da6
|
Fixed Windows build
|
2012-03-27 20:56:30 +00:00 |
|
Ilya Lysenkov
|
e1378aad79
|
Added a check that Q reprojects to the same 3D points as reconstructed by triangulation (#1575)
|
2012-03-27 19:04:43 +00:00 |
|
Ilya Lysenkov
|
bc7b517e41
|
Added a check that Tx after rectification is equal to distance between cameras
|
2012-03-27 16:47:19 +00:00 |
|
Ilya Lysenkov
|
d9001d1a91
|
Added a check that Q (computed by rectification) reprojects a point before the camera
|
2012-03-27 15:01:26 +00:00 |
|
Vadim Pisarevsky
|
846e37ded5
|
fixed many warnings from GCC 4.6.1
|
2012-03-17 09:22:31 +00:00 |
|
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
2012-03-16 21:21:04 +00:00 |
|
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)
|
2012-02-14 10:22:34 +00:00 |
|
Alexander Reshetnikov
|
6ead21b1a2
|
added licenses to some tests; updated new highgui tests
|
2012-02-09 10:51:53 +00:00 |
|
Alexander Shishkov
|
ace6eaef7e
|
added one more test for undistort
|
2012-02-06 06:47:43 +00:00 |
|
Alexander Reshetnikov
|
07fa62f0c4
|
some design code changes in new tests
|
2012-01-25 13:41:48 +00:00 |
|
Alexander Reshetnikov
|
70820224c3
|
added checking homography matrix computing for vector <Point2f>
|
2012-01-17 16:47:23 +00:00 |
|
Alexander Reshetnikov
|
b5034ac33f
|
Completed findHomography test (source data has type CV_32FC2). In plans add the same checking for vector <Point2f>.
|
2012-01-16 21:13:03 +00:00 |
|
Alexander Shishkov
|
c11551a510
|
added P3P method
added test for solvePnP
changed test for solvePnPRansac
fixed bug with mutex solvePnPRansac
|
2011-12-26 12:59:07 +00:00 |
|
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
|
2011-12-23 18:36:04 +00:00 |
|
Ilya Lysenkov
|
d105264bad
|
Added tests of findCirclesGrid() with the asymmetric pattern.
|
2011-09-20 13:35:21 +00:00 |
|
Vadim Pisarevsky
|
ff5e97c8e4
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
2011-07-19 12:27:07 +00:00 |
|
Alexander Shishkov
|
a7d1e08bcc
|
added progress output to the long-time tests (for buildbot)
|
2011-06-13 19:30:16 +00:00 |
|
Alexander Shishkov
|
8a79d414c0
|
fixed bug in solvePnPRansac test (thanks to Pieter-Jan Busschaert)
test was refactored
|
2011-04-29 15:00:37 +00:00 |
|
Vadim Pisarevsky
|
820c5941fc
|
corrected badarg test of findchessboardcorners (thanks to Pieter-Jan Busschaert)
|
2011-04-27 17:56:58 +00:00 |
|
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
|
Alexander Shishkov
|
04461a53f1
|
added solvePnPRansac method
|
2011-03-05 00:18:49 +00:00 |
|
Vadim Pisarevsky
|
061b49e0b2
|
reworked nearly all of the OpenCV tests (except for opencv_gpu tests) - they now use the Google Test engine.
|
2011-02-09 20:55:11 +00:00 |
|