opencv/modules/calib3d/test
Alexander Alekhin d86d8ed909 Merge 2.4 into master
PR #2968: cce2d99 8578f9c
Fixed bug which caused crash of GPU version of feature matcher in stitcher

The bug caused crash of GPU version of feature matcher in stitcher when
we use ORB features.

PR #3236: 5947519
Check sure that we're not already below required leaf false alarm rate before continuing to get negative samples.

PR #3190
fix blobdetector

PR #3562 (part): 82bd82e
TBB updated to 4.3u2. Fix for aarch64 support.

PR #3604 (part): 091c7a3
OpenGL interop sample reworked not ot use cvconfig.h

PR #3792: afdf319
Add -L for CUDA libs path to pkg-config

Add all dirs from CUDA_LIBS_PATH as -L linker options to
OPENCV_LINKER_LIBS. These will end up in opencv.pc.

PR #3893: 122b9f8
Turn ocv_convert_to_lib_name into a function

PR #5490: ec5244a
fixed memory leak in findHomography tests

PR #5491: 0d5b739
delete video readers

PR #5574

PR #5202
2015-12-08 10:24:54 +03:00
..
opencl quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 2014-10-18 20:44:26 +04:00
test_affine3.cpp
test_affine3d_estimator.cpp Applied proposed fix 2014-10-15 22:36:38 +02:00
test_cameracalibration_artificial.cpp
test_cameracalibration_badarg.cpp
test_cameracalibration.cpp Fix compilation problems with XCode 7.1.1 and cmake 3.3.2 2015-11-17 18:52:55 +03:00
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 Fix compilation problems with XCode 7.1.1 and cmake 3.3.2 2015-11-17 18:52:55 +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 Fixed warnings and parameter name mismatches, added #include needed in some platforms. 2014-04-27 13:02:36 -04:00
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 Extract imgcodecs module from highgui 2014-07-07 16:28:08 +04:00
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