Vadim Pisarevsky
|
83efef4b9a
|
added overloaded variants of findHomography & findFundamentalMat for backward compatibility
|
2011-04-23 12:49:14 +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 |
|
Ilya Lysenkov
|
37cd2b6f25
|
Implemented new algorithm for asymmetric circles pattern detection. Use flag CALIB_CB_CLUSTERING.
|
2011-04-15 15:33:11 +00:00 |
|
Alexander Shishkov
|
04461a53f1
|
added solvePnPRansac method
|
2011-03-05 00:18:49 +00:00 |
|
Vadim Pisarevsky
|
65a7f13af3
|
replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others)
|
2011-02-18 10:29:57 +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 |
|
Ilya Lysenkov
|
f8e9f65ea8
|
Added detection of asymmetric circles' pattern
|
2011-02-07 07:57:32 +00:00 |
|
Ilya Lysenkov
|
964df356bf
|
Added detection of cirlces' grid pattern
|
2010-12-21 09:24:36 +00:00 |
|
Vadim Pisarevsky
|
b1722352b8
|
fixed severe bug: CV_RANSAC != CV_FM_RANSAC, CV_LMEDS != CV_FM_LMEDS
|
2010-11-29 23:56:33 +00:00 |
|
Vadim Pisarevsky
|
70d2c57e35
|
moved estimateAffine3D declaration from imgproc to calib3d, where it is really implemented (ticket #705)
|
2010-11-29 20:51:02 +00:00 |
|
Vadim Pisarevsky
|
eea43c6a46
|
added CV_CALIB_RATIONAL_MODEL for better backward compatibility
|
2010-11-29 20:06:44 +00:00 |
|
Vadim Pisarevsky
|
cbe132cabe
|
several small fixes; added overloaded variant of cv::drawChessboardCorners
|
2010-11-27 23:16:50 +00:00 |
|
Vadim Pisarevsky
|
54ef4c08c2
|
moved some old stuff to the legacy module; merge "compat_c.h" headers and moved to the legacy as well. moved implementation of many non-critical/obsolete inline functions and methods to .cpp to improve Opencv build time
|
2010-11-26 17:58:20 +00:00 |
|
Vadim Pisarevsky
|
5b6a755719
|
almost finished Python wrappers
|
2010-11-02 17:58:22 +00:00 |
|
Vadim Pisarevsky
|
83f6085773
|
added more helper macros to the function declarations, to assist the Python wrapper generator. Fixed memleak in Mat::operator()(Range,Range) and the related functions (Mat::row, Mat::col etc.)
|
2010-10-27 18:26:39 +00:00 |
|
Vadim Pisarevsky
|
31dbefc865
|
added 3-camera rectification and 8-coeff distortion model
|
2010-09-07 15:38:48 +00:00 |
|
Vadim Pisarevsky
|
08cba33f9d
|
fixed some more MSVC2010 warnings
|
2010-07-17 10:35:17 +00:00 |
|
Vadim Pisarevsky
|
e89f493697
|
doxygenated calib3d module (C++ part only)
|
2010-05-26 08:40:25 +00:00 |
|
Vadim Pisarevsky
|
266c4642ea
|
doxygenated opencv_video & opencv_calib3d modules (C++ part only)
|
2010-05-25 15:59:48 +00:00 |
|
Vadim Pisarevsky
|
4a073bd951
|
fixed build on Linux
|
2010-05-12 07:33:21 +00:00 |
|
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|