124 Commits (0c9c7d5f3b79218edf2f4352e7ffb574e7f81483)

Author SHA1 Message Date
Emanuel Jöbstl 4e469f2866 Changed parameter order in documentation 9 years ago
Alexander Alekhin 323e24e3ef change links from samples/python2 to samples/python 9 years ago
Thomas Dunker 6882c10b45 Extension of the camera distortion model for tilted image sensors (Scheimpflug condition) including test 9 years ago
Pavel Rojtberg b5ddaae427 calib3d: add CALIB_USE_LU to use LU decomposition in solver 9 years ago
Pavel Rojtberg 4c251bd260 CvLevMarq: add solve method to interface 9 years ago
Pavel Rojtberg 9d89c369f8 update SOLVEPNP documentation 9 years ago
emiswelt 2e9ef3f9e3 Changed parameter order of cv::stereoRectify in documentation, 9 years ago
Pavel Rojtberg 16fcd78f03 add sampson distance error measure 9 years ago
Rok Mandeljc 980d84e4a2 calib3d: improve documentation of reprojectImageTo3D 9 years ago
Elad Joseph 7c16ad3f49 Update documentation in calib3d.hpp 9 years ago
sbokov aea4157340 Adding new HAL-accelerated MODE_SGBM_3WAY 9 years ago
themightyoarfish b8f93e08e9 Fixed documentation bug for projectPoints: Distortion coefficients cannot actually be NULL 9 years ago
themightyoarfish fcc842f08b Fixed typo in doc for findEssentialMat 10 years ago
Ignas Daukšas af62624849 Add cameraMatrix parameter to findEssentialMat and recoverPose 10 years ago
Dikay900 7ca0557b40 typos in comments 10 years ago
Martin Ueding 5ffb53f229 Add example data types for calibrateCamera call 10 years ago
Daeyun Shin 4686b935c1 Fix typo in documentation. F = K^-T * E * K^-1 10 years ago
sanuj 441cd22343 Add documentation for solvePnP in calib3d 10 years ago
Vijay Pradeep 49bc100e51 Removing rng_seed arg in order to maintain ABI compatibility. Hardcoding seed 10 years ago
Olexa Bilaniuk 69b146412a Edited Doxygen documentation in the module calib3d. 10 years ago
Vijay Pradeep 1292fdf71a Now using default arg instead of overloads 10 years ago
Vijay Pradeep 177478a8ad overload instead of default arg for ABI backwards compatibility. rng_seed is now 'int' to support python port 10 years ago
Josep Bosch 75c99d65a5 Fisheye calibration methods available now in python 10 years ago
Vijay Pradeep a1c5740044 solvePnPRansac now accepts a seed and is deterministic 10 years ago
Maksim Shabunin c485aee464 Included c-headers for better 2.4 compatibility 10 years ago
Maksim Shabunin 91e21847e2 Some changes to make migration to 3.0 easier 10 years ago
Maksim Shabunin 03e213ccae Doxygen documentation: BiB references and fixes 10 years ago
Maksim Shabunin 1523fdcc1c Doxygen documentation: more fixes and cleanups 10 years ago
Maksim Shabunin c5a698fb54 Doxygen documentation: calib3d and features2d modules 10 years ago
Olexa Bilaniuk 68e59d6154 [RHO] Initial commit of RHO algorithm for rapid homography estimation. 10 years ago
Vadim Pisarevsky d2b9dc5530 quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 10 years ago
Vadim Pisarevsky 1176d4ef84 fixed some more compile errors and test failures 10 years ago
Vadim Pisarevsky c422bdc3f8 fixed some more compile errors and test failures 10 years ago
edgarriba 71f4894d87 Added UPNP flag 10 years ago
Shubhra Pandit 6ca893be23 Adding feature 1544 and 1557 10 years ago
edgarriba cc81b4a5cd SOLVEPNP_* flags whitespace 10 years ago
edgarriba afdb67b462 SOLVEPNP_* flags 10 years ago
edgarriba c7f6c0cb9f Fixed warnings + RANSAC confidence to double 10 years ago
edgarriba 9cad1dfa0d Update C headers for DLS 10 years ago
edgarriba fb67ab1257 Initial DLS add 11 years ago
edgarriba ba5a8ee299 Solvepnpransac() returns boolean 11 years ago
edgarriba ac8cce3963 solvepnpransac() confidence added 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 e4a9c0f184 Fixed review comments 11 years ago
Ilya Krylov 1f94b7dfc9 minor 11 years ago
Ilya Krylov 50b291995a Added tests for stereoCalibrate 11 years ago
Ilya Krylov c2341fd446 Added stereoCalibrate for Fisheye camera model 11 years ago
Ilya Krylov e6aa8ce932 Corrected notes 11 years ago
Ilya Krylov f0f741b796 Added documentation 11 years ago