tizen 2.4 release accepted/tizen_2.4_mobile tizen_2.4 accepted/tizen/2.4/mobile/20151029.035556 submit/tizen_2.4/20151028.063255 tizen_2.4_mobile_release
authorjk7744.park <jk7744.park@samsung.com>
Sat, 24 Oct 2015 07:13:05 +0000 (16:13 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Sat, 24 Oct 2015 07:13:05 +0000 (16:13 +0900)
commit5d115f8a836efebc6a0b442230c8dbeb64fcf954
tree7054b0379c5934e9b9f968c52aac69a843d3489e
parent16961bd17ed63e9f66466f57ffceab5455a95fcd
tizen 2.4 release
158 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
cmake/CMakeParseArguments.cmake [new file with mode: 0644]
cmake/FindCUDA.cmake [new file with mode: 0644]
cmake/FindCUDA/make2cmake.cmake [new file with mode: 0644]
cmake/FindCUDA/parse_cubin.cmake [new file with mode: 0644]
cmake/FindCUDA/run_nvcc.cmake [new file with mode: 0644]
cmake/OpenCVCRTLinkage.cmake [new file with mode: 0644]
cmake/OpenCVCompilerOptions.cmake [new file with mode: 0644]
cmake/OpenCVConfig.cmake [new file with mode: 0644]
cmake/OpenCVDetectAndroidSDK.cmake [new file with mode: 0644]
cmake/OpenCVDetectApacheAnt.cmake [new file with mode: 0644]
cmake/OpenCVDetectCStripes.cmake [new file with mode: 0644]
cmake/OpenCVDetectCUDA.cmake [new file with mode: 0644]
cmake/OpenCVDetectCXXCompiler.cmake [new file with mode: 0644]
cmake/OpenCVDetectOpenCL.cmake [new file with mode: 0644]
cmake/OpenCVDetectPython.cmake [new file with mode: 0644]
cmake/OpenCVDetectTBB.cmake [new file with mode: 0644]
cmake/OpenCVDetectVTK.cmake [new file with mode: 0644]
cmake/OpenCVExtraTargets.cmake [new file with mode: 0644]
cmake/OpenCVFindIPP.cmake [new file with mode: 0644]
cmake/OpenCVFindIntelPerCSDK.cmake [new file with mode: 0644]
cmake/OpenCVFindLATEX.cmake [new file with mode: 0644]
cmake/OpenCVFindLibsGUI.cmake [new file with mode: 0644]
cmake/OpenCVFindLibsGrfmt.cmake [new file with mode: 0644]
cmake/OpenCVFindLibsPerf.cmake [new file with mode: 0644]
cmake/OpenCVFindLibsVideo.cmake [new file with mode: 0644]
cmake/OpenCVFindOpenEXR.cmake [new file with mode: 0644]
cmake/OpenCVFindOpenNI.cmake [new file with mode: 0644]
cmake/OpenCVFindPkgConfig.cmake [new file with mode: 0644]
cmake/OpenCVFindXimea.cmake [new file with mode: 0644]
cmake/OpenCVGenAndroidMK.cmake [new file with mode: 0644]
cmake/OpenCVGenConfig.cmake [new file with mode: 0644]
cmake/OpenCVGenHeaders.cmake [new file with mode: 0644]
cmake/OpenCVGenInfoPlist.cmake [new file with mode: 0644]
cmake/OpenCVGenPkgconfig.cmake [new file with mode: 0644]
cmake/OpenCVLegacyOptions.cmake [new file with mode: 0644]
cmake/OpenCVModule.cmake [new file with mode: 0644]
cmake/OpenCVPCHSupport.cmake [new file with mode: 0644]
cmake/OpenCVPackaging.cmake [new file with mode: 0644]
cmake/OpenCVUtils.cmake [new file with mode: 0644]
cmake/OpenCVVersion.cmake [new file with mode: 0644]
cmake/checks/OpenCVDetectCudaArch.cu [new file with mode: 0644]
cmake/checks/opencl.cpp [new file with mode: 0644]
cmake/checks/vfwtest.cpp [new file with mode: 0644]
cmake/checks/win32uitest.cpp [new file with mode: 0644]
cmake/checks/winrttest.cpp [new file with mode: 0644]
cmake/cl2cpp.cmake [new file with mode: 0644]
cmake/templates/OpenCV.mk.in [new file with mode: 0644]
cmake/templates/OpenCVConfig-version.cmake.in [new file with mode: 0644]
cmake/templates/OpenCVConfig.cmake.in [new file with mode: 0644]
cmake/templates/cmake_uninstall.cmake.in [new file with mode: 0644]
cmake/templates/cvconfig.h.in [new file with mode: 0644]
cmake/templates/opencv-XXX.pc.in [new file with mode: 0644]
cmake/templates/opencv_modules.hpp.in [new file with mode: 0644]
cmake/templates/opencv_run_all_tests_android.sh.in [new file with mode: 0644]
cmake/templates/opencv_run_all_tests_unix.sh.in [new file with mode: 0644]
cmake/templates/opencv_testing.sh.in [new file with mode: 0644]
include/CMakeLists.txt [new file with mode: 0644]
include/opencv/cv.h [new file with mode: 0644]
include/opencv/cv.hpp [new file with mode: 0644]
include/opencv/cvaux.h [new file with mode: 0644]
include/opencv/cvaux.hpp [new file with mode: 0644]
include/opencv/cvwimage.h [new file with mode: 0644]
include/opencv/cxcore.h [new file with mode: 0644]
include/opencv/cxcore.hpp [new file with mode: 0644]
include/opencv/cxeigen.hpp [new file with mode: 0644]
include/opencv/cxmisc.h [new file with mode: 0644]
include/opencv/highgui.h [new file with mode: 0644]
include/opencv/ml.h [new file with mode: 0644]
include/opencv2/opencv.hpp [new file with mode: 0644]
index.rst [new file with mode: 0644]
modules/CMakeLists.txt [new file with mode: 0644]
modules/core/CMakeLists.txt [new file with mode: 0644]
modules/core/include/opencv2/core/affine.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/core.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/core_c.h [new file with mode: 0644]
modules/core/include/opencv2/core/cuda_devptrs.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/devmem2d.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/eigen.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/internal.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/mat.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/operations.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/types_c.h [new file with mode: 0644]
modules/core/include/opencv2/core/version.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/wimage.hpp [new file with mode: 0644]
modules/core/src/algorithm.cpp [new file with mode: 0644]
modules/core/src/alloc.cpp [new file with mode: 0644]
modules/core/src/arithm.cpp [new file with mode: 0644]
modules/core/src/array.cpp [new file with mode: 0644]
modules/core/src/cmdparser.cpp [new file with mode: 0644]
modules/core/src/convert.cpp [new file with mode: 0644]
modules/core/src/copy.cpp [new file with mode: 0644]
modules/core/src/datastructs.cpp [new file with mode: 0644]
modules/core/src/drawing.cpp [new file with mode: 0644]
modules/core/src/dxt.cpp [new file with mode: 0644]
modules/core/src/gl_core_3_1.cpp [new file with mode: 0644]
modules/core/src/gl_core_3_1.hpp [new file with mode: 0644]
modules/core/src/glob.cpp [new file with mode: 0644]
modules/core/src/lapack.cpp [new file with mode: 0644]
modules/core/src/mathfuncs.cpp [new file with mode: 0644]
modules/core/src/matmul.cpp [new file with mode: 0644]
modules/core/src/matop.cpp [new file with mode: 0644]
modules/core/src/matrix.cpp [new file with mode: 0644]
modules/core/src/out.cpp [new file with mode: 0644]
modules/core/src/parallel.cpp [new file with mode: 0644]
modules/core/src/persistence.cpp [new file with mode: 0644]
modules/core/src/precomp.hpp [new file with mode: 0644]
modules/core/src/rand.cpp [new file with mode: 0644]
modules/core/src/stat.cpp [new file with mode: 0644]
modules/core/src/system.cpp [new file with mode: 0644]
modules/core/src/tables.cpp [new file with mode: 0644]
modules/highgui/CMakeLists.txt [new file with mode: 0644]
modules/highgui/include/opencv2/highgui/highgui.hpp [new file with mode: 0644]
modules/highgui/include/opencv2/highgui/highgui_c.h [new file with mode: 0644]
modules/highgui/src/bitstrm.cpp [new file with mode: 0644]
modules/highgui/src/bitstrm.hpp [new file with mode: 0644]
modules/highgui/src/grfmt_base.cpp [new file with mode: 0644]
modules/highgui/src/grfmt_base.hpp [new file with mode: 0644]
modules/highgui/src/grfmt_bmp.cpp [new file with mode: 0644]
modules/highgui/src/grfmt_bmp.hpp [new file with mode: 0644]
modules/highgui/src/grfmt_jpeg.cpp [new file with mode: 0644]
modules/highgui/src/grfmt_jpeg.hpp [new file with mode: 0644]
modules/highgui/src/grfmt_png.cpp [new file with mode: 0644]
modules/highgui/src/grfmt_png.hpp [new file with mode: 0644]
modules/highgui/src/grfmts.hpp [new file with mode: 0644]
modules/highgui/src/loadsave.cpp [new file with mode: 0644]
modules/highgui/src/precomp.hpp [new file with mode: 0644]
modules/highgui/src/utils.cpp [new file with mode: 0644]
modules/highgui/src/utils.hpp [new file with mode: 0644]
modules/imgproc/CMakeLists.txt [new file with mode: 0644]
modules/imgproc/include/opencv2/imgproc/imgproc.hpp [new file with mode: 0644]
modules/imgproc/include/opencv2/imgproc/imgproc_c.h [new file with mode: 0644]
modules/imgproc/include/opencv2/imgproc/types_c.h [new file with mode: 0644]
modules/imgproc/src/color.cpp [new file with mode: 0644]
modules/imgproc/src/filter.cpp [new file with mode: 0644]
modules/imgproc/src/imgwarp.cpp [new file with mode: 0644]
modules/imgproc/src/precomp.hpp [new file with mode: 0644]
modules/imgproc/src/tables.cpp [new file with mode: 0644]
modules/imgproc/src/templmatch.cpp [new file with mode: 0644]
modules/imgproc/src/utils.cpp [new file with mode: 0644]
modules/refman.rst.in [new file with mode: 0644]
opencv.manifest [new file with mode: 0644]
packaging/opencv.spec [new file with mode: 0644]
platforms/linux/arm-gnueabi.toolchain.cmake [new file with mode: 0644]
platforms/readme.txt [new file with mode: 0644]
platforms/scripts/ABI_compat_generator.py [new file with mode: 0755]
platforms/scripts/camera_build.conf [new file with mode: 0644]
platforms/scripts/cmake_android_all_cameras.py [new file with mode: 0755]
platforms/scripts/cmake_android_arm.sh [new file with mode: 0755]
platforms/scripts/cmake_android_mips.sh [new file with mode: 0755]
platforms/scripts/cmake_android_service.sh [new file with mode: 0755]
platforms/scripts/cmake_android_x86.sh [new file with mode: 0755]
platforms/scripts/cmake_arm_gnueabi_hardfp.sh [new file with mode: 0755]
platforms/scripts/cmake_arm_gnueabi_softfp.sh [new file with mode: 0755]
platforms/scripts/cmake_carma.sh [new file with mode: 0755]
platforms/scripts/cmake_winrt.cmd [new file with mode: 0644]