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.
 
 
 
 
 
 
Vadim Pisarevsky a12ec66a04 fixed useExtrinsicGuess=true case with single-precision input (http://code.opencv.org/issues/2734) 10 years ago
..
opencl Optimize OpenCL version of StereoBM function 10 years ago
calibinit.cpp Reduce variables scope, move declaration to first use point 10 years ago
calibration.cpp 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
checkchessboard.cpp
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
compat_stereo.cpp quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 10 years ago
dls.cpp
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 use full qualified name for all internal namespaces to prevent ambiguous symbol errors 10 years ago
fisheye.hpp
five-point.cpp
fundam.cpp Fix Bug #3441, #4072, #4173: 8-point fundamental matrix calculation error 10 years ago
homography_decomp.cpp
levmarq.cpp Remove deprecated methods from cv::Algorithm 10 years ago
p3p.cpp
p3p.h
polynom_solver.cpp
polynom_solver.h
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 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
quadsubpix.cpp
rho.cpp Commented unused constants in the RHO algorithm 10 years ago
rho.h Refactorings and renamings. 10 years ago
solvepnp.cpp fixed useExtrinsicGuess=true case with single-precision input (http://code.opencv.org/issues/2734) 10 years ago
stereobm.cpp Remove deprecated methods from cv::Algorithm 10 years ago
stereosgbm.cpp Remove deprecated methods from cv::Algorithm 10 years ago
triangulate.cpp clean up cvTriangulatePoints by using C++ primitives directly. 10 years ago
upnp.cpp Updating to c++ interfaces 10 years ago
upnp.h fixed incorrect array access in solvepnp (which affected debug builds only) 10 years ago