Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/2.4'
Browse files Browse the repository at this point in the history
Pull requests:
	opencv#943 from jet47:cuda-5.5-support
	opencv#944 from jet47:cmake-2.8.11-cuda-fix
	opencv#912 from SpecLad:contributing
	opencv#934 from SpecLad:parallel-for
	opencv#931 from jet47:gpu-test-fixes
	opencv#932 from bitwangyaoyao:2.4_fixBFM
	opencv#918 from bitwangyaoyao:2.4_samples
	opencv#924 from pengx17:2.4_arithm_fix
	opencv#925 from pengx17:2.4_canny_tmp_fix
	opencv#927 from bitwangyaoyao:2.4_perf
	opencv#930 from pengx17:2.4_haar_ext
	opencv#928 from apavlenko:bugfix_3027
	opencv#920 from asmorkalov:android_move
	opencv#910 from pengx17:2.4_oclgfft
	opencv#913 from janm399:2.4
	opencv#916 from bitwangyaoyao:2.4_fixPyrLK
	opencv#919 from abidrahmank:2.4
	opencv#923 from pengx17:2.4_macfix

Conflicts:
	modules/calib3d/src/stereobm.cpp
	modules/features2d/src/detectors.cpp
	modules/gpu/src/error.cpp
	modules/gpu/src/precomp.hpp
	modules/imgproc/src/distransform.cpp
	modules/imgproc/src/morph.cpp
	modules/ocl/include/opencv2/ocl/ocl.hpp
	modules/ocl/perf/perf_color.cpp
	modules/ocl/perf/perf_imgproc.cpp
	modules/ocl/perf/perf_match_template.cpp
	modules/ocl/perf/precomp.cpp
	modules/ocl/perf/precomp.hpp
	modules/ocl/src/arithm.cpp
	modules/ocl/src/canny.cpp
	modules/ocl/src/filtering.cpp
	modules/ocl/src/haar.cpp
	modules/ocl/src/hog.cpp
	modules/ocl/src/imgproc.cpp
	modules/ocl/src/opencl/haarobjectdetect.cl
	modules/ocl/src/pyrlk.cpp
	modules/video/src/bgfg_gaussmix2.cpp
	modules/video/src/lkpyramid.cpp
	platforms/linux/scripts/cmake_arm_gnueabi_hardfp.sh
	platforms/linux/scripts/cmake_arm_gnueabi_softfp.sh
	platforms/scripts/ABI_compat_generator.py
	samples/ocl/facedetect.cpp
  • Loading branch information
Roman Donchenko committed Jun 5, 2013
2 parents d81d3fc + 75cf5cc commit bae8566
Show file tree
Hide file tree
Showing 236 changed files with 5,493 additions and 3,220 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ if(ANDROID)
if(NOT ANDROID_TOOLS_Pkg_Revision GREATER 13)
message(WARNING "OpenCV requires Android SDK tools revision 14 or newer. Otherwise tests and samples will no be compiled.")
endif()
elseif(ANT_EXECUTABLE)
else()
find_package(JNI)
endif()

Expand Down Expand Up @@ -457,15 +457,15 @@ if(BUILD_EXAMPLES OR BUILD_ANDROID_EXAMPLES OR INSTALL_PYTHON_EXAMPLES)
endif()

if(ANDROID)
add_subdirectory(android/service)
add_subdirectory(platforms/android/service)
endif()

if(BUILD_ANDROID_PACKAGE)
add_subdirectory(android/package)
add_subdirectory(platforms/android/package)
endif()

if (ANDROID)
add_subdirectory(android/libinfo)
add_subdirectory(platforms/android/libinfo)
endif()

# ----------------------------------------------------------------------------
Expand Down Expand Up @@ -840,7 +840,7 @@ status(" ant:" ANT_EXECUTABLE THEN "${ANT_EXECUTABLE} (ver ${A
if(NOT ANDROID)
status(" JNI:" JNI_INCLUDE_DIRS THEN "${JNI_INCLUDE_DIRS}" ELSE NO)
endif()
status(" Java tests:" BUILD_TESTS AND (NOT ANDROID OR CAN_BUILD_ANDROID_PROJECTS) THEN YES ELSE NO)
status(" Java tests:" BUILD_TESTS AND (CAN_BUILD_ANDROID_PROJECTS OR HAVE_opencv_java) THEN YES ELSE NO)

# ========================== documentation ==========================
if(BUILD_DOCS)
Expand Down
11 changes: 0 additions & 11 deletions CONTRIBUTING.md

This file was deleted.

11 changes: 11 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,14 @@ Homepage: http://opencv.org
Online docs: http://docs.opencv.org
Q&A forum: http://answers.opencv.org
Dev zone: http://code.opencv.org

Please read before starting work on a pull request:
http://code.opencv.org/projects/opencv/wiki/How_to_contribute

Summary of guidelines:

* One pull request per issue;
* Choose the right base branch;
* Include tests and documentation;
* Clean up "oops" commits before submitting;
* Follow the coding style guide.
4 changes: 3 additions & 1 deletion android/android.toolchain.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Copyright (c) 2010-2011, Ethan Rublee
message(STATUS "Android toolchain was moved to platfroms/android!")
message(STATUS "This file is depricated and will be removed!")

# Copyright (c) 2011-2013, Andrey Kamaev
# All rights reserved.
#
Expand Down
1 change: 1 addition & 0 deletions android/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
All Android specific sources are moved to platforms/android.
90 changes: 0 additions & 90 deletions android/scripts/build.cmd

This file was deleted.

5 changes: 0 additions & 5 deletions android/scripts/cmake_android.cmd

This file was deleted.

8 changes: 0 additions & 8 deletions android/scripts/cmake_android_armeabi.sh

This file was deleted.

8 changes: 0 additions & 8 deletions android/scripts/cmake_android_mips.sh

This file was deleted.

8 changes: 0 additions & 8 deletions android/scripts/cmake_android_neon.sh

This file was deleted.

7 changes: 0 additions & 7 deletions android/scripts/cmake_android_service.sh

This file was deleted.

9 changes: 0 additions & 9 deletions android/scripts/cmake_android_x86.sh

This file was deleted.

30 changes: 0 additions & 30 deletions android/scripts/wincfg.cmd.tmpl

This file was deleted.

89 changes: 0 additions & 89 deletions android/service/doc/Makefile

This file was deleted.

Loading

0 comments on commit bae8566

Please sign in to comment.