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.
 
 
 
 
 
 
Maksim Shabunin 9bb17caa24 Merge pull request #8842 from delftrobotics-forks:compile_fix_circlesgrid_debug 8 years ago
..
opencl Optimize OpenCL version of StereoBM function 10 years ago
ap3p.cpp fix build error on VS2012 8 years ago
ap3p.h Merge pull request #8301 from tonyke1993:p3p_alg 8 years ago
calibinit.cpp Merge pull request #8388 from ottogin:calib3d 8 years ago
calibration.cpp calib3d: fix InputArray -> CvMat 8 years ago
checkchessboard.cpp Several chessboard detector improvements: 8 years ago
circlesgrid.cpp Merge pull request #8842 from delftrobotics-forks:compile_fix_circlesgrid_debug 8 years ago
circlesgrid.hpp Expose CirclesGridFinderParameters in findCirclesGrid. 8 years ago
compat_ptsetreg.cpp clean up unused #if 8 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 10 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 Merge pull request #7975 from tomoaki0705:cleanupCalib3dStereo 8 years ago
fisheye.hpp switch mask type from vector<int> to vector<uchar> 9 years ago
five-point.cpp calib3d: add a new overload for recoverPose 8 years ago
fundam.cpp convertPointsToHomogeneous: fix output type for depth == CV_32S 8 years ago
homography_decomp.cpp warnings 8 years ago
levmarq.cpp Remove deprecated methods from cv::Algorithm 10 years ago
main.cpp IPPInitSingelton was added to contain IPP related global variables; 9 years ago
p3p.cpp Instrumentation for OpenCV API regions and IPP functions; 8 years ago
p3p.h PnP solver: fixed element-wise access 10 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 12 years ago
posit.cpp Reduce veriables scope, move declaration to first use 10 years ago
precomp.hpp Merge pull request #6933 from hrnr:gsoc_all 8 years ago
ptsetreg.cpp fix conversion bug in estimateAffine2D* functions 8 years ago
quadsubpix.cpp Instrumentation for OpenCV API regions and IPP functions; 8 years ago
rho.cpp Eliminated use of obsolete 'register' keyword 8 years ago
rho.h Refactorings and renamings. 10 years ago
solvepnp.cpp Improve solvePnP doc, add assert >= 4 in solvePnP, escape underscore character for Scalar_ documentation. 8 years ago
stereobm.cpp Fix StereoBM ROI selection 8 years ago
stereosgbm.cpp Merge pull request #8660 from 4ekmah:making_sgbm_parallel 8 years ago
triangulate.cpp clean up unused #if 8 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