982 Commits (2c1ce8c0e977443d285b44be5e9866a4c87913a0)

Author SHA1 Message Date
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 f49936a849 Fixed cmake and build issues when using Visual Studio 2015 9 years ago
Ilya Lavrenov 15b313ce4b fixed memory leak in findHomography tests 9 years ago
robertxwu 33cd7f38a8 re-submit 9 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 9 years ago
Suleyman TURKMEN 73240b736b Update camera_calibration_and_3d_reconstruction.rst 9 years ago
Ilya Lavrenov ec5244a73a fixed memory leak in findHomography tests 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
Elad Joseph 7c16ad3f49 Update documentation in calib3d.hpp 9 years ago
sbokov 1ef8cf5a23 Replacing SSE with v_extract 9 years ago
sbokov f40b580bb8 Fixing StereoSGBM ROI 9 years ago
sbokov aea4157340 Adding new HAL-accelerated MODE_SGBM_3WAY 9 years ago
Alexander Alekhin bbe75fe1d2 calib3d: normalize Rodrigues vector in perf test 9 years ago
themightyoarfish b8f93e08e9 Fixed documentation bug for projectPoints: Distortion coefficients cannot actually be NULL 9 years ago
sbokov e0cea92f6e Fixing possible invalid memory access in validateDisparity 9 years ago
Pavel Rojtberg 0688bb61ed simplify 8point algorithm using Matx classes 9 years ago
themightyoarfish fcc842f08b Fixed typo in doc for findEssentialMat 9 years ago
Roman Donchenko 2e86d46cf2 CV_ChessboardDetectorTimingTest: don't ignore missing test data 9 years ago
sbokov ff1687d378 Fixing uninitialized memory access problem 10 years ago
Evgeny Agafonchikov 6a6d58d389 Adding test support for WINRT 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 481f786fe7 added simple HAL test; added RHO homography test 10 years ago
Vadim Pisarevsky bb2e40b999 for some reason Calib3d_Homography.fromImages on ARM gives much smaller number of inliers than on x86/x64. Need to investigate more carefully, but let's decrease the tolerance threshold for now 10 years ago
Vadim Pisarevsky ca1d8c1737 fixed another compile warning from MSVC 10 years ago
Vadim Pisarevsky e944533f01 fixed compile warnings; reenabled solvePnPRansac.concurrency test 10 years ago
Vadim Pisarevsky 85149f8686 hack solvePoly to finds roots of polynoms with zero higher-order coefficients. The roots are populated in this case, which is not valid, strictly speaking, but good enough for function like correctMatches. This solves http://code.opencv.org/issues/4330 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
Alexander Smorkalov a9ae0c8e82 Test fisheye.rectify disabled for Tegra. 10 years ago
Dikay900 7ca0557b40 typos in comments 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
Vadim Pisarevsky 90a78585fb reproduced test case from http://code.opencv.org/issues/4334 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
Martin Ueding 9e29762838 Add example data types for calibrateCamera call 10 years ago
Maksim Shabunin 1138a38dbe Use explicit no-sse flags when SSE is off 10 years ago