Merge branch '2.4'
authorAndrey Kamaev <andrey.kamaev@itseez.com>
Fri, 5 Apr 2013 15:52:42 +0000 (19:52 +0400)
committerAndrey Kamaev <andrey.kamaev@itseez.com>
Fri, 5 Apr 2013 17:11:59 +0000 (21:11 +0400)
commit67073daf1997f39dc56c3e4092dd42b381063d64
tree13a360c339bba576d1b5df5c31895e0f69bdd178
parent378543991705088a3cb75bbba323874258d3c0a6
parent74e5ff2ec74a282825deda5ad43d5e4ddb9adab4
Merge branch '2.4'
88 files changed:
CMakeLists.txt
cmake/OpenCVFindLibsGrfmt.cmake
cmake/OpenCVFindLibsPerf.cmake
cmake/OpenCVFindLibsVideo.cmake
cmake/checks/win32uitest.cpp
cmake/templates/cvconfig.h.cmake
doc/tutorials/features2d/feature_description/feature_description.rst
doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.rst
doc/tutorials/introduction/linux_eclipse/linux_eclipse.rst
modules/calib3d/test/test_solvepnp_ransac.cpp
modules/calib3d/test/test_stereomatching.cpp
modules/contrib/doc/facerec/facerec_tutorial.rst
modules/contrib/include/opencv2/contrib/contrib.hpp
modules/contrib/src/ba.cpp
modules/core/doc/intro.rst
modules/core/include/opencv2/core/core.hpp
modules/core/include/opencv2/core/cvdef.h
modules/core/include/opencv2/core/mat.hpp
modules/core/include/opencv2/core/mat.inl.hpp
modules/core/src/lapack.cpp
modules/core/src/matop.cpp
modules/core/src/matrix.cpp
modules/core/test/test_arithm.cpp
modules/features2d/doc/feature_detection_and_description.rst
modules/features2d/src/keypoint.cpp
modules/flann/include/opencv2/flann/dist.h
modules/gpu/CMakeLists.txt
modules/gpu/perf/perf_video.cpp
modules/gpu/src/tvl1flow.cpp
modules/highgui/CMakeLists.txt
modules/highgui/include/opencv2/highgui/highgui_c.h
modules/highgui/perf/perf_precomp.hpp
modules/highgui/src/cap.cpp
modules/highgui/src/cap_dshow.cpp
modules/highgui/src/cap_ffmpeg.cpp
modules/highgui/src/cap_ffmpeg_impl.hpp
modules/highgui/src/precomp.hpp
modules/highgui/src/window.cpp
modules/highgui/test/test_ffmpeg.cpp
modules/highgui/test/test_gui.cpp
modules/highgui/test/test_precomp.hpp
modules/imgproc/src/imgwarp.cpp
modules/java/CMakeLists.txt
modules/java/android_test/src/org/opencv/test/features2d/BruteForceHammingDescriptorMatcherTest.java
modules/java/generator/src/java/core+MatOfDMatch.java
modules/legacy/src/calibfilter.cpp
modules/legacy/src/epilines.cpp
modules/nonfree/test/test_precomp.hpp
modules/ocl/CMakeLists.txt
modules/ocl/include/opencv2/ocl.hpp
modules/ocl/perf/main.cpp
modules/ocl/perf/precomp.cpp
modules/ocl/perf/precomp.hpp
modules/ocl/src/fft.cpp
modules/ocl/src/initialization.cpp
modules/ocl/src/mcwutil.cpp
modules/ocl/src/opencl/arithm_absdiff.cl
modules/ocl/src/opencl/arithm_addWeighted.cl
modules/ocl/src/opencl/arithm_add_scalar.cl
modules/ocl/src/opencl/arithm_add_scalar_mask.cl
modules/ocl/src/opencl/arithm_bitwise_and.cl
modules/ocl/src/opencl/arithm_bitwise_and_mask.cl
modules/ocl/src/opencl/arithm_bitwise_and_scalar.cl
modules/ocl/src/opencl/arithm_bitwise_and_scalar_mask.cl
modules/ocl/src/opencl/arithm_bitwise_not.cl
modules/ocl/src/opencl/arithm_bitwise_or.cl
modules/ocl/src/opencl/arithm_bitwise_or_mask.cl
modules/ocl/src/opencl/arithm_bitwise_or_scalar.cl
modules/ocl/src/opencl/arithm_bitwise_or_scalar_mask.cl
modules/ocl/src/opencl/arithm_bitwise_xor.cl
modules/ocl/src/opencl/arithm_bitwise_xor_mask.cl
modules/ocl/src/opencl/arithm_bitwise_xor_scalar.cl
modules/ocl/src/opencl/arithm_bitwise_xor_scalar_mask.cl
modules/ocl/src/opencl/arithm_compare_eq.cl
modules/ocl/src/opencl/arithm_compare_ne.cl
modules/ocl/src/opencl/arithm_div.cl
modules/ocl/src/opencl/arithm_flip.cl
modules/ocl/src/opencl/arithm_mul.cl
modules/ocl/src/opencl/stereobp.cl
modules/ocl/src/stereobp.cpp
modules/ocl/test/test_calib3d.cpp
modules/python/src2/cv2.cpp
modules/stitching/include/opencv2/stitching/detail/warpers.hpp
modules/stitching/src/matchers.cpp
modules/video/src/tvl1flow.cpp
samples/cpp/Qt_sample/main.cpp
samples/gpu/super_resolution.cpp
samples/python2/dft.py