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.
 
 
 
 
 
 
Alexander Alekhin 42c0914382 Merge pull request #9086 from catree:improve_solvePnPRansac 8 years ago
..
opencl Optimize OpenCL version of StereoBM function 11 years ago
ap3p.cpp Merge pull request #8585 from tonyke1993:ap3p 8 years ago
ap3p.h Fixed some issues found by static analysis (4th round) 8 years ago
calibinit.cpp Issues found by static analysis (5th round) 8 years ago
calibration.cpp calib3d: fix not working CALIB_FIX_TANGENT_DIST flag 8 years ago
checkchessboard.cpp Several chessboard detector improvements: 9 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) 11 years ago
dls.cpp cleaned dls code 11 years ago
dls.h Fixing some static analysis issues 8 years ago
epnp.cpp Fixed some issues found by static analysis (4th round) 8 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 #9067 from D-Alex:master 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 Fixing some static analysis issues 8 years ago
homography_decomp.cpp Merge pull request #9075 from TonyLianLong:master 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; 10 years ago
p3p.cpp Merge pull request #8585 from tonyke1993:ap3p 8 years ago
p3p.h Merge pull request #8585 from tonyke1993:ap3p 8 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 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; 9 years ago
rho.cpp Merge pull request #9075 from TonyLianLong:master 8 years ago
rho.h Refactorings and renamings. 10 years ago
solvepnp.cpp Use directly solvePnP when the number of input points is equal to the number of model points. Enable useExtrinsicGuess parameter. Return rvec and tvec estimated using all the inliers instead of the best rvec and tvec estimated during the Minimal Sample Sets step. Document the behavior of solvePnPRansac. 8 years ago
stereobm.cpp Fix StereoBM ROI selection 8 years ago
stereosgbm.cpp Fixing buildbot's messages. 8 years ago
triangulate.cpp Merge pull request #9075 from TonyLianLong:master 8 years ago
upnp.cpp Fixed some issues found by static analysis (4th round) 8 years ago
upnp.h fixed incorrect array access in solvepnp (which affected debug builds only) 11 years ago