Merge remote-tracking branch 'origin/2.4' into merge-2.4
authorRoman Donchenko <roman.donchenko@itseez.com>
Tue, 3 Dec 2013 11:50:44 +0000 (15:50 +0400)
committerRoman Donchenko <roman.donchenko@itseez.com>
Tue, 3 Dec 2013 13:35:21 +0000 (17:35 +0400)
commitd58cd9851fdb592a395488fc5721d11c7436a99c
tree5bf571d309a7496d30d4bf80ffb7f3050b5ca34a
parent17f53bc30129196d1f52097e9bfa450e10f471fc
parent3ff16200867d1c659efd17bb8bfee633366f7b05
Merge remote-tracking branch 'origin/2.4' into merge-2.4

Conflicts:
CMakeLists.txt
cmake/OpenCVDetectCUDA.cmake
doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.rst
modules/core/src/cmdparser.cpp
modules/gpu/CMakeLists.txt
modules/gpu/doc/introduction.rst
modules/gpu/perf/perf_video.cpp
modules/highgui/doc/reading_and_writing_images_and_video.rst
modules/ocl/src/cl_context.cpp
modules/video/include/opencv2/video/background_segm.hpp
samples/cpp/image_sequence.cpp
samples/cpp/tutorial_code/ImgTrans/HoughCircle_Demo.cpp
samples/python/chessboard.py
samples/python/cvutils.py
samples/python/demhist.py
samples/python/dft.py
samples/python/distrans.py
samples/python/edge.py
samples/python/ffilldemo.py
samples/python/fitellipse.py
samples/python/houghlines.py
samples/python/inpaint.py
samples/python/logpolar.py
samples/python/morphology.py
samples/python/numpy_array.py
samples/python/watershed.py
67 files changed:
CMakeLists.txt
apps/traincascade/boost.cpp
apps/traincascade/cascadeclassifier.cpp
cmake/OpenCVCompilerOptions.cmake
cmake/OpenCVDetectCUDA.cmake
doc/tutorials/core/basic_geometric_drawing/basic_geometric_drawing.rst
doc/tutorials/features2d/feature_description/feature_description.rst
doc/tutorials/features2d/trackingmotion/corner_subpixeles/corner_subpixeles.rst
doc/tutorials/features2d/trackingmotion/good_features_to_track/good_features_to_track.rst
doc/tutorials/features2d/trackingmotion/harris_detector/harris_detector.rst
doc/tutorials/imgproc/erosion_dilatation/erosion_dilatation.rst
doc/tutorials/imgproc/gausian_median_blur_bilateral_filter/gausian_median_blur_bilateral_filter.rst
doc/tutorials/imgproc/histograms/back_projection/back_projection.rst
doc/tutorials/imgproc/histograms/histogram_calculation/histogram_calculation.rst
doc/tutorials/imgproc/histograms/histogram_comparison/histogram_comparison.rst
doc/tutorials/imgproc/histograms/histogram_equalization/histogram_equalization.rst
doc/tutorials/imgproc/histograms/template_matching/template_matching.rst
doc/tutorials/imgproc/imgtrans/canny_detector/canny_detector.rst
doc/tutorials/imgproc/imgtrans/copyMakeBorder/copyMakeBorder.rst
doc/tutorials/imgproc/imgtrans/filter_2d/filter_2d.rst
doc/tutorials/imgproc/imgtrans/hough_circle/hough_circle.rst
doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.rst
doc/tutorials/imgproc/imgtrans/laplace_operator/laplace_operator.rst
doc/tutorials/imgproc/imgtrans/remap/remap.rst
doc/tutorials/imgproc/imgtrans/sobel_derivatives/sobel_derivatives.rst
doc/tutorials/imgproc/imgtrans/warp_affine/warp_affine.rst
doc/tutorials/imgproc/opening_closing_hats/opening_closing_hats.rst
doc/tutorials/imgproc/pyramids/pyramids.rst
doc/tutorials/imgproc/shapedescriptors/bounding_rects_circles/bounding_rects_circles.rst
doc/tutorials/imgproc/shapedescriptors/bounding_rotated_ellipses/bounding_rotated_ellipses.rst
doc/tutorials/imgproc/shapedescriptors/find_contours/find_contours.rst
doc/tutorials/imgproc/shapedescriptors/hull/hull.rst
doc/tutorials/imgproc/shapedescriptors/moments/moments.rst
doc/tutorials/imgproc/shapedescriptors/point_polygon_test/point_polygon_test.rst
doc/tutorials/imgproc/threshold/threshold.rst
doc/tutorials/objdetect/cascade_classifier/cascade_classifier.rst
doc/user_guide/ug_highgui.rst
modules/contrib/doc/facerec/src/facerec_eigenfaces.cpp
modules/contrib/doc/facerec/src/facerec_fisherfaces.cpp
modules/contrib/doc/facerec/src/facerec_save_load.cpp
modules/contrib/src/facerec.cpp
modules/core/doc/basic_structures.rst
modules/core/src/command_line_parser.cpp
modules/cuda/CMakeLists.txt
modules/cuda/doc/introduction.rst
modules/cudaarithm/CMakeLists.txt
modules/cudabgsegm/CMakeLists.txt
modules/cudabgsegm/perf/perf_bgsegm.cpp
modules/cudacodec/CMakeLists.txt
modules/cudafeatures2d/CMakeLists.txt
modules/cudafilters/CMakeLists.txt
modules/cudaimgproc/CMakeLists.txt
modules/cudaoptflow/CMakeLists.txt
modules/cudastereo/CMakeLists.txt
modules/cudawarping/CMakeLists.txt
modules/highgui/doc/reading_and_writing_images_and_video.rst
modules/highgui/doc/user_interface.rst
modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst
modules/objdetect/doc/cascade_classification.rst
modules/ocl/include/opencv2/ocl/matrix_operations.hpp
modules/ocl/src/cl_context.cpp
modules/ocl/src/cl_operations.cpp
modules/ocl/src/haar.cpp
modules/ocl/src/mssegmentation.cpp
samples/cpp/tutorial_code/ImgTrans/HoughCircle_Demo.cpp
samples/cpp/tutorial_code/features2D/SURF_FlannMatcher.cpp
samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp