opencv/modules/imgproc/test
Roman Donchenko f76dd99299 Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
	cmake/OpenCVModule.cmake
	doc/tutorials/calib3d/camera_calibration/camera_calibration.rst
	doc/tutorials/features2d/feature_detection/feature_detection.rst
	doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.rst
	doc/tutorials/features2d/feature_homography/feature_homography.rst
	modules/core/include/opencv2/core/operations.hpp
	modules/core/src/arithm.cpp
	modules/gpu/perf/perf_video.cpp
	modules/imgproc/include/opencv2/imgproc/imgproc.hpp
	modules/java/generator/gen_java.py
	modules/java/generator/src/cpp/VideoCapture.cpp
	modules/nonfree/src/opencl/surf.cl
	modules/ocl/include/opencv2/ocl/ocl.hpp
	modules/ocl/perf/perf_haar.cpp
	modules/ocl/perf/perf_precomp.hpp
	modules/ocl/src/color.cpp
	modules/ocl/src/filtering.cpp
	modules/ocl/test/test_color.cpp
	modules/ocl/test/test_objdetect.cpp
	modules/python/src2/cv2.cpp
	samples/gpu/CMakeLists.txt
	samples/gpu/super_resolution.cpp
2013-08-19 19:02:36 +04:00
..
test_approxpoly.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
test_bilateral_filter.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
test_boundingrect.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
test_canny.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
test_color.cpp Make highgui.hpp independent from C API 2013-04-08 15:47:29 +04:00
test_connectedcomponents.cpp connectedcomponents test case 2012-12-10 02:21:45 -08:00
test_contours.cpp Warning fixes continued 2012-06-09 15:00:04 +00:00
test_convhull.cpp Warning fixes continued 2012-06-09 15:00:04 +00:00
test_cvtyuv.cpp Merge branch '2.4' 2013-03-11 18:50:19 +04:00
test_distancetransform.cpp almost finished distance transform conversion (discrete voronoi diagram mode is not ready yet) 2013-02-12 18:56:22 +04:00
test_emd.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
test_filter.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
test_floodfill.cpp Completely separate C and C++ API of OpenCV core 2013-04-01 15:24:34 +04:00
test_grabcut.cpp Make highgui.hpp independent from C API 2013-04-08 15:47:29 +04:00
test_histograms.cpp Move cv::Mat out of core.hpp 2013-04-01 15:24:34 +04:00
test_houghLines.cpp converted houghlines to C++ 2013-02-12 23:16:06 +04:00
test_imgwarp_strict.cpp Implementation of cv::Matx and cv::Vec is almost moved to matx.hpp 2013-04-01 15:24:33 +04:00
test_imgwarp.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
test_lsd.cpp Added fixes mentioned in #3205 : changing uint to unsigned literals for compilation on Mingw 4.7.2 2013-08-12 10:04:15 +02:00
test_main.cpp added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686); fixed bug in cv.CreateHist() when no ranges are passed (ticket #990) 2011-06-03 15:45:50 +00:00
test_moments.cpp converted moments function to C++ 2013-02-12 18:07:22 +04:00
test_pc.cpp Fixed phaseCorrelate result for not power of 2 size images #1812 (thanks to Jeff Mast) 2012-05-18 08:33:19 +00:00
test_precomp.hpp Make highgui.hpp independent from C API 2013-04-08 15:47:29 +04:00
test_templmatch.cpp Move cv::Scalar_ to types.hpp 2013-04-01 15:24:33 +04:00
test_thresh.cpp Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
test_watershed.cpp replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet 2012-10-02 23:07:46 +04:00