opencv/modules/calib3d/src
Pavel Vlasov e837d69f8f IPPInitSingelton was added to contain IPP related global variables;
OPENCV_IPP env var now allows to select IPP architecture level for IPP9+;
IPP initialization logic was unified across modules;
2015-10-01 09:58:48 +03:00
..
opencl Optimize OpenCL version of StereoBM function 2014-10-23 20:18:53 +04:00
calibinit.cpp findChessboardCorners causes crash due to out-of-bounds memory corruption. 2015-09-24 12:59:00 +03:00
calibration.cpp cv::stereoRectify: fix segfault in case of empty distCoeffs 2015-06-12 13:50:43 +02:00
checkchessboard.cpp
circlesgrid.cpp move tegra namespace out of cv to prevent conflicts 2015-02-27 12:52:11 +03:00
circlesgrid.hpp Parameters should have been passed by reference 2015-02-12 17:32:43 +03:00
compat_ptsetreg.cpp Adding feature 1544 and 1557 2014-08-17 13:06:06 -04:00
compat_stereo.cpp quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 2014-10-18 20:44:26 +04:00
dls.cpp cleaned dls code 2014-08-19 00:56:13 +02:00
dls.h Reduce variables scope 2015-02-25 10:38:44 +03:00
epnp.cpp in solvePnPRansac call the solvePnP in the end with all the inliers to get more precise estimate 2015-03-16 16:56:26 +03:00
epnp.h in solvePnPRansac call the solvePnP in the end with all the inliers to get more precise estimate 2015-03-16 16:56:26 +03:00
fisheye.cpp simplify error conditions 2015-09-18 12:12:49 +02:00
fisheye.hpp Fixed build issues 2014-05-14 18:58:39 +04:00
five-point.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
fundam.cpp simplify 8point algorithm using Matx classes 2015-07-13 16:58:35 +02:00
homography_decomp.cpp added comment. 2014-07-30 19:32:37 -04:00
levmarq.cpp Remove deprecated methods from cv::Algorithm 2015-02-16 15:28:54 +03:00
main.cpp IPPInitSingelton was added to contain IPP related global variables; 2015-10-01 09:58:48 +03:00
p3p.cpp
p3p.h PnP solver: fixed element-wise access 2014-08-25 17:06:17 +02:00
polynom_solver.cpp
polynom_solver.h
posit.cpp Reduce veriables scope, move declaration to first use 2015-03-02 16:27:48 +03:00
precomp.hpp in solvePnPRansac call the solvePnP in the end with all the inliers to get more precise estimate 2015-03-16 16:56:26 +03:00
ptsetreg.cpp 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 2015-05-25 21:46:05 +03:00
quadsubpix.cpp
rho.cpp Commented unused constants in the RHO algorithm 2015-03-27 14:36:27 +03:00
rho.h Refactorings and renamings. 2015-03-04 01:43:13 -05:00
solvepnp.cpp fixed useExtrinsicGuess=true case with single-precision input (http://code.opencv.org/issues/2734) 2015-05-25 22:40:10 +03:00
stereobm.cpp Fixing uninitialized memory access problem 2015-06-30 18:16:56 +03:00
stereosgbm.cpp IPP_VERSION_X100 was changed to: 2015-09-25 17:50:15 +03:00
triangulate.cpp Fixed triangulation bug http://code.opencv.org/issues/4334. 2015-05-13 16:28:14 +02:00
upnp.cpp Fixing resource leaks 2015-06-17 11:07:49 +05:30
upnp.h fixed incorrect array access in solvepnp (which affected debug builds only) 2014-10-17 17:01:39 +04:00