653 Commits (a9c1af39d6830223e166f9aa3e839559fd297f1d)

Author SHA1 Message Date
Julien Nabet a29c814bd8 cppcheck: fix some reports 9 years ago
Artyom Lebedev 8ceac4b73b Update fisheye.cpp 9 years ago
Pavel Rojtberg 8ed1945ccd calibrationMatrixValues: consider principalPoint in FOV computation 9 years ago
Pavel Rojtberg 86959310f9 calibrationMatrixValues: bind C++ function in C instead of vice versa 9 years ago
Pavel Rojtberg ccadad4222 fisheye: allow using transposed image and object point arrays 9 years ago
Pavel Rojtberg 8d4cebe077 fisheye: create rvecs, tvecs before writing 9 years ago
Vitaly Tuzov 13858cd561 Cost estimation boundaries description updated 9 years ago
Vitaly Tuzov 772d9689e9 Backport of StereoBM uninitialized memory access problem fix from master branch 9 years ago
Vitaly Tuzov a7ce9a176b Fixed uninitialized memory errors in stereoBM 9 years ago
mvukad 695e33b25b Fix missing format when writing Algorithm-based objects 9 years ago
Прун Виктор 93ff1fb2f2 Correct image borders and principal point computation in cv::stereoRectify 9 years ago
Krishnaraj Bhat 9b8013d193 gcc6: fix misleading indentation warning 9 years ago
Philipp Hasper 3f1eeba39d findHomography sets output mask to all zeros in case of no inlier 9 years ago
Josep Bosch 5384a2205a Adapted estimateNewCameraMatrix to make it work with pincushion-like distortion. 9 years ago
Dmitry-Me bf604f1780 Reduce variables scope 9 years ago
KeySecure e6ac2ca3c9 make Xcode 7.2 happy. 9 years ago
Alexander Karsakov e784ea7178 Fixed getSubset method to support Nx3 1-channel matrices as input (3xN 1-channel matrices doesn't supported at all). 9 years ago
Alexander Karsakov 0c9c7d5f3b Added test for checking that solvePnPRansac accepts vector<Point3f> and Nx3 1-channel or 1xN/Nx1 3-channel matrices as input. 9 years ago
Alexander Karsakov 6e22020dad Fixed pnpTask: don't copy inliers vector in case it's empty. 9 years ago
Kai Hugo Hustoft Endresen 551b5d3e1a StereoSGBM.cpp - use SSE2 for pass 2 using MODE_HH 9 years ago
Pavel Rojtberg ac481e6174 calib3d: port Rodrigues to cpp primitives 9 years ago
Maksim Shabunin 84f37d352f HAL moved back to core 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 60c06e551a calibrateCamera: do not require rvec and tvec to be vector<Mat> 9 years ago
Pavel Rojtberg 205775ed52 calibrateCamera: only allocate and compute rvecs, tvecs when needed 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 22b64e2c28 CvLevMarq: remove fixed rows instead of setting them to zero 9 years ago
Pavel Rojtberg 16fcd78f03 add sampson distance error measure 9 years ago
Pavel Rojtberg cefa1dc5cb switch mask type from vector<int> to vector<uchar> 9 years ago
Pavel Rojtberg 81e814d9ed clean up fisheye calibration code 9 years ago
Pavel Rojtberg 9233472bdd use cpp functions in CvLevMarq::step for better readability 9 years ago
Pavel Rojtberg 742fb559f7 use cpp functions in cvCalibrateCamera2 to make it more readable 9 years ago
robertxwu 33cd7f38a8 re-submit 9 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 9 years ago
Nickolay Polyarniy 846e6f731a stereoRectifyUncalibrated: assertion of input points shape fixed 9 years ago
Elena Shipunova e539a9632d Fix in fisheye calibrate function: #5389 9 years ago
Pavel Vlasov e837d69f8f IPPInitSingelton was added to contain IPP related global variables; 9 years ago
Pavel Vlasov 14b006e808 IPP_VERSION_X100 was changed to: 9 years ago
Pavel Vlasov 2177c7c5a8 Some IPP functions were encapsulated; 9 years ago
robertxwu db78de9c3b findChessboardCorners causes crash due to out-of-bounds memory corruption. 9 years ago
robertxwu 4a68cc1675 re-submit 9 years ago
Pavel Rojtberg f0282337e3 simplify error conditions 9 years ago
Alexander Alekhin 7213e5f68a ocl: correct disabling of OpenCL code 9 years ago
sbokov 1ef8cf5a23 Replacing SSE with v_extract 9 years ago
sbokov f40b580bb8 Fixing StereoSGBM ROI 10 years ago
sbokov aea4157340 Adding new HAL-accelerated MODE_SGBM_3WAY 10 years ago
sbokov e0cea92f6e Fixing possible invalid memory access in validateDisparity 10 years ago
Pavel Rojtberg 0688bb61ed simplify 8point algorithm using Matx classes 10 years ago
sbokov ff1687d378 Fixing uninitialized memory access problem 10 years ago