Merge pull request #1263 from abidrahmank:pyCLAHE_24
[profile/ivi/opencv.git] / modules / calib3d / include / opencv2 / calib3d / calib3d.hpp
2013-08-14 Roman DonchenkoMerge pull request #1263 from abidrahmank:pyCLAHE_24
2013-07-31 Andrey PavlenkoMerge pull request #891 from NCBee:2.4
2013-07-30 Andrey PavlenkoMerge pull request #1201 from alekcac:gittip
2013-07-05 Roman DonchenkoMerge pull request #1087 from znah:2.4
2013-06-28 Roman DonchenkoMerge pull request #1063 from alekcac:conversion
2013-06-27 Dominik RoseMerge remote-tracking branch 'remotes/upstream/2.4...
2013-06-25 Roman DonchenkoMerge pull request #1002 from asmorkalov:doc_warning_fix
2013-06-25 Roman DonchenkoMerge pull request #1021 from alekcac:platforms
2013-06-24 Roman DonchenkoMerge pull request #1025 from bitwangyaoyao:2.4_tests
2013-06-24 Roman DonchenkoMerge pull request #1022 from bitwangyaoyao:2.4_hog
2013-06-19 Roman DonchenkoMerge pull request #954 from LeszekSwirski:24_fix-qtwindow
2013-06-19 Roman DonchenkoMerge pull request #1016 from SpecLad:xls-report
2013-06-19 Roman DonchenkoMerge pull request #1020 from SpecLad:tests-record...
2013-06-18 Roman DonchenkoMerge pull request #1008 from ivan-korolev:fix_sift_bug...
2013-06-18 Roman DonchenkoMerge pull request #994 from asmorkalov:android_java_wr...
2013-06-18 Alexander SmorkalovJava/Python bindings for computeCorrespondEpilines...
2012-10-22 Andrey KamaevMerge pull request #55 from vpisarev/ocl_fixes
2012-10-17 OpenCV BuildbotNormalize line endings and whitespace
2012-05-30 Andrey KamaevMerged the trunk r8467:8507 (inclusive) (big bunch...
2012-05-28 Andrey KamaevFixed hundreds of documentation problems
2012-03-30 Vadim Pisarevskya LOT of obsolete stuff has been moved to the legacy...
2012-03-29 Ilya LysenkovAdded termination criteria as a calibrateCamera() parameter
2012-03-29 Ilya LysenkovAdded wrappers of cvCorrectMatches (#1350)
2012-03-29 Ilya LysenkovAdded wrappers of cvTriangulatePoints()
2012-03-13 Ilya LysenkovRestored findCirclesGridDefault() for backward compatib...
2012-03-12 Ilya LysenkovAdded a full Python wrapper of findCirclesGrid
2011-12-26 Alexander Shishkovadded P3P method
2011-12-20 Alexander Shishkovfirst version of ePnP code
2011-10-05 Vadim Pisarevskyexported C++ stereoRectify in Python
2011-07-18 Vadim Pisarevskyeliminated opencv_extra_api.hpp (all the functionality...
2011-07-14 Vadim Pisarevskyrepaired Python bindings for functions using InputOutpu...
2011-07-07 Vadim Pisarevskyadded centerPrincipalPoint=false to getOptimalNewCamera...
2011-06-17 Vadim Pisarevskyfixed calibrateCamera API (ticket #1143)
2011-06-17 Vadim Pisarevskycorrected estimateAffine3D parameter name: outliers...
2011-06-08 Vadim Pisarevskyrenamed "None()" to "noArray()" to avoid conflicts...
2011-06-06 Vadim Pisarevskyfixed VS2010 compile warnings and errors
2011-06-06 Vadim Pisarevskyreplaced "const InputArray&" => "InputArray"; made...
2011-05-06 Ilya LysenkovAdded extra argument for BlobDetector in findCirclesGrid
2011-05-02 Vadim Pisarevskyupdated OpenCV version to 2.2.9; added missing cv:...
2011-04-23 Vadim Pisarevskyadded overloaded variants of findHomography & findFunda...
2011-04-17 Vadim Pisarevskya big patch; use special proxy types (Input/OutputArray...
2011-04-15 Ilya LysenkovImplemented new algorithm for asymmetric circles patter...
2011-03-05 Alexander Shishkovadded solvePnPRansac method
2011-02-18 Vadim Pisarevskyreplaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer...
2011-02-09 Vadim Pisarevskyreworked nearly all of the OpenCV tests (except for...
2011-02-07 Ilya LysenkovAdded detection of asymmetric circles' pattern
2010-12-21 Ilya LysenkovAdded detection of cirlces' grid pattern
2010-11-29 Vadim Pisarevskyfixed severe bug: CV_RANSAC != CV_FM_RANSAC, CV_LMEDS...
2010-11-29 Vadim Pisarevskymoved estimateAffine3D declaration from imgproc to...
2010-11-29 Vadim Pisarevskyadded CV_CALIB_RATIONAL_MODEL for better backward compa...
2010-11-27 Vadim Pisarevskyseveral small fixes; added overloaded variant of cv...
2010-11-26 Vadim Pisarevskymoved some old stuff to the legacy module; merge "compa...
2010-11-02 Vadim Pisarevskyalmost finished Python wrappers
2010-10-27 Vadim Pisarevskyadded more helper macros to the function declarations...
2010-09-07 Vadim Pisarevskyadded 3-camera rectification and 8-coeff distortion...
2010-05-26 Vadim Pisarevskydoxygenated calib3d module (C++ part only)
2010-05-25 Vadim Pisarevskydoxygenated opencv_video & opencv_calib3d modules ...
2010-05-12 Vadim Pisarevskyfixed build on Linux
2010-05-11 Vadim Pisarevsky"atomic bomb" commit. Reorganized OpenCV directory...