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 3bc5958c58 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
..
opencl
test_affine3.cpp
test_affine3d_estimator.cpp
test_cameracalibration.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
test_cameracalibration_artificial.cpp
test_cameracalibration_badarg.cpp
test_chessboardgenerator.cpp
test_chessboardgenerator.hpp
test_chesscorners.cpp
test_chesscorners_badarg.cpp
test_chesscorners_timing.cpp
test_compose_rt.cpp
test_cornerssubpix.cpp
test_decompose_projection.cpp
test_fisheye.cpp fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions 10 years ago
test_fundam.cpp Don't relax error level for particular fundamental matrix calculation methods 10 years ago
test_homography.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
test_homography_decomp.cpp
test_main.cpp
test_modelest.cpp
test_posit.cpp
test_precomp.hpp
test_reproject_image_to_3d.cpp Cast some image coordinates and sizes to double. 10 years ago
test_solvepnp_ransac.cpp Use explicit no-sse flags when SSE is off 10 years ago
test_stereomatching.cpp
test_undistort.cpp
test_undistort_badarg.cpp Cast some image coordinates and sizes to double. 10 years ago
test_undistort_points.cpp