Name
Last commit
Last update
..
opencl quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
test_affine3.cpp cv::norm -> cvtest::norm in tests
test_affine3d_estimator.cpp Applied proposed fix
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
test_cameracalibration_artificial.cpp cv::norm -> cvtest::norm in tests
test_cameracalibration_badarg.cpp deleted excess semicolons, commas
test_chessboardgenerator.cpp Merge commit '43aec5ad' into merge-2.4
test_chessboardgenerator.hpp Merge remote-tracking branch 'origin/2.4' into merge-2.4
test_chesscorners.cpp fixed defects from Xcode
test_chesscorners_badarg.cpp fixed defects from coverity.com
test_chesscorners_timing.cpp replaced sprintf with cv::format
test_compose_rt.cpp Normalized file endings.
test_cornerssubpix.cpp fixed defects from coverity.com
test_decompose_projection.cpp Add test for calib3d function decomposeProjectionMatrix(...)
test_fisheye.cpp Adding test support for WINRT
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
test_homography.cpp added simple HAL test; added RHO homography test
test_homography_decomp.cpp Fixed warnings and parameter name mismatches, added #include needed in some platforms.
test_main.cpp changed testdata path for calib3d
test_modelest.cpp War on Whitespace, master edition: file endings.
test_posit.cpp Move C API of opencv_calib3d to separate file
test_precomp.hpp Extract imgcodecs module from highgui
test_reproject_image_to_3d.cpp Cast some image coordinates and sizes to double.
test_solvepnp_ransac.cpp fixed another compile warning from MSVC
test_stereomatching.cpp Adding new HAL-accelerated MODE_SGBM_3WAY
test_undistort.cpp Loading commit data...
test_undistort_badarg.cpp Loading commit data...
test_undistort_points.cpp Loading commit data...