Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dmitry-Me bf604f1780 Reduce variables scope 9 years ago
..
opencl Optimize OpenCL version of StereoBM function 10 years ago
calibinit.cpp findChessboardCorners causes crash due to out-of-bounds memory corruption. 10 years ago
calibration.cpp calib3d: port Rodrigues to cpp primitives 9 years ago
checkchessboard.cpp Move C API of opencv_calib3d to separate file 12 years ago
circlesgrid.cpp move tegra namespace out of cv to prevent conflicts 10 years ago
circlesgrid.hpp Parameters should have been passed by reference 10 years ago
compat_ptsetreg.cpp CvLevMarq: add solve method to interface 9 years ago
compat_stereo.cpp quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 10 years ago
dls.cpp cleaned dls code 11 years ago
dls.h Reduce variables scope 10 years ago
epnp.cpp in solvePnPRansac call the solvePnP in the end with all the inliers to get more precise estimate 10 years ago
epnp.h in solvePnPRansac call the solvePnP in the end with all the inliers to get more precise estimate 10 years ago
fisheye.cpp switch mask type from vector<int> to vector<uchar> 9 years ago
fisheye.hpp switch mask type from vector<int> to vector<uchar> 9 years ago
five-point.cpp Add cameraMatrix parameter to findEssentialMat and recoverPose 10 years ago
fundam.cpp add sampson distance error measure 9 years ago
homography_decomp.cpp added comment. 11 years ago
levmarq.cpp Remove deprecated methods from cv::Algorithm 10 years ago
main.cpp IPPInitSingelton was added to contain IPP related global variables; 10 years ago
p3p.cpp Merge commit '43aec5ad' into merge-2.4 12 years ago
p3p.h PnP solver: fixed element-wise access 11 years ago
polynom_solver.cpp Remove all using directives for STL namespace and members 12 years ago
polynom_solver.h Normalize line endings and whitespace 13 years ago
posit.cpp Reduce veriables scope, move declaration to first use 10 years ago
precomp.hpp in solvePnPRansac call the solvePnP in the end with all the inliers to get more precise estimate 10 years ago
ptsetreg.cpp Reduce variables scope 9 years ago
quadsubpix.cpp Move C API of opencv_calib3d to separate file 12 years ago
rho.cpp make Xcode 7.2 happy. 9 years ago
rho.h Refactorings and renamings. 10 years ago
solvepnp.cpp Added test for checking that solvePnPRansac accepts vector<Point3f> and Nx3 1-channel or 1xN/Nx1 3-channel matrices as input. 9 years ago
stereobm.cpp Merge pull request #5340 from alalek:ocl_off 9 years ago
stereosgbm.cpp HAL moved back to core 9 years ago
triangulate.cpp Fixed triangulation bug http://code.opencv.org/issues/4334. 10 years ago
upnp.cpp Fixing resource leaks 10 years ago
upnp.h fixed incorrect array access in solvepnp (which affected debug builds only) 10 years ago