This website requires JavaScript.
Explore
Help
Sign In
third_party
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
b0209ad7f742ecc22de2944cd12c2c9fed036f2f
opencv
/
modules
/
calib3d
/
test
T
History
Maksim Shabunin
ecd3661119
Merge pull request
#4179
from sbokov:improvingStereoSGBM
2015-07-24 21:12:56 +00:00
..
opencl
…
test_affine3.cpp
…
test_affine3d_estimator.cpp
…
test_cameracalibration_artificial.cpp
…
test_cameracalibration_badarg.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
2015-05-23 14:15:11 +03:00
test_chessboardgenerator.cpp
…
test_chessboardgenerator.hpp
…
test_chesscorners_badarg.cpp
…
test_chesscorners_timing.cpp
…
test_chesscorners.cpp
…
test_compose_rt.cpp
…
test_cornerssubpix.cpp
…
test_decompose_projection.cpp
…
test_fisheye.cpp
Adding test support for WINRT
2015-06-30 15:35:20 +03:00
test_fundam.cpp
hack solvePoly to finds roots of polynoms with zero higher-order coefficients. The roots are populated in this case, which is not valid, strictly speaking, but good enough for function like correctMatches. This solves
http://code.opencv.org/issues/4330
2015-05-25 23:43:39 +03:00
test_homography_decomp.cpp
…
test_homography.cpp
added simple HAL test; added RHO homography test
2015-05-28 17:05:43 +03:00
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.
2015-04-25 18:54:53 +02:00
test_solvepnp_ransac.cpp
fixed another compile warning from MSVC
2015-05-26 10:29:13 +03:00
test_stereomatching.cpp
Adding new HAL-accelerated MODE_SGBM_3WAY
2015-07-23 23:08:26 +03:00
test_undistort_badarg.cpp
Cast some image coordinates and sizes to double.
2015-04-25 18:54:53 +02:00
test_undistort_points.cpp
…
test_undistort.cpp
…