440 Commits (7ff93600b88cf348c6c6d52499da539cb88d2de6)

Author SHA1 Message Date
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
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
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 10 years ago
Pavel Vlasov e837d69f8f IPPInitSingelton was added to contain IPP related global variables; 10 years ago
Pavel Vlasov 14b006e808 IPP_VERSION_X100 was changed to: 10 years ago
Pavel Vlasov 2177c7c5a8 Some IPP functions were encapsulated; 10 years ago
robertxwu db78de9c3b findChessboardCorners causes crash due to out-of-bounds memory corruption. 10 years ago
robertxwu 4a68cc1675 re-submit 10 years ago
Pavel Rojtberg f0282337e3 simplify error conditions 10 years ago
Alexander Alekhin 7213e5f68a ocl: correct disabling of OpenCL code 10 years ago
sbokov 1ef8cf5a23 Replacing SSE with v_extract 10 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
rajithr 510dec4927 Fixing resource leaks 10 years ago
Alexander Duda def2256609 cv::stereoRectify: fix segfault in case of empty distCoeffs 10 years ago
Ignas Daukšas af62624849 Add cameraMatrix parameter to findEssentialMat and recoverPose 10 years ago
Vadim Pisarevsky a12ec66a04 fixed useExtrinsicGuess=true case with single-precision input (http://code.opencv.org/issues/2734) 10 years ago
Vadim Pisarevsky 9d90b0549c fixed bug http://code.opencv.org/issues/3882 10 years ago
Vadim Pisarevsky 3bc5958c58 added tests for http://code.opencv.org/issues/4011 and http://code.opencv.org/issues/3057; fixed random subset generation in both methods to increase chance for a good subset 10 years ago
Aleksandr Petrikov 25b4cface0 add NEON realization for StereoBM(findCorrespondence, prefilterXSobel) 10 years ago
Vadim Pisarevsky 2466ca02bf removed cameraMatrix modification in the currently disabled uPnP algorithm for SolvePnP problem (http://code.opencv.org/issues/3985) 10 years ago
Vadim Pisarevsky 7fd5b3a0c5 added another triangulation test case from http://code.opencv.org/issues/3461; fixed partial derivative on distortion coefficients, as http://code.opencv.org/issues/4101 suggests 10 years ago
Christian Richardt cbaf0ecaf6 Fixed triangulation bug http://code.opencv.org/issues/4334. 10 years ago
Christian Richardt 242e64c08d Fixed triangulation bug http://code.opencv.org/issues/4334. 10 years ago
Deanna Hood eee210f3b5 Fix Bug #3441, #4072, #4173: 8-point fundamental matrix calculation error 10 years ago
Pavel Rojtberg 78eac67a01 clean up cvTriangulatePoints by using C++ primitives directly. 10 years ago
Vijay Pradeep 39ac84ff04 Fixing race condition by expanding resultsMutex lock section 10 years ago
Maksim Shabunin 56b02331f7 Commented unused constants in the RHO algorithm 10 years ago
Maksim Shabunin fab2a947ca Fix build for VC10 10 years ago
Olexa Bilaniuk 6d27d488bf Bugfix in n* optimization. 10 years ago