This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
362d52a3cbcf407eb8896f32b43ae3fb6baedf44
opencv
/
modules
/
calib3d
/
test
History
Krishnaraj Bhat
9b8013d193
gcc6: fix misleading indentation warning
...
cosmetic changes to fix this warning. real bugs not found
2016-03-07 17:06:16 +05:30
..
opencl
…
test_affine3.cpp
…
test_affine3d_estimator.cpp
…
test_cameracalibration_artificial.cpp
…
test_cameracalibration_badarg.cpp
…
test_cameracalibration_tilt.cpp
Extension of the camera distortion model for tilted image sensors (Scheimpflug condition) including test
2015-12-14 15:20:34 +01:00
test_cameracalibration.cpp
gcc6: fix misleading indentation warning
2016-03-07 17:06:16 +05:30
test_chessboardgenerator.cpp
…
test_chessboardgenerator.hpp
…
test_chesscorners_badarg.cpp
…
test_chesscorners_timing.cpp
CV_ChessboardDetectorTimingTest: don't ignore missing test data
2015-07-09 17:32:08 +03:00
test_chesscorners.cpp
…
test_compose_rt.cpp
…
test_cornerssubpix.cpp
…
test_decompose_projection.cpp
Add test for calib3d function decomposeProjectionMatrix(...)
2014-10-25 19:11:02 -06:00
test_fisheye.cpp
switch mask type from vector<int> to vector<uchar>
2015-11-21 00:45:45 +01: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
Merge 2.4 into master
2015-12-08 10:24:54 +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 getSubset method to support Nx3 1-channel matrices as input (3xN 1-channel matrices doesn't supported at all).
2016-01-12 13:26:17 +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
…