Import opencv_4.5.1+dfsg.orig.tar.xz
authorMo Zhou <lumin@debian.org>
Thu, 24 Dec 2020 06:03:53 +0000 (06:03 +0000)
committerMo Zhou <lumin@debian.org>
Thu, 24 Dec 2020 06:03:53 +0000 (06:03 +0000)
commite417de1c83d374ca2da243b3bc73cbdbf7867d44
treec82eb365c71ba82ae6d4e5274736fe06425bb5e5
Import opencv_4.5.1+dfsg.orig.tar.xz

[dgit import orig opencv_4.5.1+dfsg.orig.tar.xz]
5166 files changed:
.editorconfig [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
COPYRIGHT [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
SECURITY.md [new file with mode: 0644]
apps/CMakeLists.txt [new file with mode: 0644]
apps/annotation/CMakeLists.txt [new file with mode: 0644]
apps/annotation/opencv_annotation.cpp [new file with mode: 0644]
apps/createsamples/CMakeLists.txt [new file with mode: 0644]
apps/createsamples/createsamples.cpp [new file with mode: 0644]
apps/createsamples/utility.cpp [new file with mode: 0644]
apps/createsamples/utility.hpp [new file with mode: 0644]
apps/interactive-calibration/CMakeLists.txt [new file with mode: 0644]
apps/interactive-calibration/calibCommon.hpp [new file with mode: 0644]
apps/interactive-calibration/calibController.cpp [new file with mode: 0644]
apps/interactive-calibration/calibController.hpp [new file with mode: 0644]
apps/interactive-calibration/calibPipeline.cpp [new file with mode: 0644]
apps/interactive-calibration/calibPipeline.hpp [new file with mode: 0644]
apps/interactive-calibration/defaultConfig.xml [new file with mode: 0644]
apps/interactive-calibration/frameProcessor.cpp [new file with mode: 0644]
apps/interactive-calibration/frameProcessor.hpp [new file with mode: 0644]
apps/interactive-calibration/main.cpp [new file with mode: 0644]
apps/interactive-calibration/parametersController.cpp [new file with mode: 0644]
apps/interactive-calibration/parametersController.hpp [new file with mode: 0644]
apps/interactive-calibration/rotationConverters.cpp [new file with mode: 0644]
apps/interactive-calibration/rotationConverters.hpp [new file with mode: 0644]
apps/traincascade/CMakeLists.txt [new file with mode: 0644]
apps/traincascade/HOGfeatures.cpp [new file with mode: 0644]
apps/traincascade/HOGfeatures.h [new file with mode: 0644]
apps/traincascade/boost.cpp [new file with mode: 0644]
apps/traincascade/boost.h [new file with mode: 0644]
apps/traincascade/cascadeclassifier.cpp [new file with mode: 0644]
apps/traincascade/cascadeclassifier.h [new file with mode: 0644]
apps/traincascade/features.cpp [new file with mode: 0644]
apps/traincascade/haarfeatures.cpp [new file with mode: 0644]
apps/traincascade/haarfeatures.h [new file with mode: 0644]
apps/traincascade/imagestorage.cpp [new file with mode: 0644]
apps/traincascade/imagestorage.h [new file with mode: 0644]
apps/traincascade/lbpfeatures.cpp [new file with mode: 0644]
apps/traincascade/lbpfeatures.h [new file with mode: 0644]
apps/traincascade/old_ml.hpp [new file with mode: 0644]
apps/traincascade/old_ml_boost.cpp [new file with mode: 0644]
apps/traincascade/old_ml_data.cpp [new file with mode: 0644]
apps/traincascade/old_ml_inner_functions.cpp [new file with mode: 0644]
apps/traincascade/old_ml_precomp.hpp [new file with mode: 0644]
apps/traincascade/old_ml_tree.cpp [new file with mode: 0644]
apps/traincascade/traincascade.cpp [new file with mode: 0644]
apps/traincascade/traincascade_features.h [new file with mode: 0644]
apps/version/CMakeLists.txt [new file with mode: 0644]
apps/version/opencv_version.cpp [new file with mode: 0644]
apps/visualisation/CMakeLists.txt [new file with mode: 0644]
apps/visualisation/opencv_visualisation.cpp [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/FindCUDNN.cmake [new file with mode: 0644]
cmake/FindFlake8.cmake [new file with mode: 0644]
cmake/FindONNX.cmake [new file with mode: 0644]
cmake/FindOpenVX.cmake [new file with mode: 0644]
cmake/FindPylint.cmake [new file with mode: 0644]
cmake/FindVulkan.cmake [new file with mode: 0644]
cmake/OpenCVCRTLinkage.cmake [new file with mode: 0644]
cmake/OpenCVCompilerDefenses.cmake [new file with mode: 0644]
cmake/OpenCVCompilerOptimizations.cmake [new file with mode: 0644]
cmake/OpenCVCompilerOptions.cmake [new file with mode: 0644]
cmake/OpenCVDetectApacheAnt.cmake [new file with mode: 0644]
cmake/OpenCVDetectCUDA.cmake [new file with mode: 0644]
cmake/OpenCVDetectCXXCompiler.cmake [new file with mode: 0644]
cmake/OpenCVDetectDirectX.cmake [new file with mode: 0644]
cmake/OpenCVDetectHalide.cmake [new file with mode: 0644]
cmake/OpenCVDetectInferenceEngine.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/OpenCVDetectTrace.cmake [new file with mode: 0644]
cmake/OpenCVDetectVTK.cmake [new file with mode: 0644]
cmake/OpenCVDetectVulkan.cmake [new file with mode: 0644]
cmake/OpenCVDownload.cmake [new file with mode: 0644]
cmake/OpenCVExtraTargets.cmake [new file with mode: 0644]
cmake/OpenCVFindAtlas.cmake [new file with mode: 0644]
cmake/OpenCVFindFrameworks.cmake [new file with mode: 0644]
cmake/OpenCVFindIPP.cmake [new file with mode: 0644]
cmake/OpenCVFindIPPIW.cmake [new file with mode: 0644]
cmake/OpenCVFindLAPACK.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/OpenCVFindMKL.cmake [new file with mode: 0644]
cmake/OpenCVFindOpenBLAS.cmake [new file with mode: 0644]
cmake/OpenCVFindOpenEXR.cmake [new file with mode: 0644]
cmake/OpenCVFindProtobuf.cmake [new file with mode: 0644]
cmake/OpenCVFindTengine.cmake [new file with mode: 0644]
cmake/OpenCVFindVA.cmake [new file with mode: 0644]
cmake/OpenCVFindWebP.cmake [new file with mode: 0644]
cmake/OpenCVFindXimea.cmake [new file with mode: 0644]
cmake/OpenCVGenABI.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/OpenCVGenSetupVars.cmake [new file with mode: 0644]
cmake/OpenCVInstallLayout.cmake [new file with mode: 0644]
cmake/OpenCVMinDepVersions.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/OpenCVPylint.cmake [new file with mode: 0644]
cmake/OpenCVUtils.cmake [new file with mode: 0644]
cmake/OpenCVVersion.cmake [new file with mode: 0644]
cmake/android/OpenCVDetectAndroidSDK.cmake [new file with mode: 0644]
cmake/android/android_ant_projects.cmake [new file with mode: 0644]
cmake/android/android_gradle_projects.cmake [new file with mode: 0644]
cmake/checks/OpenCVDetectCudaArch.cu [new file with mode: 0644]
cmake/checks/atomic_check.cpp [new file with mode: 0644]
cmake/checks/cpu_avx.cpp [new file with mode: 0644]
cmake/checks/cpu_avx2.cpp [new file with mode: 0644]
cmake/checks/cpu_avx512.cpp [new file with mode: 0644]
cmake/checks/cpu_avx512clx.cpp [new file with mode: 0644]
cmake/checks/cpu_avx512cnl.cpp [new file with mode: 0644]
cmake/checks/cpu_avx512common.cpp [new file with mode: 0644]
cmake/checks/cpu_avx512icl.cpp [new file with mode: 0644]
cmake/checks/cpu_avx512knl.cpp [new file with mode: 0644]
cmake/checks/cpu_avx512knm.cpp [new file with mode: 0644]
cmake/checks/cpu_avx512skx.cpp [new file with mode: 0644]
cmake/checks/cpu_fp16.cpp [new file with mode: 0644]
cmake/checks/cpu_msa.cpp [new file with mode: 0644]
cmake/checks/cpu_neon.cpp [new file with mode: 0644]
cmake/checks/cpu_popcnt.cpp [new file with mode: 0644]
cmake/checks/cpu_rvv.cpp [new file with mode: 0644]
cmake/checks/cpu_sse.cpp [new file with mode: 0644]
cmake/checks/cpu_sse2.cpp [new file with mode: 0644]
cmake/checks/cpu_sse3.cpp [new file with mode: 0644]
cmake/checks/cpu_sse41.cpp [new file with mode: 0644]
cmake/checks/cpu_sse42.cpp [new file with mode: 0644]
cmake/checks/cpu_ssse3.cpp [new file with mode: 0644]
cmake/checks/cpu_vsx.cpp [new file with mode: 0644]
cmake/checks/cpu_vsx3.cpp [new file with mode: 0644]
cmake/checks/cpu_vsx_asm.cpp [new file with mode: 0644]
cmake/checks/cxx11.cpp [new file with mode: 0644]
cmake/checks/directx.cpp [new file with mode: 0644]
cmake/checks/ffmpeg_test.cpp [new file with mode: 0644]
cmake/checks/lapack_check.cpp [new file with mode: 0644]
cmake/checks/opencl.cpp [new file with mode: 0644]
cmake/checks/openvx_refenum_test.cpp [new file with mode: 0644]
cmake/checks/runtime/cpu_vsx_aligned.cpp [new file with mode: 0644]
cmake/checks/vtk_test.cpp [new file with mode: 0644]
cmake/checks/vulkan.cpp [new file with mode: 0644]
cmake/checks/win32uitest.cpp [new file with mode: 0644]
cmake/cl2cpp.cmake [new file with mode: 0644]
cmake/copy_files.cmake [new file with mode: 0644]
cmake/platforms/OpenCV-Android.cmake [new file with mode: 0644]
cmake/platforms/OpenCV-Darwin.cmake [new file with mode: 0644]
cmake/platforms/OpenCV-Emscripten.cmake [new file with mode: 0644]
cmake/platforms/OpenCV-Linux.cmake [new file with mode: 0644]
cmake/platforms/OpenCV-WinRT.cmake [new file with mode: 0644]
cmake/platforms/OpenCV-Windows.cmake [new file with mode: 0644]
cmake/platforms/OpenCV-WindowsCE.cmake [new file with mode: 0644]
cmake/platforms/OpenCV-WindowsPhone.cmake [new file with mode: 0644]
cmake/platforms/OpenCV-WindowsStore.cmake [new file with mode: 0644]
cmake/platforms/OpenCV-iOS.cmake [new file with mode: 0644]
cmake/templates/OpenCV-abi.mk.in [new file with mode: 0644]
cmake/templates/OpenCV.mk.in [new file with mode: 0644]
cmake/templates/OpenCVConfig-ANDROID.cmake.in [new file with mode: 0644]
cmake/templates/OpenCVConfig-CUDA.cmake.in [new file with mode: 0644]
cmake/templates/OpenCVConfig-IPPICV.cmake.in [new file with mode: 0644]
cmake/templates/OpenCVConfig-IPPIW.cmake.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/OpenCVConfig.root-ANDROID.cmake.in [new file with mode: 0644]
cmake/templates/OpenCVConfig.root-WIN32.cmake.in [new file with mode: 0644]
cmake/templates/cmake_uninstall.cmake.in [new file with mode: 0644]
cmake/templates/custom_hal.hpp.in [new file with mode: 0644]
cmake/templates/cv_cpu_config.h.in [new file with mode: 0644]
cmake/templates/cvconfig.h.in [new file with mode: 0644]
cmake/templates/dllmain.cpp.in [new file with mode: 0644]
cmake/templates/opencv-XXX.pc.in [new file with mode: 0644]
cmake/templates/opencv_abi.xml.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_run_all_tests_windows.cmd.in [new file with mode: 0644]
cmake/templates/pylint.cmake.in [new file with mode: 0644]
cmake/templates/setup_vars_linux.sh.in [new file with mode: 0644]
cmake/templates/setup_vars_macosx.sh.in [new file with mode: 0644]
cmake/templates/setup_vars_win32.cmd.in [new file with mode: 0644]
cmake/templates/vs_version.rc.in [new file with mode: 0644]
data/CMakeLists.txt [new file with mode: 0644]
data/haarcascades/haarcascade_eye.xml [new file with mode: 0644]
data/haarcascades/haarcascade_eye_tree_eyeglasses.xml [new file with mode: 0644]
data/haarcascades/haarcascade_frontalcatface.xml [new file with mode: 0644]
data/haarcascades/haarcascade_frontalcatface_extended.xml [new file with mode: 0644]
data/haarcascades/haarcascade_frontalface_alt.xml [new file with mode: 0644]
data/haarcascades/haarcascade_frontalface_alt2.xml [new file with mode: 0644]
data/haarcascades/haarcascade_frontalface_alt_tree.xml [new file with mode: 0644]
data/haarcascades/haarcascade_frontalface_default.xml [new file with mode: 0644]
data/haarcascades/haarcascade_fullbody.xml [new file with mode: 0644]
data/haarcascades/haarcascade_lefteye_2splits.xml [new file with mode: 0644]
data/haarcascades/haarcascade_licence_plate_rus_16stages.xml [new file with mode: 0644]
data/haarcascades/haarcascade_lowerbody.xml [new file with mode: 0644]
data/haarcascades/haarcascade_profileface.xml [new file with mode: 0644]
data/haarcascades/haarcascade_righteye_2splits.xml [new file with mode: 0644]
data/haarcascades/haarcascade_russian_plate_number.xml [new file with mode: 0644]
data/haarcascades/haarcascade_smile.xml [new file with mode: 0644]
data/haarcascades/haarcascade_upperbody.xml [new file with mode: 0644]
data/haarcascades_cuda/haarcascade_eye.xml [new file with mode: 0644]
data/haarcascades_cuda/haarcascade_eye_tree_eyeglasses.xml [new file with mode: 0644]
data/haarcascades_cuda/haarcascade_frontalface_alt.xml [new file with mode: 0644]
data/haarcascades_cuda/haarcascade_frontalface_alt2.xml [new file with mode: 0644]
data/haarcascades_cuda/haarcascade_frontalface_alt_tree.xml [new file with mode: 0644]
data/haarcascades_cuda/haarcascade_frontalface_default.xml [new file with mode: 0644]
data/haarcascades_cuda/haarcascade_fullbody.xml [new file with mode: 0644]
data/haarcascades_cuda/haarcascade_lefteye_2splits.xml [new file with mode: 0644]
data/haarcascades_cuda/haarcascade_lowerbody.xml [new file with mode: 0644]
data/haarcascades_cuda/haarcascade_profileface.xml [new file with mode: 0644]
data/haarcascades_cuda/haarcascade_righteye_2splits.xml [new file with mode: 0644]
data/haarcascades_cuda/haarcascade_smile.xml [new file with mode: 0644]
data/haarcascades_cuda/haarcascade_upperbody.xml [new file with mode: 0644]
data/hogcascades/hogcascade_pedestrians.xml [new file with mode: 0644]
data/lbpcascades/lbpcascade_frontalcatface.xml [new file with mode: 0644]
data/lbpcascades/lbpcascade_frontalface.xml [new file with mode: 0644]
data/lbpcascades/lbpcascade_frontalface_improved.xml [new file with mode: 0644]
data/lbpcascades/lbpcascade_profileface.xml [new file with mode: 0644]
data/lbpcascades/lbpcascade_silverware.xml [new file with mode: 0644]
data/readme.txt [new file with mode: 0644]
data/vec_files/trainingfaces_24-24.vec [new file with mode: 0644]
doc/CMakeLists.txt [new file with mode: 0644]
doc/Doxyfile.in [new file with mode: 0644]
doc/DoxygenLayout.xml [new file with mode: 0644]
doc/LICENSE_BSD.txt [new file with mode: 0644]
doc/LICENSE_CHANGE_NOTICE.txt [new file with mode: 0644]
doc/acircles_pattern.png [new file with mode: 0644]
doc/bodybg.png [new file with mode: 0644]
doc/disabled_doc_warnings.txt [new file with mode: 0644]
doc/faq.markdown [new file with mode: 0644]
doc/footer.html [new file with mode: 0644]
doc/header.html [new file with mode: 0644]
doc/images/camshift_face.gif [new file with mode: 0644]
doc/images/camshift_result.jpg [new file with mode: 0644]
doc/images/meanshift_basics.jpg [new file with mode: 0644]
doc/images/meanshift_face.gif [new file with mode: 0644]
doc/images/meanshift_result.jpg [new file with mode: 0644]
doc/images/optical_flow_basic1.jpg [new file with mode: 0644]
doc/images/opticalfb.jpg [new file with mode: 0644]
doc/images/opticalflow_lk.jpg [new file with mode: 0644]
doc/js_tutorials/js_assets/.eslintrc.json [new file with mode: 0644]
doc/js_tutorials/js_assets/apple.jpg [new file with mode: 0644]
doc/js_tutorials/js_assets/coins.jpg [new file with mode: 0644]
doc/js_tutorials/js_assets/cup.mp4 [new file with mode: 0644]
doc/js_tutorials/js_assets/handDst.jpg [new file with mode: 0644]
doc/js_tutorials/js_assets/handSrc.jpg [new file with mode: 0644]
doc/js_tutorials/js_assets/js_basic_ops_copymakeborder.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_basic_ops_roi.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_bg_subtraction.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_camshift.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_canny.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_colorspaces_cvtColor.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_colorspaces_inRange.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_contour_features_approxPolyDP.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_contour_features_area.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_contour_features_boundingRect.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_contour_features_convexHull.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_contour_features_fitEllipse.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_contour_features_fitLine.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_contour_features_minAreaRect.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_contour_features_minEnclosingCircle.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_contour_features_moments.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_contour_features_perimeter.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_contour_properties_transpose.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_contours_begin_contours.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_contours_more_functions_convexityDefects.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_contours_more_functions_shape.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_dnn_example_helper.js [new file with mode: 0644]
doc/js_tutorials/js_assets/js_example_style.css [new file with mode: 0644]
doc/js_tutorials/js_assets/js_face_detection.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_face_detection_camera.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_filtering_GaussianBlur.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_filtering_bilateralFilter.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_filtering_blur.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_filtering_filter.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_filtering_medianBlur.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_fourier_transform_dft.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_geometric_transformations_getAffineTransform.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_geometric_transformations_resize.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_geometric_transformations_rotateWarpAffine.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_geometric_transformations_warpAffine.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_geometric_transformations_warpPerspective.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_grabcut_grabCut.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_gradients_Laplacian.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_gradients_Sobel.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_gradients_absSobel.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_histogram_backprojection_calcBackProject.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_histogram_begins_calcHist.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_histogram_equalization_createCLAHE.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_histogram_equalization_equalizeHist.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_houghcircles_HoughCirclesP.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_houghlines_HoughLines.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_houghlines_HoughLinesP.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_image_arithmetics_bitwise.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_image_classification.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_image_classification_model_info.json [new file with mode: 0644]
doc/js_tutorials/js_assets/js_image_classification_with_camera.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_image_display.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_imgproc_camera.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_meanshift.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_morphological_ops_blackHat.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_morphological_ops_closing.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_morphological_ops_dilate.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_morphological_ops_erode.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_morphological_ops_getStructuringElement.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_morphological_ops_gradient.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_morphological_ops_opening.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_morphological_ops_topHat.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_object_detection.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_object_detection_model_info.json [new file with mode: 0644]
doc/js_tutorials/js_assets/js_object_detection_with_camera.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_optical_flow_dense.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_optical_flow_lucas_kanade.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_pose_estimation.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_pose_estimation_model_info.json [new file with mode: 0644]
doc/js_tutorials/js_assets/js_pyramids_pyrDown.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_pyramids_pyrUp.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_semantic_segmentation.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_semantic_segmentation_model_info.json [new file with mode: 0644]
doc/js_tutorials/js_assets/js_setup_usage.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_style_transfer.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_style_transfer_model_info.json [new file with mode: 0644]
doc/js_tutorials/js_assets/js_template_matching_matchTemplate.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_thresholding_adaptiveThreshold.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_thresholding_threshold.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_trackbar.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_video_display.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_watershed_background.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_watershed_distanceTransform.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_watershed_foreground.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_watershed_threshold.html [new file with mode: 0644]
doc/js_tutorials/js_assets/js_watershed_watershed.html [new file with mode: 0644]
doc/js_tutorials/js_assets/opencv_logo.jpg [new file with mode: 0644]
doc/js_tutorials/js_assets/orange.jpg [new file with mode: 0644]
doc/js_tutorials/js_assets/shape.jpg [new file with mode: 0644]
doc/js_tutorials/js_assets/utils.js [new file with mode: 0644]
doc/js_tutorials/js_core/js_basic_ops/js_basic_ops.markdown [new file with mode: 0644]
doc/js_tutorials/js_core/js_image_arithmetics/js_image_arithmetics.markdown [new file with mode: 0644]
doc/js_tutorials/js_core/js_some_data_structures/js_image_arithmetics.markdown [new file with mode: 0644]
doc/js_tutorials/js_core/js_table_of_contents_core.markdown [new file with mode: 0644]
doc/js_tutorials/js_dnn/js_image_classification/js_image_classification.markdown [new file with mode: 0644]
doc/js_tutorials/js_dnn/js_image_classification/js_image_classification_with_camera.markdown [new file with mode: 0644]
doc/js_tutorials/js_dnn/js_object_detection/js_object_detection.markdown [new file with mode: 0644]
doc/js_tutorials/js_dnn/js_object_detection/js_object_detection_with_camera.markdown [new file with mode: 0644]
doc/js_tutorials/js_dnn/js_pose_estimation/js_pose_estimation.markdown [new file with mode: 0644]
doc/js_tutorials/js_dnn/js_semantic_segmentation/js_semantic_segmentation.markdown [new file with mode: 0644]
doc/js_tutorials/js_dnn/js_style_transfer/js_style_transfer.markdown [new file with mode: 0644]
doc/js_tutorials/js_dnn/js_table_of_contents_dnn.markdown [new file with mode: 0644]
doc/js_tutorials/js_gui/js_image_display/images/Imread_Imshow_Tutorial_Result.png [new file with mode: 0644]
doc/js_tutorials/js_gui/js_image_display/js_image_display.markdown [new file with mode: 0644]
doc/js_tutorials/js_gui/js_table_of_contents_gui.markdown [new file with mode: 0644]
doc/js_tutorials/js_gui/js_trackbar/images/Trackbar_Tutorial_Range.png [new file with mode: 0644]
doc/js_tutorials/js_gui/js_trackbar/images/Trackbar_Tutorial_Result.png [new file with mode: 0644]
doc/js_tutorials/js_gui/js_trackbar/js_trackbar.markdown [new file with mode: 0644]
doc/js_tutorials/js_gui/js_video_display/js_video_display.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_canny/js_canny.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_colorspaces/js_colorspaces.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_contours/js_contour_features/js_contour_features.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_contours/js_contour_properties/js_contour_properties.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_contours/js_contours_begin/js_contours_begin.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_contours/js_contours_hierarchy/js_contours_hierarchy.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_contours/js_contours_more_functions/js_contours_more_functions.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_contours/js_table_of_contents_contours.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_filtering/js_filtering.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_geometric_transformations/js_geometric_transformations.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_grabcut/js_grabcut.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_gradients/js_gradients.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_histograms/js_histogram_backprojection/js_histogram_backprojection.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_histograms/js_histogram_begins/js_histogram_begins.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_histograms/js_histogram_equalization/js_histogram_equalization.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_histograms/js_table_of_contents_histograms.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_houghcircles/js_houghcircles.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_houghlines/js_houghlines.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_imgproc_camera/js_imgproc_camera.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_morphological_ops/js_morphological_ops.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_pyramids/js_pyramids.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_table_of_contents_imgproc.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_template_matching/js_template_matching.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_thresholding/js_thresholding.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_transforms/js_fourier_transform/js_fourier_transform.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_transforms/js_table_of_contents_transforms.markdown [new file with mode: 0644]
doc/js_tutorials/js_imgproc/js_watershed/js_watershed.markdown [new file with mode: 0644]
doc/js_tutorials/js_objdetect/js_face_detection/js_face_detection.markdown [new file with mode: 0644]
doc/js_tutorials/js_objdetect/js_face_detection/js_face_detection_camera.markdown [new file with mode: 0644]
doc/js_tutorials/js_objdetect/js_table_of_contents_objdetect.markdown [new file with mode: 0644]
doc/js_tutorials/js_setup/js_intro/js_intro.markdown [new file with mode: 0644]
doc/js_tutorials/js_setup/js_nodejs/js_nodejs.markdown [new file with mode: 0644]
doc/js_tutorials/js_setup/js_setup/js_setup.markdown [new file with mode: 0644]
doc/js_tutorials/js_setup/js_table_of_contents_setup.markdown [new file with mode: 0644]
doc/js_tutorials/js_setup/js_usage/js_usage.markdown [new file with mode: 0644]
doc/js_tutorials/js_tutorials.markdown [new file with mode: 0644]
doc/js_tutorials/js_video/js_bg_subtraction/js_bg_subtraction.markdown [new file with mode: 0644]
doc/js_tutorials/js_video/js_lucas_kanade/js_lucas_kanade.markdown [new file with mode: 0644]
doc/js_tutorials/js_video/js_meanshift/js_meanshift.markdown [new file with mode: 0644]
doc/js_tutorials/js_video/js_table_of_contents_video.markdown [new file with mode: 0644]
doc/mymath.js [new file with mode: 0644]
doc/mymath.sty [new file with mode: 0644]
doc/opencv-logo-small.png [new file with mode: 0644]
doc/opencv-logo-white.png [new file with mode: 0644]
doc/opencv-logo.md [new file with mode: 0644]
doc/opencv-logo.png [new file with mode: 0644]
doc/opencv-logo2.png [new file with mode: 0644]
doc/opencv.bib [new file with mode: 0644]
doc/opencv.ico [new file with mode: 0644]
doc/opencv.jpg [new file with mode: 0644]
doc/pattern.png [new file with mode: 0644]
doc/pattern_tools/README.txt [new file with mode: 0644]
doc/pattern_tools/gen_pattern.py [new file with mode: 0755]
doc/pattern_tools/svgfig.py [new file with mode: 0755]
doc/py_tutorials/images/MachineLearnings.jpg [new file with mode: 0644]
doc/py_tutorials/images/calib3d_icon.jpg [new file with mode: 0644]
doc/py_tutorials/images/core.jpg [new file with mode: 0644]
doc/py_tutorials/images/featureicon.jpg [new file with mode: 0644]
doc/py_tutorials/images/gui.jpg [new file with mode: 0644]
doc/py_tutorials/images/imgproc.jpg [new file with mode: 0644]
doc/py_tutorials/images/intro.png [new file with mode: 0644]
doc/py_tutorials/images/obj_icon.jpg [new file with mode: 0644]
doc/py_tutorials/images/photoicon.jpg [new file with mode: 0644]
doc/py_tutorials/images/videoicon.jpg [new file with mode: 0644]
doc/py_tutorials/py_bindings/images/nlm_icon.jpg [new file with mode: 0644]
doc/py_tutorials/py_bindings/py_bindings_basics/py_bindings_basics.markdown [new file with mode: 0644]
doc/py_tutorials/py_bindings/py_table_of_contents_bindings.markdown [new file with mode: 0644]
doc/py_tutorials/py_calib3d/images/calibration_icon.jpg [new file with mode: 0644]
doc/py_tutorials/py_calib3d/images/depthmap_icon.jpg [new file with mode: 0644]
doc/py_tutorials/py_calib3d/images/epipolar_icon.jpg [new file with mode: 0644]
doc/py_tutorials/py_calib3d/images/pose_icon.jpg [new file with mode: 0644]
doc/py_tutorials/py_calib3d/py_calibration/images/calib_pattern.jpg [new file with mode: 0644]
doc/py_tutorials/py_calib3d/py_calibration/images/calib_radial.jpg [new file with mode: 0644]
doc/py_tutorials/py_calib3d/py_calibration/images/calib_result.jpg [new file with mode: 0644]
doc/py_tutorials/py_calib3d/py_calibration/py_calibration.markdown [new file with mode: 0644]
doc/py_tutorials/py_calib3d/py_depthmap/images/disparity_map.jpg [new file with mode: 0644]
doc/py_tutorials/py_calib3d/py_depthmap/images/stereo_depth.jpg [new file with mode: 0644]
doc/py_tutorials/py_calib3d/py_depthmap/py_depthmap.markdown [new file with mode: 0644]
doc/py_tutorials/py_calib3d/py_epipolar_geometry/images/epipolar.jpg [new file with mode: 0644]
doc/py_tutorials/py_calib3d/py_epipolar_geometry/images/epiresult.jpg [new file with mode: 0644]
doc/py_tutorials/py_calib3d/py_epipolar_geometry/images/essential_matrix.jpg [new file with mode: 0644]
doc/py_tutorials/py_calib3d/py_epipolar_geometry/py_epipolar_geometry.markdown [new file with mode: 0644]
doc/py_tutorials/py_calib3d/py_pose/images/pose_1.jpg [new file with mode: 0644]
doc/py_tutorials/py_calib3d/py_pose/images/pose_2.jpg [new file with mode: 0644]
doc/py_tutorials/py_calib3d/py_pose/py_pose.markdown [new file with mode: 0644]
doc/py_tutorials/py_calib3d/py_table_of_contents_calib3d.markdown [new file with mode: 0644]
doc/py_tutorials/py_core/images/image_arithmetic.jpg [new file with mode: 0644]
doc/py_tutorials/py_core/images/maths_tools.jpg [new file with mode: 0644]
doc/py_tutorials/py_core/images/pixel_ops.jpg [new file with mode: 0644]
doc/py_tutorials/py_core/images/speed.jpg [new file with mode: 0644]
doc/py_tutorials/py_core/py_basic_ops/images/border.jpg [new file with mode: 0644]
doc/py_tutorials/py_core/py_basic_ops/images/roi.jpg [new file with mode: 0644]
doc/py_tutorials/py_core/py_basic_ops/py_basic_ops.markdown [new file with mode: 0644]
doc/py_tutorials/py_core/py_image_arithmetics/images/blending.jpg [new file with mode: 0644]
doc/py_tutorials/py_core/py_image_arithmetics/images/overlay.jpg [new file with mode: 0644]
doc/py_tutorials/py_core/py_image_arithmetics/py_image_arithmetics.markdown [new file with mode: 0644]
doc/py_tutorials/py_core/py_optimization/py_optimization.markdown [new file with mode: 0644]
doc/py_tutorials/py_core/py_table_of_contents_core.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/images/brief.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/images/fast_icon.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/images/features_icon.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/images/harris_icon.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/images/homography_icon.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/images/matching.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/images/orb.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/images/shi_icon.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/images/sift_icon.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/images/surf_icon.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_brief/py_brief.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_fast/images/fast_eqns.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_fast/images/fast_kp.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_fast/images/fast_speedtest.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_fast/py_fast.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_feature_homography/images/homography_findobj.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_feature_homography/py_feature_homography.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_features_harris/images/harris_region.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_features_harris/images/harris_result.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_features_harris/images/subpixel3.png [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_features_harris/py_features_harris.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_features_meaning/images/feature_building.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_features_meaning/images/feature_simple.png [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_features_meaning/py_features_meaning.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_matcher/images/matcher_flann.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_matcher/images/matcher_result1.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_matcher/images/matcher_result2.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_matcher/py_matcher.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_orb/images/orb_kp.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_orb/py_orb.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_shi_tomasi/images/shitomasi_block1.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_shi_tomasi/images/shitomasi_space.png [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_shi_tomasi/py_shi_tomasi.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_sift_intro/images/sift_dog.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_sift_intro/images/sift_keypoints.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_sift_intro/images/sift_local_extrema.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_sift_intro/images/sift_scale_invariant.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_sift_intro/py_sift_intro.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_surf_intro/images/surf_boxfilter.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_surf_intro/images/surf_kp1.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_surf_intro/images/surf_kp2.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_surf_intro/images/surf_matching.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_surf_intro/images/surf_orientation.jpg [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_surf_intro/py_surf_intro.markdown [new file with mode: 0644]
doc/py_tutorials/py_feature2d/py_table_of_contents_feature2d.markdown [new file with mode: 0644]
doc/py_tutorials/py_gui/images/drawing.jpg [new file with mode: 0644]
doc/py_tutorials/py_gui/images/image_display.jpg [new file with mode: 0644]
doc/py_tutorials/py_gui/images/mouse_drawing.jpg [new file with mode: 0644]
doc/py_tutorials/py_gui/images/trackbar.jpg [new file with mode: 0644]
doc/py_tutorials/py_gui/images/video_display.jpg [new file with mode: 0644]
doc/py_tutorials/py_gui/py_drawing_functions/images/drawing_result.jpg [new file with mode: 0644]
doc/py_tutorials/py_gui/py_drawing_functions/py_drawing_functions.markdown [new file with mode: 0644]
doc/py_tutorials/py_gui/py_image_display/py_image_display.markdown [new file with mode: 0644]
doc/py_tutorials/py_gui/py_mouse_handling/py_mouse_handling.markdown [new file with mode: 0644]
doc/py_tutorials/py_gui/py_table_of_contents_gui.markdown [new file with mode: 0644]
doc/py_tutorials/py_gui/py_trackbar/images/trackbar_screenshot.jpg [new file with mode: 0644]
doc/py_tutorials/py_gui/py_trackbar/py_trackbar.markdown [new file with mode: 0644]
doc/py_tutorials/py_gui/py_video_display/py_video_display.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/images/blurring.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/images/canny.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/images/colorspace.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/images/contours.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/images/geometric.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/images/grabcut.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/images/gradient.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/images/histogram.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/images/houghcircles.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/images/houghlines.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/images/morphology.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/images/pyramid.png [new file with mode: 0644]
doc/py_tutorials/py_imgproc/images/template.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/images/thresh.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/images/transforms.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/images/watershed.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_canny/images/canny1.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_canny/images/hysteresis.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_canny/images/nms.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_canny/py_canny.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_colorspaces/images/frame.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_colorspaces/py_colorspaces.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/images/contour_defects.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/images/contour_features.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/images/contour_hierarchy.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/images/contour_properties.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/images/contour_starting.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contour_features/images/approx.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contour_features/images/boundingrect.png [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contour_features/images/circumcircle.png [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contour_features/images/convexitydefects.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contour_features/images/fitellipse.png [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contour_features/images/fitline.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contour_features/py_contour_features.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contour_properties/images/extremepoints.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contour_properties/py_contour_properties.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contours_begin/images/none.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contours_begin/py_contours_begin.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contours_hierarchy/images/ccomp_hierarchy.png [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contours_hierarchy/images/hierarchy.png [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contours_hierarchy/images/tree_hierarchy.png [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contours_hierarchy/py_contours_hierarchy.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contours_more_functions/images/defects.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contours_more_functions/images/matchshapes.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_contours_more_functions/py_contours_more_functions.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_contours/py_table_of_contents_contours.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_filtering/images/bilateral.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_filtering/images/blur.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_filtering/images/filter.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_filtering/images/gaussian.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_filtering/images/median.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_filtering/py_filtering.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_geometric_transformations/images/affine.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_geometric_transformations/images/perspective.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_geometric_transformations/images/rotation.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_geometric_transformations/images/translation.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_geometric_transformations/py_geometric_transformations.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_grabcut/images/grabcut_mask.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_grabcut/images/grabcut_output1.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_grabcut/images/grabcut_rect.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_grabcut/images/grabcut_scheme.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_grabcut/py_grabcut.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_gradients/images/double_edge.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_gradients/images/gradients.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_gradients/py_gradients.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/images/histograms_1d.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/images/histograms_2d.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/images/histograms_bp.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/images/histograms_equ.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_2d_histogram/images/2dhist_matplotlib.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_2d_histogram/images/2dhist_opencv.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_2d_histogram/py_2d_histogram.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_histogram_backprojection/images/backproject_opencv.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_histogram_backprojection/py_histogram_backprojection.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_histogram_begins/images/histogram_masking.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_histogram_begins/images/histogram_matplotlib.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_histogram_begins/images/histogram_rgb_plot.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_histogram_begins/images/histogram_sample.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_histogram_begins/py_histogram_begins.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_histogram_equalization/images/clahe_1.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_histogram_equalization/images/clahe_2.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_histogram_equalization/images/equalization_opencv.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_histogram_equalization/images/histeq_numpy1.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_histogram_equalization/images/histeq_numpy2.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_histogram_equalization/images/histogram_equalization.png [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_histogram_equalization/py_histogram_equalization.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_histograms/py_table_of_contents_histograms.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_houghcircles/images/houghcircles2.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_houghcircles/py_houghcircles.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_houghlines/images/houghlines1.svg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_houghlines/images/houghlines2.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_houghlines/images/houghlines3.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_houghlines/images/houghlines4.png [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_houghlines/images/houghlines5.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_houghlines/images/houghlinesdemo.gif [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_houghlines/py_houghlines.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_morphological_ops/images/blackhat.png [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_morphological_ops/images/closing.png [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_morphological_ops/images/dilation.png [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_morphological_ops/images/erosion.png [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_morphological_ops/images/gradient.png [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_morphological_ops/images/j.png [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_morphological_ops/images/opening.png [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_morphological_ops/images/tophat.png [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_morphological_ops/py_morphological_ops.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_pyramids/images/lap.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_pyramids/images/messipyr.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_pyramids/images/messiup.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_pyramids/images/orapple.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_pyramids/py_pyramids.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_table_of_contents_imgproc.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_template_matching/images/messi_face.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_template_matching/images/res_mario.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_template_matching/images/template_ccoeff_1.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_template_matching/images/template_ccoeffn_2.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_template_matching/images/template_ccorr_3.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_template_matching/images/template_ccorrn_4.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_template_matching/images/template_sqdiff_5.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_template_matching/images/template_sqdiffn_6.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_template_matching/py_template_matching.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_thresholding/images/ada_threshold.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_thresholding/images/otsu.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_thresholding/images/threshold.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_thresholding/py_thresholding.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_transforms/images/transform_fourier.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_transforms/py_fourier_transform/images/fft1.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_transforms/py_fourier_transform/images/fft2.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_transforms/py_fourier_transform/images/fft4.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_transforms/py_fourier_transform/images/fft5.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_transforms/py_fourier_transform/py_fourier_transform.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_transforms/py_table_of_contents_transforms.markdown [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_watershed/images/water_coins.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_watershed/images/water_dt.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_watershed/images/water_fgbg.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_watershed/images/water_marker.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_watershed/images/water_result.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_watershed/images/water_thresh.jpg [new file with mode: 0644]
doc/py_tutorials/py_imgproc/py_watershed/py_watershed.markdown [new file with mode: 0644]
doc/py_tutorials/py_ml/images/kmeansicon.jpg [new file with mode: 0644]
doc/py_tutorials/py_ml/images/knnicon.png [new file with mode: 0644]
doc/py_tutorials/py_ml/images/svmicon.png [new file with mode: 0644]
doc/py_tutorials/py_ml/py_kmeans/images/kmeans_begin.jpg [new file with mode: 0644]
doc/py_tutorials/py_ml/py_kmeans/images/kmeans_demo.jpg [new file with mode: 0644]
doc/py_tutorials/py_ml/py_kmeans/py_kmeans_index.markdown [new file with mode: 0644]
doc/py_tutorials/py_ml/py_kmeans/py_kmeans_opencv/images/oc_1d_clustered.png [new file with mode: 0644]
doc/py_tutorials/py_ml/py_kmeans/py_kmeans_opencv/images/oc_1d_testdata.png [new file with mode: 0644]
doc/py_tutorials/py_ml/py_kmeans/py_kmeans_opencv/images/oc_2d_clustered.jpg [new file with mode: 0644]
doc/py_tutorials/py_ml/py_kmeans/py_kmeans_opencv/images/oc_color_quantization.jpg [new file with mode: 0644]
doc/py_tutorials/py_ml/py_kmeans/py_kmeans_opencv/images/oc_feature_representation.jpg [new file with mode: 0644]
doc/py_tutorials/py_ml/py_kmeans/py_kmeans_opencv/py_kmeans_opencv.markdown [new file with mode: 0644]
doc/py_tutorials/py_ml/py_kmeans/py_kmeans_understanding/images/final_clusters.jpg [new file with mode: 0644]
doc/py_tutorials/py_ml/py_kmeans/py_kmeans_understanding/images/initial_labelling.jpg [new file with mode: 0644]
doc/py_tutorials/py_ml/py_kmeans/py_kmeans_understanding/images/testdata.jpg [new file with mode: 0644]
doc/py_tutorials/py_ml/py_kmeans/py_kmeans_understanding/images/tshirt.jpg [new file with mode: 0644]
doc/py_tutorials/py_ml/py_kmeans/py_kmeans_understanding/images/tshirt_grouped.jpg [new file with mode: 0644]
doc/py_tutorials/py_ml/py_kmeans/py_kmeans_understanding/images/update_centroid.jpg [new file with mode: 0644]
doc/py_tutorials/py_ml/py_kmeans/py_kmeans_understanding/py_kmeans_understanding.markdown [new file with mode: 0644]
doc/py_tutorials/py_ml/py_knn/images/knn_icon1.jpg [new file with mode: 0644]
doc/py_tutorials/py_ml/py_knn/images/knn_icon2.jpg [new file with mode: 0644]
doc/py_tutorials/py_ml/py_knn/py_knn_index.markdown [new file with mode: 0644]
doc/py_tutorials/py_ml/py_knn/py_knn_opencv/py_knn_opencv.markdown [new file with mode: 0644]
doc/py_tutorials/py_ml/py_knn/py_knn_understanding/images/knn_simple.png [new file with mode: 0644]
doc/py_tutorials/py_ml/py_knn/py_knn_understanding/images/knn_theory.png [new file with mode: 0644]
doc/py_tutorials/py_ml/py_knn/py_knn_understanding/py_knn_understanding.markdown [new file with mode: 0644]
doc/py_tutorials/py_ml/py_svm/images/svm_icon1.jpg [new file with mode: 0644]
doc/py_tutorials/py_ml/py_svm/images/svm_icon2.jpg [new file with mode: 0644]
doc/py_tutorials/py_ml/py_svm/py_svm_basics/images/svm_basics1.png [new file with mode: 0644]
doc/py_tutorials/py_ml/py_svm/py_svm_basics/images/svm_basics2.png [new file with mode: 0644]
doc/py_tutorials/py_ml/py_svm/py_svm_basics/images/svm_basics3.png [new file with mode: 0644]
doc/py_tutorials/py_ml/py_svm/py_svm_basics/py_svm_basics.markdown [new file with mode: 0644]
doc/py_tutorials/py_ml/py_svm/py_svm_index.markdown [new file with mode: 0644]
doc/py_tutorials/py_ml/py_svm/py_svm_opencv/images/deskew.jpg [new file with mode: 0644]
doc/py_tutorials/py_ml/py_svm/py_svm_opencv/py_svm_opencv.markdown [new file with mode: 0644]
doc/py_tutorials/py_ml/py_table_of_contents_ml.markdown [new file with mode: 0644]
doc/py_tutorials/py_objdetect/py_face_detection/py_face_detection.markdown [new file with mode: 0644]
doc/py_tutorials/py_objdetect/py_table_of_contents_objdetect.markdown [new file with mode: 0644]
doc/py_tutorials/py_photo/images/hdr_icon.jpg [new file with mode: 0644]
doc/py_tutorials/py_photo/images/inpainticon.jpg [new file with mode: 0644]
doc/py_tutorials/py_photo/images/nlm_icon.jpg [new file with mode: 0644]
doc/py_tutorials/py_photo/py_hdr/images/crf.jpg [new file with mode: 0644]
doc/py_tutorials/py_photo/py_hdr/images/exposures.jpg [new file with mode: 0644]
doc/py_tutorials/py_photo/py_hdr/images/fusion_mertens.jpg [new file with mode: 0644]
doc/py_tutorials/py_photo/py_hdr/images/ldr_debevec.jpg [new file with mode: 0644]
doc/py_tutorials/py_photo/py_hdr/images/ldr_robertson.jpg [new file with mode: 0644]
doc/py_tutorials/py_photo/py_hdr/py_hdr.markdown [new file with mode: 0644]
doc/py_tutorials/py_photo/py_inpainting/images/inpaint_basics.jpg [new file with mode: 0644]
doc/py_tutorials/py_photo/py_inpainting/images/inpaint_result.jpg [new file with mode: 0644]
doc/py_tutorials/py_photo/py_inpainting/py_inpainting.markdown [new file with mode: 0644]
doc/py_tutorials/py_photo/py_non_local_means/images/nlm_multi.jpg [new file with mode: 0644]
doc/py_tutorials/py_photo/py_non_local_means/images/nlm_patch.jpg [new file with mode: 0644]
doc/py_tutorials/py_photo/py_non_local_means/images/nlm_result1.jpg [new file with mode: 0644]
doc/py_tutorials/py_photo/py_non_local_means/py_non_local_means.markdown [new file with mode: 0644]
doc/py_tutorials/py_photo/py_table_of_contents_photo.markdown [new file with mode: 0644]
doc/py_tutorials/py_setup/images/fedora_logo.jpg [new file with mode: 0644]
doc/py_tutorials/py_setup/images/opencv_logo.jpg [new file with mode: 0644]
doc/py_tutorials/py_setup/images/windows_logo.jpg [new file with mode: 0644]
doc/py_tutorials/py_setup/py_intro/py_intro.markdown [new file with mode: 0644]
doc/py_tutorials/py_setup/py_setup_in_fedora/py_setup_in_fedora.markdown [new file with mode: 0644]
doc/py_tutorials/py_setup/py_setup_in_ubuntu/py_setup_in_ubuntu.markdown [new file with mode: 0644]
doc/py_tutorials/py_setup/py_setup_in_windows/images/Capture1.jpg [new file with mode: 0644]
doc/py_tutorials/py_setup/py_setup_in_windows/images/Capture2.png [new file with mode: 0644]
doc/py_tutorials/py_setup/py_setup_in_windows/images/Capture3.png [new file with mode: 0644]
doc/py_tutorials/py_setup/py_setup_in_windows/images/Capture5.png [new file with mode: 0644]
doc/py_tutorials/py_setup/py_setup_in_windows/images/Capture6.png [new file with mode: 0644]
doc/py_tutorials/py_setup/py_setup_in_windows/images/Capture7.png [new file with mode: 0644]
doc/py_tutorials/py_setup/py_setup_in_windows/images/Capture8.png [new file with mode: 0644]
doc/py_tutorials/py_setup/py_setup_in_windows/images/Capture80.png [new file with mode: 0644]
doc/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.markdown [new file with mode: 0644]
doc/py_tutorials/py_setup/py_table_of_contents_setup.markdown [new file with mode: 0644]
doc/py_tutorials/py_tutorials.markdown [new file with mode: 0644]
doc/py_tutorials/py_video/py_bg_subtraction/py_bg_subtraction.markdown [new file with mode: 0644]
doc/py_tutorials/py_video/py_lucas_kanade/py_lucas_kanade.markdown [new file with mode: 0644]
doc/py_tutorials/py_video/py_meanshift/py_meanshift.markdown [new file with mode: 0644]
doc/py_tutorials/py_video/py_table_of_contents_video.markdown [new file with mode: 0644]
doc/root.markdown.in [new file with mode: 0644]
doc/stylesheet.css [new file with mode: 0644]
doc/tools/add_signatures.py [new file with mode: 0644]
doc/tools/doxygen_scan.py [new file with mode: 0644]
doc/tools/html_functions.py [new file with mode: 0644]
doc/tools/scan_tutorials.py [new file with mode: 0644]
doc/tutorial-utils.js [new file with mode: 0644]
doc/tutorials/app/_old/table_of_content_highgui.markdown [new file with mode: 0644]
doc/tutorials/app/_old/table_of_content_imgcodecs.markdown [new file with mode: 0644]
doc/tutorials/app/_old/table_of_content_videoio.markdown [new file with mode: 0644]
doc/tutorials/app/images/Adding_Trackbars_Tutorial_Result_0.jpg [new file with mode: 0644]
doc/tutorials/app/images/Adding_Trackbars_Tutorial_Result_1.jpg [new file with mode: 0644]
doc/tutorials/app/images/Adding_Trackbars_Tutorial_Trackbar.png [new file with mode: 0644]
doc/tutorials/app/images/astra_color.jpg [new file with mode: 0644]
doc/tutorials/app/images/astra_depth.png [new file with mode: 0644]
doc/tutorials/app/images/gdal_flood-zone.jpg [new file with mode: 0644]
doc/tutorials/app/images/gdal_heat-map.jpg [new file with mode: 0644]
doc/tutorials/app/images/gdal_output.jpg [new file with mode: 0644]
doc/tutorials/app/images/outputVideoInput.png [new file with mode: 0644]
doc/tutorials/app/images/resultOutputWideoWrite.png [new file with mode: 0644]
doc/tutorials/app/images/videoCompressSelect.png [new file with mode: 0644]
doc/tutorials/app/images/videoFileStructure.png [new file with mode: 0644]
doc/tutorials/app/intelperc.markdown [new file with mode: 0644]
doc/tutorials/app/kinect_openni.markdown [new file with mode: 0644]
doc/tutorials/app/orbbec_astra.markdown [new file with mode: 0644]
doc/tutorials/app/raster_io_gdal.markdown [new file with mode: 0644]
doc/tutorials/app/table_of_content_app.markdown [new file with mode: 0644]
doc/tutorials/app/trackbar.markdown [new file with mode: 0644]
doc/tutorials/app/video_input_psnr_ssim.markdown [new file with mode: 0644]
doc/tutorials/app/video_write.markdown [new file with mode: 0644]
doc/tutorials/calib3d/camera_calibration/camera_calibration.markdown [new file with mode: 0644]
doc/tutorials/calib3d/camera_calibration/images/asymetricalPattern.jpg [new file with mode: 0644]
doc/tutorials/calib3d/camera_calibration/images/fileListImage.jpg [new file with mode: 0644]
doc/tutorials/calib3d/camera_calibration/images/fileListImageUnDist.jpg [new file with mode: 0644]
doc/tutorials/calib3d/camera_calibration_pattern/camera_calibration_pattern.markdown [new file with mode: 0644]
doc/tutorials/calib3d/camera_calibration_square_chess/camera_calibration_square_chess.markdown [new file with mode: 0644]
doc/tutorials/calib3d/interactive_calibration/images/charuco_board.png [new file with mode: 0644]
doc/tutorials/calib3d/interactive_calibration/images/dualCircles.jpg [new file with mode: 0644]
doc/tutorials/calib3d/interactive_calibration/images/screen_charuco.jpg [new file with mode: 0644]
doc/tutorials/calib3d/interactive_calibration/images/screen_finish.jpg [new file with mode: 0644]
doc/tutorials/calib3d/interactive_calibration/interactive_calibration.markdown [new file with mode: 0644]
doc/tutorials/calib3d/real_time_pose/images/pnp.jpg [new file with mode: 0644]
doc/tutorials/calib3d/real_time_pose/images/registration.png [new file with mode: 0644]
doc/tutorials/calib3d/real_time_pose/real_time_pose.markdown [new file with mode: 0644]
doc/tutorials/calib3d/table_of_content_calib3d.markdown [new file with mode: 0644]
doc/tutorials/calib3d/usac.markdown [new file with mode: 0644]
doc/tutorials/core/adding_images/adding_images.markdown [new file with mode: 0644]
doc/tutorials/core/adding_images/images/Adding_Images_Tutorial_Result_Big.jpg [new file with mode: 0644]
doc/tutorials/core/basic_linear_transform/basic_linear_transform.markdown [new file with mode: 0644]
doc/tutorials/core/basic_linear_transform/images/Basic_Linear_Transform_Tutorial_Result_big.jpg [new file with mode: 0644]
doc/tutorials/core/basic_linear_transform/images/Basic_Linear_Transform_Tutorial_gamma.png [new file with mode: 0644]
doc/tutorials/core/basic_linear_transform/images/Basic_Linear_Transform_Tutorial_gamma_correction.jpg [new file with mode: 0644]
doc/tutorials/core/basic_linear_transform/images/Basic_Linear_Transform_Tutorial_hist_alpha.png [new file with mode: 0644]
doc/tutorials/core/basic_linear_transform/images/Basic_Linear_Transform_Tutorial_hist_beta.png [new file with mode: 0644]
doc/tutorials/core/basic_linear_transform/images/Basic_Linear_Transform_Tutorial_histogram_compare.png [new file with mode: 0644]
doc/tutorials/core/basic_linear_transform/images/Basic_Linear_Transform_Tutorial_linear_transform_correction.jpg [new file with mode: 0644]
doc/tutorials/core/discrete_fourier_transform/discrete_fourier_transform.markdown [new file with mode: 0644]
doc/tutorials/core/discrete_fourier_transform/images/result_normal.jpg [new file with mode: 0644]
doc/tutorials/core/discrete_fourier_transform/images/result_rotated.jpg [new file with mode: 0644]
doc/tutorials/core/file_input_output_with_xml_yml/file_input_output_with_xml_yml.markdown [new file with mode: 0644]
doc/tutorials/core/how_to_scan_images/how_to_scan_images.markdown [new file with mode: 0644]
doc/tutorials/core/how_to_scan_images/tutorial_how_matrix_stored_1.png [new file with mode: 0644]
doc/tutorials/core/how_to_scan_images/tutorial_how_matrix_stored_2.png [new file with mode: 0644]
doc/tutorials/core/how_to_use_OpenCV_parallel_for_/how_to_use_OpenCV_parallel_for_.markdown [new file with mode: 0644]
doc/tutorials/core/how_to_use_OpenCV_parallel_for_/images/how_to_use_OpenCV_parallel_for_640px-Mandelset_hires.png [new file with mode: 0644]
doc/tutorials/core/how_to_use_OpenCV_parallel_for_/images/how_to_use_OpenCV_parallel_for_Mandelbrot.png [new file with mode: 0644]
doc/tutorials/core/how_to_use_OpenCV_parallel_for_/images/how_to_use_OpenCV_parallel_for_sqrt_scale_transformation.png [new file with mode: 0644]
doc/tutorials/core/mat-mask-operations/images/resultMatMaskFilter2D.png [new file with mode: 0644]
doc/tutorials/core/mat-mask-operations/mat_mask_operations.markdown [new file with mode: 0644]
doc/tutorials/core/mat_operations.markdown [new file with mode: 0644]
doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut1.png [new file with mode: 0644]
doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut10.png [new file with mode: 0644]
doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut11.png [new file with mode: 0644]
doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut12.png [new file with mode: 0644]
doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut13.png [new file with mode: 0644]
doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut14.png [new file with mode: 0644]
doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut15.png [new file with mode: 0644]
doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut16.png [new file with mode: 0644]
doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut2.png [new file with mode: 0644]
doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut3.png [new file with mode: 0644]
doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut6.png [new file with mode: 0644]
doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut7.png [new file with mode: 0644]
doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut8.png [new file with mode: 0644]
doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut9.png [new file with mode: 0644]
doc/tutorials/core/mat_the_basic_image_container/images/MatBasicImageForComputer.jpg [new file with mode: 0644]
doc/tutorials/core/mat_the_basic_image_container/mat_the_basic_image_container.markdown [new file with mode: 0644]
doc/tutorials/core/table_of_content_core.markdown [new file with mode: 0644]
doc/tutorials/dnn/dnn_OCR/dnn_OCR.markdown [new file with mode: 0644]
doc/tutorials/dnn/dnn_android/10_opencv_dependency.png [new file with mode: 0644]
doc/tutorials/dnn/dnn_android/11_demo.jpg [new file with mode: 0644]
doc/tutorials/dnn/dnn_android/1_start_new_project.png [new file with mode: 0644]
doc/tutorials/dnn/dnn_android/2_start_new_project.png [new file with mode: 0644]
doc/tutorials/dnn/dnn_android/3_start_new_project.png [new file with mode: 0644]
doc/tutorials/dnn/dnn_android/4_start_new_project.png [new file with mode: 0644]
doc/tutorials/dnn/dnn_android/5_setup.png [new file with mode: 0644]
doc/tutorials/dnn/dnn_android/6_run_empty_project.png [new file with mode: 0644]
doc/tutorials/dnn/dnn_android/7_import_module.png [new file with mode: 0644]
doc/tutorials/dnn/dnn_android/8_import_module.png [new file with mode: 0644]
doc/tutorials/dnn/dnn_android/9_opencv_dependency.png [new file with mode: 0644]
doc/tutorials/dnn/dnn_android/dnn_android.markdown [new file with mode: 0644]
doc/tutorials/dnn/dnn_custom_layers/dnn_custom_layers.md [new file with mode: 0644]
doc/tutorials/dnn/dnn_googlenet/dnn_googlenet.markdown [new file with mode: 0644]
doc/tutorials/dnn/dnn_halide/dnn_halide.markdown [new file with mode: 0644]
doc/tutorials/dnn/dnn_halide_scheduling/dnn_halide_scheduling.markdown [new file with mode: 0644]
doc/tutorials/dnn/dnn_javascript/dnn_javascript.markdown [new file with mode: 0644]
doc/tutorials/dnn/dnn_text_spotting/detect_test1.jpg [new file with mode: 0644]
doc/tutorials/dnn/dnn_text_spotting/detect_test2.jpg [new file with mode: 0644]
doc/tutorials/dnn/dnn_text_spotting/dnn_text_spotting.markdown [new file with mode: 0644]
doc/tutorials/dnn/dnn_text_spotting/text_det_test_results.jpg [new file with mode: 0644]
doc/tutorials/dnn/dnn_text_spotting/text_rec_test.png [new file with mode: 0644]
doc/tutorials/dnn/dnn_yolo/dnn_yolo.markdown [new file with mode: 0644]
doc/tutorials/dnn/dnn_yolo/images/yolo.jpg [new file with mode: 0644]
doc/tutorials/dnn/images/space_shuttle.jpg [new file with mode: 0644]
doc/tutorials/dnn/table_of_content_dnn.markdown [new file with mode: 0644]
doc/tutorials/features2d/akaze_matching/akaze_matching.markdown [new file with mode: 0644]
doc/tutorials/features2d/akaze_matching/images/graf.png [new file with mode: 0644]
doc/tutorials/features2d/akaze_matching/images/res.png [new file with mode: 0644]
doc/tutorials/features2d/akaze_tracking/akaze_tracking.markdown [new file with mode: 0644]
doc/tutorials/features2d/akaze_tracking/images/frame.png [new file with mode: 0644]
doc/tutorials/features2d/detection_of_planar_objects/detection_of_planar_objects.markdown [new file with mode: 0644]
doc/tutorials/features2d/feature_description/feature_description.markdown [new file with mode: 0644]
doc/tutorials/features2d/feature_description/images/Feature_Description_BruteForce_Result.jpg [new file with mode: 0644]
doc/tutorials/features2d/feature_detection/feature_detection.markdown [new file with mode: 0644]
doc/tutorials/features2d/feature_detection/images/Feature_Detection_Result_a.jpg [new file with mode: 0644]
doc/tutorials/features2d/feature_detection/images/Feature_Detection_Result_b.jpg [new file with mode: 0644]
doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.markdown [new file with mode: 0644]
doc/tutorials/features2d/feature_flann_matcher/images/Featur_FlannMatcher_Result.jpg [new file with mode: 0644]
doc/tutorials/features2d/feature_flann_matcher/images/Feature_FlannMatcher_Keypoints_Result.jpg [new file with mode: 0644]
doc/tutorials/features2d/feature_flann_matcher/images/Feature_FlannMatcher_Lowe_ratio_test.png [new file with mode: 0644]
doc/tutorials/features2d/feature_flann_matcher/images/Feature_FlannMatcher_Result_ratio_test.jpg [new file with mode: 0644]
doc/tutorials/features2d/feature_homography/feature_homography.markdown [new file with mode: 0644]
doc/tutorials/features2d/feature_homography/images/Feature_Homography_Result.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/homography.markdown [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_camera_displacement.png [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_camera_displacement_compare.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_camera_displacement_poses.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_panorama_stitching.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_perspective_correction.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_perspective_correction_chessboard_matches.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_perspective_correction_chessboard_warp.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_pose.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_pose_chessboard_corners.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_pose_estimation.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_source_desired_images.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_stitch_Suzanne.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_stitch_compare.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_transformation_example1.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_transformation_example2.jpg [new file with mode: 0644]
doc/tutorials/features2d/homography/images/homography_transformation_example3.jpg [new file with mode: 0644]
doc/tutorials/features2d/table_of_content_features2d.markdown [new file with mode: 0644]
doc/tutorials/features2d/trackingmotion/corner_subpixels/corner_subpixels.markdown [new file with mode: 0644]
doc/tutorials/features2d/trackingmotion/corner_subpixels/images/Corner_Subpixels_Original_Image.jpg [new file with mode: 0644]
doc/tutorials/features2d/trackingmotion/corner_subpixels/images/Corner_Subpixels_Result.jpg [new file with mode: 0644]
doc/tutorials/features2d/trackingmotion/generic_corner_detector/generic_corner_detector.markdown [new file with mode: 0644]
doc/tutorials/features2d/trackingmotion/generic_corner_detector/images/My_Harris_corner_detector_Result.jpg [new file with mode: 0644]
doc/tutorials/features2d/trackingmotion/generic_corner_detector/images/My_Shi_Tomasi_corner_detector_Result.jpg [new file with mode: 0644]
doc/tutorials/features2d/trackingmotion/good_features_to_track/good_features_to_track.markdown [new file with mode: 0644]
doc/tutorials/features2d/trackingmotion/good_features_to_track/images/good_features_to_track_Shi_Tomasi.jpg [new file with mode: 0644]
doc/tutorials/features2d/trackingmotion/harris_detector/harris_detector.markdown [new file with mode: 0644]
doc/tutorials/features2d/trackingmotion/harris_detector/images/Harris_Detector_Original_Image.jpg [new file with mode: 0644]
doc/tutorials/features2d/trackingmotion/harris_detector/images/Harris_Detector_Result.jpg [new file with mode: 0644]
doc/tutorials/gapi/anisotropic_segmentation/pics/massif_export_gapi.png [new file with mode: 0644]
doc/tutorials/gapi/anisotropic_segmentation/pics/massif_export_gapi_fluid.png [new file with mode: 0644]
doc/tutorials/gapi/anisotropic_segmentation/pics/massif_export_ocv.png [new file with mode: 0644]
doc/tutorials/gapi/anisotropic_segmentation/pics/result.jpg [new file with mode: 0644]
doc/tutorials/gapi/anisotropic_segmentation/pics/segm.gif [new file with mode: 0644]
doc/tutorials/gapi/anisotropic_segmentation/pics/segm_fluid.gif [new file with mode: 0644]
doc/tutorials/gapi/anisotropic_segmentation/porting_anisotropic_segmentation.markdown [new file with mode: 0644]
doc/tutorials/gapi/face_beautification/face_beautification.markdown [new file with mode: 0644]
doc/tutorials/gapi/face_beautification/pics/example.jpg [new file with mode: 0644]
doc/tutorials/gapi/interactive_face_detection/interactive_face_detection.markdown [new file with mode: 0644]
doc/tutorials/gapi/table_of_content_gapi.markdown [new file with mode: 0644]
doc/tutorials/gpu/gpu-basics-similarity/gpu_basics_similarity.markdown [new file with mode: 0644]
doc/tutorials/gpu/gpu-thrust-interop/gpu_thrust_interop.markdown [new file with mode: 0644]
doc/tutorials/gpu/images/gpu-basics-similarity.png [new file with mode: 0644]
doc/tutorials/gpu/table_of_content_gpu.markdown [new file with mode: 0644]
doc/tutorials/imgproc/anisotropic_image_segmentation/anisotropic_image_segmentation.markdown [new file with mode: 0644]
doc/tutorials/imgproc/anisotropic_image_segmentation/images/gst_coherency.jpg [new file with mode: 0644]
doc/tutorials/imgproc/anisotropic_image_segmentation/images/gst_input.jpg [new file with mode: 0644]
doc/tutorials/imgproc/anisotropic_image_segmentation/images/gst_orientation.jpg [new file with mode: 0644]
doc/tutorials/imgproc/anisotropic_image_segmentation/images/gst_result.jpg [new file with mode: 0644]
doc/tutorials/imgproc/basic_geometric_drawing/basic_geometric_drawing.markdown [new file with mode: 0644]
doc/tutorials/imgproc/basic_geometric_drawing/images/Drawing_1_Tutorial_Result_0.png [new file with mode: 0644]
doc/tutorials/imgproc/erosion_dilatation/erosion_dilatation.markdown [new file with mode: 0644]
doc/tutorials/imgproc/erosion_dilatation/images/Morphology_1_Result.jpg [new file with mode: 0644]
doc/tutorials/imgproc/erosion_dilatation/images/Morphology_1_Tutorial_Dilation_Result.jpg [new file with mode: 0644]
doc/tutorials/imgproc/erosion_dilatation/images/Morphology_1_Tutorial_Erosion_Result.jpg [new file with mode: 0644]
doc/tutorials/imgproc/erosion_dilatation/images/Morphology_1_Tutorial_Original_Image.jpg [new file with mode: 0644]
doc/tutorials/imgproc/erosion_dilatation/images/Morphology_1_Tutorial_Theory_Dilation.png [new file with mode: 0644]
doc/tutorials/imgproc/erosion_dilatation/images/Morphology_1_Tutorial_Theory_Erosion.png [new file with mode: 0644]
doc/tutorials/imgproc/erosion_dilatation/images/Morphology_1_Tutorial_Theory_Original_Image.png [new file with mode: 0644]
doc/tutorials/imgproc/gausian_median_blur_bilateral_filter/gausian_median_blur_bilateral_filter.markdown [new file with mode: 0644]
doc/tutorials/imgproc/gausian_median_blur_bilateral_filter/images/Smoothing_Tutorial_Result_Median_Filter.jpg [new file with mode: 0644]
doc/tutorials/imgproc/gausian_median_blur_bilateral_filter/images/Smoothing_Tutorial_theory_gaussian_0.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/back_projection/back_projection.markdown [new file with mode: 0644]
doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection1_BackProj.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection1_Histogram.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection1_Source_Image.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection2_BackProj.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection2_Mask.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection2_Source_Image.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection_Theory0.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection_Theory1.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection_Theory2.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection_Theory3.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection_Theory4.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/histogram_calculation/histogram_calculation.markdown [new file with mode: 0644]
doc/tutorials/imgproc/histograms/histogram_calculation/images/Histogram_Calculation_Original_Image.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/histogram_calculation/images/Histogram_Calculation_Result.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/histogram_calculation/images/Histogram_Calculation_Theory_Hist0.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/histogram_calculation/images/Histogram_Calculation_Theory_Hist1.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/histogram_comparison/histogram_comparison.markdown [new file with mode: 0644]
doc/tutorials/imgproc/histograms/histogram_comparison/images/Histogram_Comparison_Source_0.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/histogram_comparison/images/Histogram_Comparison_Source_1.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/histogram_comparison/images/Histogram_Comparison_Source_2.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/histogram_equalization/histogram_equalization.markdown [new file with mode: 0644]
doc/tutorials/imgproc/histograms/histogram_equalization/images/Histogram_Equalization_Equalized_Histogram.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/histogram_equalization/images/Histogram_Equalization_Equalized_Image.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/histogram_equalization/images/Histogram_Equalization_Original_Histogram.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/histogram_equalization/images/Histogram_Equalization_Original_Image.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/histogram_equalization/images/Histogram_Equalization_Theory_0.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/histogram_equalization/images/Histogram_Equalization_Theory_1.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/histogram_equalization/images/Histogram_Equalization_Theory_2.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Correl_Result_0.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Correl_Result_1.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Correl_Result_2.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Correl_Result_3.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Correl_Result_4.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Correl_Result_5.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Image_Result.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Mask_Example.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Original_Image.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Template_Image.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Template_Theory_Result.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Template_Theory_Sliding.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Template_Theory_Summary.jpg [new file with mode: 0644]
doc/tutorials/imgproc/histograms/template_matching/template_matching.markdown [new file with mode: 0644]
doc/tutorials/imgproc/hitOrMiss/hitOrMiss.markdown [new file with mode: 0644]
doc/tutorials/imgproc/hitOrMiss/images/hitmiss_example2.png [new file with mode: 0644]
doc/tutorials/imgproc/hitOrMiss/images/hitmiss_example3.png [new file with mode: 0644]
doc/tutorials/imgproc/hitOrMiss/images/hitmiss_input.png [new file with mode: 0644]
doc/tutorials/imgproc/hitOrMiss/images/hitmiss_kernels.png [new file with mode: 0644]
doc/tutorials/imgproc/hitOrMiss/images/hitmiss_output.png [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/canny_detector/canny_detector.markdown [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/canny_detector/images/Canny_Detector_Tutorial_Original_Image.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/canny_detector/images/Canny_Detector_Tutorial_Result.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/copyMakeBorder/copyMakeBorder.markdown [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/copyMakeBorder/images/CopyMakeBorder_Tutorial_Results.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/distance_transformation/distance_transform.markdown [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/distance_transformation/images/bin.jpeg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/distance_transformation/images/black_bg.jpeg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/distance_transformation/images/dist_transf.jpeg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/distance_transformation/images/final.jpeg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/distance_transformation/images/laplace.jpeg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/distance_transformation/images/markers.jpeg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/distance_transformation/images/peaks.jpeg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/distance_transformation/images/sharp.jpeg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/distance_transformation/images/source.jpeg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/filter_2d/filter_2d.markdown [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/filter_2d/images/filter_2d_tutorial_kernel_theory.png [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/filter_2d/images/filter_2d_tutorial_result.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/hough_circle/hough_circle.markdown [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/hough_circle/images/Hough_Circle_Tutorial_Result.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/hough_circle/images/Hough_Circle_Tutorial_Result.png [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/hough_circle/images/Hough_Circle_Tutorial_Theory_0.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.markdown [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/hough_lines/images/Hough_Lines_Tutorial_Original_Image.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/hough_lines/images/Hough_Lines_Tutorial_Result.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/hough_lines/images/Hough_Lines_Tutorial_Theory_0.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/hough_lines/images/Hough_Lines_Tutorial_Theory_1.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/hough_lines/images/Hough_Lines_Tutorial_Theory_2.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/hough_lines/images/hough_lines_result1.png [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/hough_lines/images/hough_lines_result2.png [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/laplace_operator/images/Laplace_Operator_Tutorial_Original_Image.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/laplace_operator/images/Laplace_Operator_Tutorial_Result.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/laplace_operator/images/Laplace_Operator_Tutorial_Theory_Previous.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/laplace_operator/images/Laplace_Operator_Tutorial_Theory_ddIntensity.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/laplace_operator/laplace_operator.markdown [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/remap/images/Remap_Tutorial_Original_Image.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/remap/images/Remap_Tutorial_Result_0.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/remap/images/Remap_Tutorial_Result_1.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/remap/images/Remap_Tutorial_Result_2.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/remap/images/Remap_Tutorial_Result_3.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/remap/images/Remap_Tutorial_Theory_0.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/remap/images/Remap_Tutorial_Theory_1.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/remap/remap.markdown [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/sobel_derivatives/images/Sobel_Derivatives_Tutorial_Result.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/sobel_derivatives/images/Sobel_Derivatives_Tutorial_Theory_0.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/sobel_derivatives/images/Sobel_Derivatives_Tutorial_Theory_Intensity_Function.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/sobel_derivatives/images/Sobel_Derivatives_Tutorial_Theory_dIntensity_Function.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/sobel_derivatives/images/Sobel_Derivatives_Tutorial_Theory_ddIntensity_Function.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/sobel_derivatives/sobel_derivatives.markdown [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/warp_affine/images/Warp_Affine_Tutorial_Original_Image.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/warp_affine/images/Warp_Affine_Tutorial_Result_Warp.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/warp_affine/images/Warp_Affine_Tutorial_Result_Warp_Rotate.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/warp_affine/images/Warp_Affine_Tutorial_Theory_0.jpg [new file with mode: 0644]
doc/tutorials/imgproc/imgtrans/warp_affine/warp_affine.markdown [new file with mode: 0644]
doc/tutorials/imgproc/morph_lines_detection/images/binary.png [new file with mode: 0644]
doc/tutorials/imgproc/morph_lines_detection/images/gray.png [new file with mode: 0644]
doc/tutorials/imgproc/morph_lines_detection/images/horiz.png [new file with mode: 0644]
doc/tutorials/imgproc/morph_lines_detection/images/linear_horiz.png [new file with mode: 0644]
doc/tutorials/imgproc/morph_lines_detection/images/linear_vert.png [new file with mode: 0644]
doc/tutorials/imgproc/morph_lines_detection/images/morph12.gif [new file with mode: 0644]
doc/tutorials/imgproc/morph_lines_detection/images/morph21.gif [new file with mode: 0644]
doc/tutorials/imgproc/morph_lines_detection/images/morph211.png [new file with mode: 0644]
doc/tutorials/imgproc/morph_lines_detection/images/morph6.gif [new file with mode: 0644]
doc/tutorials/imgproc/morph_lines_detection/images/morph61.png [new file with mode: 0644]
doc/tutorials/imgproc/morph_lines_detection/images/smooth.png [new file with mode: 0644]
doc/tutorials/imgproc/morph_lines_detection/images/src.png [new file with mode: 0644]
doc/tutorials/imgproc/morph_lines_detection/images/vert.png [new file with mode: 0644]
doc/tutorials/imgproc/morph_lines_detection/morph_lines_detection.md [new file with mode: 0644]
doc/tutorials/imgproc/motion_deblur_filter/images/black_car.jpg [new file with mode: 0644]
doc/tutorials/imgproc/motion_deblur_filter/images/motion_original.jpg [new file with mode: 0644]
doc/tutorials/imgproc/motion_deblur_filter/images/motion_psf.png [new file with mode: 0644]
doc/tutorials/imgproc/motion_deblur_filter/images/white_car.jpg [new file with mode: 0644]
doc/tutorials/imgproc/motion_deblur_filter/motion_deblur_filter.markdown [new file with mode: 0644]
doc/tutorials/imgproc/opening_closing_hats/images/Morphology_2_Tutorial_Original_Image.jpg [new file with mode: 0644]
doc/tutorials/imgproc/opening_closing_hats/images/Morphology_2_Tutorial_Result.jpg [new file with mode: 0644]
doc/tutorials/imgproc/opening_closing_hats/images/Morphology_2_Tutorial_Theory_BlackHat.png [new file with mode: 0644]
doc/tutorials/imgproc/opening_closing_hats/images/Morphology_2_Tutorial_Theory_Closing.png [new file with mode: 0644]
doc/tutorials/imgproc/opening_closing_hats/images/Morphology_2_Tutorial_Theory_Gradient.png [new file with mode: 0644]
doc/tutorials/imgproc/opening_closing_hats/images/Morphology_2_Tutorial_Theory_Opening.png [new file with mode: 0644]
doc/tutorials/imgproc/opening_closing_hats/images/Morphology_2_Tutorial_Theory_TopHat.png [new file with mode: 0644]
doc/tutorials/imgproc/opening_closing_hats/opening_closing_hats.markdown [new file with mode: 0644]
doc/tutorials/imgproc/out_of_focus_deblur_filter/images/original.jpg [new file with mode: 0644]
doc/tutorials/imgproc/out_of_focus_deblur_filter/images/psf.png [new file with mode: 0644]
doc/tutorials/imgproc/out_of_focus_deblur_filter/images/recovered.jpg [new file with mode: 0644]
doc/tutorials/imgproc/out_of_focus_deblur_filter/out_of_focus_deblur_filter.markdown [new file with mode: 0644]
doc/tutorials/imgproc/periodic_noise_removing_filter/images/period_filter.jpg [new file with mode: 0644]
doc/tutorials/imgproc/periodic_noise_removing_filter/images/period_input.jpg [new file with mode: 0644]
doc/tutorials/imgproc/periodic_noise_removing_filter/images/period_output.jpg [new file with mode: 0644]
doc/tutorials/imgproc/periodic_noise_removing_filter/images/period_psd.jpg [new file with mode: 0644]
doc/tutorials/imgproc/periodic_noise_removing_filter/periodic_noise_removing_filter.markdown [new file with mode: 0644]
doc/tutorials/imgproc/pyramids/images/Pyramids_Tutorial_Original_Image.jpg [new file with mode: 0644]
doc/tutorials/imgproc/pyramids/images/Pyramids_Tutorial_PyrDown_Result.jpg [new file with mode: 0644]
doc/tutorials/imgproc/pyramids/images/Pyramids_Tutorial_PyrUp_Result.jpg [new file with mode: 0644]
doc/tutorials/imgproc/pyramids/images/Pyramids_Tutorial_Pyramid_Theory.png [new file with mode: 0644]
doc/tutorials/imgproc/pyramids/pyramids.markdown [new file with mode: 0644]
doc/tutorials/imgproc/random_generator_and_text/images/Drawing_2_Tutorial_Result_0.jpg [new file with mode: 0644]
doc/tutorials/imgproc/random_generator_and_text/images/Drawing_2_Tutorial_Result_2.jpg [new file with mode: 0644]
doc/tutorials/imgproc/random_generator_and_text/images/Drawing_2_Tutorial_Result_3.jpg [new file with mode: 0644]
doc/tutorials/imgproc/random_generator_and_text/images/Drawing_2_Tutorial_Result_5.jpg [new file with mode: 0644]
doc/tutorials/imgproc/random_generator_and_text/images/Drawing_2_Tutorial_Result_big.jpg [new file with mode: 0644]
doc/tutorials/imgproc/random_generator_and_text/random_generator_and_text.markdown [new file with mode: 0644]
doc/tutorials/imgproc/shapedescriptors/bounding_rects_circles/bounding_rects_circles.markdown [new file with mode: 0644]
doc/tutorials/imgproc/shapedescriptors/bounding_rects_circles/images/Bounding_Rects_Circles_Result.jpg [new file with mode: 0644]
doc/tutorials/imgproc/shapedescriptors/bounding_rects_circles/images/Bounding_Rects_Circles_Source_Image.jpg [new file with mode: 0644]
doc/tutorials/imgproc/shapedescriptors/bounding_rotated_ellipses/bounding_rotated_ellipses.markdown [new file with mode: 0644]
doc/tutorials/imgproc/shapedescriptors/bounding_rotated_ellipses/images/Bounding_Rotated_Ellipses_Result.jpg [new file with mode: 0644]
doc/tutorials/imgproc/shapedescriptors/bounding_rotated_ellipses/images/Bounding_Rotated_Ellipses_Source_Image.jpg [new file with mode: 0644]
doc/tutorials/imgproc/shapedescriptors/find_contours/find_contours.markdown [new file with mode: 0644]
doc/tutorials/imgproc/shapedescriptors/find_contours/images/Find_Contours_Original_Image.jpg [new file with mode: 0644]
doc/tutorials/imgproc/shapedescriptors/find_contours/images/Find_Contours_Result.jpg [new file with mode: 0644]
doc/tutorials/imgproc/shapedescriptors/hull/hull.markdown [new file with mode: 0644]
doc/tutorials/imgproc/shapedescriptors/hull/images/Hull_Original_Image.jpg [new file with mode: 0644]
doc/tutorials/imgproc/shapedescriptors/hull/images/Hull_Result.jpg [new file with mode: 0644]
doc/tutorials/imgproc/shapedescriptors/moments/images/Moments_Result1.jpg [new file with mode: 0644]
doc/tutorials/imgproc/shapedescriptors/moments/images/Moments_Result2.jpg [new file with mode: 0644]
doc/tutorials/imgproc/shapedescriptors/moments/images/Moments_Source_Image.jpg [new file with mode: 0644]
doc/tutorials/imgproc/shapedescriptors/moments/moments.markdown [new file with mode: 0644]
doc/tutorials/imgproc/shapedescriptors/point_polygon_test/images/Point_Polygon_Test_Result.jpg [new file with mode: 0644]
doc/tutorials/imgproc/shapedescriptors/point_polygon_test/images/Point_Polygon_Test_Source_Image.png [new file with mode: 0644]
doc/tutorials/imgproc/shapedescriptors/point_polygon_test/point_polygon_test.markdown [new file with mode: 0644]
doc/tutorials/imgproc/table_of_content_imgproc.markdown [new file with mode: 0644]
doc/tutorials/imgproc/table_of_contents_contours.markdown [new file with mode: 0644]
doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Cover.jpg [new file with mode: 0644]
doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Original_Image.jpg [new file with mode: 0644]
doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Result_Binary_Inverted.jpg [new file with mode: 0644]
doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Result_Zero.jpg [new file with mode: 0644]
doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Theory_Base_Figure.png [new file with mode: 0644]
doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Theory_Binary.png [new file with mode: 0644]
doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Theory_Binary_Inverted.png [new file with mode: 0644]
doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Theory_Example.jpg [new file with mode: 0644]
doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Theory_Truncate.png [new file with mode: 0644]
doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Theory_Zero.png [new file with mode: 0644]
doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Theory_Zero_Inverted.png [new file with mode: 0644]
doc/tutorials/imgproc/threshold/threshold.markdown [new file with mode: 0644]
doc/tutorials/imgproc/threshold_inRange/images/Threshold_inRange_HSV_colorspace.jpg [new file with mode: 0644]
doc/tutorials/imgproc/threshold_inRange/images/Threshold_inRange_RGB_colorspace.jpg [new file with mode: 0644]
doc/tutorials/imgproc/threshold_inRange/images/Threshold_inRange_Tutorial_Result_input.jpeg [new file with mode: 0644]
doc/tutorials/imgproc/threshold_inRange/images/Threshold_inRange_Tutorial_Result_output.jpeg [new file with mode: 0644]
doc/tutorials/imgproc/threshold_inRange/threshold_inRange.markdown [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/O4A_SDK.markdown [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/android_dev_intro.markdown [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/android_ocl_intro.markdown [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.markdown [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/AVD_create.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/AVD_empty.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/android_emulator_opencv_manager_fail.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/android_package_7zip.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/android_sdk_and_avd_manager.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/cmd_adb_devices.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/dev_OCV_new_class.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/dev_OCV_reference.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/device_details.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_10_crystal_clean.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_11_run_as.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_1_choose_workspace.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_1a_locate_sdk.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_2_window_preferences.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_3_preferences_android.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_4_locate_sdk.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_5_import_command.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_6_import_existing_projects.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_7_select_projects.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_8_false_alarm.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_8a_target.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_8b_fix_props.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_9_errors_dissapearing.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_NDK_build_success.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_builder_types.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_builders.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_cdt_cfg1.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_cdt_cfg2.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_cdt_cfg3.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_cdt_cfg4.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_cdt_cfg5.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_cdt_cfg6.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_cdt_cfg7.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_cdt_cfg8.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_edit_configuration_build_options.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_edit_configuration_build_resources.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_edit_configuration_main.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_edit_configuration_refresh.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_edit_configuration_specify_resources.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_inst_adt.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_inst_cdt.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_inst_cdt_2.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_ndk_build.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_opencv_dependency0.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_opencv_dependency1.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/eclipse_windows_environment.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/emulator_canny.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/ndk_build.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/usb_device_connect_01.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/usb_device_connect_02.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/usb_device_connect_03.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/usb_device_connect_04.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/usb_device_connect_05.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/usb_device_connect_06.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/usb_device_connect_07.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/usb_device_connect_08.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/usb_device_connect_09.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/usb_device_connect_10.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/usb_device_connect_11.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/usb_device_connect_12.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/usb_device_connect_13.png [new file with mode: 0644]
doc/tutorials/introduction/android_binary_package/images/usb_device_connect_ubuntu.png [new file with mode: 0644]
doc/tutorials/introduction/building_tegra_cuda/building_tegra_cuda.markdown [new file with mode: 0644]
doc/tutorials/introduction/clojure_dev_intro/clojure_dev_intro.markdown [new file with mode: 0644]
doc/tutorials/introduction/clojure_dev_intro/images/blurred.png [new file with mode: 0644]
doc/tutorials/introduction/config_reference/config_reference.markdown [new file with mode: 0644]
doc/tutorials/introduction/cross_referencing/tutorial_cross_referencing.markdown [new file with mode: 0644]
doc/tutorials/introduction/crosscompilation/arm_crosscompile_with_cmake.markdown [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/images/Java_logo.png [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/images/ant_output.png [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/images/cmake_output.png [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/images/faceDetection.png [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/images/sbt_eclipse.png [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/images/sbt_run.png [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/images/sbt_run_face.png [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/java_dev_intro.markdown [new file with mode: 0644]
doc/tutorials/introduction/display_image/display_image.markdown [new file with mode: 0644]
doc/tutorials/introduction/documenting_opencv/documentation_tutorial.markdown [new file with mode: 0644]
doc/tutorials/introduction/documenting_opencv/doxygen-1.png [new file with mode: 0644]
doc/tutorials/introduction/documenting_opencv/doxygen-2.png [new file with mode: 0644]
doc/tutorials/introduction/documenting_opencv/doxygen-3.png [new file with mode: 0644]
doc/tutorials/introduction/documenting_opencv/scholarship_cite_dialog.png [new file with mode: 0644]
doc/tutorials/introduction/general_install/general_install.markdown [new file with mode: 0644]
doc/tutorials/introduction/java_eclipse/images/1-window-preferences.png [new file with mode: 0644]
doc/tutorials/introduction/java_eclipse/images/10-new-project-created.png [new file with mode: 0644]
doc/tutorials/introduction/java_eclipse/images/11-the-code.png [new file with mode: 0644]
doc/tutorials/introduction/java_eclipse/images/2-user-library-new.png [new file with mode: 0644]
doc/tutorials/introduction/java_eclipse/images/3-library-name.png [new file with mode: 0644]
doc/tutorials/introduction/java_eclipse/images/4-add-external-jars.png [new file with mode: 0644]
doc/tutorials/introduction/java_eclipse/images/5-native-library.png [new file with mode: 0644]
doc/tutorials/introduction/java_eclipse/images/6-external-folder.png [new file with mode: 0644]
doc/tutorials/introduction/java_eclipse/images/7-user-library-final.png [new file with mode: 0644]
doc/tutorials/introduction/java_eclipse/images/7_5-new-java-project.png [new file with mode: 0644]
doc/tutorials/introduction/java_eclipse/images/8-add-library.png [new file with mode: 0644]
doc/tutorials/introduction/java_eclipse/images/9-select-user-lib.png [new file with mode: 0644]
doc/tutorials/introduction/java_eclipse/java_eclipse.markdown [new file with mode: 0644]
doc/tutorials/introduction/linux_eclipse/images/a0.png [new file with mode: 0644]
doc/tutorials/introduction/linux_eclipse/images/a1.png [new file with mode: 0644]
doc/tutorials/introduction/linux_eclipse/images/a10.png [new file with mode: 0644]
doc/tutorials/introduction/linux_eclipse/images/a12.png [new file with mode: 0644]
doc/tutorials/introduction/linux_eclipse/images/a14.png [new file with mode: 0644]
doc/tutorials/introduction/linux_eclipse/images/a15.jpg [new file with mode: 0644]
doc/tutorials/introduction/linux_eclipse/images/a3.png [new file with mode: 0644]
doc/tutorials/introduction/linux_eclipse/images/a4.png [new file with mode: 0644]
doc/tutorials/introduction/linux_eclipse/images/a7.png [new file with mode: 0644]
doc/tutorials/introduction/linux_eclipse/images/a9.png [new file with mode: 0644]
doc/tutorials/introduction/linux_eclipse/linux_eclipse.markdown [new file with mode: 0644]
doc/tutorials/introduction/linux_gcc_cmake/images/GCC_CMake_Example_Tutorial.jpg [new file with mode: 0644]
doc/tutorials/introduction/linux_gcc_cmake/linux_gcc_cmake.markdown [new file with mode: 0644]
doc/tutorials/introduction/linux_install/linux_install.markdown [new file with mode: 0644]
doc/tutorials/introduction/load_save_image/load_save_image.markdown [new file with mode: 0644]
doc/tutorials/introduction/macos_install/macos_install.markdown [new file with mode: 0644]
doc/tutorials/introduction/table_of_content_introduction.markdown [new file with mode: 0644]
doc/tutorials/introduction/transition_guide/transition_guide.markdown [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/CMakeBuildOptionsOpenCV.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/CMakeBuildWithWindowsGUI.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/CMakeOutputPackageNotFound.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/CMakePackageNotFoundWindows.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/CMakeSelectBin.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/CMake_Configure_Windows.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/ChangeBuildVisualStudio.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/IntelTBB.png [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/OpenCVBuildResultWindows.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/OpenCV_Install_Directory.png [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/PathEditorOpenCVInsertNew.png [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/PathEditorOpenCVSetPath.png [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/SVNCheckOutProgress.png [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/TortoiseSVNCheckout.png [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/TortoiseSVNCheckoutWindow.png [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/WindowsBuildInstall.png [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/WindowsOpenCVDirPath.png [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/WindowsOpenCVInstaller.png [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/WindowsQtContoursOutput.png [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/qtDownloadThisPackage.png [new file with mode: 0644]
doc/tutorials/introduction/windows_install/images/visualstudiocommandprompt.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_install/windows_install.markdown [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_image_watch/images/breakpoint.png [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_image_watch/images/edges_zoom.png [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_image_watch/images/help_button.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_image_watch/images/input_zoom.png [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_image_watch/images/toolwindow.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_image_watch/images/viewer.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_image_watch/images/viewer_context_menu.png [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_image_watch/images/visual_studio_image_watch.png [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_image_watch/images/vs_locals.png [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_image_watch/windows_visual_studio_image_watch.markdown [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_opencv/images/AddNewPropertySheet.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_opencv/images/NewProjectVisualStudio.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_opencv/images/OpenCVEditEnviromentVisual.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_opencv/images/OpenCV_Install_Directory.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_opencv/images/PropertyPageAddExisting.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_opencv/images/PropertyPageExample.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_opencv/images/PropertySheetInsideFolder.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_opencv/images/PropertySheetOpenCVInclude.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_opencv/images/PropertySheetOpenCVLib.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_opencv/images/PropertySheetOpenCVLibrariesDebug.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_opencv/images/PropertySheetOpenCVLibrariesDebugSmple.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_opencv/images/PropertySheetOpenCVLibrariesRelease.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_opencv/images/PropertySheetVS2010.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_opencv/images/SuccessVisualStudioWindows.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_opencv/images/VCDirectories2008.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_opencv/images/VCDirectories2010.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_opencv/images/VisualStudioCommandLineArguments.jpg [new file with mode: 0644]
doc/tutorials/introduction/windows_visual_studio_opencv/windows_visual_studio_opencv.markdown [new file with mode: 0644]
doc/tutorials/ios/hello/hello.markdown [new file with mode: 0644]
doc/tutorials/ios/hello/images/header_directive.png [new file with mode: 0644]
doc/tutorials/ios/hello/images/ios_hello_output.png [new file with mode: 0644]
doc/tutorials/ios/hello/images/linking_opencv_ios.png [new file with mode: 0644]
doc/tutorials/ios/hello/images/view_did_load.png [new file with mode: 0644]
doc/tutorials/ios/image_manipulation/image_manipulation.markdown [new file with mode: 0644]
doc/tutorials/ios/image_manipulation/images/output.jpg [new file with mode: 0644]
doc/tutorials/ios/ios_install/ios_install.markdown [new file with mode: 0644]
doc/tutorials/ios/table_of_content_ios.markdown [new file with mode: 0644]
doc/tutorials/ios/video_processing/images/xcode_hello_ios_framework_drag_and_drop.png [new file with mode: 0644]
doc/tutorials/ios/video_processing/images/xcode_hello_ios_frameworks_add_dependencies.png [new file with mode: 0644]
doc/tutorials/ios/video_processing/images/xcode_hello_ios_viewcontroller_layout.png [new file with mode: 0644]
doc/tutorials/ios/video_processing/video_processing.markdown [new file with mode: 0644]
doc/tutorials/others/_old/table_of_content_ml.markdown [new file with mode: 0644]
doc/tutorials/others/_old/table_of_content_objdetect.markdown [new file with mode: 0644]
doc/tutorials/others/_old/table_of_content_photo.markdown [new file with mode: 0644]
doc/tutorials/others/_old/table_of_content_stitching.markdown [new file with mode: 0644]
doc/tutorials/others/_old/table_of_content_video.markdown [new file with mode: 0644]
doc/tutorials/others/background_subtraction.markdown [new file with mode: 0644]
doc/tutorials/others/cascade_classifier.markdown [new file with mode: 0644]
doc/tutorials/others/hdr_imaging.markdown [new file with mode: 0644]
doc/tutorials/others/images/Background_Subtraction_Tutorial_Scheme.png [new file with mode: 0644]
doc/tutorials/others/images/Background_Subtraction_Tutorial_frame.jpg [new file with mode: 0644]
doc/tutorials/others/images/Background_Subtraction_Tutorial_result_KNN.jpg [new file with mode: 0644]
doc/tutorials/others/images/Background_Subtraction_Tutorial_result_MOG2.jpg [new file with mode: 0644]
doc/tutorials/others/images/Cascade_Classifier_Tutorial_Result_Haar.jpg [new file with mode: 0644]
doc/tutorials/others/images/Cascade_Classifier_Tutorial_Result_LBP.jpg [new file with mode: 0644]
doc/tutorials/others/images/affinepano.jpg [new file with mode: 0644]
doc/tutorials/others/images/boat.jpg [new file with mode: 0644]
doc/tutorials/others/images/budapest.jpg [new file with mode: 0644]
doc/tutorials/others/images/compressedPlaneA2B1.jpg [new file with mode: 0644]
doc/tutorials/others/images/fisheye.jpg [new file with mode: 0644]
doc/tutorials/others/images/fusion.png [new file with mode: 0644]
doc/tutorials/others/images/gvedit.jpg [new file with mode: 0644]
doc/tutorials/others/images/haar.png [new file with mode: 0644]
doc/tutorials/others/images/haar_features.jpg [new file with mode: 0644]
doc/tutorials/others/images/ldr.png [new file with mode: 0644]
doc/tutorials/others/images/memorial.png [new file with mode: 0644]
doc/tutorials/others/images/newspaper.jpg [new file with mode: 0644]
doc/tutorials/others/images/optimal-hyperplane.png [new file with mode: 0644]
doc/tutorials/others/images/pca_eigen.png [new file with mode: 0644]
doc/tutorials/others/images/pca_line.png [new file with mode: 0644]
doc/tutorials/others/images/pca_output.png [new file with mode: 0644]
doc/tutorials/others/images/pca_test1.jpg [new file with mode: 0644]
doc/tutorials/others/images/sample-errors-dist.png [new file with mode: 0644]
doc/tutorials/others/images/separating-lines.png [new file with mode: 0644]
doc/tutorials/others/images/svm_intro_result.png [new file with mode: 0644]
doc/tutorials/others/images/svm_non_linear_result.png [new file with mode: 0644]
doc/tutorials/others/images/visualisation_single_stage.png [new file with mode: 0644]
doc/tutorials/others/images/visualisation_video.png [new file with mode: 0644]
doc/tutorials/others/introduction_to_pca.markdown [new file with mode: 0644]
doc/tutorials/others/introduction_to_svm.markdown [new file with mode: 0644]
doc/tutorials/others/meanshift.markdown [new file with mode: 0644]
doc/tutorials/others/non_linear_svms.markdown [new file with mode: 0644]
doc/tutorials/others/optical_flow.markdown [new file with mode: 0644]
doc/tutorials/others/stitcher.markdown [new file with mode: 0644]
doc/tutorials/others/table_of_content_other.markdown [new file with mode: 0644]
doc/tutorials/others/traincascade.markdown [new file with mode: 0644]
doc/tutorials/tutorials.markdown [new file with mode: 0644]
include/CMakeLists.txt [new file with mode: 0644]
include/opencv2/opencv.hpp [new file with mode: 0644]
modules/CMakeLists.txt [new file with mode: 0644]
modules/calib3d/CMakeLists.txt [new file with mode: 0644]
modules/calib3d/doc/calib3d.bib [new file with mode: 0644]
modules/calib3d/doc/pics/checkerboard_radon.png [new file with mode: 0644]
modules/calib3d/doc/pics/distortion_examples.png [new file with mode: 0644]
modules/calib3d/doc/pics/distortion_examples2.png [new file with mode: 0644]
modules/calib3d/doc/pics/fisheye_undistorted.jpg [new file with mode: 0644]
modules/calib3d/doc/pics/hand-eye_figure.png [new file with mode: 0644]
modules/calib3d/doc/pics/pinhole_camera_model.png [new file with mode: 0644]
modules/calib3d/doc/pics/robot-world_hand-eye_figure.png [new file with mode: 0644]
modules/calib3d/doc/pics/stereo_undistort.jpg [new file with mode: 0644]
modules/calib3d/include/opencv2/calib3d.hpp [new file with mode: 0644]
modules/calib3d/include/opencv2/calib3d/calib3d.hpp [new file with mode: 0644]
modules/calib3d/include/opencv2/calib3d/calib3d_c.h [new file with mode: 0644]
modules/calib3d/misc/java/gen_dict.json [new file with mode: 0644]
modules/calib3d/misc/java/test/Calib3dTest.java [new file with mode: 0644]
modules/calib3d/misc/java/test/StereoBMTest.java [new file with mode: 0644]
modules/calib3d/misc/java/test/StereoSGBMTest.java [new file with mode: 0644]
modules/calib3d/misc/objc/gen_dict.json [new file with mode: 0644]
modules/calib3d/misc/objc/test/Calib3dTest.swift [new file with mode: 0644]
modules/calib3d/misc/python/test/test_calibration.py [new file with mode: 0644]
modules/calib3d/misc/python/test/test_solvepnp.py [new file with mode: 0644]
modules/calib3d/perf/opencl/perf_stereobm.cpp [new file with mode: 0644]
modules/calib3d/perf/perf_affine2d.cpp [new file with mode: 0644]
modules/calib3d/perf/perf_cicrlesGrid.cpp [new file with mode: 0644]
modules/calib3d/perf/perf_main.cpp [new file with mode: 0644]
modules/calib3d/perf/perf_pnp.cpp [new file with mode: 0644]
modules/calib3d/perf/perf_precomp.hpp [new file with mode: 0644]
modules/calib3d/perf/perf_stereosgbm.cpp [new file with mode: 0644]
modules/calib3d/perf/perf_undistort.cpp [new file with mode: 0644]
modules/calib3d/src/ap3p.cpp [new file with mode: 0644]
modules/calib3d/src/ap3p.h [new file with mode: 0644]
modules/calib3d/src/calib3d_c_api.h [new file with mode: 0644]
modules/calib3d/src/calibinit.cpp [new file with mode: 0644]
modules/calib3d/src/calibration.cpp [new file with mode: 0644]
modules/calib3d/src/calibration_handeye.cpp [new file with mode: 0644]
modules/calib3d/src/checkchessboard.cpp [new file with mode: 0644]
modules/calib3d/src/chessboard.cpp [new file with mode: 0644]
modules/calib3d/src/chessboard.hpp [new file with mode: 0644]
modules/calib3d/src/circlesgrid.cpp [new file with mode: 0644]
modules/calib3d/src/circlesgrid.hpp [new file with mode: 0644]
modules/calib3d/src/compat_ptsetreg.cpp [new file with mode: 0644]
modules/calib3d/src/distortion_model.hpp [new file with mode: 0644]
modules/calib3d/src/dls.cpp [new file with mode: 0644]
modules/calib3d/src/dls.h [new file with mode: 0644]
modules/calib3d/src/epnp.cpp [new file with mode: 0644]
modules/calib3d/src/epnp.h [new file with mode: 0644]
modules/calib3d/src/fisheye.cpp [new file with mode: 0644]
modules/calib3d/src/fisheye.hpp [new file with mode: 0644]
modules/calib3d/src/five-point.cpp [new file with mode: 0644]
modules/calib3d/src/fundam.cpp [new file with mode: 0644]
modules/calib3d/src/homography_decomp.cpp [new file with mode: 0644]
modules/calib3d/src/ippe.cpp [new file with mode: 0644]
modules/calib3d/src/ippe.hpp [new file with mode: 0644]
modules/calib3d/src/levmarq.cpp [new file with mode: 0644]
modules/calib3d/src/main.cpp [new file with mode: 0644]
modules/calib3d/src/opencl/stereobm.cl [new file with mode: 0644]
modules/calib3d/src/p3p.cpp [new file with mode: 0644]
modules/calib3d/src/p3p.h [new file with mode: 0644]
modules/calib3d/src/polynom_solver.cpp [new file with mode: 0644]
modules/calib3d/src/polynom_solver.h [new file with mode: 0644]
modules/calib3d/src/posit.cpp [new file with mode: 0644]
modules/calib3d/src/precomp.hpp [new file with mode: 0644]
modules/calib3d/src/ptsetreg.cpp [new file with mode: 0644]
modules/calib3d/src/quadsubpix.cpp [new file with mode: 0644]
modules/calib3d/src/rho.cpp [new file with mode: 0644]
modules/calib3d/src/rho.h [new file with mode: 0644]
modules/calib3d/src/solvepnp.cpp [new file with mode: 0644]
modules/calib3d/src/sqpnp.cpp [new file with mode: 0644]
modules/calib3d/src/sqpnp.hpp [new file with mode: 0644]
modules/calib3d/src/stereobm.cpp [new file with mode: 0644]
modules/calib3d/src/stereosgbm.cpp [new file with mode: 0644]
modules/calib3d/src/triangulate.cpp [new file with mode: 0644]
modules/calib3d/src/undistort.dispatch.cpp [new file with mode: 0644]
modules/calib3d/src/undistort.simd.hpp [new file with mode: 0644]
modules/calib3d/src/upnp.cpp [new file with mode: 0644]
modules/calib3d/src/upnp.h [new file with mode: 0644]
modules/calib3d/src/usac.hpp [new file with mode: 0644]
modules/calib3d/src/usac/degeneracy.cpp [new file with mode: 0644]
modules/calib3d/src/usac/dls_solver.cpp [new file with mode: 0644]
modules/calib3d/src/usac/essential_solver.cpp [new file with mode: 0644]
modules/calib3d/src/usac/estimator.cpp [new file with mode: 0644]
modules/calib3d/src/usac/fundamental_solver.cpp [new file with mode: 0644]
modules/calib3d/src/usac/gamma_values.cpp [new file with mode: 0644]
modules/calib3d/src/usac/homography_solver.cpp [new file with mode: 0644]
modules/calib3d/src/usac/local_optimization.cpp [new file with mode: 0644]
modules/calib3d/src/usac/pnp_solver.cpp [new file with mode: 0644]
modules/calib3d/src/usac/quality.cpp [new file with mode: 0644]
modules/calib3d/src/usac/ransac_solvers.cpp [new file with mode: 0644]
modules/calib3d/src/usac/sampler.cpp [new file with mode: 0644]
modules/calib3d/src/usac/termination.cpp [new file with mode: 0644]
modules/calib3d/src/usac/utils.cpp [new file with mode: 0644]
modules/calib3d/test/opencl/test_stereobm.cpp [new file with mode: 0644]
modules/calib3d/test/test_affine2d_estimator.cpp [new file with mode: 0644]
modules/calib3d/test/test_affine3.cpp [new file with mode: 0644]
modules/calib3d/test/test_affine3d_estimator.cpp [new file with mode: 0644]
modules/calib3d/test/test_affine_partial2d_estimator.cpp [new file with mode: 0644]
modules/calib3d/test/test_calibration_hand_eye.cpp [new file with mode: 0644]
modules/calib3d/test/test_cameracalibration.cpp [new file with mode: 0644]
modules/calib3d/test/test_cameracalibration_artificial.cpp [new file with mode: 0644]
modules/calib3d/test/test_cameracalibration_badarg.cpp [new file with mode: 0644]
modules/calib3d/test/test_cameracalibration_tilt.cpp [new file with mode: 0644]
modules/calib3d/test/test_chessboardgenerator.cpp [new file with mode: 0644]
modules/calib3d/test/test_chessboardgenerator.hpp [new file with mode: 0644]
modules/calib3d/test/test_chesscorners.cpp [new file with mode: 0644]
modules/calib3d/test/test_chesscorners_badarg.cpp [new file with mode: 0644]
modules/calib3d/test/test_chesscorners_timing.cpp [new file with mode: 0644]
modules/calib3d/test/test_compose_rt.cpp [new file with mode: 0644]
modules/calib3d/test/test_cornerssubpix.cpp [new file with mode: 0644]
modules/calib3d/test/test_decompose_projection.cpp [new file with mode: 0644]
modules/calib3d/test/test_filter_homography_decomp.cpp [new file with mode: 0644]
modules/calib3d/test/test_fisheye.cpp [new file with mode: 0644]
modules/calib3d/test/test_fundam.cpp [new file with mode: 0644]
modules/calib3d/test/test_homography.cpp [new file with mode: 0644]
modules/calib3d/test/test_homography_decomp.cpp [new file with mode: 0644]
modules/calib3d/test/test_main.cpp [new file with mode: 0644]
modules/calib3d/test/test_modelest.cpp [new file with mode: 0644]
modules/calib3d/test/test_posit.cpp [new file with mode: 0644]
modules/calib3d/test/test_precomp.hpp [new file with mode: 0644]
modules/calib3d/test/test_reproject_image_to_3d.cpp [new file with mode: 0644]
modules/calib3d/test/test_solvepnp_ransac.cpp [new file with mode: 0644]
modules/calib3d/test/test_stereomatching.cpp [new file with mode: 0644]
modules/calib3d/test/test_translation3d_estimator.cpp [new file with mode: 0644]
modules/calib3d/test/test_undistort.cpp [new file with mode: 0644]
modules/calib3d/test/test_undistort_badarg.cpp [new file with mode: 0644]
modules/calib3d/test/test_undistort_points.cpp [new file with mode: 0644]
modules/calib3d/test/test_usac.cpp [new file with mode: 0644]
modules/core/3rdparty/SoftFloat/COPYING.txt [new file with mode: 0644]
modules/core/CMakeLists.txt [new file with mode: 0644]
modules/core/doc/cuda.markdown [new file with mode: 0644]
modules/core/doc/intro.markdown [new file with mode: 0644]
modules/core/doc/pics/NormTypes_OneArray_1-2-INF.png [new file with mode: 0644]
modules/core/doc/pics/memstorage1.png [new file with mode: 0644]
modules/core/doc/pics/memstorage2.png [new file with mode: 0644]
modules/core/doc/pics/rotatedrect.png [new file with mode: 0644]
modules/core/include/opencv2/core.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/affine.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/async.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/base.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/bindings_utils.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/bufferpool.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/check.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.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda.inl.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/block.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/border_interpolate.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/color.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/common.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/datamov_utils.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/detail/color_detail.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/detail/reduce.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/detail/reduce_key_val.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/detail/transform_detail.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/detail/type_traits_detail.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/detail/vec_distance_detail.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/dynamic_smem.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/emulation.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/filters.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/funcattrib.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/functional.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/limits.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/reduce.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/saturate_cast.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/scan.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/simd_functions.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/transform.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/type_traits.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/utility.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/vec_distance.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/vec_math.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/vec_traits.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/warp.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/warp_reduce.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda/warp_shuffle.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda_stream_accessor.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cuda_types.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cv_cpu_dispatch.h [new file with mode: 0644]
modules/core/include/opencv2/core/cv_cpu_helper.h [new file with mode: 0644]
modules/core/include/opencv2/core/cvdef.h [new file with mode: 0644]
modules/core/include/opencv2/core/cvstd.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cvstd.inl.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/cvstd_wrapper.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/detail/async_promise.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/detail/exception_ptr.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/directx.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/eigen.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/fast_math.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/hal/hal.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/hal/interface.h [new file with mode: 0644]
modules/core/include/opencv2/core/hal/intrin.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/hal/intrin_avx.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/hal/intrin_avx512.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/hal/intrin_cpp.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/hal/intrin_forward.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/hal/intrin_msa.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/hal/intrin_neon.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/hal/intrin_rvv.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/hal/intrin_sse.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/hal/intrin_sse_em.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/hal/intrin_vsx.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/hal/intrin_wasm.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/hal/msa_macros.h [new file with mode: 0644]
modules/core/include/opencv2/core/hal/simd_utils.impl.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/llapi/llapi.h [new file with mode: 0644]
modules/core/include/opencv2/core/mat.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/mat.inl.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/matx.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/neon_utils.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/ocl.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/ocl_genbase.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/opencl/ocl_defs.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/opencl/opencl_info.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/opencl/opencl_svm.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdblas.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_gl.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_gl_wrappers.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/opencl/runtime/opencl_clamdblas.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/opencl/runtime/opencl_clamdfft.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/opencl/runtime/opencl_core_wrappers.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/opencl/runtime/opencl_gl.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/opencl/runtime/opencl_gl_wrappers.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/opencl/runtime/opencl_svm_20.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/opencl/runtime/opencl_svm_definitions.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/opencl/runtime/opencl_svm_hsa_extension.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/opengl.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/openvx/ovx_defs.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/operations.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/optim.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/ovx.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/persistence.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/private.cuda.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/private.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/private/cv_cpu_include_simd_declarations.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/quaternion.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/quaternion.inl.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/saturate.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/simd_intrinsics.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/softfloat.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/sse_utils.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/traits.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/types.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/types_c.h [new file with mode: 0644]
modules/core/include/opencv2/core/utility.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/utils/allocator_stats.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/utils/allocator_stats.impl.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/utils/buffer_area.private.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/utils/configuration.private.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/utils/filesystem.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/utils/filesystem.private.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/utils/instrumentation.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/utils/lock.private.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/utils/logger.defines.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/utils/logger.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/utils/logtag.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/utils/tls.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/utils/trace.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/utils/trace.private.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/va_intel.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/version.hpp [new file with mode: 0644]
modules/core/include/opencv2/core/vsx_utils.hpp [new file with mode: 0644]
modules/core/misc/java/filelist [new file with mode: 0644]
modules/core/misc/java/gen_dict.json [new file with mode: 0644]
modules/core/misc/java/src/cpp/core_manual.cpp [new file with mode: 0644]
modules/core/misc/java/src/cpp/core_manual.hpp [new file with mode: 0644]
modules/core/misc/java/src/java/core+Core.jcode.in [new file with mode: 0644]
modules/core/misc/java/src/java/core+CvException.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+CvType.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+DMatch.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+KeyPoint.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+Mat.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+MatOfByte.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+MatOfDMatch.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+MatOfDouble.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+MatOfFloat.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+MatOfFloat4.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+MatOfFloat6.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+MatOfInt.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+MatOfInt4.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+MatOfKeyPoint.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+MatOfPoint.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+MatOfPoint2f.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+MatOfPoint3.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+MatOfPoint3f.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+MatOfRect.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+MatOfRect2d.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+MatOfRotatedRect.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+Point.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+Point3.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+Range.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+Rect.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+Rect2d.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+RotatedRect.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+Scalar.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+Size.java [new file with mode: 0644]
modules/core/misc/java/src/java/core+TermCriteria.java [new file with mode: 0644]
modules/core/misc/java/test/CoreTest.java [new file with mode: 0644]
modules/core/misc/java/test/CvTypeTest.java [new file with mode: 0644]
modules/core/misc/java/test/DMatchTest.java [new file with mode: 0644]
modules/core/misc/java/test/KeyPointTest.java [new file with mode: 0644]
modules/core/misc/java/test/MatOfByteTest.java [new file with mode: 0644]
modules/core/misc/java/test/MatTest.java [new file with mode: 0644]
modules/core/misc/java/test/Point3Test.java [new file with mode: 0644]
modules/core/misc/java/test/PointTest.java [new file with mode: 0644]
modules/core/misc/java/test/RangeTest.java [new file with mode: 0644]
modules/core/misc/java/test/RectTest.java [new file with mode: 0644]
modules/core/misc/java/test/RotatedRectTest.java [new file with mode: 0644]
modules/core/misc/java/test/ScalarTest.java [new file with mode: 0644]
modules/core/misc/java/test/SizeTest.java [new file with mode: 0644]
modules/core/misc/java/test/TermCriteriaTest.java [new file with mode: 0644]
modules/core/misc/objc/common/ArrayUtil.h [new file with mode: 0644]
modules/core/misc/objc/common/ArrayUtil.mm [new file with mode: 0644]
modules/core/misc/objc/common/ByteVector.h [new file with mode: 0644]
modules/core/misc/objc/common/ByteVector.mm [new file with mode: 0644]
modules/core/misc/objc/common/ByteVectorExt.swift [new file with mode: 0644]
modules/core/misc/objc/common/CVObjcUtil.h [new file with mode: 0644]
modules/core/misc/objc/common/Converters.h [new file with mode: 0755]
modules/core/misc/objc/common/Converters.mm [new file with mode: 0644]
modules/core/misc/objc/common/CvType.h [new file with mode: 0644]
modules/core/misc/objc/common/CvType.mm [new file with mode: 0644]
modules/core/misc/objc/common/CvTypeExt.swift [new file with mode: 0644]
modules/core/misc/objc/common/DMatch.h [new file with mode: 0644]
modules/core/misc/objc/common/DMatch.mm [new file with mode: 0644]
modules/core/misc/objc/common/Double2.h [new file with mode: 0644]
modules/core/misc/objc/common/Double2.mm [new file with mode: 0644]
modules/core/misc/objc/common/Double3.h [new file with mode: 0644]
modules/core/misc/objc/common/Double3.mm [new file with mode: 0644]
modules/core/misc/objc/common/DoubleVector.h [new file with mode: 0644]
modules/core/misc/objc/common/DoubleVector.mm [new file with mode: 0644]
modules/core/misc/objc/common/DoubleVectorExt.swift [new file with mode: 0644]
modules/core/misc/objc/common/Float4.h [new file with mode: 0644]
modules/core/misc/objc/common/Float4.mm [new file with mode: 0644]
modules/core/misc/objc/common/Float6.h [new file with mode: 0644]
modules/core/misc/objc/common/Float6.mm [new file with mode: 0644]
modules/core/misc/objc/common/FloatVector.h [new file with mode: 0644]
modules/core/misc/objc/common/FloatVector.mm [new file with mode: 0644]
modules/core/misc/objc/common/FloatVectorExt.swift [new file with mode: 0644]
modules/core/misc/objc/common/Int4.h [new file with mode: 0644]
modules/core/misc/objc/common/Int4.mm [new file with mode: 0644]
modules/core/misc/objc/common/IntVector.h [new file with mode: 0644]
modules/core/misc/objc/common/IntVector.mm [new file with mode: 0644]
modules/core/misc/objc/common/IntVectorExt.swift [new file with mode: 0644]
modules/core/misc/objc/common/KeyPoint.h [new file with mode: 0644]
modules/core/misc/objc/common/KeyPoint.mm [new file with mode: 0644]
modules/core/misc/objc/common/Mat.h [new file with mode: 0644]
modules/core/misc/objc/common/Mat.mm [new file with mode: 0644]
modules/core/misc/objc/common/MatExt.swift [new file with mode: 0644]
modules/core/misc/objc/common/MatOfByte.h [new file with mode: 0644]
modules/core/misc/objc/common/MatOfByte.mm [new file with mode: 0644]
modules/core/misc/objc/common/MatOfDMatch.h [new file with mode: 0644]
modules/core/misc/objc/common/MatOfDMatch.mm [new file with mode: 0644]
modules/core/misc/objc/common/MatOfDouble.h [new file with mode: 0644]
modules/core/misc/objc/common/MatOfDouble.mm [new file with mode: 0644]
modules/core/misc/objc/common/MatOfFloat.h [new file with mode: 0644]
modules/core/misc/objc/common/MatOfFloat.mm [new file with mode: 0644]
modules/core/misc/objc/common/MatOfFloat4.h [new file with mode: 0644]
modules/core/misc/objc/common/MatOfFloat4.mm [new file with mode: 0644]
modules/core/misc/objc/common/MatOfFloat6.h [new file with mode: 0644]
modules/core/misc/objc/common/MatOfFloat6.mm [new file with mode: 0644]
modules/core/misc/objc/common/MatOfInt.h [new file with mode: 0644]
modules/core/misc/objc/common/MatOfInt.mm [new file with mode: 0644]
modules/core/misc/objc/common/MatOfInt4.h [new file with mode: 0644]
modules/core/misc/objc/common/MatOfInt4.mm [new file with mode: 0644]
modules/core/misc/objc/common/MatOfKeyPoint.h [new file with mode: 0644]
modules/core/misc/objc/common/MatOfKeyPoint.mm [new file with mode: 0644]
modules/core/misc/objc/common/MatOfPoint2f.h [new file with mode: 0644]
modules/core/misc/objc/common/MatOfPoint2f.mm [new file with mode: 0644]
modules/core/misc/objc/common/MatOfPoint2i.h [new file with mode: 0644]
modules/core/misc/objc/common/MatOfPoint2i.mm [new file with mode: 0644]
modules/core/misc/objc/common/MatOfPoint3.h [new file with mode: 0644]
modules/core/misc/objc/common/MatOfPoint3.mm [new file with mode: 0644]
modules/core/misc/objc/common/MatOfPoint3f.h [new file with mode: 0644]
modules/core/misc/objc/common/MatOfPoint3f.mm [new file with mode: 0644]
modules/core/misc/objc/common/MatOfRect2d.h [new file with mode: 0644]
modules/core/misc/objc/common/MatOfRect2d.mm [new file with mode: 0644]
modules/core/misc/objc/common/MatOfRect2i.h [new file with mode: 0644]
modules/core/misc/objc/common/MatOfRect2i.mm [new file with mode: 0644]
modules/core/misc/objc/common/MatOfRotatedRect.h [new file with mode: 0644]
modules/core/misc/objc/common/MatOfRotatedRect.mm [new file with mode: 0644]
modules/core/misc/objc/common/MinMaxLocResult.h [new file with mode: 0644]
modules/core/misc/objc/common/MinMaxLocResult.mm [new file with mode: 0644]
modules/core/misc/objc/common/Point2d.h [new file with mode: 0644]
modules/core/misc/objc/common/Point2d.mm [new file with mode: 0644]
modules/core/misc/objc/common/Point2f.h [new file with mode: 0644]
modules/core/misc/objc/common/Point2f.mm [new file with mode: 0644]
modules/core/misc/objc/common/Point2i.h [new file with mode: 0644]
modules/core/misc/objc/common/Point2i.mm [new file with mode: 0644]
modules/core/misc/objc/common/Point3d.h [new file with mode: 0644]
modules/core/misc/objc/common/Point3d.mm [new file with mode: 0644]
modules/core/misc/objc/common/Point3f.h [new file with mode: 0644]
modules/core/misc/objc/common/Point3f.mm [new file with mode: 0644]
modules/core/misc/objc/common/Point3i.h [new file with mode: 0644]
modules/core/misc/objc/common/Point3i.mm [new file with mode: 0644]
modules/core/misc/objc/common/Range.h [new file with mode: 0644]
modules/core/misc/objc/common/Range.m [new file with mode: 0644]
modules/core/misc/objc/common/Rect2d.h [new file with mode: 0644]
modules/core/misc/objc/common/Rect2d.mm [new file with mode: 0644]
modules/core/misc/objc/common/Rect2f.h [new file with mode: 0644]
modules/core/misc/objc/common/Rect2f.mm [new file with mode: 0644]
modules/core/misc/objc/common/Rect2i.h [new file with mode: 0644]
modules/core/misc/objc/common/Rect2i.mm [new file with mode: 0644]
modules/core/misc/objc/common/RotatedRect.h [new file with mode: 0644]
modules/core/misc/objc/common/RotatedRect.mm [new file with mode: 0644]
modules/core/misc/objc/common/Scalar.h [new file with mode: 0644]
modules/core/misc/objc/common/Scalar.mm [new file with mode: 0644]
modules/core/misc/objc/common/Size2d.h [new file with mode: 0644]
modules/core/misc/objc/common/Size2d.mm [new file with mode: 0644]
modules/core/misc/objc/common/Size2f.h [new file with mode: 0644]
modules/core/misc/objc/common/Size2f.mm [new file with mode: 0644]
modules/core/misc/objc/common/Size2i.h [new file with mode: 0644]
modules/core/misc/objc/common/Size2i.mm [new file with mode: 0644]
modules/core/misc/objc/common/TermCriteria.h [new file with mode: 0644]
modules/core/misc/objc/common/TermCriteria.mm [new file with mode: 0644]
modules/core/misc/objc/filelist [new file with mode: 0644]
modules/core/misc/objc/gen_dict.json [new file with mode: 0644]
modules/core/misc/objc/manual/core_manual.hpp [new file with mode: 0644]
modules/core/misc/objc/test/ConvertersTest.swift [new file with mode: 0755]
modules/core/misc/objc/test/CoreTest.swift [new file with mode: 0644]
modules/core/misc/objc/test/CvTypeTest.swift [new file with mode: 0644]
modules/core/misc/objc/test/DMatchTest.swift [new file with mode: 0644]
modules/core/misc/objc/test/KeyPointTest.swift [new file with mode: 0644]
modules/core/misc/objc/test/MatTest.swift [new file with mode: 0644]
modules/core/misc/objc/test/MatTestObjc.m [new file with mode: 0644]
modules/core/misc/objc/test/Point3Test.swift [new file with mode: 0644]
modules/core/misc/objc/test/PointTest.swift [new file with mode: 0644]
modules/core/misc/objc/test/RangeTest.swift [new file with mode: 0644]
modules/core/misc/objc/test/RectTest.swift [new file with mode: 0644]
modules/core/misc/objc/test/RotatedRectTest.swift [new file with mode: 0644]
modules/core/misc/objc/test/ScalarTest.swift [new file with mode: 0644]
modules/core/misc/objc/test/SizeTest.swift [new file with mode: 0644]
modules/core/misc/objc/test/TermCriteriaTest.swift [new file with mode: 0644]
modules/core/misc/objc/test/resources/chessboard.jpg [new file with mode: 0644]
modules/core/misc/python/pyopencv_async.hpp [new file with mode: 0644]
modules/core/misc/python/pyopencv_cuda.hpp [new file with mode: 0644]
modules/core/misc/python/pyopencv_umat.hpp [new file with mode: 0644]
modules/core/misc/python/shadow_umat.hpp [new file with mode: 0644]
modules/core/perf/cuda/perf_gpumat.cpp [new file with mode: 0644]
modules/core/perf/opencl/perf_arithm.cpp [new file with mode: 0644]
modules/core/perf/opencl/perf_bufferpool.cpp [new file with mode: 0644]
modules/core/perf/opencl/perf_channels.cpp [new file with mode: 0644]
modules/core/perf/opencl/perf_dxt.cpp [new file with mode: 0644]
modules/core/perf/opencl/perf_gemm.cpp [new file with mode: 0644]
modules/core/perf/opencl/perf_matop.cpp [new file with mode: 0644]
modules/core/perf/opencl/perf_usage_flags.cpp [new file with mode: 0644]
modules/core/perf/perf_abs.cpp [new file with mode: 0644]
modules/core/perf/perf_addWeighted.cpp [new file with mode: 0644]
modules/core/perf/perf_allocation.cpp [new file with mode: 0755]
modules/core/perf/perf_arithm.cpp [new file with mode: 0644]
modules/core/perf/perf_bitwise.cpp [new file with mode: 0644]
modules/core/perf/perf_compare.cpp [new file with mode: 0644]
modules/core/perf/perf_convertTo.cpp [new file with mode: 0644]
modules/core/perf/perf_cvround.cpp [new file with mode: 0644]
modules/core/perf/perf_dft.cpp [new file with mode: 0644]
modules/core/perf/perf_dot.cpp [new file with mode: 0644]
modules/core/perf/perf_inRange.cpp [new file with mode: 0644]
modules/core/perf/perf_io_base64.cpp [new file with mode: 0644]
modules/core/perf/perf_lut.cpp [new file with mode: 0644]
modules/core/perf/perf_main.cpp [new file with mode: 0644]
modules/core/perf/perf_mat.cpp [new file with mode: 0644]
modules/core/perf/perf_math.cpp [new file with mode: 0644]
modules/core/perf/perf_merge.cpp [new file with mode: 0644]
modules/core/perf/perf_minmaxloc.cpp [new file with mode: 0644]
modules/core/perf/perf_norm.cpp [new file with mode: 0644]
modules/core/perf/perf_precomp.hpp [new file with mode: 0644]
modules/core/perf/perf_reduce.cpp [new file with mode: 0644]
modules/core/perf/perf_sort.cpp [new file with mode: 0644]
modules/core/perf/perf_split.cpp [new file with mode: 0644]
modules/core/perf/perf_stat.cpp [new file with mode: 0644]
modules/core/perf/perf_umat.cpp [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/arithm.dispatch.cpp [new file with mode: 0644]
modules/core/src/arithm.simd.hpp [new file with mode: 0644]
modules/core/src/arithm_ipp.hpp [new file with mode: 0644]
modules/core/src/array.cpp [new file with mode: 0644]
modules/core/src/async.cpp [new file with mode: 0644]
modules/core/src/batch_distance.cpp [new file with mode: 0644]
modules/core/src/bindings_utils.cpp [new file with mode: 0644]
modules/core/src/buffer_area.cpp [new file with mode: 0644]
modules/core/src/bufferpool.impl.hpp [new file with mode: 0644]
modules/core/src/channels.cpp [new file with mode: 0644]
modules/core/src/check.cpp [new file with mode: 0644]
modules/core/src/command_line_parser.cpp [new file with mode: 0644]
modules/core/src/conjugate_gradient.cpp [new file with mode: 0644]
modules/core/src/convert.dispatch.cpp [new file with mode: 0644]
modules/core/src/convert.hpp [new file with mode: 0644]
modules/core/src/convert.simd.hpp [new file with mode: 0644]
modules/core/src/convert_c.cpp [new file with mode: 0644]
modules/core/src/convert_scale.dispatch.cpp [new file with mode: 0644]
modules/core/src/convert_scale.simd.hpp [new file with mode: 0644]
modules/core/src/copy.cpp [new file with mode: 0644]
modules/core/src/count_non_zero.dispatch.cpp [new file with mode: 0644]
modules/core/src/count_non_zero.simd.hpp [new file with mode: 0644]
modules/core/src/cuda/gpu_mat.cu [new file with mode: 0644]
modules/core/src/cuda_gpu_mat.cpp [new file with mode: 0644]
modules/core/src/cuda_host_mem.cpp [new file with mode: 0644]
modules/core/src/cuda_info.cpp [new file with mode: 0644]
modules/core/src/cuda_stream.cpp [new file with mode: 0644]
modules/core/src/datastructs.cpp [new file with mode: 0644]
modules/core/src/directx.cpp [new file with mode: 0644]
modules/core/src/directx.hpp [new file with mode: 0644]
modules/core/src/directx.inc.hpp [new file with mode: 0644]
modules/core/src/downhill_simplex.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/hal_internal.cpp [new file with mode: 0644]
modules/core/src/hal_internal.hpp [new file with mode: 0644]
modules/core/src/hal_replacement.hpp [new file with mode: 0644]
modules/core/src/intel_gpu_gemm.inl.hpp [new file with mode: 0644]
modules/core/src/kmeans.cpp [new file with mode: 0644]
modules/core/src/lapack.cpp [new file with mode: 0644]
modules/core/src/lda.cpp [new file with mode: 0644]
modules/core/src/logger.cpp [new file with mode: 0644]
modules/core/src/lpsolver.cpp [new file with mode: 0644]
modules/core/src/lut.cpp [new file with mode: 0644]
modules/core/src/mathfuncs.cpp [new file with mode: 0644]
modules/core/src/mathfuncs.hpp [new file with mode: 0644]
modules/core/src/mathfuncs_core.dispatch.cpp [new file with mode: 0644]
modules/core/src/mathfuncs_core.simd.hpp [new file with mode: 0644]
modules/core/src/matmul.dispatch.cpp [new file with mode: 0644]
modules/core/src/matmul.simd.hpp [new file with mode: 0644]
modules/core/src/matrix.cpp [new file with mode: 0644]
modules/core/src/matrix_c.cpp [new file with mode: 0644]
modules/core/src/matrix_decomp.cpp [new file with mode: 0644]
modules/core/src/matrix_expressions.cpp [new file with mode: 0644]
modules/core/src/matrix_iterator.cpp [new file with mode: 0644]
modules/core/src/matrix_operations.cpp [new file with mode: 0644]
modules/core/src/matrix_sparse.cpp [new file with mode: 0644]
modules/core/src/matrix_wrap.cpp [new file with mode: 0644]
modules/core/src/mean.dispatch.cpp [new file with mode: 0644]
modules/core/src/mean.simd.hpp [new file with mode: 0644]
modules/core/src/merge.dispatch.cpp [new file with mode: 0644]
modules/core/src/merge.simd.hpp [new file with mode: 0644]
modules/core/src/minmax.cpp [new file with mode: 0644]
modules/core/src/norm.cpp [new file with mode: 0644]
modules/core/src/ocl.cpp [new file with mode: 0644]
modules/core/src/ocl_disabled.impl.hpp [new file with mode: 0644]
modules/core/src/opencl/arithm.cl [new file with mode: 0644]
modules/core/src/opencl/convert.cl [new file with mode: 0644]
modules/core/src/opencl/copymakeborder.cl [new file with mode: 0644]
modules/core/src/opencl/copyset.cl [new file with mode: 0644]
modules/core/src/opencl/cvtclr_dx.cl [new file with mode: 0644]
modules/core/src/opencl/fft.cl [new file with mode: 0644]
modules/core/src/opencl/flip.cl [new file with mode: 0644]
modules/core/src/opencl/gemm.cl [new file with mode: 0644]
modules/core/src/opencl/halfconvert.cl [new file with mode: 0644]
modules/core/src/opencl/inrange.cl [new file with mode: 0644]
modules/core/src/opencl/intel_gemm.cl [new file with mode: 0644]
modules/core/src/opencl/lut.cl [new file with mode: 0644]
modules/core/src/opencl/meanstddev.cl [new file with mode: 0644]
modules/core/src/opencl/minmaxloc.cl [new file with mode: 0644]
modules/core/src/opencl/mixchannels.cl [new file with mode: 0644]
modules/core/src/opencl/mulspectrums.cl [new file with mode: 0644]
modules/core/src/opencl/normalize.cl [new file with mode: 0644]
modules/core/src/opencl/reduce.cl [new file with mode: 0644]
modules/core/src/opencl/reduce2.cl [new file with mode: 0644]
modules/core/src/opencl/repeat.cl [new file with mode: 0644]
modules/core/src/opencl/runtime/autogenerated/opencl_clamdblas_impl.hpp [new file with mode: 0644]
modules/core/src/opencl/runtime/autogenerated/opencl_clamdfft_impl.hpp [new file with mode: 0644]
modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp [new file with mode: 0644]
modules/core/src/opencl/runtime/autogenerated/opencl_core_static_impl.hpp [new file with mode: 0644]
modules/core/src/opencl/runtime/autogenerated/opencl_gl_impl.hpp [new file with mode: 0644]
modules/core/src/opencl/runtime/autogenerated/opencl_gl_static_impl.hpp [new file with mode: 0644]
modules/core/src/opencl/runtime/generator/common.py [new file with mode: 0644]
modules/core/src/opencl/runtime/generator/filter/opencl_clamdblas_functions.list [new file with mode: 0644]
modules/core/src/opencl/runtime/generator/filter/opencl_clamdfft_functions.list [new file with mode: 0644]
modules/core/src/opencl/runtime/generator/filter/opencl_core_functions.list [new file with mode: 0644]
modules/core/src/opencl/runtime/generator/filter/opencl_gl_functions.list [new file with mode: 0644]
modules/core/src/opencl/runtime/generator/generate.sh [new file with mode: 0755]
modules/core/src/opencl/runtime/generator/parser_cl.py [new file with mode: 0644]
modules/core/src/opencl/runtime/generator/parser_clamdblas.py [new file with mode: 0644]
modules/core/src/opencl/runtime/generator/parser_clamdfft.py [new file with mode: 0644]
modules/core/src/opencl/runtime/generator/template/opencl_clamdblas.hpp.in [new file with mode: 0644]
modules/core/src/opencl/runtime/generator/template/opencl_clamdblas_impl.hpp.in [new file with mode: 0644]
modules/core/src/opencl/runtime/generator/template/opencl_clamdfft.hpp.in [new file with mode: 0644]
modules/core/src/opencl/runtime/generator/template/opencl_clamdfft_impl.hpp.in [new file with mode: 0644]
modules/core/src/opencl/runtime/generator/template/opencl_core.hpp.in [new file with mode: 0644]
modules/core/src/opencl/runtime/generator/template/opencl_core_impl.hpp.in [new file with mode: 0644]
modules/core/src/opencl/runtime/generator/template/opencl_core_wrappers.hpp.in [new file with mode: 0644]
modules/core/src/opencl/runtime/generator/template/opencl_gl.hpp.in [new file with mode: 0644]
modules/core/src/opencl/runtime/generator/template/opencl_gl_impl.hpp.in [new file with mode: 0644]
modules/core/src/opencl/runtime/generator/template/opencl_gl_wrappers.hpp.in [new file with mode: 0644]
modules/core/src/opencl/runtime/generator/template/static_impl.hpp.in [new file with mode: 0644]
modules/core/src/opencl/runtime/opencl_clamdblas.cpp [new file with mode: 0644]
modules/core/src/opencl/runtime/opencl_clamdfft.cpp [new file with mode: 0644]
modules/core/src/opencl/runtime/opencl_core.cpp [new file with mode: 0644]
modules/core/src/opencl/runtime/runtime_common.hpp [new file with mode: 0644]
modules/core/src/opencl/set_identity.cl [new file with mode: 0644]
modules/core/src/opencl/split_merge.cl [new file with mode: 0644]
modules/core/src/opencl/transpose.cl [new file with mode: 0644]
modules/core/src/opengl.cpp [new file with mode: 0644]
modules/core/src/out.cpp [new file with mode: 0644]
modules/core/src/ovx.cpp [new file with mode: 0644]
modules/core/src/parallel.cpp [new file with mode: 0644]
modules/core/src/parallel_impl.cpp [new file with mode: 0644]
modules/core/src/parallel_impl.hpp [new file with mode: 0644]
modules/core/src/pca.cpp [new file with mode: 0644]
modules/core/src/persistence.cpp [new file with mode: 0644]
modules/core/src/persistence.hpp [new file with mode: 0644]
modules/core/src/persistence_json.cpp [new file with mode: 0644]
modules/core/src/persistence_types.cpp [new file with mode: 0644]
modules/core/src/persistence_xml.cpp [new file with mode: 0644]
modules/core/src/persistence_yml.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/softfloat.cpp [new file with mode: 0644]
modules/core/src/split.dispatch.cpp [new file with mode: 0644]
modules/core/src/split.simd.hpp [new file with mode: 0644]
modules/core/src/stat.dispatch.cpp [new file with mode: 0644]
modules/core/src/stat.hpp [new file with mode: 0644]
modules/core/src/stat.simd.hpp [new file with mode: 0644]
modules/core/src/stat_c.cpp [new file with mode: 0644]
modules/core/src/stl.cpp [new file with mode: 0644]
modules/core/src/sum.dispatch.cpp [new file with mode: 0644]
modules/core/src/sum.simd.hpp [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/core/src/trace.cpp [new file with mode: 0644]
modules/core/src/types.cpp [new file with mode: 0644]
modules/core/src/umatrix.cpp [new file with mode: 0644]
modules/core/src/umatrix.hpp [new file with mode: 0644]
modules/core/src/utils/datafile.cpp [new file with mode: 0644]
modules/core/src/utils/filesystem.cpp [new file with mode: 0644]
modules/core/src/utils/logtagconfig.hpp [new file with mode: 0644]
modules/core/src/utils/logtagconfigparser.cpp [new file with mode: 0644]
modules/core/src/utils/logtagconfigparser.hpp [new file with mode: 0644]
modules/core/src/utils/logtagmanager.cpp [new file with mode: 0644]
modules/core/src/utils/logtagmanager.hpp [new file with mode: 0644]
modules/core/src/utils/samples.cpp [new file with mode: 0644]
modules/core/src/va_intel.cpp [new file with mode: 0644]
modules/core/test/ocl/test_arithm.cpp [new file with mode: 0644]
modules/core/test/ocl/test_channels.cpp [new file with mode: 0644]
modules/core/test/ocl/test_dft.cpp [new file with mode: 0644]
modules/core/test/ocl/test_gemm.cpp [new file with mode: 0644]
modules/core/test/ocl/test_image2d.cpp [new file with mode: 0644]
modules/core/test/ocl/test_matrix_expr.cpp [new file with mode: 0644]
modules/core/test/ocl/test_matrix_operation.cpp [new file with mode: 0644]
modules/core/test/ocl/test_opencl.cpp [new file with mode: 0644]
modules/core/test/test_arithm.cpp [new file with mode: 0644]
modules/core/test/test_async.cpp [new file with mode: 0644]
modules/core/test/test_concatenation.cpp [new file with mode: 0644]
modules/core/test/test_conjugate_gradient.cpp [new file with mode: 0644]
modules/core/test/test_countnonzero.cpp [new file with mode: 0644]
modules/core/test/test_downhill_simplex.cpp [new file with mode: 0644]
modules/core/test/test_ds.cpp [new file with mode: 0644]
modules/core/test/test_dxt.cpp [new file with mode: 0644]
modules/core/test/test_eigen.cpp [new file with mode: 0644]
modules/core/test/test_hal_core.cpp [new file with mode: 0644]
modules/core/test/test_intrin.cpp [new file with mode: 0644]
modules/core/test/test_intrin128.simd.hpp [new file with mode: 0644]
modules/core/test/test_intrin256.simd.hpp [new file with mode: 0644]
modules/core/test/test_intrin512.simd.hpp [new file with mode: 0644]
modules/core/test/test_intrin_emulator.cpp [new file with mode: 0644]
modules/core/test/test_intrin_utils.hpp [new file with mode: 0644]
modules/core/test/test_io.cpp [new file with mode: 0644]
modules/core/test/test_logtagconfigparser.cpp [new file with mode: 0644]
modules/core/test/test_logtagmanager.cpp [new file with mode: 0644]
modules/core/test/test_lpsolver.cpp [new file with mode: 0644]
modules/core/test/test_main.cpp [new file with mode: 0644]
modules/core/test/test_mat.cpp [new file with mode: 0644]
modules/core/test/test_math.cpp [new file with mode: 0644]
modules/core/test/test_misc.cpp [new file with mode: 0644]
modules/core/test/test_opencl.cpp [new file with mode: 0644]
modules/core/test/test_operations.cpp [new file with mode: 0644]
modules/core/test/test_precomp.hpp [new file with mode: 0644]
modules/core/test/test_ptr.cpp [new file with mode: 0644]
modules/core/test/test_quaternion.cpp [new file with mode: 0644]
modules/core/test/test_rand.cpp [new file with mode: 0644]
modules/core/test/test_rotatedrect.cpp [new file with mode: 0644]
modules/core/test/test_umat.cpp [new file with mode: 0644]
modules/core/test/test_utils.cpp [new file with mode: 0644]
modules/core/test/test_utils_tls.impl.hpp [new file with mode: 0644]
modules/dnn/CMakeLists.txt [new file with mode: 0644]
modules/dnn/cmake/hooks/INIT_MODULE_SOURCES_opencv_dnn.cmake [new file with mode: 0644]
modules/dnn/include/opencv2/dnn.hpp [new file with mode: 0644]
modules/dnn/include/opencv2/dnn/all_layers.hpp [new file with mode: 0644]
modules/dnn/include/opencv2/dnn/dict.hpp [new file with mode: 0644]
modules/dnn/include/opencv2/dnn/dnn.hpp [new file with mode: 0644]
modules/dnn/include/opencv2/dnn/dnn.inl.hpp [new file with mode: 0644]
modules/dnn/include/opencv2/dnn/layer.details.hpp [new file with mode: 0644]
modules/dnn/include/opencv2/dnn/layer.hpp [new file with mode: 0644]
modules/dnn/include/opencv2/dnn/shape_utils.hpp [new file with mode: 0644]
modules/dnn/include/opencv2/dnn/utils/inference_engine.hpp [new file with mode: 0644]
modules/dnn/include/opencv2/dnn/version.hpp [new file with mode: 0644]
modules/dnn/misc/caffe/opencv-caffe.pb.cc [new file with mode: 0644]
modules/dnn/misc/caffe/opencv-caffe.pb.h [new file with mode: 0644]
modules/dnn/misc/face_detector_accuracy.py [new file with mode: 0644]
modules/dnn/misc/java/filelist_common [new file with mode: 0644]
modules/dnn/misc/java/gen_dict.json [new file with mode: 0644]
modules/dnn/misc/java/src/cpp/dnn_converters.cpp [new file with mode: 0644]
modules/dnn/misc/java/src/cpp/dnn_converters.hpp [new file with mode: 0644]
modules/dnn/misc/java/test/DnnListRegressionTest.java [new file with mode: 0644]
modules/dnn/misc/java/test/DnnTensorFlowTest.java [new file with mode: 0644]
modules/dnn/misc/objc/gen_dict.json [new file with mode: 0644]
modules/dnn/misc/onnx/opencv-onnx.pb.cc [new file with mode: 0644]
modules/dnn/misc/onnx/opencv-onnx.pb.h [new file with mode: 0644]
modules/dnn/misc/python/pyopencv_dnn.hpp [new file with mode: 0644]
modules/dnn/misc/python/test/test_dnn.py [new file with mode: 0644]
modules/dnn/misc/quantize_face_detector.py [new file with mode: 0644]
modules/dnn/misc/tensorflow/attr_value.pb.cc [new file with mode: 0644]
modules/dnn/misc/tensorflow/attr_value.pb.h [new file with mode: 0644]
modules/dnn/misc/tensorflow/function.pb.cc [new file with mode: 0644]
modules/dnn/misc/tensorflow/function.pb.h [new file with mode: 0644]
modules/dnn/misc/tensorflow/graph.pb.cc [new file with mode: 0644]
modules/dnn/misc/tensorflow/graph.pb.h [new file with mode: 0644]
modules/dnn/misc/tensorflow/op_def.pb.cc [new file with mode: 0644]
modules/dnn/misc/tensorflow/op_def.pb.h [new file with mode: 0644]
modules/dnn/misc/tensorflow/tensor.pb.cc [new file with mode: 0644]
modules/dnn/misc/tensorflow/tensor.pb.h [new file with mode: 0644]
modules/dnn/misc/tensorflow/tensor_shape.pb.cc [new file with mode: 0644]
modules/dnn/misc/tensorflow/tensor_shape.pb.h [new file with mode: 0644]
modules/dnn/misc/tensorflow/types.pb.cc [new file with mode: 0644]
modules/dnn/misc/tensorflow/types.pb.h [new file with mode: 0644]
modules/dnn/misc/tensorflow/versions.pb.cc [new file with mode: 0644]
modules/dnn/misc/tensorflow/versions.pb.h [new file with mode: 0644]
modules/dnn/perf/perf_caffe.cpp [new file with mode: 0644]
modules/dnn/perf/perf_common.cpp [new file with mode: 0644]
modules/dnn/perf/perf_convolution.cpp [new file with mode: 0644]
modules/dnn/perf/perf_convolution1d.cpp [new file with mode: 0644]
modules/dnn/perf/perf_convolution3d.cpp [new file with mode: 0644]
modules/dnn/perf/perf_layer.cpp [new file with mode: 0644]
modules/dnn/perf/perf_main.cpp [new file with mode: 0644]
modules/dnn/perf/perf_net.cpp [new file with mode: 0644]
modules/dnn/perf/perf_precomp.hpp [new file with mode: 0644]
modules/dnn/src/caffe/caffe_importer.cpp [new file with mode: 0644]
modules/dnn/src/caffe/caffe_io.cpp [new file with mode: 0644]
modules/dnn/src/caffe/caffe_io.hpp [new file with mode: 0644]
modules/dnn/src/caffe/caffe_shrinker.cpp [new file with mode: 0644]
modules/dnn/src/caffe/glog_emulator.hpp [new file with mode: 0644]
modules/dnn/src/caffe/opencv-caffe.proto [new file with mode: 0644]
modules/dnn/src/cuda/activation_eltwise.cu [new file with mode: 0644]
modules/dnn/src/cuda/activations.cu [new file with mode: 0644]
modules/dnn/src/cuda/array.hpp [new file with mode: 0644]
modules/dnn/src/cuda/atomics.hpp [new file with mode: 0644]
modules/dnn/src/cuda/bbox_utils.hpp [new file with mode: 0644]
modules/dnn/src/cuda/bias_activation.cu [new file with mode: 0644]
modules/dnn/src/cuda/bias_activation_eltwise.cu [new file with mode: 0644]
modules/dnn/src/cuda/bias_eltwise_activation.cu [new file with mode: 0644]
modules/dnn/src/cuda/block_stride_range.hpp [new file with mode: 0644]
modules/dnn/src/cuda/concat.cu [new file with mode: 0644]
modules/dnn/src/cuda/crop_and_resize.cu [new file with mode: 0644]
modules/dnn/src/cuda/detection_output.cu [new file with mode: 0644]
modules/dnn/src/cuda/eltwise_activation.cu [new file with mode: 0644]
modules/dnn/src/cuda/eltwise_ops.cu [new file with mode: 0644]
modules/dnn/src/cuda/execution.hpp [new file with mode: 0644]
modules/dnn/src/cuda/fill_copy.cu [new file with mode: 0644]
modules/dnn/src/cuda/fp_conversion.cu [new file with mode: 0644]
modules/dnn/src/cuda/functors.hpp [new file with mode: 0644]
modules/dnn/src/cuda/grid_nms.cu [new file with mode: 0644]
modules/dnn/src/cuda/grid_stride_range.hpp [new file with mode: 0644]
modules/dnn/src/cuda/index_helpers.hpp [new file with mode: 0644]
modules/dnn/src/cuda/kernel_dispatcher.hpp [new file with mode: 0644]
modules/dnn/src/cuda/limits.hpp [new file with mode: 0644]
modules/dnn/src/cuda/math.hpp [new file with mode: 0644]
modules/dnn/src/cuda/max_unpooling.cu [new file with mode: 0644]
modules/dnn/src/cuda/memory.hpp [new file with mode: 0644]
modules/dnn/src/cuda/mvn.cu [new file with mode: 0644]
modules/dnn/src/cuda/normalize.cu [new file with mode: 0644]
modules/dnn/src/cuda/padding.cu [new file with mode: 0644]
modules/dnn/src/cuda/permute.cu [new file with mode: 0644]
modules/dnn/src/cuda/prior_box.cu [new file with mode: 0644]
modules/dnn/src/cuda/region.cu [new file with mode: 0644]
modules/dnn/src/cuda/resize.cu [new file with mode: 0644]
modules/dnn/src/cuda/roi_pooling.cu [new file with mode: 0644]
modules/dnn/src/cuda/scale_shift.cu [new file with mode: 0644]
modules/dnn/src/cuda/shortcut.cu [new file with mode: 0644]
modules/dnn/src/cuda/slice.cu [new file with mode: 0644]
modules/dnn/src/cuda/types.hpp [new file with mode: 0644]
modules/dnn/src/cuda/vector_traits.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/csl/cublas.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/csl/cudnn.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/csl/cudnn/activation.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/csl/cudnn/convolution.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/csl/cudnn/cudnn.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/csl/cudnn/lrn.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/csl/cudnn/pooling.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/csl/cudnn/softmax.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/csl/cudnn/transform.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/csl/cudnn/transpose_convolution.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/csl/error.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/csl/event.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/csl/memory.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/csl/nvcc_defs.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/csl/pointer.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/csl/span.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/csl/stream.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/csl/tensor.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/csl/tensor_ops.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/csl/workspace.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/cxx_utils/is_iterator.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/cxx_utils/resizable_static_array.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/init.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/activation_eltwise.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/activations.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/bias_activation.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/bias_activation_eltwise.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/bias_eltwise_activation.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/concat.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/crop_and_resize.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/detection_output.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/eltwise_activation.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/eltwise_ops.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/fill_copy.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/fp_conversion.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/grid_nms.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/max_unpooling.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/mvn.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/normalize.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/padding.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/permute.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/prior_box.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/region.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/resize.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/roi_pooling.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/scale_shift.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/shortcut.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/slice.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/activation.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/batch_norm.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/concat.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/const.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/convolution.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/crop_and_resize.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/detection_output.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/eltwise.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/inner_product.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/lrn.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/max_unpooling.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/mvn.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/normalize_bbox.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/padding.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/permute.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/pooling.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/prior_box.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/region.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/reorg.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/reshape.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/resize.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/roi_pooling.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/scale_shift.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/shortcut.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/shuffle_channel.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/slice.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/softmax.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/split.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/primitives/transpose_convolution.hpp [new file with mode: 0644]
modules/dnn/src/darknet/darknet_importer.cpp [new file with mode: 0644]
modules/dnn/src/darknet/darknet_io.cpp [new file with mode: 0644]
modules/dnn/src/darknet/darknet_io.hpp [new file with mode: 0644]
modules/dnn/src/dnn.cpp [new file with mode: 0644]
modules/dnn/src/dnn_common.hpp [new file with mode: 0644]
modules/dnn/src/graph_simplifier.cpp [new file with mode: 0644]
modules/dnn/src/graph_simplifier.hpp [new file with mode: 0644]
modules/dnn/src/halide_scheduler.cpp [new file with mode: 0644]
modules/dnn/src/halide_scheduler.hpp [new file with mode: 0644]
modules/dnn/src/ie_ngraph.cpp [new file with mode: 0644]
modules/dnn/src/ie_ngraph.hpp [new file with mode: 0644]
modules/dnn/src/init.cpp [new file with mode: 0644]
modules/dnn/src/layers/accum_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/batch_norm_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/blank_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/concat_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/const_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/convolution_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/correlation_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/crop_and_resize_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/detection_output_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/elementwise_layers.cpp [new file with mode: 0644]
modules/dnn/src/layers/eltwise_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/flatten_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/flow_warp_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/fully_connected_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/layers_common.cpp [new file with mode: 0644]
modules/dnn/src/layers/layers_common.hpp [new file with mode: 0644]
modules/dnn/src/layers/layers_common.simd.hpp [new file with mode: 0644]
modules/dnn/src/layers/lrn_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/max_unpooling_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/mvn_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/normalize_bbox_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/padding_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/permute_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/pooling_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/prior_box_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/proposal_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/recurrent_layers.cpp [new file with mode: 0644]
modules/dnn/src/layers/region_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/reorg_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/reshape_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/resize_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/scale_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/shuffle_channel_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/slice_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/softmax_layer.cpp [new file with mode: 0644]
modules/dnn/src/layers/split_layer.cpp [new file with mode: 0644]
modules/dnn/src/model.cpp [new file with mode: 0644]
modules/dnn/src/nms.cpp [new file with mode: 0644]
modules/dnn/src/nms.inl.hpp [new file with mode: 0644]
modules/dnn/src/ocl4dnn/include/common.hpp [new file with mode: 0644]
modules/dnn/src/ocl4dnn/include/default_kernel_config.hpp [new file with mode: 0644]
modules/dnn/src/ocl4dnn/include/math_functions.hpp [new file with mode: 0644]
modules/dnn/src/ocl4dnn/include/ocl4dnn.hpp [new file with mode: 0644]
modules/dnn/src/ocl4dnn/src/common.cpp [new file with mode: 0644]
modules/dnn/src/ocl4dnn/src/math_functions.cpp [new file with mode: 0644]
modules/dnn/src/ocl4dnn/src/ocl4dnn_conv_spatial.cpp [new file with mode: 0644]
modules/dnn/src/ocl4dnn/src/ocl4dnn_inner_product.cpp [new file with mode: 0644]
modules/dnn/src/ocl4dnn/src/ocl4dnn_lrn.cpp [new file with mode: 0644]
modules/dnn/src/ocl4dnn/src/ocl4dnn_pool.cpp [new file with mode: 0644]
modules/dnn/src/ocl4dnn/src/ocl4dnn_softmax.cpp [new file with mode: 0644]
modules/dnn/src/onnx/onnx_graph_simplifier.cpp [new file with mode: 0644]
modules/dnn/src/onnx/onnx_graph_simplifier.hpp [new file with mode: 0644]
modules/dnn/src/onnx/onnx_importer.cpp [new file with mode: 0644]
modules/dnn/src/onnx/opencv-onnx.proto [new file with mode: 0644]
modules/dnn/src/op_cuda.hpp [new file with mode: 0644]
modules/dnn/src/op_halide.cpp [new file with mode: 0644]
modules/dnn/src/op_halide.hpp [new file with mode: 0644]
modules/dnn/src/op_inf_engine.cpp [new file with mode: 0644]
modules/dnn/src/op_inf_engine.hpp [new file with mode: 0644]
modules/dnn/src/op_vkcom.cpp [new file with mode: 0644]
modules/dnn/src/op_vkcom.hpp [new file with mode: 0644]
modules/dnn/src/opencl/activations.cl [new file with mode: 0644]
modules/dnn/src/opencl/batchnorm.cl [new file with mode: 0644]
modules/dnn/src/opencl/col2im.cl [new file with mode: 0644]
modules/dnn/src/opencl/concat.cl [new file with mode: 0644]
modules/dnn/src/opencl/conv_layer_spatial.cl [new file with mode: 0644]
modules/dnn/src/opencl/conv_spatial_helper.cl [new file with mode: 0644]
modules/dnn/src/opencl/detection_output.cl [new file with mode: 0644]
modules/dnn/src/opencl/dummy.cl [new file with mode: 0644]
modules/dnn/src/opencl/eltwise.cl [new file with mode: 0644]
modules/dnn/src/opencl/gemm_buffer.cl [new file with mode: 0644]
modules/dnn/src/opencl/gemm_image.cl [new file with mode: 0644]
modules/dnn/src/opencl/im2col.cl [new file with mode: 0644]
modules/dnn/src/opencl/lrn.cl [new file with mode: 0644]
modules/dnn/src/opencl/math.cl [new file with mode: 0644]
modules/dnn/src/opencl/matvec_mul.cl [new file with mode: 0644]
modules/dnn/src/opencl/mvn.cl [new file with mode: 0644]
modules/dnn/src/opencl/ocl4dnn_lrn.cl [new file with mode: 0644]
modules/dnn/src/opencl/ocl4dnn_pooling.cl [new file with mode: 0644]
modules/dnn/src/opencl/permute.cl [new file with mode: 0644]
modules/dnn/src/opencl/pooling.cl [new file with mode: 0644]
modules/dnn/src/opencl/prior_box.cl [new file with mode: 0644]
modules/dnn/src/opencl/region.cl [new file with mode: 0644]
modules/dnn/src/opencl/slice.cl [new file with mode: 0644]
modules/dnn/src/opencl/softmax.cl [new file with mode: 0644]
modules/dnn/src/opencl/softmax_loss.cl [new file with mode: 0644]
modules/dnn/src/precomp.hpp [new file with mode: 0644]
modules/dnn/src/tengine4dnn/include/tengine_graph_convolution.hpp [new file with mode: 0644]
modules/dnn/src/tengine4dnn/src/tengine_graph_convolution.cpp [new file with mode: 0644]
modules/dnn/src/tensorflow/attr_value.proto [new file with mode: 0644]
modules/dnn/src/tensorflow/function.proto [new file with mode: 0644]
modules/dnn/src/tensorflow/graph.proto [new file with mode: 0644]
modules/dnn/src/tensorflow/op_def.proto [new file with mode: 0644]
modules/dnn/src/tensorflow/tensor.proto [new file with mode: 0644]
modules/dnn/src/tensorflow/tensor_shape.proto [new file with mode: 0644]
modules/dnn/src/tensorflow/tf_graph_simplifier.cpp [new file with mode: 0644]
modules/dnn/src/tensorflow/tf_graph_simplifier.hpp [new file with mode: 0644]
modules/dnn/src/tensorflow/tf_importer.cpp [new file with mode: 0644]
modules/dnn/src/tensorflow/tf_io.cpp [new file with mode: 0644]
modules/dnn/src/tensorflow/tf_io.hpp [new file with mode: 0644]
modules/dnn/src/tensorflow/types.proto [new file with mode: 0644]
modules/dnn/src/tensorflow/versions.proto [new file with mode: 0644]
modules/dnn/src/torch/COPYRIGHT.txt [new file with mode: 0644]
modules/dnn/src/torch/THDiskFile.cpp [new file with mode: 0644]
modules/dnn/src/torch/THDiskFile.h [new file with mode: 0644]
modules/dnn/src/torch/THFile.cpp [new file with mode: 0644]
modules/dnn/src/torch/THFile.h [new file with mode: 0644]
modules/dnn/src/torch/THFilePrivate.h [new file with mode: 0644]
modules/dnn/src/torch/THGeneral.cpp [new file with mode: 0644]
modules/dnn/src/torch/THGeneral.h [new file with mode: 0644]
modules/dnn/src/torch/torch_importer.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/include/buffer.hpp [new file with mode: 0644]
modules/dnn/src/vkcom/include/op_base.hpp [new file with mode: 0644]
modules/dnn/src/vkcom/include/op_concat.hpp [new file with mode: 0644]
modules/dnn/src/vkcom/include/op_conv.hpp [new file with mode: 0644]
modules/dnn/src/vkcom/include/op_lrn.hpp [new file with mode: 0644]
modules/dnn/src/vkcom/include/op_permute.hpp [new file with mode: 0644]
modules/dnn/src/vkcom/include/op_pool.hpp [new file with mode: 0644]
modules/dnn/src/vkcom/include/op_prior_box.hpp [new file with mode: 0644]
modules/dnn/src/vkcom/include/op_relu.hpp [new file with mode: 0644]
modules/dnn/src/vkcom/include/op_softmax.hpp [new file with mode: 0644]
modules/dnn/src/vkcom/include/tensor.hpp [new file with mode: 0644]
modules/dnn/src/vkcom/include/vkcom.hpp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/avg_pool.comp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/avg_pool_spv.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/concat.comp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/concat_spv.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/conv.comp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/conv48.comp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/conv48_spv.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/conv_spv.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/dw_conv.comp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/dw_conv_spv.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/lrn.comp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/lrn_spv.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/max_pool.comp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/max_pool_spv.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/permute.comp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/permute_spv.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/prior_box.comp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/prior_box_spv.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/relu.comp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/relu_spv.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/softmax.comp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/softmax_spv.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/shader/spirv_generator.py [new file with mode: 0644]
modules/dnn/src/vkcom/shader/spv_shader.hpp [new file with mode: 0644]
modules/dnn/src/vkcom/src/buffer.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/src/common.hpp [new file with mode: 0644]
modules/dnn/src/vkcom/src/context.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/src/context.hpp [new file with mode: 0644]
modules/dnn/src/vkcom/src/internal.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/src/internal.hpp [new file with mode: 0644]
modules/dnn/src/vkcom/src/op_base.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/src/op_concat.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/src/op_conv.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/src/op_lrn.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/src/op_permute.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/src/op_pool.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/src/op_prior_box.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/src/op_relu.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/src/op_softmax.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/src/tensor.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/vulkan/function_list.inl.hpp [new file with mode: 0644]
modules/dnn/src/vkcom/vulkan/vk_functions.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/vulkan/vk_functions.hpp [new file with mode: 0644]
modules/dnn/src/vkcom/vulkan/vk_loader.cpp [new file with mode: 0644]
modules/dnn/src/vkcom/vulkan/vk_loader.hpp [new file with mode: 0644]
modules/dnn/test/cityscapes_semsegm_test_enet.py [new file with mode: 0644]
modules/dnn/test/imagenet_cls_test_alexnet.py [new file with mode: 0644]
modules/dnn/test/imagenet_cls_test_googlenet.py [new file with mode: 0644]
modules/dnn/test/imagenet_cls_test_inception.py [new file with mode: 0644]
modules/dnn/test/npy_blob.cpp [new file with mode: 0644]
modules/dnn/test/npy_blob.hpp [new file with mode: 0644]
modules/dnn/test/pascal_semsegm_test_fcn.py [new file with mode: 0644]
modules/dnn/test/test_backends.cpp [new file with mode: 0644]
modules/dnn/test/test_caffe_importer.cpp [new file with mode: 0644]
modules/dnn/test/test_common.cpp [new file with mode: 0644]
modules/dnn/test/test_common.hpp [new file with mode: 0644]
modules/dnn/test/test_common.impl.hpp [new file with mode: 0644]
modules/dnn/test/test_darknet_importer.cpp [new file with mode: 0644]
modules/dnn/test/test_googlenet.cpp [new file with mode: 0644]
modules/dnn/test/test_halide_layers.cpp [new file with mode: 0644]
modules/dnn/test/test_ie_models.cpp [new file with mode: 0644]
modules/dnn/test/test_layers.cpp [new file with mode: 0644]
modules/dnn/test/test_main.cpp [new file with mode: 0644]
modules/dnn/test/test_misc.cpp [new file with mode: 0644]
modules/dnn/test/test_model.cpp [new file with mode: 0644]
modules/dnn/test/test_nms.cpp [new file with mode: 0644]
modules/dnn/test/test_onnx_importer.cpp [new file with mode: 0644]
modules/dnn/test/test_precomp.hpp [new file with mode: 0644]
modules/dnn/test/test_tf_importer.cpp [new file with mode: 0644]
modules/dnn/test/test_torch_importer.cpp [new file with mode: 0644]
modules/features2d/CMakeLists.txt [new file with mode: 0644]
modules/features2d/doc/agast.txt [new file with mode: 0644]
modules/features2d/doc/agast_score.txt [new file with mode: 0644]
modules/features2d/doc/read_file_nondiff32.pl [new file with mode: 0644]
modules/features2d/doc/read_file_score32.pl [new file with mode: 0644]
modules/features2d/doc/run_agast_tables.bat [new file with mode: 0644]
modules/features2d/include/opencv2/features2d.hpp [new file with mode: 0644]
modules/features2d/include/opencv2/features2d/features2d.hpp [new file with mode: 0644]
modules/features2d/include/opencv2/features2d/hal/interface.h [new file with mode: 0644]
modules/features2d/misc/java/filelist [new file with mode: 0644]
modules/features2d/misc/java/filelist_common [new file with mode: 0644]
modules/features2d/misc/java/gen_dict.json [new file with mode: 0644]
modules/features2d/misc/java/src/cpp/features2d_converters.cpp [new file with mode: 0644]
modules/features2d/misc/java/src/cpp/features2d_converters.hpp [new file with mode: 0644]
modules/features2d/misc/java/test/BRIEFDescriptorExtractorTest.java [new file with mode: 0644]
modules/features2d/misc/java/test/BruteForceDescriptorMatcherTest.java [new file with mode: 0644]
modules/features2d/misc/java/test/BruteForceHammingDescriptorMatcherTest.java [new file with mode: 0644]
modules/features2d/misc/java/test/BruteForceHammingLUTDescriptorMatcherTest.java [new file with mode: 0644]
modules/features2d/misc/java/test/BruteForceL1DescriptorMatcherTest.java [new file with mode: 0644]
modules/features2d/misc/java/test/BruteForceSL2DescriptorMatcherTest.java [new file with mode: 0644]
modules/features2d/misc/java/test/DENSEFeatureDetectorTest.java [new file with mode: 0644]
modules/features2d/misc/java/test/FASTFeatureDetectorTest.java [new file with mode: 0644]
modules/features2d/misc/java/test/Features2dTest.java [new file with mode: 0644]
modules/features2d/misc/java/test/FlannBasedDescriptorMatcherTest.java [new file with mode: 0644]
modules/features2d/misc/java/test/GFTTFeatureDetectorTest.java [new file with mode: 0644]
modules/features2d/misc/java/test/HARRISFeatureDetectorTest.java [new file with mode: 0644]
modules/features2d/misc/java/test/MSERFeatureDetectorTest.java [new file with mode: 0644]
modules/features2d/misc/java/test/ORBDescriptorExtractorTest.java [new file with mode: 0644]
modules/features2d/misc/java/test/ORBFeatureDetectorTest.java [new file with mode: 0644]
modules/features2d/misc/java/test/SIFTDescriptorExtractorTest.java [new file with mode: 0644]
modules/features2d/misc/java/test/SIFTFeatureDetectorTest.java [new file with mode: 0644]
modules/features2d/misc/java/test/SIMPLEBLOBFeatureDetectorTest.java [new file with mode: 0644]
modules/features2d/misc/java/test/STARFeatureDetectorTest.java [new file with mode: 0644]
modules/features2d/misc/java/test/SURFDescriptorExtractorTest.java [new file with mode: 0644]
modules/features2d/misc/java/test/SURFFeatureDetectorTest.java [new file with mode: 0644]
modules/features2d/misc/objc/gen_dict.json [new file with mode: 0644]
modules/features2d/misc/python/pyopencv_features2d.hpp [new file with mode: 0644]
modules/features2d/misc/python/test/test_feature_homography.py [new file with mode: 0644]
modules/features2d/perf/opencl/perf_brute_force_matcher.cpp [new file with mode: 0644]
modules/features2d/perf/opencl/perf_feature2d.cpp [new file with mode: 0644]
modules/features2d/perf/perf_batchDistance.cpp [new file with mode: 0644]
modules/features2d/perf/perf_feature2d.cpp [new file with mode: 0644]
modules/features2d/perf/perf_feature2d.hpp [new file with mode: 0644]
modules/features2d/perf/perf_main.cpp [new file with mode: 0644]
modules/features2d/perf/perf_precomp.hpp [new file with mode: 0644]
modules/features2d/src/affine_feature.cpp [new file with mode: 0644]
modules/features2d/src/agast.cpp [new file with mode: 0644]
modules/features2d/src/agast_score.cpp [new file with mode: 0644]
modules/features2d/src/agast_score.hpp [new file with mode: 0644]
modules/features2d/src/akaze.cpp [new file with mode: 0644]
modules/features2d/src/bagofwords.cpp [new file with mode: 0644]
modules/features2d/src/blobdetector.cpp [new file with mode: 0644]
modules/features2d/src/brisk.cpp [new file with mode: 0644]
modules/features2d/src/draw.cpp [new file with mode: 0644]
modules/features2d/src/dynamic.cpp [new file with mode: 0644]
modules/features2d/src/evaluation.cpp [new file with mode: 0644]
modules/features2d/src/fast.avx2.cpp [new file with mode: 0644]
modules/features2d/src/fast.cpp [new file with mode: 0644]
modules/features2d/src/fast.hpp [new file with mode: 0644]
modules/features2d/src/fast_score.cpp [new file with mode: 0644]
modules/features2d/src/fast_score.hpp [new file with mode: 0644]
modules/features2d/src/feature2d.cpp [new file with mode: 0644]
modules/features2d/src/gftt.cpp [new file with mode: 0644]
modules/features2d/src/hal_replacement.hpp [new file with mode: 0644]
modules/features2d/src/kaze.cpp [new file with mode: 0644]
modules/features2d/src/kaze/AKAZEConfig.h [new file with mode: 0644]
modules/features2d/src/kaze/AKAZEFeatures.cpp [new file with mode: 0644]
modules/features2d/src/kaze/AKAZEFeatures.h [new file with mode: 0644]
modules/features2d/src/kaze/KAZEConfig.h [new file with mode: 0644]
modules/features2d/src/kaze/KAZEFeatures.cpp [new file with mode: 0644]
modules/features2d/src/kaze/KAZEFeatures.h [new file with mode: 0644]
modules/features2d/src/kaze/TEvolution.h [new file with mode: 0644]
modules/features2d/src/kaze/fed.cpp [new file with mode: 0644]
modules/features2d/src/kaze/fed.h [new file with mode: 0644]
modules/features2d/src/kaze/nldiffusion_functions.cpp [new file with mode: 0644]
modules/features2d/src/kaze/nldiffusion_functions.h [new file with mode: 0644]
modules/features2d/src/kaze/utils.h [new file with mode: 0644]
modules/features2d/src/keypoint.cpp [new file with mode: 0644]
modules/features2d/src/main.cpp [new file with mode: 0644]
modules/features2d/src/matchers.cpp [new file with mode: 0644]
modules/features2d/src/mser.cpp [new file with mode: 0644]
modules/features2d/src/opencl/akaze.cl [new file with mode: 0644]
modules/features2d/src/opencl/brute_force_match.cl [new file with mode: 0644]
modules/features2d/src/opencl/fast.cl [new file with mode: 0644]
modules/features2d/src/opencl/orb.cl [new file with mode: 0644]
modules/features2d/src/orb.cpp [new file with mode: 0644]
modules/features2d/src/precomp.hpp [new file with mode: 0644]
modules/features2d/src/sift.dispatch.cpp [new file with mode: 0644]
modules/features2d/src/sift.simd.hpp [new file with mode: 0644]
modules/features2d/test/ocl/test_brute_force_matcher.cpp [new file with mode: 0644]
modules/features2d/test/ocl/test_feature2d.cpp [new file with mode: 0644]
modules/features2d/test/test_affine_feature.cpp [new file with mode: 0644]
modules/features2d/test/test_agast.cpp [new file with mode: 0644]
modules/features2d/test/test_akaze.cpp [new file with mode: 0644]
modules/features2d/test/test_brisk.cpp [new file with mode: 0644]
modules/features2d/test/test_descriptors_invariance.cpp [new file with mode: 0644]
modules/features2d/test/test_descriptors_invariance.impl.hpp [new file with mode: 0644]
modules/features2d/test/test_descriptors_regression.cpp [new file with mode: 0644]
modules/features2d/test/test_descriptors_regression.impl.hpp [new file with mode: 0644]
modules/features2d/test/test_detectors_invariance.cpp [new file with mode: 0644]
modules/features2d/test/test_detectors_invariance.impl.hpp [new file with mode: 0644]
modules/features2d/test/test_detectors_regression.cpp [new file with mode: 0644]
modules/features2d/test/test_detectors_regression.impl.hpp [new file with mode: 0644]
modules/features2d/test/test_drawing.cpp [new file with mode: 0644]
modules/features2d/test/test_fast.cpp [new file with mode: 0644]
modules/features2d/test/test_invariance_utils.hpp [new file with mode: 0644]
modules/features2d/test/test_keypoints.cpp [new file with mode: 0644]
modules/features2d/test/test_main.cpp [new file with mode: 0644]
modules/features2d/test/test_matchers_algorithmic.cpp [new file with mode: 0644]
modules/features2d/test/test_mser.cpp [new file with mode: 0644]
modules/features2d/test/test_nearestneighbors.cpp [new file with mode: 0644]
modules/features2d/test/test_orb.cpp [new file with mode: 0644]
modules/features2d/test/test_precomp.hpp [new file with mode: 0644]
modules/features2d/test/test_sift.cpp [new file with mode: 0644]
modules/features2d/test/test_utils.cpp [new file with mode: 0644]
modules/flann/CMakeLists.txt [new file with mode: 0644]
modules/flann/include/opencv2/flann.hpp [new file with mode: 0644]
modules/flann/include/opencv2/flann/all_indices.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/allocator.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/any.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/autotuned_index.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/composite_index.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/config.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/defines.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/dist.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/dummy.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/dynamic_bitset.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/flann.hpp [new file with mode: 0644]
modules/flann/include/opencv2/flann/flann_base.hpp [new file with mode: 0644]
modules/flann/include/opencv2/flann/general.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/ground_truth.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/hdf5.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/heap.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/hierarchical_clustering_index.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/index_testing.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/kdtree_index.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/kdtree_single_index.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/kmeans_index.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/linear_index.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/logger.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/lsh_index.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/lsh_table.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/matrix.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/miniflann.hpp [new file with mode: 0644]
modules/flann/include/opencv2/flann/nn_index.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/object_factory.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/params.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/random.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/result_set.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/sampling.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/saving.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/simplex_downhill.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/timer.h [new file with mode: 0644]
modules/flann/misc/python/pyopencv_flann.hpp [new file with mode: 0644]
modules/flann/src/flann.cpp [new file with mode: 0644]
modules/flann/src/miniflann.cpp [new file with mode: 0644]
modules/flann/src/precomp.hpp [new file with mode: 0644]
modules/flann/test/test_lshtable_badarg.cpp [new file with mode: 0644]
modules/flann/test/test_main.cpp [new file with mode: 0644]
modules/flann/test/test_precomp.hpp [new file with mode: 0644]
modules/gapi/CMakeLists.txt [new file with mode: 0644]
modules/gapi/cmake/DownloadADE.cmake [new file with mode: 0644]
modules/gapi/cmake/init.cmake [new file with mode: 0644]
modules/gapi/cmake/standalone.cmake [new file with mode: 0644]
modules/gapi/doc/00-root.markdown [new file with mode: 0644]
modules/gapi/doc/01-background.markdown [new file with mode: 0644]
modules/gapi/doc/10-hld-overview.md [new file with mode: 0644]
modules/gapi/doc/20-kernel-api.markdown [new file with mode: 0644]
modules/gapi/doc/30-implementation.markdown [new file with mode: 0644]
modules/gapi/doc/pics/demo.jpg [new file with mode: 0644]
modules/gapi/doc/pics/gapi_scheme.png [new file with mode: 0644]
modules/gapi/doc/pics/render_example.png [new file with mode: 0644]
modules/gapi/doc/slides/README.md [new file with mode: 0644]
modules/gapi/doc/slides/gapi_overview.org [new file with mode: 0644]
modules/gapi/doc/slides/get_sty.sh [new file with mode: 0755]
modules/gapi/doc/slides/ocv_logo.eps [new file with mode: 0644]
modules/gapi/include/opencv2/gapi.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/core.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/cpu/core.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/cpu/gcpukernel.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/cpu/imgproc.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/cpu/video.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/fluid/core.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/fluid/gfluidbuffer.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/fluid/gfluidkernel.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/fluid/imgproc.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/garg.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/garray.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gasync_context.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gcall.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gcommon.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gcompiled.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gcompiled_async.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gcompoundkernel.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gcomputation.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gcomputation_async.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gframe.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gkernel.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gmat.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gmetaarg.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gopaque.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gproto.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gpu/core.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gpu/ggpukernel.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gpu/imgproc.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gscalar.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gstreaming.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gtransform.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gtype_traits.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/gtyped.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/imgproc.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/infer.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/infer/bindings_ie.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/infer/ie.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/infer/onnx.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/infer/parsers.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/media.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/ocl/core.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/ocl/goclkernel.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/ocl/imgproc.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/opencv_includes.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/operators.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/own/assert.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/own/convert.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/own/cvdefs.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/own/exports.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/own/mat.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/own/saturate.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/own/scalar.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/own/types.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/plaidml/core.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/plaidml/gplaidmlkernel.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/plaidml/plaidml.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/render.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/render/render.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/render/render_types.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/rmat.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/s11n.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/s11n/base.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/streaming/cap.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/streaming/desync.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/streaming/format.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/streaming/meta.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/streaming/source.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/util/any.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/util/compiler_hints.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/util/copy_through_move.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/util/optional.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/util/throw.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/util/type_traits.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/util/util.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/util/variant.hpp [new file with mode: 0644]
modules/gapi/include/opencv2/gapi/video.hpp [new file with mode: 0644]
modules/gapi/misc/python/pyopencv_gapi.hpp [new file with mode: 0644]
modules/gapi/misc/python/shadow_gapi.hpp [new file with mode: 0644]
modules/gapi/misc/python/test/test_gapi_core.py [new file with mode: 0644]
modules/gapi/misc/python/test/test_gapi_imgproc.py [new file with mode: 0644]
modules/gapi/misc/python/test/test_gapi_infer.py [new file with mode: 0644]
modules/gapi/misc/python/test/test_gapi_sample_pipelines.py [new file with mode: 0644]
modules/gapi/misc/python/test/test_gapi_streaming.py [new file with mode: 0644]
modules/gapi/perf/common/gapi_core_perf_tests.cpp [new file with mode: 0644]
modules/gapi/perf/common/gapi_core_perf_tests.hpp [new file with mode: 0644]
modules/gapi/perf/common/gapi_core_perf_tests_inl.hpp [new file with mode: 0644]
modules/gapi/perf/common/gapi_imgproc_perf_tests.cpp [new file with mode: 0644]
modules/gapi/perf/common/gapi_imgproc_perf_tests.hpp [new file with mode: 0644]
modules/gapi/perf/common/gapi_imgproc_perf_tests_inl.hpp [new file with mode: 0644]
modules/gapi/perf/common/gapi_render_perf_tests.cpp [new file with mode: 0644]
modules/gapi/perf/common/gapi_render_perf_tests.hpp [new file with mode: 0644]
modules/gapi/perf/common/gapi_render_perf_tests_inl.hpp [new file with mode: 0644]
modules/gapi/perf/common/gapi_video_perf_tests.cpp [new file with mode: 0644]
modules/gapi/perf/common/gapi_video_perf_tests.hpp [new file with mode: 0644]
modules/gapi/perf/common/gapi_video_perf_tests_inl.hpp [new file with mode: 0644]
modules/gapi/perf/cpu/gapi_core_perf_tests_cpu.cpp [new file with mode: 0644]
modules/gapi/perf/cpu/gapi_core_perf_tests_fluid.cpp [new file with mode: 0644]
modules/gapi/perf/cpu/gapi_imgproc_perf_tests_cpu.cpp [new file with mode: 0644]
modules/gapi/perf/cpu/gapi_imgproc_perf_tests_fluid.cpp [new file with mode: 0644]
modules/gapi/perf/cpu/gapi_video_perf_tests_cpu.cpp [new file with mode: 0644]
modules/gapi/perf/gpu/gapi_core_perf_tests_gpu.cpp [new file with mode: 0644]
modules/gapi/perf/gpu/gapi_imgproc_perf_tests_gpu.cpp [new file with mode: 0644]
modules/gapi/perf/internal/gapi_compiler_perf_tests.cpp [new file with mode: 0644]
modules/gapi/perf/perf_bench.cpp [new file with mode: 0644]
modules/gapi/perf/perf_main.cpp [new file with mode: 0644]
modules/gapi/perf/perf_precomp.hpp [new file with mode: 0644]
modules/gapi/perf/render/gapi_render_perf_tests_ocv.cpp [new file with mode: 0644]
modules/gapi/samples/api_example.cpp [new file with mode: 0644]
modules/gapi/samples/api_ref_snippets.cpp [new file with mode: 0644]
modules/gapi/samples/draw_example.cpp [new file with mode: 0644]
modules/gapi/samples/dynamic_graph.cpp [new file with mode: 0644]
modules/gapi/samples/gaze_estimation.cpp [new file with mode: 0644]
modules/gapi/samples/infer_ie_onnx_hybrid.cpp [new file with mode: 0644]
modules/gapi/samples/infer_single_roi.cpp [new file with mode: 0644]
modules/gapi/samples/infer_ssd_onnx.cpp [new file with mode: 0644]
modules/gapi/samples/kernel_api_snippets.cpp [new file with mode: 0644]
modules/gapi/samples/privacy_masking_camera.cpp [new file with mode: 0644]
modules/gapi/samples/slides_blur_gapi.cpp [new file with mode: 0644]
modules/gapi/samples/slides_sobel_cv.cpp [new file with mode: 0644]
modules/gapi/samples/slides_sobel_gapi.cpp [new file with mode: 0644]
modules/gapi/samples/text_detection.cpp [new file with mode: 0644]
modules/gapi/scripts/measure_privacy_masking.py [new file with mode: 0755]
modules/gapi/src/api/README.md [new file with mode: 0644]
modules/gapi/src/api/garray.cpp [new file with mode: 0644]
modules/gapi/src/api/gbackend.cpp [new file with mode: 0644]
modules/gapi/src/api/gbackend_priv.hpp [new file with mode: 0644]
modules/gapi/src/api/gcall.cpp [new file with mode: 0644]
modules/gapi/src/api/gcall_priv.hpp [new file with mode: 0644]
modules/gapi/src/api/gcomputation.cpp [new file with mode: 0644]
modules/gapi/src/api/gcomputation_priv.hpp [new file with mode: 0644]
modules/gapi/src/api/gframe.cpp [new file with mode: 0644]
modules/gapi/src/api/ginfer.cpp [new file with mode: 0644]
modules/gapi/src/api/gkernel.cpp [new file with mode: 0644]
modules/gapi/src/api/gmat.cpp [new file with mode: 0644]
modules/gapi/src/api/gnode.cpp [new file with mode: 0644]
modules/gapi/src/api/gnode.hpp [new file with mode: 0644]
modules/gapi/src/api/gnode_priv.hpp [new file with mode: 0644]
modules/gapi/src/api/gopaque.cpp [new file with mode: 0644]
modules/gapi/src/api/gorigin.cpp [new file with mode: 0644]
modules/gapi/src/api/gorigin.hpp [new file with mode: 0644]
modules/gapi/src/api/gproto.cpp [new file with mode: 0644]
modules/gapi/src/api/gproto_priv.hpp [new file with mode: 0644]
modules/gapi/src/api/grunarg.cpp [new file with mode: 0644]
modules/gapi/src/api/gscalar.cpp [new file with mode: 0644]
modules/gapi/src/api/kernels_core.cpp [new file with mode: 0644]
modules/gapi/src/api/kernels_imgproc.cpp [new file with mode: 0644]
modules/gapi/src/api/kernels_nnparsers.cpp [new file with mode: 0644]
modules/gapi/src/api/kernels_streaming.cpp [new file with mode: 0644]
modules/gapi/src/api/kernels_video.cpp [new file with mode: 0644]
modules/gapi/src/api/media.cpp [new file with mode: 0644]
modules/gapi/src/api/ocv_mask_creator.hpp [new file with mode: 0644]
modules/gapi/src/api/operators.cpp [new file with mode: 0644]
modules/gapi/src/api/render.cpp [new file with mode: 0644]
modules/gapi/src/api/render_ocv.cpp [new file with mode: 0644]
modules/gapi/src/api/render_ocv.hpp [new file with mode: 0644]
modules/gapi/src/api/render_priv.hpp [new file with mode: 0644]
modules/gapi/src/api/rmat.cpp [new file with mode: 0644]
modules/gapi/src/api/s11n.cpp [new file with mode: 0644]
modules/gapi/src/backends/README.md [new file with mode: 0644]
modules/gapi/src/backends/common/gbackend.hpp [new file with mode: 0644]
modules/gapi/src/backends/common/gcompoundbackend.cpp [new file with mode: 0644]
modules/gapi/src/backends/common/gcompoundkernel.cpp [new file with mode: 0644]
modules/gapi/src/backends/common/gmetabackend.cpp [new file with mode: 0644]
modules/gapi/src/backends/common/gmetabackend.hpp [new file with mode: 0644]
modules/gapi/src/backends/common/serialization.cpp [new file with mode: 0644]
modules/gapi/src/backends/common/serialization.hpp [new file with mode: 0644]
modules/gapi/src/backends/cpu/gcpubackend.cpp [new file with mode: 0644]
modules/gapi/src/backends/cpu/gcpubackend.hpp [new file with mode: 0644]
modules/gapi/src/backends/cpu/gcpucore.cpp [new file with mode: 0644]
modules/gapi/src/backends/cpu/gcpuimgproc.cpp [new file with mode: 0644]
modules/gapi/src/backends/cpu/gcpukernel.cpp [new file with mode: 0644]
modules/gapi/src/backends/cpu/gcpuvideo.cpp [new file with mode: 0644]
modules/gapi/src/backends/cpu/gnnparsers.cpp [new file with mode: 0644]
modules/gapi/src/backends/cpu/gnnparsers.hpp [new file with mode: 0644]
modules/gapi/src/backends/fluid/gfluidbackend.cpp [new file with mode: 0644]
modules/gapi/src/backends/fluid/gfluidbackend.hpp [new file with mode: 0644]
modules/gapi/src/backends/fluid/gfluidbuffer.cpp [new file with mode: 0644]
modules/gapi/src/backends/fluid/gfluidbuffer_priv.hpp [new file with mode: 0644]
modules/gapi/src/backends/fluid/gfluidcore.cpp [new file with mode: 0644]
modules/gapi/src/backends/fluid/gfluidimgproc.cpp [new file with mode: 0644]
modules/gapi/src/backends/fluid/gfluidimgproc_func.dispatch.cpp [new file with mode: 0644]
modules/gapi/src/backends/fluid/gfluidimgproc_func.hpp [new file with mode: 0644]
modules/gapi/src/backends/fluid/gfluidimgproc_func.simd.hpp [new file with mode: 0644]
modules/gapi/src/backends/fluid/gfluidutils.hpp [new file with mode: 0644]
modules/gapi/src/backends/ie/bindings_ie.cpp [new file with mode: 0644]
modules/gapi/src/backends/ie/giebackend.cpp [new file with mode: 0644]
modules/gapi/src/backends/ie/giebackend.hpp [new file with mode: 0644]
modules/gapi/src/backends/ie/giebackend/giewrapper.cpp [new file with mode: 0644]
modules/gapi/src/backends/ie/giebackend/giewrapper.hpp [new file with mode: 0644]
modules/gapi/src/backends/ie/util.hpp [new file with mode: 0644]
modules/gapi/src/backends/ocl/goclbackend.cpp [new file with mode: 0644]
modules/gapi/src/backends/ocl/goclbackend.hpp [new file with mode: 0644]
modules/gapi/src/backends/ocl/goclcore.cpp [new file with mode: 0644]
modules/gapi/src/backends/ocl/goclcore.hpp [new file with mode: 0644]
modules/gapi/src/backends/ocl/goclimgproc.cpp [new file with mode: 0644]
modules/gapi/src/backends/ocl/goclimgproc.hpp [new file with mode: 0644]
modules/gapi/src/backends/ocl/goclkernel.cpp [new file with mode: 0644]
modules/gapi/src/backends/onnx/gonnxbackend.cpp [new file with mode: 0644]
modules/gapi/src/backends/onnx/gonnxbackend.hpp [new file with mode: 0644]
modules/gapi/src/backends/plaidml/gplaidmlbackend.cpp [new file with mode: 0644]
modules/gapi/src/backends/plaidml/gplaidmlbackend.hpp [new file with mode: 0644]
modules/gapi/src/backends/plaidml/gplaidmlcore.cpp [new file with mode: 0644]
modules/gapi/src/backends/plaidml/plaidml_util.hpp [new file with mode: 0644]
modules/gapi/src/backends/render/ft_render.cpp [new file with mode: 0644]
modules/gapi/src/backends/render/ft_render.hpp [new file with mode: 0644]
modules/gapi/src/backends/render/ft_render_priv.hpp [new file with mode: 0644]
modules/gapi/src/backends/render/grenderocv.cpp [new file with mode: 0644]
modules/gapi/src/backends/streaming/gstreamingbackend.cpp [new file with mode: 0644]
modules/gapi/src/backends/streaming/gstreamingbackend.hpp [new file with mode: 0644]
modules/gapi/src/backends/streaming/gstreamingkernel.hpp [new file with mode: 0644]
modules/gapi/src/compiler/README.md [new file with mode: 0644]
modules/gapi/src/compiler/gcompiled.cpp [new file with mode: 0644]
modules/gapi/src/compiler/gcompiled_priv.hpp [new file with mode: 0644]
modules/gapi/src/compiler/gcompiler.cpp [new file with mode: 0644]
modules/gapi/src/compiler/gcompiler.hpp [new file with mode: 0644]
modules/gapi/src/compiler/gislandmodel.cpp [new file with mode: 0644]
modules/gapi/src/compiler/gislandmodel.hpp [new file with mode: 0644]
modules/gapi/src/compiler/gmodel.cpp [new file with mode: 0644]
modules/gapi/src/compiler/gmodel.hpp [new file with mode: 0644]
modules/gapi/src/compiler/gmodel_priv.hpp [new file with mode: 0644]
modules/gapi/src/compiler/gmodelbuilder.cpp [new file with mode: 0644]
modules/gapi/src/compiler/gmodelbuilder.hpp [new file with mode: 0644]
modules/gapi/src/compiler/gobjref.hpp [new file with mode: 0644]
modules/gapi/src/compiler/gstreaming.cpp [new file with mode: 0644]
modules/gapi/src/compiler/gstreaming_priv.hpp [new file with mode: 0644]
modules/gapi/src/compiler/passes/dump_dot.cpp [new file with mode: 0644]
modules/gapi/src/compiler/passes/exec.cpp [new file with mode: 0644]
modules/gapi/src/compiler/passes/helpers.cpp [new file with mode: 0644]
modules/gapi/src/compiler/passes/helpers.hpp [new file with mode: 0644]
modules/gapi/src/compiler/passes/intrin.cpp [new file with mode: 0644]
modules/gapi/src/compiler/passes/islands.cpp [new file with mode: 0644]
modules/gapi/src/compiler/passes/kernels.cpp [new file with mode: 0644]
modules/gapi/src/compiler/passes/meta.cpp [new file with mode: 0644]
modules/gapi/src/compiler/passes/passes.hpp [new file with mode: 0644]
modules/gapi/src/compiler/passes/pattern_matching.cpp [new file with mode: 0644]
modules/gapi/src/compiler/passes/pattern_matching.hpp [new file with mode: 0644]
modules/gapi/src/compiler/passes/perform_substitution.cpp [new file with mode: 0644]
modules/gapi/src/compiler/passes/streaming.cpp [new file with mode: 0644]
modules/gapi/src/compiler/passes/transformations.cpp [new file with mode: 0644]
modules/gapi/src/compiler/transactions.hpp [new file with mode: 0644]
modules/gapi/src/executor/conc_queue.hpp [new file with mode: 0644]
modules/gapi/src/executor/gapi_itt.hpp [new file with mode: 0644]
modules/gapi/src/executor/gasync.cpp [new file with mode: 0644]
modules/gapi/src/executor/gexecutor.cpp [new file with mode: 0644]
modules/gapi/src/executor/gexecutor.hpp [new file with mode: 0644]
modules/gapi/src/executor/gstreamingexecutor.cpp [new file with mode: 0644]
modules/gapi/src/executor/gstreamingexecutor.hpp [new file with mode: 0644]
modules/gapi/src/executor/gtbbexecutor.cpp [new file with mode: 0644]
modules/gapi/src/executor/gtbbexecutor.hpp [new file with mode: 0644]
modules/gapi/src/executor/last_value.hpp [new file with mode: 0644]
modules/gapi/src/logger.hpp [new file with mode: 0644]
modules/gapi/src/precomp.hpp [new file with mode: 0644]
modules/gapi/test/common/gapi_compoundkernel_tests.cpp [new file with mode: 0644]
modules/gapi/test/common/gapi_core_tests.cpp [new file with mode: 0644]
modules/gapi/test/common/gapi_core_tests.hpp [new file with mode: 0644]
modules/gapi/test/common/gapi_core_tests_inl.hpp [new file with mode: 0644]
modules/gapi/test/common/gapi_imgproc_tests.cpp [new file with mode: 0644]
modules/gapi/test/common/gapi_imgproc_tests.hpp [new file with mode: 0644]
modules/gapi/test/common/gapi_imgproc_tests_inl.hpp [new file with mode: 0644]
modules/gapi/test/common/gapi_operators_tests.cpp [new file with mode: 0644]
modules/gapi/test/common/gapi_operators_tests.hpp [new file with mode: 0644]
modules/gapi/test/common/gapi_operators_tests_inl.hpp [new file with mode: 0644]
modules/gapi/test/common/gapi_parsers_tests_common.hpp [new file with mode: 0644]
modules/gapi/test/common/gapi_render_tests.cpp [new file with mode: 0644]
modules/gapi/test/common/gapi_render_tests.hpp [new file with mode: 0644]
modules/gapi/test/common/gapi_tests_common.hpp [new file with mode: 0644]
modules/gapi/test/common/gapi_tests_helpers.hpp [new file with mode: 0644]
modules/gapi/test/common/gapi_video_tests.cpp [new file with mode: 0644]
modules/gapi/test/common/gapi_video_tests.hpp [new file with mode: 0644]
modules/gapi/test/common/gapi_video_tests_common.hpp [new file with mode: 0644]
modules/gapi/test/common/gapi_video_tests_inl.hpp [new file with mode: 0644]
modules/gapi/test/cpu/gapi_core_tests_cpu.cpp [new file with mode: 0644]
modules/gapi/test/cpu/gapi_core_tests_fluid.cpp [new file with mode: 0644]
modules/gapi/test/cpu/gapi_imgproc_tests_cpu.cpp [new file with mode: 0644]
modules/gapi/test/cpu/gapi_imgproc_tests_fluid.cpp [new file with mode: 0644]
modules/gapi/test/cpu/gapi_ocv_stateful_kernel_test_utils.hpp [new file with mode: 0644]
modules/gapi/test/cpu/gapi_ocv_stateful_kernel_tests.cpp [new file with mode: 0644]
modules/gapi/test/cpu/gapi_operators_tests_cpu.cpp [new file with mode: 0644]
modules/gapi/test/cpu/gapi_operators_tests_fluid.cpp [new file with mode: 0644]
modules/gapi/test/cpu/gapi_video_tests_cpu.cpp [new file with mode: 0644]
modules/gapi/test/executor/gtbbexecutor_internal_tests.cpp [new file with mode: 0644]
modules/gapi/test/gapi_array_tests.cpp [new file with mode: 0644]
modules/gapi/test/gapi_async_test.cpp [new file with mode: 0644]
modules/gapi/test/gapi_basic_hetero_tests.cpp [new file with mode: 0644]
modules/gapi/test/gapi_compile_args_tests.cpp [new file with mode: 0644]
modules/gapi/test/gapi_desc_tests.cpp [new file with mode: 0644]
modules/gapi/test/gapi_fluid_parallel_rois_test.cpp [new file with mode: 0644]
modules/gapi/test/gapi_fluid_resize_test.cpp [new file with mode: 0644]
modules/gapi/test/gapi_fluid_roi_test.cpp [new file with mode: 0644]
modules/gapi/test/gapi_fluid_test.cpp [new file with mode: 0644]
modules/gapi/test/gapi_fluid_test_kernels.cpp [new file with mode: 0644]
modules/gapi/test/gapi_fluid_test_kernels.hpp [new file with mode: 0644]
modules/gapi/test/gapi_frame_tests.cpp [new file with mode: 0644]
modules/gapi/test/gapi_gcompiled_tests.cpp [new file with mode: 0644]
modules/gapi/test/gapi_gcomputation_tests.cpp [new file with mode: 0644]
modules/gapi/test/gapi_gpu_test.cpp [new file with mode: 0644]
modules/gapi/test/gapi_graph_meta_tests.cpp [new file with mode: 0644]
modules/gapi/test/gapi_kernel_tests.cpp [new file with mode: 0644]
modules/gapi/test/gapi_mock_kernels.hpp [new file with mode: 0644]
modules/gapi/test/gapi_opaque_tests.cpp [new file with mode: 0644]
modules/gapi/test/gapi_plaidml_pipelines.cpp [new file with mode: 0644]
modules/gapi/test/gapi_planar_test.cpp [new file with mode: 0644]
modules/gapi/test/gapi_sample_pipelines.cpp [new file with mode: 0644]
modules/gapi/test/gapi_scalar_tests.cpp [new file with mode: 0644]
modules/gapi/test/gapi_smoke_test.cpp [new file with mode: 0644]
modules/gapi/test/gapi_transform_tests.cpp [new file with mode: 0644]
modules/gapi/test/gapi_typed_tests.cpp [new file with mode: 0644]
modules/gapi/test/gapi_util_tests.cpp [new file with mode: 0644]
modules/gapi/test/gpu/gapi_core_tests_gpu.cpp [new file with mode: 0644]
modules/gapi/test/gpu/gapi_imgproc_tests_gpu.cpp [new file with mode: 0644]
modules/gapi/test/gpu/gapi_operators_tests_gpu.cpp [new file with mode: 0644]
modules/gapi/test/infer/gapi_infer_ie_test.cpp [new file with mode: 0644]
modules/gapi/test/infer/gapi_infer_onnx_test.cpp [new file with mode: 0644]
modules/gapi/test/infer/gapi_infer_tests.cpp [new file with mode: 0644]
modules/gapi/test/internal/gapi_int_backend_tests.cpp [new file with mode: 0644]
modules/gapi/test/internal/gapi_int_dynamic_graph.cpp [new file with mode: 0644]
modules/gapi/test/internal/gapi_int_executor_tests.cpp [new file with mode: 0644]
modules/gapi/test/internal/gapi_int_garg_test.cpp [new file with mode: 0644]
modules/gapi/test/internal/gapi_int_gmetaarg_test.cpp [new file with mode: 0644]
modules/gapi/test/internal/gapi_int_gmodel_builder_test.cpp [new file with mode: 0644]
modules/gapi/test/internal/gapi_int_island_fusion_tests.cpp [new file with mode: 0644]
modules/gapi/test/internal/gapi_int_island_tests.cpp [new file with mode: 0644]
modules/gapi/test/internal/gapi_int_pattern_matching_test.cpp [new file with mode: 0644]
modules/gapi/test/internal/gapi_int_perform_substitution_test.cpp [new file with mode: 0644]
modules/gapi/test/internal/gapi_int_proto_tests.cpp [new file with mode: 0644]
modules/gapi/test/internal/gapi_int_recompilation_test.cpp [new file with mode: 0644]
modules/gapi/test/internal/gapi_int_vectorref_test.cpp [new file with mode: 0644]
modules/gapi/test/internal/gapi_transactions_test.cpp [new file with mode: 0644]
modules/gapi/test/opencl_kernels_test_gapi.hpp [new file with mode: 0644]
modules/gapi/test/own/conc_queue_tests.cpp [new file with mode: 0644]
modules/gapi/test/own/gapi_types_tests.cpp [new file with mode: 0644]
modules/gapi/test/own/last_written_value_tests.cpp [new file with mode: 0644]
modules/gapi/test/own/mat_tests.cpp [new file with mode: 0644]
modules/gapi/test/own/scalar_tests.cpp [new file with mode: 0644]
modules/gapi/test/render/ftp_render_test.cpp [new file with mode: 0644]
modules/gapi/test/render/gapi_render_tests_ocv.cpp [new file with mode: 0644]
modules/gapi/test/rmat/rmat_integration_tests.cpp [new file with mode: 0644]
modules/gapi/test/rmat/rmat_test_common.hpp [new file with mode: 0644]
modules/gapi/test/rmat/rmat_tests.cpp [new file with mode: 0644]
modules/gapi/test/rmat/rmat_view_tests.cpp [new file with mode: 0644]
modules/gapi/test/s11n/gapi_s11n_tests.cpp [new file with mode: 0644]
modules/gapi/test/s11n/gapi_sample_pipelines_s11n.cpp [new file with mode: 0644]
modules/gapi/test/streaming/gapi_streaming_tests.cpp [new file with mode: 0644]
modules/gapi/test/test_main.cpp [new file with mode: 0644]
modules/gapi/test/test_precomp.hpp [new file with mode: 0644]
modules/gapi/test/util/any_tests.cpp [new file with mode: 0644]
modules/gapi/test/util/optional_tests.cpp [new file with mode: 0644]
modules/gapi/test/util/variant_tests.cpp [new file with mode: 0644]
modules/highgui/CMakeLists.txt [new file with mode: 0644]
modules/highgui/doc/pics/qtgui.png [new file with mode: 0644]
modules/highgui/include/opencv2/highgui.hpp [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/include/opencv2/highgui/highgui_winrt.hpp [new file with mode: 0644]
modules/highgui/misc/java/filelist [new file with mode: 0644]
modules/highgui/misc/java/src/java/highgui+HighGui.java [new file with mode: 0644]
modules/highgui/misc/java/src/java/highgui+ImageWindow.java [new file with mode: 0644]
modules/highgui/src/files_Qt/stylesheet_trackbar.qss [new file with mode: 0644]
modules/highgui/src/precomp.hpp [new file with mode: 0644]
modules/highgui/src/roiSelector.cpp [new file with mode: 0644]
modules/highgui/src/window.cpp [new file with mode: 0644]
modules/highgui/src/window_QT.cpp [new file with mode: 0644]
modules/highgui/src/window_QT.h [new file with mode: 0644]
modules/highgui/src/window_QT.qrc [new file with mode: 0644]
modules/highgui/src/window_cocoa.mm [new file with mode: 0644]
modules/highgui/src/window_gtk.cpp [new file with mode: 0644]
modules/highgui/src/window_w32.cpp [new file with mode: 0644]
modules/highgui/src/window_winrt.cpp [new file with mode: 0644]
modules/highgui/src/window_winrt_bridge.cpp [new file with mode: 0644]
modules/highgui/src/window_winrt_bridge.hpp [new file with mode: 0644]
modules/highgui/test/test_gui.cpp [new file with mode: 0644]
modules/highgui/test/test_main.cpp [new file with mode: 0644]
modules/highgui/test/test_precomp.hpp [new file with mode: 0644]
modules/imgcodecs/CMakeLists.txt [new file with mode: 0644]
modules/imgcodecs/include/opencv2/imgcodecs.hpp [new file with mode: 0644]
modules/imgcodecs/include/opencv2/imgcodecs/imgcodecs.hpp [new file with mode: 0644]
modules/imgcodecs/include/opencv2/imgcodecs/imgcodecs_c.h [new file with mode: 0644]
modules/imgcodecs/include/opencv2/imgcodecs/ios.h [new file with mode: 0644]
modules/imgcodecs/include/opencv2/imgcodecs/legacy/constants_c.h [new file with mode: 0644]
modules/imgcodecs/include/opencv2/imgcodecs/macosx.h [new file with mode: 0644]
modules/imgcodecs/misc/java/test/ImgcodecsTest.java [new file with mode: 0644]
modules/imgcodecs/misc/objc/ios/Mat+Converters.h [new file with mode: 0644]
modules/imgcodecs/misc/objc/ios/Mat+Converters.mm [new file with mode: 0644]
modules/imgcodecs/misc/objc/macosx/Mat+Converters.h [new file with mode: 0644]
modules/imgcodecs/misc/objc/macosx/Mat+Converters.mm [new file with mode: 0644]
modules/imgcodecs/misc/objc/test/ImgcodecsTest.swift [new file with mode: 0644]
modules/imgcodecs/perf/perf_main.cpp [new file with mode: 0644]
modules/imgcodecs/perf/perf_precomp.hpp [new file with mode: 0644]
modules/imgcodecs/src/apple_conversions.h [new file with mode: 0644]
modules/imgcodecs/src/apple_conversions.mm [new file with mode: 0644]
modules/imgcodecs/src/bitstrm.cpp [new file with mode: 0644]
modules/imgcodecs/src/bitstrm.hpp [new file with mode: 0644]
modules/imgcodecs/src/exif.cpp [new file with mode: 0644]
modules/imgcodecs/src/exif.hpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_base.cpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_base.hpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_bmp.cpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_bmp.hpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_exr.cpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_exr.hpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_gdal.cpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_gdal.hpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_gdcm.cpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_gdcm.hpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_hdr.cpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_hdr.hpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_jpeg.cpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_jpeg.hpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_jpeg2000.cpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_jpeg2000.hpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_jpeg2000_openjpeg.cpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_jpeg2000_openjpeg.hpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_pam.cpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_pam.hpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_pfm.cpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_pfm.hpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_png.cpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_png.hpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_pxm.cpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_pxm.hpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_sunras.cpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_sunras.hpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_tiff.cpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_tiff.hpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_webp.cpp [new file with mode: 0644]
modules/imgcodecs/src/grfmt_webp.hpp [new file with mode: 0644]
modules/imgcodecs/src/grfmts.hpp [new file with mode: 0644]
modules/imgcodecs/src/ios_conversions.mm [new file with mode: 0644]
modules/imgcodecs/src/loadsave.cpp [new file with mode: 0644]
modules/imgcodecs/src/macosx_conversions.mm [new file with mode: 0644]
modules/imgcodecs/src/precomp.hpp [new file with mode: 0644]
modules/imgcodecs/src/rgbe.cpp [new file with mode: 0644]
modules/imgcodecs/src/rgbe.hpp [new file with mode: 0644]
modules/imgcodecs/src/utils.cpp [new file with mode: 0644]
modules/imgcodecs/src/utils.hpp [new file with mode: 0644]
modules/imgcodecs/test/test_common.cpp [new file with mode: 0644]
modules/imgcodecs/test/test_common.hpp [new file with mode: 0644]
modules/imgcodecs/test/test_exr.impl.hpp [new file with mode: 0644]
modules/imgcodecs/test/test_grfmt.cpp [new file with mode: 0644]
modules/imgcodecs/test/test_jpeg.cpp [new file with mode: 0644]
modules/imgcodecs/test/test_main.cpp [new file with mode: 0644]
modules/imgcodecs/test/test_png.cpp [new file with mode: 0644]
modules/imgcodecs/test/test_precomp.hpp [new file with mode: 0644]
modules/imgcodecs/test/test_read_write.cpp [new file with mode: 0644]
modules/imgcodecs/test/test_tiff.cpp [new file with mode: 0644]
modules/imgcodecs/test/test_webp.cpp [new file with mode: 0644]
modules/imgproc/CMakeLists.txt [new file with mode: 0644]
modules/imgproc/doc/colors.markdown [new file with mode: 0644]
modules/imgproc/doc/pics/backprojectpatch.png [new file with mode: 0644]
modules/imgproc/doc/pics/bayer.png [new file with mode: 0644]
modules/imgproc/doc/pics/boundingrect.png [new file with mode: 0644]
modules/imgproc/doc/pics/building.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/building_lsd.png [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_autumn.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_bone.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_cividis.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_cool.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_deepgreen.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_hot.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_hsv.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_inferno.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_jet.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_magma.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_mkpj1.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_mkpj2.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_ocean.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_parula.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_pink.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_plasma.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_rainbow.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_spring.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_summer.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_turbo.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_twilight.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_twilight_shifted.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_viridis.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/colormaps/colorscale_winter.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/contoursecarea.png [new file with mode: 0644]
modules/imgproc/doc/pics/cornersubpix.png [new file with mode: 0644]
modules/imgproc/doc/pics/defects.png [new file with mode: 0644]
modules/imgproc/doc/pics/delaunay_voronoi.png [new file with mode: 0644]
modules/imgproc/doc/pics/ellipse.svg [new file with mode: 0644]
modules/imgproc/doc/pics/houghp.png [new file with mode: 0644]
modules/imgproc/doc/pics/integral.png [new file with mode: 0644]
modules/imgproc/doc/pics/intersection.png [new file with mode: 0644]
modules/imgproc/doc/pics/inv_logpolar.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/logpolar.jpg [new file with mode: 0644]
modules/imgproc/doc/pics/minareabox.png [new file with mode: 0644]
modules/imgproc/doc/pics/minenclosingtriangle.png [new file with mode: 0644]
modules/imgproc/doc/pics/pointpolygon.png [new file with mode: 0644]
modules/imgproc/doc/pics/polar_remap_doc.png [new file with mode: 0644]
modules/imgproc/doc/pics/polar_remap_doc.svg [new file with mode: 0644]
modules/imgproc/doc/pics/quadedge.png [new file with mode: 0644]
modules/imgproc/doc/pics/subdiv.png [new file with mode: 0644]
modules/imgproc/doc/pics/threshold.png [new file with mode: 0644]
modules/imgproc/include/opencv2/imgproc.hpp [new file with mode: 0644]
modules/imgproc/include/opencv2/imgproc/detail/gcgraph.hpp [new file with mode: 0644]
modules/imgproc/include/opencv2/imgproc/hal/hal.hpp [new file with mode: 0644]
modules/imgproc/include/opencv2/imgproc/hal/interface.h [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/misc/java/gen_dict.json [new file with mode: 0644]
modules/imgproc/misc/java/src/java/imgproc+Moments.java [new file with mode: 0644]
modules/imgproc/misc/java/test/ImgprocTest.java [new file with mode: 0644]
modules/imgproc/misc/java/test/MomentsTest.java [new file with mode: 0644]
modules/imgproc/misc/java/test/Subdiv2DTest.java [new file with mode: 0644]
modules/imgproc/misc/objc/common/Moments.h [new file with mode: 0644]
modules/imgproc/misc/objc/common/Moments.mm [new file with mode: 0644]
modules/imgproc/misc/objc/gen_dict.json [new file with mode: 0644]
modules/imgproc/misc/objc/test/ImgprocTest.swift [new file with mode: 0644]
modules/imgproc/misc/objc/test/MomentsTest.swift [new file with mode: 0644]
modules/imgproc/misc/objc/test/Subdiv2DTest.swift [new file with mode: 0644]
modules/imgproc/perf/opencl/perf_3vs4.cpp [new file with mode: 0644]
modules/imgproc/perf/opencl/perf_accumulate.cpp [new file with mode: 0644]
modules/imgproc/perf/opencl/perf_blend.cpp [new file with mode: 0644]
modules/imgproc/perf/opencl/perf_color.cpp [new file with mode: 0644]
modules/imgproc/perf/opencl/perf_filters.cpp [new file with mode: 0644]
modules/imgproc/perf/opencl/perf_gftt.cpp [new file with mode: 0644]
modules/imgproc/perf/opencl/perf_houghlines.cpp [new file with mode: 0644]
modules/imgproc/perf/opencl/perf_imgproc.cpp [new file with mode: 0644]
modules/imgproc/perf/opencl/perf_imgwarp.cpp [new file with mode: 0644]
modules/imgproc/perf/opencl/perf_matchTemplate.cpp [new file with mode: 0644]
modules/imgproc/perf/opencl/perf_moments.cpp [new file with mode: 0644]
modules/imgproc/perf/opencl/perf_pyramid.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_accumulate.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_bilateral.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_blur.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_canny.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_contours.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_corners.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_cvt_color.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_distanceTransform.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_filter2d.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_floodfill.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_goodFeaturesToTrack.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_histogram.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_houghcircles.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_houghlines.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_integral.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_main.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_matchTemplate.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_moments.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_morph.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_phasecorr.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_precomp.hpp [new file with mode: 0644]
modules/imgproc/perf/perf_pyramids.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_remap.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_resize.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_sepfilters.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_spatialgradient.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_threshold.cpp [new file with mode: 0644]
modules/imgproc/perf/perf_warp.cpp [new file with mode: 0644]
modules/imgproc/src/_geom.h [new file with mode: 0644]
modules/imgproc/src/accum.cpp [new file with mode: 0644]
modules/imgproc/src/accum.dispatch.cpp [new file with mode: 0644]
modules/imgproc/src/accum.simd.hpp [new file with mode: 0644]
modules/imgproc/src/approx.cpp [new file with mode: 0644]
modules/imgproc/src/bilateral_filter.dispatch.cpp [new file with mode: 0644]
modules/imgproc/src/bilateral_filter.simd.hpp [new file with mode: 0644]
modules/imgproc/src/blend.cpp [new file with mode: 0644]
modules/imgproc/src/box_filter.dispatch.cpp [new file with mode: 0644]
modules/imgproc/src/box_filter.simd.hpp [new file with mode: 0644]
modules/imgproc/src/canny.cpp [new file with mode: 0644]
modules/imgproc/src/clahe.cpp [new file with mode: 0644]
modules/imgproc/src/color.cpp [new file with mode: 0644]
modules/imgproc/src/color.hpp [new file with mode: 0644]
modules/imgproc/src/color.simd_helpers.hpp [new file with mode: 0644]
modules/imgproc/src/color_hsv.dispatch.cpp [new file with mode: 0644]
modules/imgproc/src/color_hsv.simd.hpp [new file with mode: 0644]
modules/imgproc/src/color_lab.cpp [new file with mode: 0644]
modules/imgproc/src/color_rgb.dispatch.cpp [new file with mode: 0644]
modules/imgproc/src/color_rgb.simd.hpp [new file with mode: 0644]
modules/imgproc/src/color_yuv.dispatch.cpp [new file with mode: 0644]
modules/imgproc/src/color_yuv.simd.hpp [new file with mode: 0644]
modules/imgproc/src/colormap.cpp [new file with mode: 0644]
modules/imgproc/src/connectedcomponents.cpp [new file with mode: 0644]
modules/imgproc/src/contours.cpp [new file with mode: 0644]
modules/imgproc/src/convhull.cpp [new file with mode: 0644]
modules/imgproc/src/corner.avx.cpp [new file with mode: 0644]
modules/imgproc/src/corner.cpp [new file with mode: 0644]
modules/imgproc/src/corner.hpp [new file with mode: 0644]
modules/imgproc/src/cornersubpix.cpp [new file with mode: 0644]
modules/imgproc/src/demosaicing.cpp [new file with mode: 0644]
modules/imgproc/src/deriv.cpp [new file with mode: 0644]
modules/imgproc/src/distransform.cpp [new file with mode: 0644]
modules/imgproc/src/drawing.cpp [new file with mode: 0644]
modules/imgproc/src/emd.cpp [new file with mode: 0644]
modules/imgproc/src/featureselect.cpp [new file with mode: 0644]
modules/imgproc/src/filter.dispatch.cpp [new file with mode: 0644]
modules/imgproc/src/filter.hpp [new file with mode: 0644]
modules/imgproc/src/filter.simd.hpp [new file with mode: 0644]
modules/imgproc/src/filterengine.hpp [new file with mode: 0644]
modules/imgproc/src/fixedpoint.inl.hpp [new file with mode: 0644]
modules/imgproc/src/floodfill.cpp [new file with mode: 0644]
modules/imgproc/src/gabor.cpp [new file with mode: 0644]
modules/imgproc/src/generalized_hough.cpp [new file with mode: 0644]
modules/imgproc/src/geometry.cpp [new file with mode: 0644]
modules/imgproc/src/grabcut.cpp [new file with mode: 0644]
modules/imgproc/src/hal_replacement.hpp [new file with mode: 0644]
modules/imgproc/src/hershey_fonts.cpp [new file with mode: 0644]
modules/imgproc/src/histogram.cpp [new file with mode: 0644]
modules/imgproc/src/hough.cpp [new file with mode: 0644]
modules/imgproc/src/imgwarp.avx2.cpp [new file with mode: 0644]
modules/imgproc/src/imgwarp.cpp [new file with mode: 0644]
modules/imgproc/src/imgwarp.hpp [new file with mode: 0644]
modules/imgproc/src/imgwarp.sse4_1.cpp [new file with mode: 0644]
modules/imgproc/src/intersection.cpp [new file with mode: 0644]
modules/imgproc/src/linefit.cpp [new file with mode: 0644]
modules/imgproc/src/lsd.cpp [new file with mode: 0644]
modules/imgproc/src/main.cpp [new file with mode: 0644]
modules/imgproc/src/matchcontours.cpp [new file with mode: 0644]
modules/imgproc/src/median_blur.dispatch.cpp [new file with mode: 0644]
modules/imgproc/src/median_blur.simd.hpp [new file with mode: 0644]
modules/imgproc/src/min_enclosing_triangle.cpp [new file with mode: 0644]
modules/imgproc/src/moments.cpp [new file with mode: 0644]
modules/imgproc/src/morph.dispatch.cpp [new file with mode: 0644]
modules/imgproc/src/morph.simd.hpp [new file with mode: 0644]
modules/imgproc/src/opencl/accumulate.cl [new file with mode: 0644]
modules/imgproc/src/opencl/bilateral.cl [new file with mode: 0644]
modules/imgproc/src/opencl/blend_linear.cl [new file with mode: 0644]
modules/imgproc/src/opencl/boxFilter.cl [new file with mode: 0644]
modules/imgproc/src/opencl/boxFilter3x3.cl [new file with mode: 0644]
modules/imgproc/src/opencl/calc_back_project.cl [new file with mode: 0644]
modules/imgproc/src/opencl/canny.cl [new file with mode: 0644]
modules/imgproc/src/opencl/clahe.cl [new file with mode: 0644]
modules/imgproc/src/opencl/color_hsv.cl [new file with mode: 0644]
modules/imgproc/src/opencl/color_lab.cl [new file with mode: 0644]
modules/imgproc/src/opencl/color_rgb.cl [new file with mode: 0644]
modules/imgproc/src/opencl/color_yuv.cl [new file with mode: 0644]
modules/imgproc/src/opencl/corner.cl [new file with mode: 0644]
modules/imgproc/src/opencl/covardata.cl [new file with mode: 0644]
modules/imgproc/src/opencl/filter2D.cl [new file with mode: 0644]
modules/imgproc/src/opencl/filter2DSmall.cl [new file with mode: 0644]
modules/imgproc/src/opencl/filterSepCol.cl [new file with mode: 0644]
modules/imgproc/src/opencl/filterSepRow.cl [new file with mode: 0644]
modules/imgproc/src/opencl/filterSep_singlePass.cl [new file with mode: 0644]
modules/imgproc/src/opencl/filterSmall.cl [new file with mode: 0644]
modules/imgproc/src/opencl/gaussianBlur3x3.cl [new file with mode: 0644]
modules/imgproc/src/opencl/gaussianBlur5x5.cl [new file with mode: 0644]
modules/imgproc/src/opencl/gftt.cl [new file with mode: 0644]
modules/imgproc/src/opencl/histogram.cl [new file with mode: 0644]
modules/imgproc/src/opencl/hough_lines.cl [new file with mode: 0644]
modules/imgproc/src/opencl/integral_sum.cl [new file with mode: 0644]
modules/imgproc/src/opencl/laplacian3.cl [new file with mode: 0644]
modules/imgproc/src/opencl/laplacian5.cl [new file with mode: 0644]
modules/imgproc/src/opencl/linearPolar.cl [new file with mode: 0644]
modules/imgproc/src/opencl/logPolar.cl [new file with mode: 0644]
modules/imgproc/src/opencl/match_template.cl [new file with mode: 0644]
modules/imgproc/src/opencl/medianFilter.cl [new file with mode: 0644]
modules/imgproc/src/opencl/moments.cl [new file with mode: 0644]
modules/imgproc/src/opencl/morph.cl [new file with mode: 0644]
modules/imgproc/src/opencl/morph3x3.cl [new file with mode: 0644]
modules/imgproc/src/opencl/precornerdetect.cl [new file with mode: 0644]
modules/imgproc/src/opencl/pyr_down.cl [new file with mode: 0644]
modules/imgproc/src/opencl/pyr_up.cl [new file with mode: 0644]
modules/imgproc/src/opencl/pyramid_up.cl [new file with mode: 0644]
modules/imgproc/src/opencl/remap.cl [new file with mode: 0644]
modules/imgproc/src/opencl/resize.cl [new file with mode: 0644]
modules/imgproc/src/opencl/sepFilter3x3.cl [new file with mode: 0644]
modules/imgproc/src/opencl/threshold.cl [new file with mode: 0644]
modules/imgproc/src/opencl/warp_affine.cl [new file with mode: 0644]
modules/imgproc/src/opencl/warp_perspective.cl [new file with mode: 0644]
modules/imgproc/src/opencl/warp_transform.cl [new file with mode: 0644]
modules/imgproc/src/phasecorr.cpp [new file with mode: 0644]
modules/imgproc/src/precomp.hpp [new file with mode: 0644]
modules/imgproc/src/pyramids.cpp [new file with mode: 0644]
modules/imgproc/src/resize.avx2.cpp [new file with mode: 0644]
modules/imgproc/src/resize.cpp [new file with mode: 0644]
modules/imgproc/src/resize.hpp [new file with mode: 0644]
modules/imgproc/src/resize.sse4_1.cpp [new file with mode: 0644]
modules/imgproc/src/rotcalipers.cpp [new file with mode: 0644]
modules/imgproc/src/samplers.cpp [new file with mode: 0644]
modules/imgproc/src/segmentation.cpp [new file with mode: 0644]
modules/imgproc/src/shapedescr.cpp [new file with mode: 0644]
modules/imgproc/src/smooth.dispatch.cpp [new file with mode: 0644]
modules/imgproc/src/smooth.simd.hpp [new file with mode: 0644]
modules/imgproc/src/spatialgradient.cpp [new file with mode: 0644]
modules/imgproc/src/subdivision2d.cpp [new file with mode: 0644]
modules/imgproc/src/sumpixels.avx512_skx.hpp [new file with mode: 0644]
modules/imgproc/src/sumpixels.dispatch.cpp [new file with mode: 0644]
modules/imgproc/src/sumpixels.simd.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/thresh.cpp [new file with mode: 0644]
modules/imgproc/src/utils.cpp [new file with mode: 0644]
modules/imgproc/test/ocl/test_accumulate.cpp [new file with mode: 0644]
modules/imgproc/test/ocl/test_blend.cpp [new file with mode: 0644]
modules/imgproc/test/ocl/test_boxfilter.cpp [new file with mode: 0644]
modules/imgproc/test/ocl/test_canny.cpp [new file with mode: 0644]
modules/imgproc/test/ocl/test_color.cpp [new file with mode: 0644]
modules/imgproc/test/ocl/test_filter2d.cpp [new file with mode: 0644]
modules/imgproc/test/ocl/test_filters.cpp [new file with mode: 0644]
modules/imgproc/test/ocl/test_gftt.cpp [new file with mode: 0644]
modules/imgproc/test/ocl/test_histogram.cpp [new file with mode: 0644]
modules/imgproc/test/ocl/test_houghlines.cpp [new file with mode: 0644]
modules/imgproc/test/ocl/test_imgproc.cpp [new file with mode: 0644]
modules/imgproc/test/ocl/test_match_template.cpp [new file with mode: 0644]
modules/imgproc/test/ocl/test_medianfilter.cpp [new file with mode: 0644]
modules/imgproc/test/ocl/test_pyramids.cpp [new file with mode: 0644]
modules/imgproc/test/ocl/test_sepfilter2d.cpp [new file with mode: 0644]
modules/imgproc/test/ocl/test_warp.cpp [new file with mode: 0644]
modules/imgproc/test/test_approxpoly.cpp [new file with mode: 0644]
modules/imgproc/test/test_bilateral_filter.cpp [new file with mode: 0644]
modules/imgproc/test/test_boundingrect.cpp [new file with mode: 0644]
modules/imgproc/test/test_canny.cpp [new file with mode: 0644]
modules/imgproc/test/test_color.cpp [new file with mode: 0644]
modules/imgproc/test/test_connectedcomponents.cpp [new file with mode: 0644]
modules/imgproc/test/test_contours.cpp [new file with mode: 0644]
modules/imgproc/test/test_convhull.cpp [new file with mode: 0644]
modules/imgproc/test/test_cvtyuv.cpp [new file with mode: 0644]
modules/imgproc/test/test_distancetransform.cpp [new file with mode: 0644]
modules/imgproc/test/test_drawing.cpp [new file with mode: 0644]
modules/imgproc/test/test_emd.cpp [new file with mode: 0644]
modules/imgproc/test/test_filter.cpp [new file with mode: 0644]
modules/imgproc/test/test_fitellipse.cpp [new file with mode: 0644]
modules/imgproc/test/test_fitellipse_ams.cpp [new file with mode: 0644]
modules/imgproc/test/test_fitellipse_direct.cpp [new file with mode: 0644]
modules/imgproc/test/test_floodfill.cpp [new file with mode: 0644]
modules/imgproc/test/test_goodfeaturetotrack.cpp [new file with mode: 0644]
modules/imgproc/test/test_grabcut.cpp [new file with mode: 0644]
modules/imgproc/test/test_histograms.cpp [new file with mode: 0644]
modules/imgproc/test/test_houghcircles.cpp [new file with mode: 0644]
modules/imgproc/test/test_houghlines.cpp [new file with mode: 0644]
modules/imgproc/test/test_imgproc_umat.cpp [new file with mode: 0644]
modules/imgproc/test/test_imgwarp.cpp [new file with mode: 0644]
modules/imgproc/test/test_imgwarp_strict.cpp [new file with mode: 0644]
modules/imgproc/test/test_intersectconvexconvex.cpp [new file with mode: 0644]
modules/imgproc/test/test_intersection.cpp [new file with mode: 0644]
modules/imgproc/test/test_lsd.cpp [new file with mode: 0644]
modules/imgproc/test/test_main.cpp [new file with mode: 0644]
modules/imgproc/test/test_moments.cpp [new file with mode: 0644]
modules/imgproc/test/test_pc.cpp [new file with mode: 0644]
modules/imgproc/test/test_precomp.hpp [new file with mode: 0644]
modules/imgproc/test/test_resize_bitexact.cpp [new file with mode: 0644]
modules/imgproc/test/test_smooth_bitexact.cpp [new file with mode: 0644]
modules/imgproc/test/test_subdivision2d.cpp [new file with mode: 0644]
modules/imgproc/test/test_templmatch.cpp [new file with mode: 0644]
modules/imgproc/test/test_templmatchmask.cpp [new file with mode: 0644]
modules/imgproc/test/test_thresh.cpp [new file with mode: 0644]
modules/imgproc/test/test_watershed.cpp [new file with mode: 0644]
modules/java/CMakeLists.txt [new file with mode: 0644]
modules/java/android_sdk/CMakeLists.txt [new file with mode: 0644]
modules/java/android_sdk/android_gradle_lib/AndroidManifest.xml [new file with mode: 0644]
modules/java/android_sdk/android_gradle_lib/build.gradle [new file with mode: 0644]
modules/java/android_sdk/android_gradle_lib/res/values/attrs.xml [new file with mode: 0644]
modules/java/android_sdk/android_lib/AndroidManifest.xml [new file with mode: 0644]
modules/java/android_sdk/android_lib/lint.xml [new file with mode: 0644]
modules/java/android_sdk/android_lib/res/values/attrs.xml [new file with mode: 0644]
modules/java/android_sdk/build.gradle.in [new file with mode: 0644]
modules/java/android_sdk/libcxx_helper/CMakeLists.txt [new file with mode: 0644]
modules/java/android_sdk/libcxx_helper/dummy.cpp [new file with mode: 0644]
modules/java/check-tests.py [new file with mode: 0755]
modules/java/common.cmake [new file with mode: 0644]
modules/java/generator/CMakeLists.txt [new file with mode: 0644]
modules/java/generator/android-21/java/org/opencv/android/Camera2Renderer.java [new file with mode: 0644]
modules/java/generator/android-21/java/org/opencv/android/CameraGLRendererBase.java [new file with mode: 0644]
modules/java/generator/android-21/java/org/opencv/android/CameraGLSurfaceView.java [new file with mode: 0644]
modules/java/generator/android-21/java/org/opencv/android/CameraRenderer.java [new file with mode: 0644]
modules/java/generator/android-21/java/org/opencv/android/JavaCamera2View.java [new file with mode: 0644]
modules/java/generator/android/java/org/opencv/android/AsyncServiceHelper.java [new file with mode: 0644]
modules/java/generator/android/java/org/opencv/android/BaseLoaderCallback.java [new file with mode: 0644]
modules/java/generator/android/java/org/opencv/android/CameraActivity.java [new file with mode: 0644]
modules/java/generator/android/java/org/opencv/android/CameraBridgeViewBase.java [new file with mode: 0644]
modules/java/generator/android/java/org/opencv/android/FpsMeter.java [new file with mode: 0644]
modules/java/generator/android/java/org/opencv/android/InstallCallbackInterface.java [new file with mode: 0644]
modules/java/generator/android/java/org/opencv/android/JavaCameraView.java [new file with mode: 0644]
modules/java/generator/android/java/org/opencv/android/LoaderCallbackInterface.java [new file with mode: 0644]
modules/java/generator/android/java/org/opencv/android/OpenCVLoader.java.in [new file with mode: 0644]
modules/java/generator/android/java/org/opencv/android/StaticHelper.java [new file with mode: 0644]
modules/java/generator/android/java/org/opencv/android/Utils.java [new file with mode: 0644]
modules/java/generator/android/java/org/opencv/engine/OpenCVEngineInterface.aidl [new file with mode: 0644]
modules/java/generator/gen_java.py [new file with mode: 0755]
modules/java/generator/src/cpp/Mat.cpp [new file with mode: 0644]
modules/java/generator/src/cpp/common.h [new file with mode: 0644]
modules/java/generator/src/cpp/converters.cpp [new file with mode: 0644]
modules/java/generator/src/cpp/converters.h [new file with mode: 0644]
modules/java/generator/src/cpp/jni_part.cpp [new file with mode: 0644]
modules/java/generator/src/cpp/listconverters.cpp [new file with mode: 0644]
modules/java/generator/src/cpp/listconverters.hpp [new file with mode: 0644]
modules/java/generator/src/cpp/opencv_java.cpp [new file with mode: 0644]
modules/java/generator/src/cpp/opencv_java.hpp [new file with mode: 0644]
modules/java/generator/src/cpp/utils.cpp [new file with mode: 0644]
modules/java/generator/src/java/org/opencv/osgi/OpenCVInterface.java [new file with mode: 0644]
modules/java/generator/src/java/org/opencv/osgi/OpenCVNativeLoader.java.in [new file with mode: 0644]
modules/java/generator/src/java/org/opencv/utils/Converters.java [new file with mode: 0644]
modules/java/generator/templates/cpp_module.template [new file with mode: 0644]
modules/java/generator/templates/java_class.prolog [new file with mode: 0644]
modules/java/generator/templates/java_class_inherited.prolog [new file with mode: 0644]
modules/java/generator/templates/java_module.prolog [new file with mode: 0644]
modules/java/jar/CMakeLists.txt [new file with mode: 0644]
modules/java/jar/build.xml.in [new file with mode: 0644]
modules/java/jni/CMakeLists.txt [new file with mode: 0644]
modules/java/test/android_test/.classpath [new file with mode: 0644]
modules/java/test/android_test/.project [new file with mode: 0644]
modules/java/test/android_test/AndroidManifest.xml [new file with mode: 0644]
modules/java/test/android_test/CMakeLists.txt [new file with mode: 0644]
modules/java/test/android_test/src/org/opencv/test/OpenCVTestCase.java [new file with mode: 0644]
modules/java/test/android_test/src/org/opencv/test/OpenCVTestRunner.java [new file with mode: 0644]
modules/java/test/android_test/src/org/opencv/test/android/UtilsTest.java [new file with mode: 0644]
modules/java/test/common_test/res/drawable/chessboard.jpg [new file with mode: 0644]
modules/java/test/common_test/res/drawable/icon.png [new file with mode: 0644]
modules/java/test/common_test/res/layout/main.xml [new file with mode: 0644]
modules/java/test/common_test/res/raw/lbpcascade_frontalface.xml [new file with mode: 0644]
modules/java/test/common_test/res/values/strings.xml [new file with mode: 0644]
modules/java/test/common_test/src/org/opencv/test/utils/ConvertersTest.java [new file with mode: 0644]
modules/java/test/pure_test/CMakeLists.txt [new file with mode: 0644]
modules/java/test/pure_test/build.xml [new file with mode: 0644]
modules/java/test/pure_test/lib/junit-4.11.jar [new file with mode: 0644]
modules/java/test/pure_test/src/org/opencv/test/OpenCVTestCase.java [new file with mode: 0644]
modules/java/test/pure_test/src/org/opencv/test/OpenCVTestRunner.java [new file with mode: 0644]
modules/js/CMakeLists.txt [new file with mode: 0644]
modules/js/common.cmake [new file with mode: 0644]
modules/js/generator/CMakeLists.txt [new file with mode: 0644]
modules/js/generator/embindgen.py [new file with mode: 0644]
modules/js/generator/templates.py [new file with mode: 0644]
modules/js/perf/README.md [new file with mode: 0644]
modules/js/perf/base.js [new file with mode: 0644]
modules/js/perf/package.json [new file with mode: 0644]
modules/js/perf/perf_64bits.html [new file with mode: 0644]
modules/js/perf/perf_64bits.js [new file with mode: 0644]
modules/js/perf/perf_helpfunc.js [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_blur.html [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_blur.js [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_cvtcolor.html [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_cvtcolor.js [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_dilate.html [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_dilate.js [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_erode.html [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_erode.js [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_filter2D.html [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_filter2D.js [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_gaussianBlur.html [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_gaussianBlur.js [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_medianBlur.html [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_medianBlur.js [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_pyrDown.html [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_pyrDown.js [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_remap.html [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_remap.js [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_resize.html [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_resize.js [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_scharr.html [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_scharr.js [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_sobel.html [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_sobel.js [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_threshold.html [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_threshold.js [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_warpAffine.html [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_warpAffine.js [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_warpPerspective.html [new file with mode: 0644]
modules/js/perf/perf_imgproc/perf_warpPerspective.js [new file with mode: 0644]
modules/js/src/.eslintrc.json [new file with mode: 0644]
modules/js/src/core_bindings.cpp [new file with mode: 0644]
modules/js/src/helpers.js [new file with mode: 0644]
modules/js/src/loader.js [new file with mode: 0644]
modules/js/src/make_umd.py [new file with mode: 0644]
modules/js/test/.eslintrc.json [new file with mode: 0644]
modules/js/test/package.json [new file with mode: 0644]
modules/js/test/run_puppeteer.js [new file with mode: 0644]
modules/js/test/test_calib3d.js [new file with mode: 0644]
modules/js/test/test_features2d.js [new file with mode: 0644]
modules/js/test/test_imgproc.js [new file with mode: 0644]
modules/js/test/test_mat.js [new file with mode: 0644]
modules/js/test/test_objdetect.js [new file with mode: 0644]
modules/js/test/test_photo.js [new file with mode: 0644]
modules/js/test/test_utils.js [new file with mode: 0644]
modules/js/test/test_video.js [new file with mode: 0644]
modules/js/test/tests.html [new file with mode: 0644]
modules/js/test/tests.js [new file with mode: 0644]
modules/ml/CMakeLists.txt [new file with mode: 0644]
modules/ml/doc/ml_intro.markdown [new file with mode: 0644]
modules/ml/doc/pics/SVM_Comparison.png [new file with mode: 0644]
modules/ml/doc/pics/mlp.png [new file with mode: 0644]
modules/ml/doc/pics/neuron_model.png [new file with mode: 0644]
modules/ml/doc/pics/sigmoid_bipolar.png [new file with mode: 0644]
modules/ml/include/opencv2/ml.hpp [new file with mode: 0644]
modules/ml/include/opencv2/ml/ml.hpp [new file with mode: 0644]
modules/ml/include/opencv2/ml/ml.inl.hpp [new file with mode: 0644]
modules/ml/misc/java/test/MLTest.java [new file with mode: 0644]
modules/ml/misc/objc/gen_dict.json [new file with mode: 0644]
modules/ml/misc/python/pyopencv_ml.hpp [new file with mode: 0644]
modules/ml/misc/python/test/test_digits.py [new file with mode: 0644]
modules/ml/misc/python/test/test_goodfeatures.py [new file with mode: 0644]
modules/ml/misc/python/test/test_knearest.py [new file with mode: 0644]
modules/ml/misc/python/test/test_letter_recog.py [new file with mode: 0644]
modules/ml/src/ann_mlp.cpp [new file with mode: 0644]
modules/ml/src/boost.cpp [new file with mode: 0644]
modules/ml/src/data.cpp [new file with mode: 0644]
modules/ml/src/em.cpp [new file with mode: 0644]
modules/ml/src/gbt.cpp [new file with mode: 0644]
modules/ml/src/inner_functions.cpp [new file with mode: 0644]
modules/ml/src/kdtree.cpp [new file with mode: 0644]
modules/ml/src/kdtree.hpp [new file with mode: 0644]
modules/ml/src/knearest.cpp [new file with mode: 0644]
modules/ml/src/lr.cpp [new file with mode: 0644]
modules/ml/src/nbayes.cpp [new file with mode: 0644]
modules/ml/src/precomp.hpp [new file with mode: 0644]
modules/ml/src/rtrees.cpp [new file with mode: 0644]
modules/ml/src/svm.cpp [new file with mode: 0644]
modules/ml/src/svmsgd.cpp [new file with mode: 0644]
modules/ml/src/testset.cpp [new file with mode: 0644]
modules/ml/src/tree.cpp [new file with mode: 0644]
modules/ml/test/test_ann.cpp [new file with mode: 0644]
modules/ml/test/test_bayes.cpp [new file with mode: 0644]
modules/ml/test/test_em.cpp [new file with mode: 0644]
modules/ml/test/test_kmeans.cpp [new file with mode: 0644]
modules/ml/test/test_knearest.cpp [new file with mode: 0644]
modules/ml/test/test_lr.cpp [new file with mode: 0644]
modules/ml/test/test_main.cpp [new file with mode: 0644]
modules/ml/test/test_mltests.cpp [new file with mode: 0644]
modules/ml/test/test_precomp.hpp [new file with mode: 0644]
modules/ml/test/test_rtrees.cpp [new file with mode: 0644]
modules/ml/test/test_save_load.cpp [new file with mode: 0644]
modules/ml/test/test_svmsgd.cpp [new file with mode: 0644]
modules/ml/test/test_svmtrainauto.cpp [new file with mode: 0644]
modules/ml/test/test_utils.cpp [new file with mode: 0644]
modules/objc/CMakeLists.txt [new file with mode: 0644]
modules/objc/common.cmake [new file with mode: 0644]
modules/objc/doc/README.md [new file with mode: 0644]
modules/objc/generator/CMakeLists.txt [new file with mode: 0644]
modules/objc/generator/gen_objc.py [new file with mode: 0755]
modules/objc/generator/templates/cmakelists.template [new file with mode: 0644]
modules/objc/generator/templates/objc_class_body.template [new file with mode: 0644]
modules/objc/generator/templates/objc_class_header.template [new file with mode: 0644]
modules/objc/generator/templates/objc_module_body.template [new file with mode: 0644]
modules/objc/generator/templates/objc_module_header.template [new file with mode: 0644]
modules/objc/test/cmakelists.template [new file with mode: 0644]
modules/objc/test/dummy/dummy.mm [new file with mode: 0644]
modules/objc/test/test/OpenCVTestCase.swift [new file with mode: 0644]
modules/objdetect/CMakeLists.txt [new file with mode: 0644]
modules/objdetect/doc/pics/haarfeatures.png [new file with mode: 0644]
modules/objdetect/include/opencv2/objdetect.hpp [new file with mode: 0644]
modules/objdetect/include/opencv2/objdetect/detection_based_tracker.hpp [new file with mode: 0644]
modules/objdetect/include/opencv2/objdetect/objdetect.hpp [new file with mode: 0644]
modules/objdetect/misc/java/test/CascadeClassifierTest.java [new file with mode: 0644]
modules/objdetect/misc/java/test/HOGDescriptorTest.java [new file with mode: 0644]
modules/objdetect/misc/java/test/ObjdetectTest.java [new file with mode: 0644]
modules/objdetect/misc/java/test/QRCodeDetectorTest.java [new file with mode: 0644]
modules/objdetect/misc/python/pyopencv_objdetect.hpp [new file with mode: 0644]
modules/objdetect/misc/python/test/test_facedetect.py [new file with mode: 0644]
modules/objdetect/misc/python/test/test_peopledetect.py [new file with mode: 0644]
modules/objdetect/misc/python/test/test_qrcode_detect.py [new file with mode: 0644]
modules/objdetect/perf/opencl/perf_cascades.cpp [new file with mode: 0644]
modules/objdetect/perf/opencl/perf_hogdetect.cpp [new file with mode: 0644]
modules/objdetect/perf/perf_main.cpp [new file with mode: 0644]
modules/objdetect/perf/perf_precomp.hpp [new file with mode: 0644]
modules/objdetect/perf/perf_qrcode_pipeline.cpp [new file with mode: 0644]
modules/objdetect/src/cascadedetect.cpp [new file with mode: 0644]
modules/objdetect/src/cascadedetect.hpp [new file with mode: 0644]
modules/objdetect/src/cascadedetect_convert.cpp [new file with mode: 0644]
modules/objdetect/src/detection_based_tracker.cpp [new file with mode: 0644]
modules/objdetect/src/hog.cpp [new file with mode: 0644]
modules/objdetect/src/main.cpp [new file with mode: 0644]
modules/objdetect/src/opencl/cascadedetect.cl [new file with mode: 0644]
modules/objdetect/src/opencl/objdetect_hog.cl [new file with mode: 0644]
modules/objdetect/src/precomp.hpp [new file with mode: 0644]
modules/objdetect/src/qrcode.cpp [new file with mode: 0644]
modules/objdetect/test/opencl/test_hogdetector.cpp [new file with mode: 0644]
modules/objdetect/test/test_cascadeandhog.cpp [new file with mode: 0644]
modules/objdetect/test/test_main.cpp [new file with mode: 0644]
modules/objdetect/test/test_precomp.hpp [new file with mode: 0644]
modules/objdetect/test/test_qrcode.cpp [new file with mode: 0644]
modules/photo/CMakeLists.txt [new file with mode: 0644]
modules/photo/include/opencv2/photo.hpp [new file with mode: 0644]
modules/photo/include/opencv2/photo/cuda.hpp [new file with mode: 0644]
modules/photo/include/opencv2/photo/legacy/constants_c.h [new file with mode: 0644]
modules/photo/include/opencv2/photo/photo.hpp [new file with mode: 0644]
modules/photo/misc/java/test/PhotoTest.java [new file with mode: 0644]
modules/photo/misc/objc/gen_dict.json [new file with mode: 0644]
modules/photo/perf/opencl/perf_denoising.cpp [new file with mode: 0644]
modules/photo/perf/perf_cuda.cpp [new file with mode: 0644]
modules/photo/perf/perf_inpaint.cpp [new file with mode: 0644]
modules/photo/perf/perf_main.cpp [new file with mode: 0644]
modules/photo/perf/perf_precomp.hpp [new file with mode: 0644]
modules/photo/src/align.cpp [new file with mode: 0644]
modules/photo/src/arrays.hpp [new file with mode: 0644]
modules/photo/src/calibrate.cpp [new file with mode: 0644]
modules/photo/src/contrast_preserve.cpp [new file with mode: 0644]
modules/photo/src/contrast_preserve.hpp [new file with mode: 0644]
modules/photo/src/cuda/nlm.cu [new file with mode: 0644]
modules/photo/src/denoise_tvl1.cpp [new file with mode: 0644]
modules/photo/src/denoising.cpp [new file with mode: 0644]
modules/photo/src/denoising.cuda.cpp [new file with mode: 0644]
modules/photo/src/fast_nlmeans_denoising_invoker.hpp [new file with mode: 0644]
modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp [new file with mode: 0644]
modules/photo/src/fast_nlmeans_denoising_opencl.hpp [new file with mode: 0644]
modules/photo/src/fast_nlmeans_multi_denoising_invoker.hpp [new file with mode: 0644]
modules/photo/src/hdr_common.cpp [new file with mode: 0644]
modules/photo/src/hdr_common.hpp [new file with mode: 0644]
modules/photo/src/inpaint.cpp [new file with mode: 0644]
modules/photo/src/merge.cpp [new file with mode: 0644]
modules/photo/src/npr.cpp [new file with mode: 0644]
modules/photo/src/npr.hpp [new file with mode: 0644]
modules/photo/src/opencl/nlmeans.cl [new file with mode: 0644]
modules/photo/src/precomp.hpp [new file with mode: 0644]
modules/photo/src/seamless_cloning.cpp [new file with mode: 0644]
modules/photo/src/seamless_cloning.hpp [new file with mode: 0644]
modules/photo/src/seamless_cloning_impl.cpp [new file with mode: 0644]
modules/photo/src/tonemap.cpp [new file with mode: 0644]
modules/photo/test/ocl/test_denoising.cpp [new file with mode: 0644]
modules/photo/test/test_cloning.cpp [new file with mode: 0644]
modules/photo/test/test_decolor.cpp [new file with mode: 0644]
modules/photo/test/test_denoise_tvl1.cpp [new file with mode: 0644]
modules/photo/test/test_denoising.cpp [new file with mode: 0644]
modules/photo/test/test_denoising.cuda.cpp [new file with mode: 0644]
modules/photo/test/test_hdr.cpp [new file with mode: 0644]
modules/photo/test/test_inpaint.cpp [new file with mode: 0644]
modules/photo/test/test_main.cpp [new file with mode: 0644]
modules/photo/test/test_npr.cpp [new file with mode: 0644]
modules/photo/test/test_precomp.hpp [new file with mode: 0644]
modules/python/CMakeLists.txt [new file with mode: 0644]
modules/python/bindings/CMakeLists.txt [new file with mode: 0644]
modules/python/common.cmake [new file with mode: 0644]
modules/python/package/cv2/__init__.py [new file with mode: 0644]
modules/python/package/cv2/load_config_py2.py [new file with mode: 0644]
modules/python/package/cv2/load_config_py3.py [new file with mode: 0644]
modules/python/package/setup.py [new file with mode: 0644]
modules/python/package/template/config-x.y.py.in [new file with mode: 0644]
modules/python/package/template/config.py.in [new file with mode: 0644]
modules/python/python2/CMakeLists.txt [new file with mode: 0644]
modules/python/python3/CMakeLists.txt [new file with mode: 0644]
modules/python/python_loader.cmake [new file with mode: 0644]
modules/python/src2/cv2.cpp [new file with mode: 0644]
modules/python/src2/gen2.py [new file with mode: 0755]
modules/python/src2/hdr_parser.py [new file with mode: 0755]
modules/python/src2/pycompat.hpp [new file with mode: 0644]
modules/python/standalone.cmake [new file with mode: 0644]
modules/python/test/CMakeLists.txt [new file with mode: 0644]
modules/python/test/test.py [new file with mode: 0755]
modules/python/test/test_algorithm_rw.py [new file with mode: 0644]
modules/python/test/test_async.py [new file with mode: 0644]
modules/python/test/test_camshift.py [new file with mode: 0644]
modules/python/test/test_copytomask.py [new file with mode: 0644]
modules/python/test/test_cuda.py [new file with mode: 0644]
modules/python/test/test_dft.py [new file with mode: 0644]
modules/python/test/test_features2d.py [new file with mode: 0644]
modules/python/test/test_filestorage_io.py [new file with mode: 0755]
modules/python/test/test_fitline.py [new file with mode: 0644]
modules/python/test/test_gaussian_mix.py [new file with mode: 0644]
modules/python/test/test_grabcut.py [new file with mode: 0644]
modules/python/test/test_houghcircles.py [new file with mode: 0644]
modules/python/test/test_houghlines.py [new file with mode: 0644]
modules/python/test/test_kmeans.py [new file with mode: 0644]
modules/python/test/test_legacy.py [new file with mode: 0644]
modules/python/test/test_misc.py [new file with mode: 0644]
modules/python/test/test_morphology.py [new file with mode: 0644]
modules/python/test/test_mser.py [new file with mode: 0644]
modules/python/test/test_norm.py [new file with mode: 0644]
modules/python/test/test_persistence.py [new file with mode: 0644]
modules/python/test/test_squares.py [new file with mode: 0644]
modules/python/test/test_texture_flow.py [new file with mode: 0644]
modules/python/test/test_umat.py [new file with mode: 0644]
modules/python/test/test_watershed.py [new file with mode: 0644]
modules/python/test/tests_common.py [new file with mode: 0644]
modules/python/test/tst_scene_render.py [new file with mode: 0644]
modules/stitching/CMakeLists.txt [new file with mode: 0644]
modules/stitching/doc/StitchingPipeline.jpg [new file with mode: 0644]
modules/stitching/include/opencv2/stitching.hpp [new file with mode: 0644]
modules/stitching/include/opencv2/stitching/detail/autocalib.hpp [new file with mode: 0644]
modules/stitching/include/opencv2/stitching/detail/blenders.hpp [new file with mode: 0644]
modules/stitching/include/opencv2/stitching/detail/camera.hpp [new file with mode: 0644]
modules/stitching/include/opencv2/stitching/detail/exposure_compensate.hpp [new file with mode: 0644]
modules/stitching/include/opencv2/stitching/detail/matchers.hpp [new file with mode: 0644]
modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp [new file with mode: 0644]
modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp [new file with mode: 0644]
modules/stitching/include/opencv2/stitching/detail/timelapsers.hpp [new file with mode: 0644]
modules/stitching/include/opencv2/stitching/detail/util.hpp [new file with mode: 0644]
modules/stitching/include/opencv2/stitching/detail/util_inl.hpp [new file with mode: 0644]
modules/stitching/include/opencv2/stitching/detail/warpers.hpp [new file with mode: 0644]
modules/stitching/include/opencv2/stitching/detail/warpers_inl.hpp [new file with mode: 0644]
modules/stitching/include/opencv2/stitching/warpers.hpp [new file with mode: 0644]
modules/stitching/misc/python/pyopencv_stitching.hpp [new file with mode: 0644]
modules/stitching/misc/python/test/test_stitching.py [new file with mode: 0644]
modules/stitching/perf/opencl/perf_stitch.cpp [new file with mode: 0644]
modules/stitching/perf/opencl/perf_warpers.cpp [new file with mode: 0644]
modules/stitching/perf/perf_estimators.cpp [new file with mode: 0644]
modules/stitching/perf/perf_main.cpp [new file with mode: 0644]
modules/stitching/perf/perf_matchers.cpp [new file with mode: 0644]
modules/stitching/perf/perf_precomp.hpp [new file with mode: 0644]
modules/stitching/perf/perf_stich.cpp [new file with mode: 0644]
modules/stitching/src/autocalib.cpp [new file with mode: 0644]
modules/stitching/src/blenders.cpp [new file with mode: 0644]
modules/stitching/src/camera.cpp [new file with mode: 0644]
modules/stitching/src/cuda/build_warp_maps.cu [new file with mode: 0644]
modules/stitching/src/cuda/multiband_blend.cu [new file with mode: 0644]
modules/stitching/src/exposure_compensate.cpp [new file with mode: 0644]
modules/stitching/src/matchers.cpp [new file with mode: 0644]
modules/stitching/src/motion_estimators.cpp [new file with mode: 0644]
modules/stitching/src/opencl/multibandblend.cl [new file with mode: 0644]
modules/stitching/src/opencl/warpers.cl [new file with mode: 0644]
modules/stitching/src/precomp.hpp [new file with mode: 0644]
modules/stitching/src/seam_finders.cpp [new file with mode: 0644]
modules/stitching/src/stitcher.cpp [new file with mode: 0644]
modules/stitching/src/timelapsers.cpp [new file with mode: 0644]
modules/stitching/src/util.cpp [new file with mode: 0644]
modules/stitching/src/util_log.hpp [new file with mode: 0644]
modules/stitching/src/warpers.cpp [new file with mode: 0644]
modules/stitching/src/warpers_cuda.cpp [new file with mode: 0644]
modules/stitching/test/ocl/test_warpers.cpp [new file with mode: 0644]
modules/stitching/test/test_blenders.cpp [new file with mode: 0644]
modules/stitching/test/test_blenders.cuda.cpp [new file with mode: 0644]
modules/stitching/test/test_exposure_compensate.cpp [new file with mode: 0644]
modules/stitching/test/test_main.cpp [new file with mode: 0644]
modules/stitching/test/test_matchers.cpp [new file with mode: 0644]
modules/stitching/test/test_precomp.hpp [new file with mode: 0644]
modules/stitching/test/test_reprojection.cpp [new file with mode: 0644]
modules/stitching/test/test_wave_correction.cpp [new file with mode: 0644]
modules/ts/CMakeLists.txt [new file with mode: 0644]
modules/ts/include/opencv2/ts.hpp [new file with mode: 0644]
modules/ts/include/opencv2/ts/cuda_perf.hpp [new file with mode: 0644]
modules/ts/include/opencv2/ts/cuda_test.hpp [new file with mode: 0644]
modules/ts/include/opencv2/ts/ocl_perf.hpp [new file with mode: 0644]
modules/ts/include/opencv2/ts/ocl_test.hpp [new file with mode: 0644]
modules/ts/include/opencv2/ts/ts_ext.hpp [new file with mode: 0644]
modules/ts/include/opencv2/ts/ts_gtest.h [new file with mode: 0644]
modules/ts/include/opencv2/ts/ts_perf.hpp [new file with mode: 0644]
modules/ts/misc/chart.py [new file with mode: 0755]
modules/ts/misc/color.py [new file with mode: 0755]
modules/ts/misc/concatlogs.py [new file with mode: 0755]
modules/ts/misc/perf_tests_timing.py [new file with mode: 0644]
modules/ts/misc/report.py [new file with mode: 0755]
modules/ts/misc/run.py [new file with mode: 0755]
modules/ts/misc/run_android.py [new file with mode: 0644]
modules/ts/misc/run_long.py [new file with mode: 0644]
modules/ts/misc/run_suite.py [new file with mode: 0644]
modules/ts/misc/run_utils.py [new file with mode: 0644]
modules/ts/misc/summary.py [new file with mode: 0755]
modules/ts/misc/table_formatter.py [new file with mode: 0755]
modules/ts/misc/testlog_parser.py [new file with mode: 0755]
modules/ts/misc/trace_profiler.py [new file with mode: 0644]
modules/ts/misc/xls-report.py [new file with mode: 0755]
modules/ts/src/cuda_perf.cpp [new file with mode: 0644]
modules/ts/src/cuda_test.cpp [new file with mode: 0644]
modules/ts/src/ocl_perf.cpp [new file with mode: 0644]
modules/ts/src/ocl_test.cpp [new file with mode: 0644]
modules/ts/src/precomp.hpp [new file with mode: 0644]
modules/ts/src/ts.cpp [new file with mode: 0644]
modules/ts/src/ts_arrtest.cpp [new file with mode: 0644]
modules/ts/src/ts_func.cpp [new file with mode: 0644]
modules/ts/src/ts_gtest.cpp [new file with mode: 0644]
modules/ts/src/ts_perf.cpp [new file with mode: 0644]
modules/ts/src/ts_tags.cpp [new file with mode: 0644]
modules/ts/src/ts_tags.hpp [new file with mode: 0644]
modules/video/CMakeLists.txt [new file with mode: 0644]
modules/video/doc/video.bib [new file with mode: 0644]
modules/video/include/opencv2/video.hpp [new file with mode: 0644]
modules/video/include/opencv2/video/background_segm.hpp [new file with mode: 0644]
modules/video/include/opencv2/video/detail/tracking.private.hpp [new file with mode: 0644]
modules/video/include/opencv2/video/detail/tracking_feature.private.hpp [new file with mode: 0644]
modules/video/include/opencv2/video/legacy/constants_c.h [new file with mode: 0644]
modules/video/include/opencv2/video/tracking.hpp [new file with mode: 0644]
modules/video/include/opencv2/video/video.hpp [new file with mode: 0644]
modules/video/misc/java/gen_dict.json [new file with mode: 0644]
modules/video/misc/java/test/BackgroundSubtractorMOGTest.java [new file with mode: 0644]
modules/video/misc/java/test/KalmanFilterTest.java [new file with mode: 0644]
modules/video/misc/java/test/TrackerCreateTest.java [new file with mode: 0644]
modules/video/misc/java/test/VideoTest.java [new file with mode: 0644]
modules/video/misc/python/pyopencv_video.hpp [new file with mode: 0644]
modules/video/misc/python/test/test_lk_homography.py [new file with mode: 0644]
modules/video/misc/python/test/test_lk_track.py [new file with mode: 0644]
modules/video/misc/python/test/test_tracking.py [new file with mode: 0644]
modules/video/perf/opencl/perf_bgfg_knn.cpp [new file with mode: 0644]
modules/video/perf/opencl/perf_bgfg_mog2.cpp [new file with mode: 0644]
modules/video/perf/opencl/perf_dis_optflow.cpp [new file with mode: 0644]
modules/video/perf/opencl/perf_motempl.cpp [new file with mode: 0644]
modules/video/perf/opencl/perf_optflow_farneback.cpp [new file with mode: 0644]
modules/video/perf/opencl/perf_optflow_pyrlk.cpp [new file with mode: 0644]
modules/video/perf/perf_bgfg_knn.cpp [new file with mode: 0644]
modules/video/perf/perf_bgfg_mog2.cpp [new file with mode: 0644]
modules/video/perf/perf_bgfg_utils.hpp [new file with mode: 0644]
modules/video/perf/perf_disflow.cpp [new file with mode: 0644]
modules/video/perf/perf_ecc.cpp [new file with mode: 0644]
modules/video/perf/perf_main.cpp [new file with mode: 0644]
modules/video/perf/perf_optflowpyrlk.cpp [new file with mode: 0644]
modules/video/perf/perf_precomp.hpp [new file with mode: 0644]
modules/video/perf/perf_trackers.cpp [new file with mode: 0644]
modules/video/perf/perf_variational_refinement.cpp [new file with mode: 0644]
modules/video/src/bgfg_KNN.cpp [new file with mode: 0644]
modules/video/src/bgfg_gaussmix2.cpp [new file with mode: 0644]
modules/video/src/camshift.cpp [new file with mode: 0644]
modules/video/src/dis_flow.cpp [new file with mode: 0644]
modules/video/src/ecc.cpp [new file with mode: 0644]
modules/video/src/kalman.cpp [new file with mode: 0644]
modules/video/src/lkpyramid.cpp [new file with mode: 0644]
modules/video/src/lkpyramid.hpp [new file with mode: 0644]
modules/video/src/opencl/bgfg_knn.cl [new file with mode: 0644]
modules/video/src/opencl/bgfg_mog2.cl [new file with mode: 0644]
modules/video/src/opencl/dis_flow.cl [new file with mode: 0644]
modules/video/src/opencl/optical_flow_farneback.cl [new file with mode: 0644]
modules/video/src/opencl/pyrlk.cl [new file with mode: 0644]
modules/video/src/optflowgf.cpp [new file with mode: 0644]
modules/video/src/optical_flow_io.cpp [new file with mode: 0644]
modules/video/src/precomp.hpp [new file with mode: 0644]
modules/video/src/tracking/detail/tracker_feature.cpp [new file with mode: 0644]
modules/video/src/tracking/detail/tracker_feature_haar.impl.hpp [new file with mode: 0644]
modules/video/src/tracking/detail/tracker_feature_set.cpp [new file with mode: 0644]
modules/video/src/tracking/detail/tracker_mil_model.cpp [new file with mode: 0644]
modules/video/src/tracking/detail/tracker_mil_model.hpp [new file with mode: 0644]
modules/video/src/tracking/detail/tracker_mil_state.cpp [new file with mode: 0644]
modules/video/src/tracking/detail/tracker_mil_state.hpp [new file with mode: 0644]
modules/video/src/tracking/detail/tracker_model.cpp [new file with mode: 0644]
modules/video/src/tracking/detail/tracker_sampler.cpp [new file with mode: 0644]
modules/video/src/tracking/detail/tracker_sampler_algorithm.cpp [new file with mode: 0644]
modules/video/src/tracking/detail/tracker_state_estimator.cpp [new file with mode: 0644]
modules/video/src/tracking/detail/tracking_feature.cpp [new file with mode: 0644]
modules/video/src/tracking/detail/tracking_online_mil.cpp [new file with mode: 0644]
modules/video/src/tracking/detail/tracking_online_mil.hpp [new file with mode: 0644]
modules/video/src/tracking/tracker.cpp [new file with mode: 0644]
modules/video/src/tracking/tracker_goturn.cpp [new file with mode: 0644]
modules/video/src/tracking/tracker_mil.cpp [new file with mode: 0644]
modules/video/src/variational_refinement.cpp [new file with mode: 0644]
modules/video/test/ocl/test_bgfg_mog2.cpp [new file with mode: 0644]
modules/video/test/ocl/test_dis.cpp [new file with mode: 0644]
modules/video/test/ocl/test_optflow_farneback.cpp [new file with mode: 0644]
modules/video/test/ocl/test_optflowpyrlk.cpp [new file with mode: 0644]
modules/video/test/test_OF_accuracy.cpp [new file with mode: 0644]
modules/video/test/test_OF_reproducibility.cpp [new file with mode: 0644]
modules/video/test/test_accum.cpp [new file with mode: 0644]
modules/video/test/test_camshift.cpp [new file with mode: 0644]
modules/video/test/test_ecc.cpp [new file with mode: 0644]
modules/video/test/test_estimaterigid.cpp [new file with mode: 0644]
modules/video/test/test_kalman.cpp [new file with mode: 0644]
modules/video/test/test_main.cpp [new file with mode: 0644]
modules/video/test/test_optflowpyrlk.cpp [new file with mode: 0644]
modules/video/test/test_precomp.hpp [new file with mode: 0644]
modules/video/test/test_trackers.cpp [new file with mode: 0644]
modules/video/test/test_trackers.impl.hpp [new file with mode: 0644]
modules/videoio/CMakeLists.txt [new file with mode: 0644]
modules/videoio/cmake/detect_android_mediandk.cmake [new file with mode: 0644]
modules/videoio/cmake/detect_aravis.cmake [new file with mode: 0644]
modules/videoio/cmake/detect_avfoundation.cmake [new file with mode: 0644]
modules/videoio/cmake/detect_dc1394.cmake [new file with mode: 0644]
modules/videoio/cmake/detect_dshow.cmake [new file with mode: 0644]
modules/videoio/cmake/detect_ffmpeg.cmake [new file with mode: 0644]
modules/videoio/cmake/detect_gphoto.cmake [new file with mode: 0644]
modules/videoio/cmake/detect_gstreamer.cmake [new file with mode: 0644]
modules/videoio/cmake/detect_ios.cmake [new file with mode: 0644]
modules/videoio/cmake/detect_msdk.cmake [new file with mode: 0644]
modules/videoio/cmake/detect_msmf.cmake [new file with mode: 0644]
modules/videoio/cmake/detect_openni2.cmake [new file with mode: 0644]
modules/videoio/cmake/detect_pvapi.cmake [new file with mode: 0644]
modules/videoio/cmake/detect_realsense.cmake [new file with mode: 0644]
modules/videoio/cmake/detect_ueye.cmake [new file with mode: 0644]
modules/videoio/cmake/detect_v4l.cmake [new file with mode: 0644]
modules/videoio/cmake/detect_ximea.cmake [new file with mode: 0644]
modules/videoio/cmake/detect_xine.cmake [new file with mode: 0644]
modules/videoio/cmake/init.cmake [new file with mode: 0644]
modules/videoio/cmake/plugin.cmake [new file with mode: 0644]
modules/videoio/cmake/plugin_standalone.cmake [new file with mode: 0644]
modules/videoio/doc/pics/videoio_overview.svg [new file with mode: 0644]
modules/videoio/doc/videoio_overview.markdown [new file with mode: 0644]
modules/videoio/include/opencv2/videoio.hpp [new file with mode: 0644]
modules/videoio/include/opencv2/videoio/cap_ios.h [new file with mode: 0644]
modules/videoio/include/opencv2/videoio/cap_winrt.hpp [new file with mode: 0644]
modules/videoio/include/opencv2/videoio/container_avi.private.hpp [new file with mode: 0644]
modules/videoio/include/opencv2/videoio/legacy/constants_c.h [new file with mode: 0644]
modules/videoio/include/opencv2/videoio/registry.hpp [new file with mode: 0644]
modules/videoio/include/opencv2/videoio/videoio.hpp [new file with mode: 0644]
modules/videoio/include/opencv2/videoio/videoio_c.h [new file with mode: 0644]
modules/videoio/misc/build_plugins.sh [new file with mode: 0755]
modules/videoio/misc/gen_dict.json [new file with mode: 0644]
modules/videoio/misc/java/test/VideoCaptureTest.java [new file with mode: 0644]
modules/videoio/misc/objc/gen_dict.json [new file with mode: 0644]
modules/videoio/misc/objc/ios/CvAbstractCamera2.mm [new file with mode: 0644]
modules/videoio/misc/objc/ios/CvCamera2.h [new file with mode: 0644]
modules/videoio/misc/objc/ios/CvPhotoCamera2.m [new file with mode: 0644]
modules/videoio/misc/objc/ios/CvVideoCamera2.mm [new file with mode: 0644]
modules/videoio/misc/plugin_ffmpeg/CMakeLists.txt [new file with mode: 0644]
modules/videoio/misc/plugin_ffmpeg/Dockerfile-ffmpeg [new file with mode: 0644]
modules/videoio/misc/plugin_ffmpeg/Dockerfile-ubuntu [new file with mode: 0644]
modules/videoio/misc/plugin_ffmpeg/build-standalone.sh [new file with mode: 0755]
modules/videoio/misc/plugin_ffmpeg/build-ubuntu.sh [new file with mode: 0755]
modules/videoio/misc/plugin_gstreamer/CMakeLists.txt [new file with mode: 0644]
modules/videoio/misc/plugin_gstreamer/Dockerfile [new file with mode: 0644]
modules/videoio/misc/plugin_gstreamer/build.sh [new file with mode: 0755]
modules/videoio/misc/python/pyopencv_videoio.hpp [new file with mode: 0644]
modules/videoio/misc/python/test/test_videoio.py [new file with mode: 0644]
modules/videoio/perf/perf_camera.impl.hpp [new file with mode: 0644]
modules/videoio/perf/perf_input.cpp [new file with mode: 0644]
modules/videoio/perf/perf_main.cpp [new file with mode: 0644]
modules/videoio/perf/perf_output.cpp [new file with mode: 0644]
modules/videoio/perf/perf_precomp.hpp [new file with mode: 0644]
modules/videoio/src/backend.hpp [new file with mode: 0644]
modules/videoio/src/backend_plugin.cpp [new file with mode: 0644]
modules/videoio/src/backend_static.cpp [new file with mode: 0644]
modules/videoio/src/cap.cpp [new file with mode: 0644]
modules/videoio/src/cap_android_mediandk.cpp [new file with mode: 0644]
modules/videoio/src/cap_aravis.cpp [new file with mode: 0644]
modules/videoio/src/cap_avfoundation.mm [new file with mode: 0644]
modules/videoio/src/cap_avfoundation_mac.mm [new file with mode: 0644]
modules/videoio/src/cap_dc1394_v2.cpp [new file with mode: 0644]
modules/videoio/src/cap_dshow.cpp [new file with mode: 0644]
modules/videoio/src/cap_dshow.hpp [new file with mode: 0644]
modules/videoio/src/cap_ffmpeg.cpp [new file with mode: 0644]
modules/videoio/src/cap_ffmpeg_impl.hpp [new file with mode: 0644]
modules/videoio/src/cap_ffmpeg_legacy_api.hpp [new file with mode: 0644]
modules/videoio/src/cap_gphoto2.cpp [new file with mode: 0644]
modules/videoio/src/cap_gstreamer.cpp [new file with mode: 0644]
modules/videoio/src/cap_images.cpp [new file with mode: 0644]
modules/videoio/src/cap_interface.hpp [new file with mode: 0644]
modules/videoio/src/cap_ios_abstract_camera.mm [new file with mode: 0644]
modules/videoio/src/cap_ios_photo_camera.mm [new file with mode: 0644]
modules/videoio/src/cap_ios_video_camera.mm [new file with mode: 0644]
modules/videoio/src/cap_librealsense.cpp [new file with mode: 0644]
modules/videoio/src/cap_librealsense.hpp [new file with mode: 0644]
modules/videoio/src/cap_mfx_common.cpp [new file with mode: 0644]
modules/videoio/src/cap_mfx_common.hpp [new file with mode: 0644]
modules/videoio/src/cap_mfx_plugin.cpp [new file with mode: 0644]
modules/videoio/src/cap_mfx_reader.cpp [new file with mode: 0644]
modules/videoio/src/cap_mfx_reader.hpp [new file with mode: 0644]
modules/videoio/src/cap_mfx_writer.cpp [new file with mode: 0644]
modules/videoio/src/cap_mfx_writer.hpp [new file with mode: 0644]
modules/videoio/src/cap_mjpeg_decoder.cpp [new file with mode: 0644]
modules/videoio/src/cap_mjpeg_encoder.cpp [new file with mode: 0644]
modules/videoio/src/cap_msmf.cpp [new file with mode: 0644]
modules/videoio/src/cap_msmf.hpp [new file with mode: 0644]
modules/videoio/src/cap_openni2.cpp [new file with mode: 0644]
modules/videoio/src/cap_pvapi.cpp [new file with mode: 0644]
modules/videoio/src/cap_ueye.cpp [new file with mode: 0644]
modules/videoio/src/cap_v4l.cpp [new file with mode: 0644]
modules/videoio/src/cap_winrt/CaptureFrameGrabber.cpp [new file with mode: 0644]
modules/videoio/src/cap_winrt/CaptureFrameGrabber.hpp [new file with mode: 0644]
modules/videoio/src/cap_winrt/MFIncludes.hpp [new file with mode: 0644]
modules/videoio/src/cap_winrt/MediaSink.hpp [new file with mode: 0644]
modules/videoio/src/cap_winrt/MediaStreamSink.cpp [new file with mode: 0644]
modules/videoio/src/cap_winrt/MediaStreamSink.hpp [new file with mode: 0644]
modules/videoio/src/cap_winrt_bridge.cpp [new file with mode: 0644]
modules/videoio/src/cap_winrt_bridge.hpp [new file with mode: 0644]
modules/videoio/src/cap_winrt_capture.cpp [new file with mode: 0644]
modules/videoio/src/cap_winrt_capture.hpp [new file with mode: 0644]
modules/videoio/src/cap_winrt_video.cpp [new file with mode: 0644]
modules/videoio/src/cap_winrt_video.hpp [new file with mode: 0644]
modules/videoio/src/cap_ximea.cpp [new file with mode: 0644]
modules/videoio/src/cap_xine.cpp [new file with mode: 0644]
modules/videoio/src/container_avi.cpp [new file with mode: 0644]
modules/videoio/src/ffmpeg_codecs.hpp [new file with mode: 0644]
modules/videoio/src/plugin_api.hpp [new file with mode: 0644]
modules/videoio/src/precomp.hpp [new file with mode: 0644]
modules/videoio/src/videoio_c.cpp [new file with mode: 0644]
modules/videoio/src/videoio_registry.cpp [new file with mode: 0644]
modules/videoio/src/videoio_registry.hpp [new file with mode: 0644]
modules/videoio/src/wrl.h [new file with mode: 0644]
modules/videoio/test/test_camera.cpp [new file with mode: 0644]
modules/videoio/test/test_container_avi.cpp [new file with mode: 0644]
modules/videoio/test/test_dynamic.cpp [new file with mode: 0644]
modules/videoio/test/test_ffmpeg.cpp [new file with mode: 0644]
modules/videoio/test/test_gstreamer.cpp [new file with mode: 0644]
modules/videoio/test/test_main.cpp [new file with mode: 0644]
modules/videoio/test/test_mfx.cpp [new file with mode: 0644]
modules/videoio/test/test_precomp.hpp [new file with mode: 0644]
modules/videoio/test/test_video_io.cpp [new file with mode: 0644]
modules/world/CMakeLists.txt [new file with mode: 0644]
modules/world/include/opencv2/world.hpp [new file with mode: 0644]
modules/world/src/precomp.hpp [new file with mode: 0644]
modules/world/src/world_init.cpp [new file with mode: 0644]
platforms/android/README.android [new file with mode: 0644]
platforms/android/android.toolchain.cmake [new file with mode: 0644]
platforms/android/build-tests/test_cmake_build.py [new file with mode: 0644]
platforms/android/build-tests/test_gradle.sh [new file with mode: 0755]
platforms/android/build_sdk.py [new file with mode: 0755]
platforms/android/gradle-wrapper/gradle.properties [new file with mode: 0644]
platforms/android/gradle-wrapper/gradle/wrapper/gradle-wrapper.jar [new file with mode: 0644]
platforms/android/gradle-wrapper/gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
platforms/android/gradle-wrapper/gradlew [new file with mode: 0644]
platforms/android/gradle-wrapper/gradlew.bat [new file with mode: 0644]
platforms/android/ndk-10.config.py [new file with mode: 0644]
platforms/android/ndk-16.config.py [new file with mode: 0644]
platforms/android/ndk-17.config.py [new file with mode: 0644]
platforms/android/ndk-18-api-level-21.config.py [new file with mode: 0644]
platforms/android/ndk-18.config.py [new file with mode: 0644]
platforms/android/service/CMakeLists.txt [new file with mode: 0644]
platforms/android/service/engine/AndroidManifest.xml [new file with mode: 0644]
platforms/android/service/engine/CMakeLists.txt [new file with mode: 0644]
platforms/android/service/engine/res/drawable/icon.png [new file with mode: 0644]
platforms/android/service/engine/res/layout/main.xml [new file with mode: 0644]
platforms/android/service/engine/res/values/strings.xml [new file with mode: 0644]
platforms/android/service/engine/src/org/opencv/engine/HardwareDetector.java [new file with mode: 0644]
platforms/android/service/engine/src/org/opencv/engine/MarketConnector.java [new file with mode: 0644]
platforms/android/service/engine/src/org/opencv/engine/OpenCVEngineInterface.aidl [new file with mode: 0644]
platforms/android/service/engine/src/org/opencv/engine/OpenCVEngineService.java [new file with mode: 0644]
platforms/android/service/engine/src/org/opencv/engine/manager/ManagerActivity.java [new file with mode: 0644]
platforms/android/service/readme.txt [new file with mode: 0644]
platforms/apple/__init__.py [new file with mode: 0644]
platforms/apple/build_xcframework.py [new file with mode: 0755]
platforms/apple/cv_build_utils.py [new file with mode: 0644]
platforms/apple/readme.md [new file with mode: 0644]
platforms/ios/Info.Dynamic.plist.in [new file with mode: 0644]
platforms/ios/Info.plist.in [new file with mode: 0644]
platforms/ios/__init__.py [new file with mode: 0644]
platforms/ios/build_docs.py [new file with mode: 0755]
platforms/ios/build_framework.py [new file with mode: 0755]
platforms/ios/cmake/Modules/Platform/iOS.cmake [new file with mode: 0644]
platforms/ios/cmake/Toolchains/Toolchain-Catalyst_Xcode.cmake [new file with mode: 0644]
platforms/ios/cmake/Toolchains/Toolchain-iPhoneOS_Xcode.cmake [new file with mode: 0644]
platforms/ios/cmake/Toolchains/Toolchain-iPhoneSimulator_Xcode.cmake [new file with mode: 0644]
platforms/ios/cmake/Toolchains/common-ios-toolchain.cmake [new file with mode: 0644]
platforms/ios/cmake/Toolchains/xcodebuild_wrapper.in [new file with mode: 0644]
platforms/ios/readme.txt [new file with mode: 0644]
platforms/ios/run_tests.py [new file with mode: 0755]
platforms/js/README.md [new file with mode: 0644]
platforms/js/build_js.py [new file with mode: 0644]
platforms/js/opencv_js.config.py [new file with mode: 0644]
platforms/linux/aarch64-gnu.toolchain.cmake [new file with mode: 0644]
platforms/linux/arm-gnueabi.toolchain.cmake [new file with mode: 0644]
platforms/linux/arm.toolchain.cmake [new file with mode: 0644]
platforms/linux/gnu.toolchain.cmake [new file with mode: 0644]
platforms/linux/mips.toolchain.cmake [new file with mode: 0644]
platforms/linux/mips32r5el-gnu.toolchain.cmake [new file with mode: 0644]
platforms/linux/mips64r6el-gnu.toolchain.cmake [new file with mode: 0644]
platforms/linux/ppc64-gnu.toolchain.cmake [new file with mode: 0644]
platforms/linux/ppc64le-gnu.toolchain.cmake [new file with mode: 0644]
platforms/linux/ppcat.toolchain.cmake [new file with mode: 0644]
platforms/linux/riscv.toolchain.cmake [new file with mode: 0644]
platforms/linux/riscv64-clang.toolchain.cmake [new file with mode: 0644]
platforms/linux/riscv64-gcc.toolchain.cmake [new file with mode: 0644]
platforms/linux/riscv64-gnu.toolchain.cmake [new file with mode: 0644]
platforms/maven/README.md [new file with mode: 0644]
platforms/maven/opencv-it/pom.xml [new file with mode: 0644]
platforms/maven/opencv-it/src/test/java/org/opencv/osgi/DeployOpenCVTest.java [new file with mode: 0644]
platforms/maven/opencv/pom.xml [new file with mode: 0644]
platforms/maven/opencv/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
platforms/maven/opencv/scripts/deb_package_check [new file with mode: 0755]
platforms/maven/opencv/scripts/execstack_check [new file with mode: 0755]
platforms/maven/opencv/scripts/functions [new file with mode: 0755]
platforms/maven/opencv/scripts/properties [new file with mode: 0755]
platforms/maven/pom.xml [new file with mode: 0644]
platforms/osx/Info.plist.in [new file with mode: 0644]
platforms/osx/__init__.py [new file with mode: 0644]
platforms/osx/build_docs.py [new file with mode: 0755]
platforms/osx/build_framework.py [new file with mode: 0755]
platforms/osx/run_tests.py [new file with mode: 0755]
platforms/readme.txt [new file with mode: 0644]
platforms/scripts/pylintrc [new file with mode: 0644]
platforms/scripts/valgrind.supp [new file with mode: 0644]
platforms/scripts/valgrind_3rdparty.supp [new file with mode: 0644]
platforms/wince/arm-wince-headless-overrides.cmake [new file with mode: 0644]
platforms/wince/arm-wince.toolchain.cmake [new file with mode: 0644]
platforms/wince/readme.md [new file with mode: 0644]
platforms/winpack_dldt/2020.1/20200313-dldt-disable-unused-targets.patch [new file with mode: 0644]
platforms/winpack_dldt/2020.1/20200313-dldt-fix-binaries-location.patch [new file with mode: 0644]
platforms/winpack_dldt/2020.1/20200313-ngraph-disable-tests-examples.patch [new file with mode: 0644]
platforms/winpack_dldt/2020.1/20200318-dldt-pdb.patch [new file with mode: 0644]
platforms/winpack_dldt/2020.1/20200319-dldt-fix-msvs2019-v16.5.0.patch [new file with mode: 0644]
platforms/winpack_dldt/2020.1/patch.config.py [new file with mode: 0644]
platforms/winpack_dldt/2020.1/sysroot.config.py [new file with mode: 0644]
platforms/winpack_dldt/2020.2/20200413-dldt-disable-unused-targets.patch [new file with mode: 0644]
platforms/winpack_dldt/2020.2/20200413-dldt-fix-binaries-location.patch [new file with mode: 0644]
platforms/winpack_dldt/2020.2/20200413-dldt-pdb.patch [new file with mode: 0644]
platforms/winpack_dldt/2020.2/20200415-ngraph-disable-unused-options.patch [new file with mode: 0644]
platforms/winpack_dldt/2020.2/patch.config.py [new file with mode: 0644]
platforms/winpack_dldt/2020.2/sysroot.config.py [new file with mode: 0644]
platforms/winpack_dldt/2020.3.0/20200413-dldt-disable-unused-targets.patch [new file with mode: 0644]
platforms/winpack_dldt/2020.3.0/20200413-dldt-fix-binaries-location.patch [new file with mode: 0644]
platforms/winpack_dldt/2020.3.0/20200413-dldt-pdb.patch [new file with mode: 0644]
platforms/winpack_dldt/2020.3.0/20200604-dldt-disable-multidevice.patch [new file with mode: 0644]
platforms/winpack_dldt/2020.3.0/patch.config.py [new file with mode: 0644]
platforms/winpack_dldt/2020.3.0/sysroot.config.py [new file with mode: 0644]
platforms/winpack_dldt/2020.4/20200413-dldt-pdb.patch [new file with mode: 0644]
platforms/winpack_dldt/2020.4/20200604-dldt-disable-multidevice.patch [new file with mode: 0644]
platforms/winpack_dldt/2020.4/20200701-dldt-disable-unused-targets.patch [new file with mode: 0644]
platforms/winpack_dldt/2020.4/20201005-dldt-fix-cldnn-compilation.patch [new file with mode: 0644]
platforms/winpack_dldt/2020.4/patch.config.py [new file with mode: 0644]
platforms/winpack_dldt/2020.4/sysroot.config.py [new file with mode: 0644]
platforms/winpack_dldt/2021.1/20200413-dldt-pdb.patch [new file with mode: 0644]
platforms/winpack_dldt/2021.1/20200604-dldt-disable-multidevice.patch [new file with mode: 0644]
platforms/winpack_dldt/2021.1/20201005-dldt-disable-unused-targets.patch [new file with mode: 0644]
platforms/winpack_dldt/2021.1/patch.config.py [new file with mode: 0644]
platforms/winpack_dldt/2021.1/sysroot.config.py [new file with mode: 0644]
platforms/winpack_dldt/2021.2/20200413-dldt-pdb.patch [new file with mode: 0644]
platforms/winpack_dldt/2021.2/20200604-dldt-disable-multidevice.patch [new file with mode: 0644]
platforms/winpack_dldt/2021.2/20201217-dldt-disable-unused-targets.patch [new file with mode: 0644]
platforms/winpack_dldt/2021.2/20201218-dldt-vs-version.patch [new file with mode: 0644]
platforms/winpack_dldt/2021.2/build.config.py [new file with mode: 0644]
platforms/winpack_dldt/2021.2/patch.config.py [new file with mode: 0644]
platforms/winpack_dldt/2021.2/sysroot.config.py [new file with mode: 0644]
platforms/winpack_dldt/build_package.py [new file with mode: 0644]
platforms/winpack_dldt/cmake-opencv-checks/POST_FINALIZE.cmake [new file with mode: 0644]
platforms/winpack_dldt/package-tests/test_dnn_backends.py [new file with mode: 0644]
platforms/winrt/readme.txt [new file with mode: 0644]
platforms/winrt/setup_winrt.bat [new file with mode: 0644]
platforms/winrt/setup_winrt.ps1 [new file with mode: 0644]
samples/CMakeLists.example.in [new file with mode: 0644]
samples/CMakeLists.txt [new file with mode: 0644]
samples/_winpack_build_sample.cmd [new file with mode: 0644]
samples/_winpack_run_python_sample.cmd [new file with mode: 0644]
samples/android/15-puzzle/AndroidManifest.xml [new file with mode: 0644]
samples/android/15-puzzle/CMakeLists.txt [new file with mode: 0644]
samples/android/15-puzzle/build.gradle.in [new file with mode: 0644]
samples/android/15-puzzle/gradle/AndroidManifest.xml [new file with mode: 0644]
samples/android/15-puzzle/res/drawable/icon.png [new file with mode: 0644]
samples/android/15-puzzle/res/values/strings.xml [new file with mode: 0644]
samples/android/15-puzzle/src/org/opencv/samples/puzzle15/Puzzle15Activity.java [new file with mode: 0644]
samples/android/15-puzzle/src/org/opencv/samples/puzzle15/Puzzle15Processor.java [new file with mode: 0644]
samples/android/CMakeLists.txt [new file with mode: 0644]
samples/android/build.gradle.in [new file with mode: 0644]
samples/android/camera-calibration/CMakeLists.txt [new file with mode: 0644]
samples/android/camera-calibration/build.gradle.in [new file with mode: 0644]
samples/android/camera-calibration/gradle/AndroidManifest.xml [new file with mode: 0644]
samples/android/camera-calibration/res/drawable/icon.png [new file with mode: 0644]
samples/android/camera-calibration/res/layout/camera_calibration_surface_view.xml [new file with mode: 0644]
samples/android/camera-calibration/res/menu/calibration.xml [new file with mode: 0644]
samples/android/camera-calibration/res/values/strings.xml [new file with mode: 0644]
samples/android/camera-calibration/src/org/opencv/samples/cameracalibration/CalibrationResult.java [new file with mode: 0644]
samples/android/camera-calibration/src/org/opencv/samples/cameracalibration/CameraCalibrationActivity.java [new file with mode: 0644]
samples/android/camera-calibration/src/org/opencv/samples/cameracalibration/CameraCalibrator.java [new file with mode: 0644]
samples/android/camera-calibration/src/org/opencv/samples/cameracalibration/OnCameraFrameRender.java [new file with mode: 0644]
samples/android/color-blob-detection/CMakeLists.txt [new file with mode: 0644]
samples/android/color-blob-detection/build.gradle.in [new file with mode: 0644]
samples/android/color-blob-detection/gradle/AndroidManifest.xml [new file with mode: 0644]
samples/android/color-blob-detection/res/drawable/icon.png [new file with mode: 0644]
samples/android/color-blob-detection/res/layout/color_blob_detection_surface_view.xml [new file with mode: 0644]
samples/android/color-blob-detection/res/values/strings.xml [new file with mode: 0644]
samples/android/color-blob-detection/src/org/opencv/samples/colorblobdetect/ColorBlobDetectionActivity.java [new file with mode: 0644]
samples/android/color-blob-detection/src/org/opencv/samples/colorblobdetect/ColorBlobDetector.java [new file with mode: 0644]
samples/android/face-detection/CMakeLists.txt [new file with mode: 0644]
samples/android/face-detection/build.gradle.in [new file with mode: 0644]
samples/android/face-detection/gradle/AndroidManifest.xml [new file with mode: 0644]
samples/android/face-detection/jni/Android.mk [new file with mode: 0644]
samples/android/face-detection/jni/Application.mk [new file with mode: 0644]
samples/android/face-detection/jni/CMakeLists.txt [new file with mode: 0644]
samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp [new file with mode: 0644]
samples/android/face-detection/jni/DetectionBasedTracker_jni.h [new file with mode: 0644]
samples/android/face-detection/res/drawable/icon.png [new file with mode: 0644]
samples/android/face-detection/res/layout/face_detect_surface_view.xml [new file with mode: 0644]
samples/android/face-detection/res/raw/lbpcascade_frontalface.xml [new file with mode: 0644]
samples/android/face-detection/res/values/strings.xml [new file with mode: 0644]
samples/android/face-detection/src/org/opencv/samples/facedetect/DetectionBasedTracker.java [new file with mode: 0644]
samples/android/face-detection/src/org/opencv/samples/facedetect/FdActivity.java [new file with mode: 0644]
samples/android/image-manipulations/CMakeLists.txt [new file with mode: 0644]
samples/android/image-manipulations/build.gradle.in [new file with mode: 0644]
samples/android/image-manipulations/gradle/AndroidManifest.xml [new file with mode: 0644]
samples/android/image-manipulations/res/drawable/icon.png [new file with mode: 0644]
samples/android/image-manipulations/res/layout/image_manipulations_surface_view.xml [new file with mode: 0644]
samples/android/image-manipulations/res/values/strings.xml [new file with mode: 0644]
samples/android/image-manipulations/src/org/opencv/samples/imagemanipulations/ImageManipulationsActivity.java [new file with mode: 0644]
samples/android/mobilenet-objdetect/CMakeLists.txt [new file with mode: 0644]
samples/android/mobilenet-objdetect/build.gradle.in [new file with mode: 0644]
samples/android/mobilenet-objdetect/gradle/AndroidManifest.xml [new file with mode: 0644]
samples/android/mobilenet-objdetect/res/layout/activity_main.xml [new file with mode: 0644]
samples/android/mobilenet-objdetect/res/values/strings.xml [new file with mode: 0644]
samples/android/mobilenet-objdetect/src/org/opencv/samples/opencv_mobilenet/MainActivity.java [new file with mode: 0644]
samples/android/tutorial-1-camerapreview/CMakeLists.txt [new file with mode: 0644]
samples/android/tutorial-1-camerapreview/build.gradle.in [new file with mode: 0644]
samples/android/tutorial-1-camerapreview/gradle/AndroidManifest.xml [new file with mode: 0644]
samples/android/tutorial-1-camerapreview/res/drawable/icon.png [new file with mode: 0644]
samples/android/tutorial-1-camerapreview/res/layout/tutorial1_surface_view.xml [new file with mode: 0644]
samples/android/tutorial-1-camerapreview/res/values/strings.xml [new file with mode: 0644]
samples/android/tutorial-1-camerapreview/src/org/opencv/samples/tutorial1/Tutorial1Activity.java [new file with mode: 0644]
samples/android/tutorial-2-mixedprocessing/CMakeLists.txt [new file with mode: 0644]
samples/android/tutorial-2-mixedprocessing/build.gradle.in [new file with mode: 0644]
samples/android/tutorial-2-mixedprocessing/gradle/AndroidManifest.xml [new file with mode: 0644]
samples/android/tutorial-2-mixedprocessing/jni/Android.mk [new file with mode: 0644]
samples/android/tutorial-2-mixedprocessing/jni/Application.mk [new file with mode: 0644]
samples/android/tutorial-2-mixedprocessing/jni/CMakeLists.txt [new file with mode: 0644]
samples/android/tutorial-2-mixedprocessing/jni/jni_part.cpp [new file with mode: 0644]
samples/android/tutorial-2-mixedprocessing/res/drawable/icon.png [new file with mode: 0644]
samples/android/tutorial-2-mixedprocessing/res/layout/tutorial2_surface_view.xml [new file with mode: 0644]
samples/android/tutorial-2-mixedprocessing/res/values/strings.xml [new file with mode: 0644]
samples/android/tutorial-2-mixedprocessing/src/org/opencv/samples/tutorial2/Tutorial2Activity.java [new file with mode: 0644]
samples/android/tutorial-3-cameracontrol/CMakeLists.txt [new file with mode: 0644]
samples/android/tutorial-3-cameracontrol/build.gradle.in [new file with mode: 0644]
samples/android/tutorial-3-cameracontrol/gradle/AndroidManifest.xml [new file with mode: 0644]
samples/android/tutorial-3-cameracontrol/res/drawable/icon.png [new file with mode: 0644]
samples/android/tutorial-3-cameracontrol/res/layout/tutorial3_surface_view.xml [new file with mode: 0644]
samples/android/tutorial-3-cameracontrol/res/values/strings.xml [new file with mode: 0644]
samples/android/tutorial-3-cameracontrol/src/org/opencv/samples/tutorial3/Tutorial3Activity.java [new file with mode: 0644]
samples/android/tutorial-3-cameracontrol/src/org/opencv/samples/tutorial3/Tutorial3View.java [new file with mode: 0644]
samples/android/tutorial-4-opencl/CMakeLists.txt [new file with mode: 0644]
samples/android/tutorial-4-opencl/build.gradle.in [new file with mode: 0644]
samples/android/tutorial-4-opencl/gradle/AndroidManifest.xml [new file with mode: 0644]
samples/android/tutorial-4-opencl/jni/Android.mk [new file with mode: 0644]
samples/android/tutorial-4-opencl/jni/Application.mk [new file with mode: 0644]
samples/android/tutorial-4-opencl/jni/CLprocessor.cpp [new file with mode: 0644]
samples/android/tutorial-4-opencl/jni/CMakeLists.txt [new file with mode: 0644]
samples/android/tutorial-4-opencl/jni/common.hpp [new file with mode: 0644]
samples/android/tutorial-4-opencl/jni/jni.c [new file with mode: 0644]
samples/android/tutorial-4-opencl/lint.xml [new file with mode: 0644]
samples/android/tutorial-4-opencl/res/drawable/icon.png [new file with mode: 0644]
samples/android/tutorial-4-opencl/res/layout/activity.xml [new file with mode: 0644]
samples/android/tutorial-4-opencl/res/menu/menu.xml [new file with mode: 0644]
samples/android/tutorial-4-opencl/res/values/strings.xml [new file with mode: 0644]
samples/android/tutorial-4-opencl/src/org/opencv/samples/tutorial4/MyGLSurfaceView.java [new file with mode: 0644]
samples/android/tutorial-4-opencl/src/org/opencv/samples/tutorial4/NativePart.java [new file with mode: 0644]
samples/android/tutorial-4-opencl/src/org/opencv/samples/tutorial4/Tutorial4Activity.java [new file with mode: 0644]
samples/cpp/3calibration.cpp [new file with mode: 0644]
samples/cpp/CMakeLists.txt [new file with mode: 0644]
samples/cpp/application_trace.cpp [new file with mode: 0644]
samples/cpp/asift.cpp [new file with mode: 0644]
samples/cpp/bgfg_segm.cpp [new file with mode: 0644]
samples/cpp/calibration.cpp [new file with mode: 0644]
samples/cpp/camshiftdemo.cpp [new file with mode: 0644]
samples/cpp/cloning_demo.cpp [new file with mode: 0644]
samples/cpp/cloning_gui.cpp [new file with mode: 0644]
samples/cpp/connected_components.cpp [new file with mode: 0644]
samples/cpp/contours2.cpp [new file with mode: 0644]
samples/cpp/convexhull.cpp [new file with mode: 0644]
samples/cpp/cout_mat.cpp [new file with mode: 0644]
samples/cpp/create_mask.cpp [new file with mode: 0644]
samples/cpp/dbt_face_detection.cpp [new file with mode: 0644]
samples/cpp/delaunay2.cpp [new file with mode: 0644]
samples/cpp/demhist.cpp [new file with mode: 0644]
samples/cpp/detect_blob.cpp [new file with mode: 0644]
samples/cpp/detect_mser.cpp [new file with mode: 0644]
samples/cpp/dft.cpp [new file with mode: 0644]
samples/cpp/digits_lenet.cpp [new file with mode: 0644]
samples/cpp/digits_svm.cpp [new file with mode: 0644]
samples/cpp/dis_opticalflow.cpp [new file with mode: 0644]
samples/cpp/distrans.cpp [new file with mode: 0644]
samples/cpp/drawing.cpp [new file with mode: 0644]
samples/cpp/edge.cpp [new file with mode: 0644]
samples/cpp/ela.cpp [new file with mode: 0644]
samples/cpp/em.cpp [new file with mode: 0644]
samples/cpp/epipolar_lines.cpp [new file with mode: 0644]
samples/cpp/essential_mat_reconstr.cpp [new file with mode: 0644]
samples/cpp/example_cmake/CMakeLists.txt [new file with mode: 0644]
samples/cpp/example_cmake/Makefile [new file with mode: 0644]
samples/cpp/example_cmake/example.cpp [new file with mode: 0644]
samples/cpp/facedetect.cpp [new file with mode: 0644]
samples/cpp/facial_features.cpp [new file with mode: 0644]
samples/cpp/falsecolor.cpp [new file with mode: 0644]
samples/cpp/fback.cpp [new file with mode: 0644]
samples/cpp/ffilldemo.cpp [new file with mode: 0644]
samples/cpp/filestorage.cpp [new file with mode: 0644]
samples/cpp/fitellipse.cpp [new file with mode: 0644]
samples/cpp/flann_search_dataset.cpp [new file with mode: 0644]
samples/cpp/grabcut.cpp [new file with mode: 0644]
samples/cpp/image_alignment.cpp [new file with mode: 0644]
samples/cpp/imagelist_creator.cpp [new file with mode: 0644]
samples/cpp/imagelist_reader.cpp [new file with mode: 0644]
samples/cpp/inpaint.cpp [new file with mode: 0644]
samples/cpp/intelligent_scissors.cpp [new file with mode: 0644]
samples/cpp/intersectExample.cpp [new file with mode: 0644]
samples/cpp/kalman.cpp [new file with mode: 0644]
samples/cpp/kmeans.cpp [new file with mode: 0644]
samples/cpp/laplace.cpp [new file with mode: 0644]
samples/cpp/letter_recog.cpp [new file with mode: 0644]
samples/cpp/lkdemo.cpp [new file with mode: 0644]
samples/cpp/logistic_regression.cpp [new file with mode: 0644]
samples/cpp/mask_tmpl.cpp [new file with mode: 0644]
samples/cpp/matchmethod_orb_akaze_brisk.cpp [new file with mode: 0644]
samples/cpp/minarea.cpp [new file with mode: 0644]
samples/cpp/morphology2.cpp [new file with mode: 0644]
samples/cpp/neural_network.cpp [new file with mode: 0644]
samples/cpp/npr_demo.cpp [new file with mode: 0644]
samples/cpp/opencv_version.cpp [new file with mode: 0644]
samples/cpp/pca.cpp [new file with mode: 0644]
samples/cpp/peopledetect.cpp [new file with mode: 0644]
samples/cpp/phase_corr.cpp [new file with mode: 0644]
samples/cpp/points_classifier.cpp [new file with mode: 0644]
samples/cpp/polar_transforms.cpp [new file with mode: 0644]
samples/cpp/qrcode.cpp [new file with mode: 0644]
samples/cpp/segment_objects.cpp [new file with mode: 0644]
samples/cpp/select3dobj.cpp [new file with mode: 0644]
samples/cpp/simd_basic.cpp [new file with mode: 0644]
samples/cpp/smiledetect.cpp [new file with mode: 0644]
samples/cpp/squares.cpp [new file with mode: 0644]
samples/cpp/stereo_calib.cpp [new file with mode: 0644]
samples/cpp/stereo_match.cpp [new file with mode: 0644]
samples/cpp/stitching.cpp [new file with mode: 0644]
samples/cpp/stitching_detailed.cpp [new file with mode: 0644]
samples/cpp/text_skewness_correction.cpp [new file with mode: 0644]
samples/cpp/train_HOG.cpp [new file with mode: 0644]
samples/cpp/train_svmsgd.cpp [new file with mode: 0644]
samples/cpp/travelsalesman.cpp [new file with mode: 0644]
samples/cpp/tree_engine.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/HighGUI/AddingImagesTrackbar.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/HighGUI/BasicLinearTransformsTrackbar.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/Histograms_Matching/EqualizeHist_Demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/Histograms_Matching/MatchTemplate_Demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/Histograms_Matching/calcBackProject_Demo1.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/Histograms_Matching/calcBackProject_Demo2.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/Histograms_Matching/calcHist_Demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/Histograms_Matching/compareHist_Demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgProc/BasicLinearTransforms.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgProc/HitMiss/HitMiss.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgProc/Morphology_1.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgProc/Morphology_2.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgProc/Pyramids/Pyramids.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgProc/Smoothing/Smoothing.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgProc/Threshold.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgProc/Threshold_inRange.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgProc/anisotropic_image_segmentation/anisotropic_image_segmentation.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgProc/basic_drawing/Drawing_1.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgProc/basic_drawing/Drawing_2.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgProc/changing_contrast_brightness_image/changing_contrast_brightness_image.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgProc/morph_lines_detection/Morphology_3.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgProc/motion_deblur_filter/motion_deblur_filter.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgProc/out_of_focus_deblur_filter/out_of_focus_deblur_filter.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgProc/periodic_noise_removing_filter/periodic_noise_removing_filter.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgTrans/CannyDetector_Demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgTrans/Geometric_Transforms_Demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgTrans/HoughCircle_Demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgTrans/HoughLines_Demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgTrans/Laplace_Demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgTrans/Remap_Demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgTrans/Sobel_Demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgTrans/copyMakeBorder_demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgTrans/filter2D_demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgTrans/houghcircles.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgTrans/houghlines.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ImgTrans/imageSegmentation.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ShapeDescriptors/findContours_demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo1.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo2.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ShapeDescriptors/hull_demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ShapeDescriptors/moments_demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ShapeDescriptors/pointPolygonTest_demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/TrackingMotion/cornerDetector_Demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/TrackingMotion/cornerHarris_Demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/TrackingMotion/cornerSubPix_Demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/TrackingMotion/goodFeaturesToTrack_Demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/camera_calibration/VID5.xml [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/camera_calibration/in_VID5.xml [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/camera_calibration/out_camera_data.yml [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/CMakeLists.txt [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/Data/box.mp4 [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/Data/box.ply [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/Data/cookies_ORB.yml [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/Data/resized_IMG_3875.JPG [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/CsvReader.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/CsvReader.h [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/CsvWriter.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/CsvWriter.h [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Mesh.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Mesh.h [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Model.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Model.h [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/ModelRegistration.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/ModelRegistration.h [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.h [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.h [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.h [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/compatibility/compatibility_test.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/core/AddingImages/AddingImages.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/core/discrete_fourier_transform/discrete_fourier_transform.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/core/file_input_output/file_input_output.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/core/how_to_scan_images/how_to_scan_images.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/core/how_to_use_OpenCV_parallel_for_/how_to_use_OpenCV_parallel_for_.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/core/mat_operations/mat_operations.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/core/mat_the_basic_image_container/mat_the_basic_image_container.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/features2D/AKAZE_match.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/features2D/AKAZE_tracking/planar_tracking.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/features2D/AKAZE_tracking/stats.h [new file with mode: 0644]
samples/cpp/tutorial_code/features2D/AKAZE_tracking/utils.h [new file with mode: 0644]
samples/cpp/tutorial_code/features2D/Homography/decompose_homography.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/features2D/Homography/homography_from_camera_displacement.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/features2D/Homography/panorama_stitching_rotating_camera.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/features2D/Homography/perspective_correction.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/features2D/Homography/pose_from_homography.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/features2D/feature_description/SURF_matching_Demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/features2D/feature_detection/SURF_detection_Demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/features2D/feature_flann_matcher/SURF_FLANN_matching_Demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/features2D/feature_homography/SURF_FLANN_matching_homography_Demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/gapi/age_gender_emotion_recognition/age_gender_emotion_recognition.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/gapi/face_beautification/face_beautification.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/gapi/porting_anisotropic_image_segmentation/porting_anisotropic_image_segmentation_gapi.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/gapi/porting_anisotropic_image_segmentation/porting_anisotropic_image_segmentation_gapi_fluid.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/gapi/security_barrier_camera/security_barrier_camera.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/gpu/gpu-thrust-interop/CMakeLists.txt [new file with mode: 0644]
samples/cpp/tutorial_code/gpu/gpu-thrust-interop/Thrust_interop.hpp [new file with mode: 0644]
samples/cpp/tutorial_code/gpu/gpu-thrust-interop/main.cu [new file with mode: 0644]
samples/cpp/tutorial_code/imgcodecs/GDAL_IO/gdal-image.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/introduction/display_image/display_image.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/introduction/documentation/documentation.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/introduction/windows_visual_studio_opencv/introduction_windows_vs.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ml/introduction_to_pca/introduction_to_pca.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ml/introduction_to_svm/introduction_to_svm.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/ml/non_linear_svms/non_linear_svms.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/objectDetection/objectDetection.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/photo/decolorization/decolor.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/photo/hdr_imaging/hdr_imaging.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/photo/non_photorealistic_rendering/npr_demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/photo/seamless_cloning/cloning_demo.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/snippets/core_mat_checkVector.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/snippets/core_merge.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/snippets/core_reduce.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/snippets/core_split.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/snippets/core_various.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/snippets/imgcodecs_imwrite.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/snippets/imgproc_HoughLinesCircles.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/snippets/imgproc_HoughLinesP.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/snippets/imgproc_HoughLinesPointSet.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/snippets/imgproc_applyColorMap.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/snippets/imgproc_calcHist.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/snippets/imgproc_drawContours.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/video/bg_sub.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/video/meanshift/camshift.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/video/meanshift/meanshift.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/video/optical_flow/optical_flow.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/video/optical_flow/optical_flow_dense.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/videoio/orbbec_astra/orbbec_astra.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/videoio/video-input-psnr-ssim/video-input-psnr-ssim.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/videoio/video-write/video-write.cpp [new file with mode: 0644]
samples/cpp/tutorial_code/xfeatures2D/LATCH_match.cpp [new file with mode: 0644]
samples/cpp/videocapture_basic.cpp [new file with mode: 0644]
samples/cpp/videocapture_camera.cpp [new file with mode: 0644]
samples/cpp/videocapture_gphoto2_autofocus.cpp [new file with mode: 0644]
samples/cpp/videocapture_gstreamer_pipeline.cpp [new file with mode: 0644]
samples/cpp/videocapture_image_sequence.cpp [new file with mode: 0644]
samples/cpp/videocapture_intelperc.cpp [new file with mode: 0644]
samples/cpp/videocapture_openni.cpp [new file with mode: 0644]
samples/cpp/videocapture_starter.cpp [new file with mode: 0644]
samples/cpp/videowriter_basic.cpp [new file with mode: 0644]
samples/cpp/warpPerspective_demo.cpp [new file with mode: 0644]
samples/cpp/watershed.cpp [new file with mode: 0644]
samples/data/Blender_Suzanne1.jpg [new file with mode: 0644]
samples/data/Blender_Suzanne2.jpg [new file with mode: 0644]
samples/data/H1to3p.xml [new file with mode: 0644]
samples/data/HappyFish.jpg [new file with mode: 0755]
samples/data/LinuxLogo.jpg [new file with mode: 0644]
samples/data/Megamind.avi [new file with mode: 0644]
samples/data/Megamind_bugy.avi [new file with mode: 0644]
samples/data/WindowsLogo.jpg [new file with mode: 0644]
samples/data/aero1.jpg [new file with mode: 0644]
samples/data/aero3.jpg [new file with mode: 0644]
samples/data/aloeGT.png [new file with mode: 0644]
samples/data/aloeL.jpg [new file with mode: 0644]
samples/data/aloeR.jpg [new file with mode: 0644]
samples/data/alphabet_36.txt [new file with mode: 0644]
samples/data/alphabet_94.txt [new file with mode: 0644]
samples/data/apple.jpg [new file with mode: 0644]
samples/data/baboon.jpg [new file with mode: 0644]
samples/data/basketball1.png [new file with mode: 0644]
samples/data/basketball2.png [new file with mode: 0644]
samples/data/blox.jpg [new file with mode: 0644]
samples/data/board.jpg [new file with mode: 0644]
samples/data/box.png [new file with mode: 0644]
samples/data/box_in_scene.png [new file with mode: 0644]
samples/data/building.jpg [new file with mode: 0644]
samples/data/butterfly.jpg [new file with mode: 0644]
samples/data/calibration.yml [new file with mode: 0644]
samples/data/cards.png [new file with mode: 0644]
samples/data/chessboard.png [new file with mode: 0644]
samples/data/chicky_512.png [new file with mode: 0644]
samples/data/data01.xml [new file with mode: 0644]
samples/data/detect_blob.png [new file with mode: 0644]
samples/data/digits.png [new file with mode: 0644]
samples/data/dnn/action_recongnition_kinetics.txt [new file with mode: 0644]
samples/data/dnn/classification_classes_ILSVRC2012.txt [new file with mode: 0644]
samples/data/dnn/enet-classes.txt [new file with mode: 0644]
samples/data/dnn/object_detection_classes_coco.txt [new file with mode: 0644]
samples/data/dnn/object_detection_classes_pascal_voc.txt [new file with mode: 0644]
samples/data/dnn/object_detection_classes_yolov3.txt [new file with mode: 0644]
samples/data/ela_modified.jpg [new file with mode: 0644]
samples/data/ela_original.jpg [new file with mode: 0644]
samples/data/ellipses.jpg [new file with mode: 0644]
samples/data/essential_mat_data.txt [new file with mode: 0644]
samples/data/fruits.jpg [new file with mode: 0644]
samples/data/gradient.png [new file with mode: 0644]
samples/data/graf1.png [new file with mode: 0644]
samples/data/graf3.png [new file with mode: 0644]
samples/data/home.jpg [new file with mode: 0644]
samples/data/imageTextN.png [new file with mode: 0644]
samples/data/imageTextR.png [new file with mode: 0644]
samples/data/intrinsics.yml [new file with mode: 0644]
samples/data/left.jpg [new file with mode: 0644]
samples/data/left01.jpg [new file with mode: 0644]
samples/data/left02.jpg [new file with mode: 0644]
samples/data/left03.jpg [new file with mode: 0644]
samples/data/left04.jpg [new file with mode: 0644]
samples/data/left05.jpg [new file with mode: 0644]
samples/data/left06.jpg [new file with mode: 0644]
samples/data/left07.jpg [new file with mode: 0644]
samples/data/left08.jpg [new file with mode: 0644]
samples/data/left09.jpg [new file with mode: 0644]
samples/data/left11.jpg [new file with mode: 0644]
samples/data/left12.jpg [new file with mode: 0644]
samples/data/left13.jpg [new file with mode: 0644]
samples/data/left14.jpg [new file with mode: 0644]
samples/data/left_intrinsics.yml [new file with mode: 0644]
samples/data/letter-recognition.data [new file with mode: 0644]
samples/data/leuvenA.jpg [new file with mode: 0644]
samples/data/leuvenB.jpg [new file with mode: 0644]
samples/data/licenseplate_motion.jpg [new file with mode: 0644]
samples/data/mask.png [new file with mode: 0644]
samples/data/messi5.jpg [new file with mode: 0644]
samples/data/ml.png [new file with mode: 0644]
samples/data/notes.png [new file with mode: 0644]
samples/data/opencv-logo-white.png [new file with mode: 0644]
samples/data/opencv-logo.png [new file with mode: 0644]
samples/data/orange.jpg [new file with mode: 0644]
samples/data/pca_test1.jpg [new file with mode: 0644]
samples/data/pic1.png [new file with mode: 0644]
samples/data/pic2.png [new file with mode: 0644]
samples/data/pic3.png [new file with mode: 0644]
samples/data/pic4.png [new file with mode: 0644]
samples/data/pic5.png [new file with mode: 0644]
samples/data/pic6.png [new file with mode: 0644]
samples/data/right.jpg [new file with mode: 0644]
samples/data/right01.jpg [new file with mode: 0644]
samples/data/right02.jpg [new file with mode: 0644]
samples/data/right03.jpg [new file with mode: 0644]
samples/data/right04.jpg [new file with mode: 0644]
samples/data/right05.jpg [new file with mode: 0644]
samples/data/right06.jpg [new file with mode: 0644]
samples/data/right07.jpg [new file with mode: 0644]
samples/data/right08.jpg [new file with mode: 0644]
samples/data/right09.jpg [new file with mode: 0644]
samples/data/right11.jpg [new file with mode: 0644]
samples/data/right12.jpg [new file with mode: 0644]
samples/data/right13.jpg [new file with mode: 0644]
samples/data/right14.jpg [new file with mode: 0644]
samples/data/rubberwhale1.png [new file with mode: 0644]
samples/data/rubberwhale2.png [new file with mode: 0644]
samples/data/smarties.png [new file with mode: 0644]
samples/data/starry_night.jpg [new file with mode: 0644]
samples/data/stereo_calib.xml [new file with mode: 0644]
samples/data/stuff.jpg [new file with mode: 0644]
samples/data/sudoku.png [new file with mode: 0644]
samples/data/templ.png [new file with mode: 0644]
samples/data/text_defocus.jpg [new file with mode: 0644]
samples/data/text_motion.jpg [new file with mode: 0644]
samples/data/tmpl.png [new file with mode: 0644]
samples/data/tree.avi [new file with mode: 0644]
samples/data/vtest.avi [new file with mode: 0644]
samples/directx/CMakeLists.txt [new file with mode: 0644]
samples/directx/d3d10_interop.cpp [new file with mode: 0644]
samples/directx/d3d11_interop.cpp [new file with mode: 0644]
samples/directx/d3d9_interop.cpp [new file with mode: 0644]
samples/directx/d3d9ex_interop.cpp [new file with mode: 0644]
samples/directx/d3dsample.hpp [new file with mode: 0644]
samples/directx/winapp.hpp [new file with mode: 0644]
samples/dnn/CMakeLists.txt [new file with mode: 0644]
samples/dnn/README.md [new file with mode: 0644]
samples/dnn/action_recognition.py [new file with mode: 0644]
samples/dnn/classification.cpp [new file with mode: 0644]
samples/dnn/classification.py [new file with mode: 0644]
samples/dnn/colorization.cpp [new file with mode: 0644]
samples/dnn/colorization.py [new file with mode: 0644]
samples/dnn/common.hpp [new file with mode: 0644]
samples/dnn/common.py [new file with mode: 0644]
samples/dnn/custom_layers.hpp [new file with mode: 0644]
samples/dnn/dasiamrpn_tracker.py [new file with mode: 0644]
samples/dnn/download_models.py [new file with mode: 0644]
samples/dnn/edge_detection.py [new file with mode: 0644]
samples/dnn/face_detector/deploy.prototxt [new file with mode: 0644]
samples/dnn/face_detector/deploy_lowres.prototxt [new file with mode: 0644]
samples/dnn/face_detector/how_to_train_face_detector.txt [new file with mode: 0644]
samples/dnn/face_detector/opencv_face_detector.pbtxt [new file with mode: 0644]
samples/dnn/face_detector/solver.prototxt [new file with mode: 0644]
samples/dnn/face_detector/test.prototxt [new file with mode: 0644]
samples/dnn/face_detector/train.prototxt [new file with mode: 0644]
samples/dnn/face_detector/weights.meta4 [new file with mode: 0644]
samples/dnn/fast_neural_style.py [new file with mode: 0644]
samples/dnn/human_parsing.cpp [new file with mode: 0644]
samples/dnn/human_parsing.py [new file with mode: 0644]
samples/dnn/js_face_recognition.html [new file with mode: 0644]
samples/dnn/mask_rcnn.py [new file with mode: 0644]
samples/dnn/mobilenet_ssd_accuracy.py [new file with mode: 0644]
samples/dnn/models.yml [new file with mode: 0644]
samples/dnn/object_detection.cpp [new file with mode: 0644]
samples/dnn/object_detection.py [new file with mode: 0644]
samples/dnn/openpose.cpp [new file with mode: 0644]
samples/dnn/openpose.py [new file with mode: 0644]
samples/dnn/optical_flow.py [new file with mode: 0644]
samples/dnn/scene_text_detection.cpp [new file with mode: 0644]
samples/dnn/scene_text_recognition.cpp [new file with mode: 0644]
samples/dnn/scene_text_spotting.cpp [new file with mode: 0644]
samples/dnn/segmentation.cpp [new file with mode: 0644]
samples/dnn/segmentation.py [new file with mode: 0644]
samples/dnn/shrink_tf_graph_weights.py [new file with mode: 0644]
samples/dnn/siamrpnpp.py [new file with mode: 0644]
samples/dnn/text_detection.cpp [new file with mode: 0644]
samples/dnn/text_detection.py [new file with mode: 0644]
samples/dnn/tf_text_graph_common.py [new file with mode: 0644]
samples/dnn/tf_text_graph_efficientdet.py [new file with mode: 0644]
samples/dnn/tf_text_graph_faster_rcnn.py [new file with mode: 0644]
samples/dnn/tf_text_graph_mask_rcnn.py [new file with mode: 0644]
samples/dnn/tf_text_graph_ssd.py [new file with mode: 0644]
samples/dnn/virtual_try_on.py [new file with mode: 0644]
samples/gpu/CMakeLists.txt [new file with mode: 0644]
samples/gpu/alpha_comp.cpp [new file with mode: 0644]
samples/gpu/bgfg_segm.cpp [new file with mode: 0644]
samples/gpu/cascadeclassifier.cpp [new file with mode: 0644]
samples/gpu/farneback_optical_flow.cpp [new file with mode: 0644]
samples/gpu/generalized_hough.cpp [new file with mode: 0644]
samples/gpu/hog.cpp [new file with mode: 0644]
samples/gpu/houghlines.cpp [new file with mode: 0644]
samples/gpu/morphology.cpp [new file with mode: 0644]
samples/gpu/multi.cpp [new file with mode: 0644]
samples/gpu/pyrlk_optical_flow.cpp [new file with mode: 0644]
samples/gpu/stereo_match.cpp [new file with mode: 0644]
samples/gpu/stereo_multi.cpp [new file with mode: 0644]
samples/gpu/super_resolution.cpp [new file with mode: 0644]
samples/gpu/surf_keypoint_matcher.cpp [new file with mode: 0644]
samples/gpu/video_reader.cpp [new file with mode: 0644]
samples/gpu/video_writer.cpp [new file with mode: 0644]
samples/hal/README.md [new file with mode: 0644]
samples/hal/c_hal/CMakeLists.txt [new file with mode: 0644]
samples/hal/c_hal/config.cmake [new file with mode: 0644]
samples/hal/c_hal/impl.c [new file with mode: 0644]
samples/hal/c_hal/impl.h [new file with mode: 0644]
samples/hal/slow_hal/CMakeLists.txt [new file with mode: 0644]
samples/hal/slow_hal/config.cmake [new file with mode: 0644]
samples/hal/slow_hal/impl.cpp [new file with mode: 0644]
samples/hal/slow_hal/impl.hpp [new file with mode: 0644]
samples/install/linux_install_a.sh [new file with mode: 0644]
samples/install/linux_install_b.sh [new file with mode: 0644]
samples/install/linux_quick_install.sh [new file with mode: 0644]
samples/install/linux_quick_install_contrib.sh [new file with mode: 0644]
samples/install/linux_verify.sh [new file with mode: 0755]
samples/java/ant/build.xml [new file with mode: 0644]
samples/java/ant/src/SimpleSample.java [new file with mode: 0644]
samples/java/clojure/simple-sample/project.clj [new file with mode: 0644]
samples/java/clojure/simple-sample/src/simple_sample/core.clj [new file with mode: 0644]
samples/java/clojure/simple-sample/test/simple_sample/core_test.clj [new file with mode: 0644]
samples/java/eclipse/HelloCV/.classpath [new file with mode: 0644]
samples/java/eclipse/HelloCV/.project [new file with mode: 0644]
samples/java/eclipse/HelloCV/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
samples/java/eclipse/HelloCV/src/Main.java [new file with mode: 0644]
samples/java/opencv_version.java [new file with mode: 0644]
samples/java/sbt/README [new file with mode: 0644]
samples/java/sbt/lib/copy_opencv_jar_here [new file with mode: 0644]
samples/java/sbt/project/build.scala [new file with mode: 0644]
samples/java/sbt/project/plugins.sbt [new file with mode: 0644]
samples/java/sbt/sbt/sbt [new file with mode: 0644]
samples/java/sbt/sbt/sbt-launch.jar [new file with mode: 0644]
samples/java/sbt/src/main/java/DetectFaceDemo.java [new file with mode: 0644]
samples/java/sbt/src/main/resources/AverageMaleFace.jpg [new file with mode: 0644]
samples/java/sbt/src/main/resources/img1.png [new file with mode: 0644]
samples/java/sbt/src/main/resources/img2.png [new file with mode: 0644]
samples/java/sbt/src/main/scala/Main.scala [new file with mode: 0644]
samples/java/sbt/src/main/scala/ScalaCorrespondenceMatchingDemo.scala [new file with mode: 0644]
samples/java/sbt/src/main/scala/ScalaDetectFaceDemo.scala [new file with mode: 0644]
samples/java/tutorial_code/CMakeLists.txt [new file with mode: 0644]
samples/java/tutorial_code/Histograms_Matching/back_projection/CalcBackProjectDemo1.java [new file with mode: 0644]
samples/java/tutorial_code/Histograms_Matching/back_projection/CalcBackProjectDemo2.java [new file with mode: 0644]
samples/java/tutorial_code/Histograms_Matching/histogram_calculation/CalcHistDemo.java [new file with mode: 0644]
samples/java/tutorial_code/Histograms_Matching/histogram_comparison/CompareHistDemo.java [new file with mode: 0644]
samples/java/tutorial_code/Histograms_Matching/histogram_equalization/EqualizeHistDemo.java [new file with mode: 0644]
samples/java/tutorial_code/ImgProc/BasicGeometricDrawing/BasicGeometricDrawing.java [new file with mode: 0644]
samples/java/tutorial_code/ImgProc/HitMiss/HitMiss.java [new file with mode: 0644]
samples/java/tutorial_code/ImgProc/Pyramids/Pyramids.java [new file with mode: 0644]
samples/java/tutorial_code/ImgProc/Smoothing/Smoothing.java [new file with mode: 0644]
samples/java/tutorial_code/ImgProc/changing_contrast_brightness_image/BasicLinearTransformsDemo.java [new file with mode: 0644]
samples/java/tutorial_code/ImgProc/changing_contrast_brightness_image/ChangingContrastBrightnessImageDemo.java [new file with mode: 0644]
samples/java/tutorial_code/ImgProc/erosion_dilatation/MorphologyDemo1.java [new file with mode: 0644]
samples/java/tutorial_code/ImgProc/morph_lines_detection/Morphology_3.java [new file with mode: 0644]
samples/java/tutorial_code/ImgProc/opening_closing_hats/MorphologyDemo2.java [new file with mode: 0644]
samples/java/tutorial_code/ImgProc/threshold/Threshold.java [new file with mode: 0644]
samples/java/tutorial_code/ImgProc/threshold_inRange/ThresholdInRange.java [new file with mode: 0644]
samples/java/tutorial_code/ImgProc/tutorial_template_matching/MatchTemplateDemo.java [new file with mode: 0644]
samples/java/tutorial_code/ImgTrans/Filter2D/Filter2D_Demo.java [new file with mode: 0644]
samples/java/tutorial_code/ImgTrans/HoughCircle/HoughCircles.java [new file with mode: 0644]
samples/java/tutorial_code/ImgTrans/HoughLine/HoughLines.java [new file with mode: 0644]
samples/java/tutorial_code/ImgTrans/LaPlace/LaplaceDemo.java [new file with mode: 0644]
samples/java/tutorial_code/ImgTrans/MakeBorder/CopyMakeBorder.java [new file with mode: 0644]
samples/java/tutorial_code/ImgTrans/SobelDemo/SobelDemo.java [new file with mode: 0644]
samples/java/tutorial_code/ImgTrans/canny_detector/CannyDetectorDemo.java [new file with mode: 0644]
samples/java/tutorial_code/ImgTrans/distance_transformation/ImageSegmentationDemo.java [new file with mode: 0644]
samples/java/tutorial_code/ImgTrans/remap/RemapDemo.java [new file with mode: 0644]
samples/java/tutorial_code/ImgTrans/warp_affine/GeometricTransformsDemo.java [new file with mode: 0644]
samples/java/tutorial_code/ShapeDescriptors/bounding_rects_circles/GeneralContoursDemo1.java [new file with mode: 0644]
samples/java/tutorial_code/ShapeDescriptors/bounding_rotated_ellipses/GeneralContoursDemo2.java [new file with mode: 0644]
samples/java/tutorial_code/ShapeDescriptors/find_contours/FindContoursDemo.java [new file with mode: 0644]
samples/java/tutorial_code/ShapeDescriptors/hull/HullDemo.java [new file with mode: 0644]
samples/java/tutorial_code/ShapeDescriptors/moments/MomentsDemo.java [new file with mode: 0644]
samples/java/tutorial_code/ShapeDescriptors/point_polygon_test/PointPolygonTestDemo.java [new file with mode: 0644]
samples/java/tutorial_code/TrackingMotion/corner_subpixels/CornerSubPixDemo.java [new file with mode: 0644]
samples/java/tutorial_code/TrackingMotion/generic_corner_detector/CornerDetectorDemo.java [new file with mode: 0644]
samples/java/tutorial_code/TrackingMotion/good_features_to_track/GoodFeaturesToTrackDemo.java [new file with mode: 0644]
samples/java/tutorial_code/TrackingMotion/harris_detector/CornerHarrisDemo.java [new file with mode: 0644]
samples/java/tutorial_code/build.xml [new file with mode: 0644]
samples/java/tutorial_code/core/AddingImages/AddingImages.java [new file with mode: 0644]
samples/java/tutorial_code/core/discrete_fourier_transform/DiscreteFourierTransform.java [new file with mode: 0644]
samples/java/tutorial_code/core/mat_mask_operations/MatMaskOperations.java [new file with mode: 0644]
samples/java/tutorial_code/core/mat_operations/MatOperations.java [new file with mode: 0644]
samples/java/tutorial_code/features2D/Homography/PanoramaStitchingRotatingCamera.java [new file with mode: 0644]
samples/java/tutorial_code/features2D/Homography/PerspectiveCorrection.java [new file with mode: 0644]
samples/java/tutorial_code/features2D/akaze_matching/AKAZEMatchDemo.java [new file with mode: 0644]
samples/java/tutorial_code/features2D/feature_description/SURFMatchingDemo.java [new file with mode: 0644]
samples/java/tutorial_code/features2D/feature_detection/SURFDetectionDemo.java [new file with mode: 0644]
samples/java/tutorial_code/features2D/feature_flann_matcher/SURFFLANNMatchingDemo.java [new file with mode: 0644]
samples/java/tutorial_code/features2D/feature_homography/SURFFLANNMatchingHomographyDemo.java [new file with mode: 0644]
samples/java/tutorial_code/highgui/trackbar/AddingImagesTrackbar.java [new file with mode: 0644]
samples/java/tutorial_code/introduction/documentation/Documentation.java [new file with mode: 0644]
samples/java/tutorial_code/ml/introduction_to_pca/IntroductionToPCADemo.java [new file with mode: 0644]
samples/java/tutorial_code/ml/introduction_to_svm/IntroductionToSVMDemo.java [new file with mode: 0644]
samples/java/tutorial_code/ml/non_linear_svms/NonLinearSVMsDemo.java [new file with mode: 0644]
samples/java/tutorial_code/objectDetection/cascade_classifier/ObjectDetectionDemo.java [new file with mode: 0644]
samples/java/tutorial_code/photo/hdr_imaging/HDRImagingDemo.java [new file with mode: 0644]
samples/java/tutorial_code/video/background_subtraction/BackgroundSubtractionDemo.java [new file with mode: 0644]
samples/java/tutorial_code/video/meanshift/CamshiftDemo.java [new file with mode: 0644]
samples/java/tutorial_code/video/meanshift/MeanshiftDemo.java [new file with mode: 0644]
samples/java/tutorial_code/video/optical_flow/OpticalFlowDemo.java [new file with mode: 0644]
samples/java/tutorial_code/video/optical_flow/OpticalFlowDenseDemo.java [new file with mode: 0644]
samples/opencl/CMakeLists.txt [new file with mode: 0644]
samples/opencl/opencl-opencv-interop.cpp [new file with mode: 0644]
samples/opengl/CMakeLists.txt [new file with mode: 0644]
samples/opengl/opengl.cpp [new file with mode: 0644]
samples/opengl/opengl_interop.cpp [new file with mode: 0644]
samples/opengl/winapp.hpp [new file with mode: 0644]
samples/openvx/CMakeLists.txt [new file with mode: 0644]
samples/openvx/no_wrappers.cpp [new file with mode: 0644]
samples/openvx/wrappers.cpp [new file with mode: 0644]
samples/openvx/wrappers_video.cpp [new file with mode: 0644]
samples/python/CMakeLists.txt [new file with mode: 0644]
samples/python/_coverage.py [new file with mode: 0755]
samples/python/_doc.py [new file with mode: 0755]
samples/python/_run_winpack_demo.cmd [new file with mode: 0644]
samples/python/asift.py [new file with mode: 0755]
samples/python/browse.py [new file with mode: 0755]
samples/python/calibrate.py [new file with mode: 0755]
samples/python/camera_calibration_show_extrinsics.py [new file with mode: 0755]
samples/python/camshift.py [new file with mode: 0755]
samples/python/coherence.py [new file with mode: 0755]
samples/python/color_histogram.py [new file with mode: 0755]
samples/python/common.py [new file with mode: 0755]
samples/python/contours.py [new file with mode: 0755]
samples/python/deconvolution.py [new file with mode: 0755]
samples/python/demo.py [new file with mode: 0755]
samples/python/dft.py [new file with mode: 0755]
samples/python/digits.py [new file with mode: 0755]
samples/python/digits_adjust.py [new file with mode: 0755]
samples/python/digits_video.py [new file with mode: 0755]
samples/python/dis_opt_flow.py [new file with mode: 0755]
samples/python/distrans.py [new file with mode: 0755]
samples/python/drawing.py [new file with mode: 0644]
samples/python/edge.py [new file with mode: 0755]
samples/python/essential_mat_reconstr.py [new file with mode: 0644]
samples/python/facedetect.py [new file with mode: 0755]
samples/python/feature_homography.py [new file with mode: 0755]
samples/python/find_obj.py [new file with mode: 0755]
samples/python/fitline.py [new file with mode: 0755]
samples/python/floodfill.py [new file with mode: 0755]
samples/python/gabor_threads.py [new file with mode: 0755]
samples/python/gaussian_mix.py [new file with mode: 0755]
samples/python/grabcut.py [new file with mode: 0644]
samples/python/hist.py [new file with mode: 0755]
samples/python/houghcircles.py [new file with mode: 0755]
samples/python/houghlines.py [new file with mode: 0755]
samples/python/inpaint.py [new file with mode: 0755]
samples/python/kalman.py [new file with mode: 0755]
samples/python/kmeans.py [new file with mode: 0755]
samples/python/laplace.py [new file with mode: 0644]
samples/python/lappyr.py [new file with mode: 0755]
samples/python/letter_recog.py [new file with mode: 0755]
samples/python/lk_homography.py [new file with mode: 0755]
samples/python/lk_track.py [new file with mode: 0755]
samples/python/logpolar.py [new file with mode: 0644]
samples/python/morphology.py [new file with mode: 0755]
samples/python/mosse.py [new file with mode: 0755]
samples/python/mouse_and_match.py [new file with mode: 0755]
samples/python/mser.py [new file with mode: 0755]
samples/python/opencv_version.py [new file with mode: 0644]
samples/python/opt_flow.py [new file with mode: 0755]
samples/python/peopledetect.py [new file with mode: 0755]
samples/python/plane_ar.py [new file with mode: 0755]
samples/python/plane_tracker.py [new file with mode: 0755]
samples/python/qrcode.py [new file with mode: 0644]
samples/python/squares.py [new file with mode: 0755]
samples/python/stereo_match.py [new file with mode: 0755]
samples/python/stitching.py [new file with mode: 0644]
samples/python/stitching_detailed.py [new file with mode: 0644]
samples/python/text_skewness_correction.py [new file with mode: 0644]
samples/python/texture_flow.py [new file with mode: 0755]
samples/python/tracker.py [new file with mode: 0644]
samples/python/tst_scene_render.py [new file with mode: 0644]
samples/python/turing.py [new file with mode: 0755]
samples/python/tutorial_code/Histograms_Matching/back_projection/calcBackProject_Demo1.py [new file with mode: 0644]
samples/python/tutorial_code/Histograms_Matching/back_projection/calcBackProject_Demo2.py [new file with mode: 0644]
samples/python/tutorial_code/Histograms_Matching/histogram_calculation/calcHist_Demo.py [new file with mode: 0644]
samples/python/tutorial_code/Histograms_Matching/histogram_comparison/compareHist_Demo.py [new file with mode: 0644]
samples/python/tutorial_code/Histograms_Matching/histogram_equalization/EqualizeHist_Demo.py [new file with mode: 0644]
samples/python/tutorial_code/ImgTrans/Filter2D/filter2D.py [new file with mode: 0644]
samples/python/tutorial_code/ImgTrans/HoughCircle/hough_circle.py [new file with mode: 0644]
samples/python/tutorial_code/ImgTrans/HoughLine/hough_lines.py [new file with mode: 0644]
samples/python/tutorial_code/ImgTrans/LaPlace/laplace_demo.py [new file with mode: 0644]
samples/python/tutorial_code/ImgTrans/MakeBorder/copy_make_border.py [new file with mode: 0644]
samples/python/tutorial_code/ImgTrans/SobelDemo/sobel_demo.py [new file with mode: 0644]
samples/python/tutorial_code/ImgTrans/canny_detector/CannyDetector_Demo.py [new file with mode: 0644]
samples/python/tutorial_code/ImgTrans/distance_transformation/imageSegmentation.py [new file with mode: 0644]
samples/python/tutorial_code/ImgTrans/remap/Remap_Demo.py [new file with mode: 0644]
samples/python/tutorial_code/ImgTrans/warp_affine/Geometric_Transforms_Demo.py [new file with mode: 0644]
samples/python/tutorial_code/ShapeDescriptors/bounding_rects_circles/generalContours_demo1.py [new file with mode: 0644]
samples/python/tutorial_code/ShapeDescriptors/bounding_rotated_ellipses/generalContours_demo2.py [new file with mode: 0644]
samples/python/tutorial_code/ShapeDescriptors/find_contours/findContours_demo.py [new file with mode: 0644]
samples/python/tutorial_code/ShapeDescriptors/hull/hull_demo.py [new file with mode: 0644]
samples/python/tutorial_code/ShapeDescriptors/moments/moments_demo.py [new file with mode: 0644]
samples/python/tutorial_code/ShapeDescriptors/point_polygon_test/pointPolygonTest_demo.py [new file with mode: 0644]
samples/python/tutorial_code/TrackingMotion/corner_subpixels/cornerSubPix_Demo.py [new file with mode: 0644]
samples/python/tutorial_code/TrackingMotion/generic_corner_detector/cornerDetector_Demo.py [new file with mode: 0644]
samples/python/tutorial_code/TrackingMotion/good_features_to_track/goodFeaturesToTrack_Demo.py [new file with mode: 0644]
samples/python/tutorial_code/TrackingMotion/harris_detector/cornerHarris_Demo.py [new file with mode: 0644]
samples/python/tutorial_code/core/AddingImages/adding_images.py [new file with mode: 0644]
samples/python/tutorial_code/core/discrete_fourier_transform/discrete_fourier_transform.py [new file with mode: 0644]
samples/python/tutorial_code/core/file_input_output/file_input_output.py [new file with mode: 0644]
samples/python/tutorial_code/core/mat_mask_operations/mat_mask_operations.py [new file with mode: 0644]
samples/python/tutorial_code/core/mat_operations/mat_operations.py [new file with mode: 0644]
samples/python/tutorial_code/features2D/Homography/panorama_stitching_rotating_camera.py [new file with mode: 0644]
samples/python/tutorial_code/features2D/Homography/perspective_correction.py [new file with mode: 0644]
samples/python/tutorial_code/features2D/akaze_matching/AKAZE_match.py [new file with mode: 0644]
samples/python/tutorial_code/features2D/feature_description/SURF_matching_Demo.py [new file with mode: 0644]
samples/python/tutorial_code/features2D/feature_detection/SURF_detection_Demo.py [new file with mode: 0644]
samples/python/tutorial_code/features2D/feature_flann_matcher/SURF_FLANN_matching_Demo.py [new file with mode: 0644]
samples/python/tutorial_code/features2D/feature_homography/SURF_FLANN_matching_homography_Demo.py [new file with mode: 0644]
samples/python/tutorial_code/highgui/trackbar/AddingImagesTrackbar.py [new file with mode: 0644]
samples/python/tutorial_code/imgProc/BasicGeometricDrawing/basic_geometric_drawing.py [new file with mode: 0644]
samples/python/tutorial_code/imgProc/HitMiss/hit_miss.py [new file with mode: 0644]
samples/python/tutorial_code/imgProc/Pyramids/pyramids.py [new file with mode: 0644]
samples/python/tutorial_code/imgProc/Smoothing/smoothing.py [new file with mode: 0644]
samples/python/tutorial_code/imgProc/anisotropic_image_segmentation/anisotropic_image_segmentation.py [new file with mode: 0644]
samples/python/tutorial_code/imgProc/changing_contrast_brightness_image/BasicLinearTransforms.py [new file with mode: 0644]
samples/python/tutorial_code/imgProc/changing_contrast_brightness_image/changing_contrast_brightness_image.py [new file with mode: 0644]
samples/python/tutorial_code/imgProc/erosion_dilatation/morphology_1.py [new file with mode: 0644]
samples/python/tutorial_code/imgProc/hough_line_transform/hough_line_transform.py [new file with mode: 0644]
samples/python/tutorial_code/imgProc/hough_line_transform/probabilistic_hough_line_transform.py [new file with mode: 0644]
samples/python/tutorial_code/imgProc/match_template/match_template.py [new file with mode: 0644]
samples/python/tutorial_code/imgProc/morph_lines_detection/morph_lines_detection.py [new file with mode: 0644]
samples/python/tutorial_code/imgProc/opening_closing_hats/morphology_2.py [new file with mode: 0644]
samples/python/tutorial_code/imgProc/threshold/threshold.py [new file with mode: 0644]
samples/python/tutorial_code/imgProc/threshold_inRange/threshold_inRange.py [new file with mode: 0644]
samples/python/tutorial_code/introduction/display_image/display_image.py [new file with mode: 0644]
samples/python/tutorial_code/introduction/documentation/documentation.py [new file with mode: 0644]
samples/python/tutorial_code/ml/introduction_to_pca/introduction_to_pca.py [new file with mode: 0644]
samples/python/tutorial_code/ml/introduction_to_svm/introduction_to_svm.py [new file with mode: 0644]
samples/python/tutorial_code/ml/non_linear_svms/non_linear_svms.py [new file with mode: 0644]
samples/python/tutorial_code/ml/py_svm_opencv/hogsvm.py [new file with mode: 0755]
samples/python/tutorial_code/objectDetection/cascade_classifier/objectDetection.py [new file with mode: 0644]
samples/python/tutorial_code/photo/hdr_imaging/hdr_imaging.py [new file with mode: 0644]
samples/python/tutorial_code/video/background_subtraction/bg_sub.py [new file with mode: 0644]
samples/python/tutorial_code/video/meanshift/camshift.py [new file with mode: 0644]
samples/python/tutorial_code/video/meanshift/meanshift.py [new file with mode: 0644]
samples/python/tutorial_code/video/optical_flow/optical_flow.py [new file with mode: 0644]
samples/python/tutorial_code/video/optical_flow/optical_flow_dense.py [new file with mode: 0644]
samples/python/tutorial_code/videoio/video-input-psnr-ssim.py [new file with mode: 0644]
samples/python/video.py [new file with mode: 0755]
samples/python/video_threaded.py [new file with mode: 0755]
samples/python/video_v4l2.py [new file with mode: 0644]
samples/python/watershed.py [new file with mode: 0755]
samples/samples_utils.cmake [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection.xcodeproj/project.pbxproj [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/AppDelegate.swift [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/100.png [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/114.png [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/120.png [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/144.png [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/152.png [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/167.png [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/180.png [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/20.png [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/29.png [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/40.png [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/50.png [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/57.png [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/58.png [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/60.png [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/72.png [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/76.png [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/80.png [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/87.png [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/Contents.json [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/appstore.png [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/Contents.json [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Base.lproj/LaunchScreen.storyboard [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Base.lproj/Main.storyboard [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/ColorBlobDetector.swift [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Info.plist [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetection/ViewController.swift [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetectionDynamic.xcodeproj/project.pbxproj [new file with mode: 0644]
samples/swift/ios/ColorBlobDetection/ColorBlobDetectionDynamic.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection.xcodeproj/project.pbxproj [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/AppDelegate.swift [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/100.png [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/114.png [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/120.png [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/144.png [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/152.png [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/167.png [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/180.png [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/20.png [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/29.png [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/40.png [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/50.png [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/57.png [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/58.png [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/60.png [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/72.png [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/76.png [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/80.png [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/87.png [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/Contents.json [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/appstore.png [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/Contents.json [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Base.lproj/LaunchScreen.storyboard [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Base.lproj/Main.storyboard [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/DetectionBasedTracker.h [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/DetectionBasedTracker.mm [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/FaceDetection-Bridging-Header.h [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/Info.plist [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/ViewController.swift [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetection/lbpcascade_frontalface.xml [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetectionDynamic.xcodeproj/project.pbxproj [new file with mode: 0644]
samples/swift/ios/FaceDetection/FaceDetectionDynamic.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist [new file with mode: 0644]
samples/sycl/CMakeLists.txt [new file with mode: 0644]
samples/sycl/sycl-opencv-interop.cpp [new file with mode: 0644]
samples/tapi/CMakeLists.txt [new file with mode: 0644]
samples/tapi/bgfg_segm.cpp [new file with mode: 0644]
samples/tapi/camshift.cpp [new file with mode: 0644]
samples/tapi/clahe.cpp [new file with mode: 0644]
samples/tapi/dense_optical_flow.cpp [new file with mode: 0644]
samples/tapi/hog.cpp [new file with mode: 0644]
samples/tapi/opencl_custom_kernel.cpp [new file with mode: 0644]
samples/tapi/pyrlk_optical_flow.cpp [new file with mode: 0644]
samples/tapi/squares.cpp [new file with mode: 0644]
samples/tapi/ufacedetect.cpp [new file with mode: 0644]
samples/va_intel/CMakeLists.txt [new file with mode: 0644]
samples/va_intel/display.cpp.inc [new file with mode: 0644]
samples/va_intel/va_intel_interop.cpp [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection.sln [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection/App.xaml [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection/App.xaml.cpp [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection/App.xaml.h [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection/Assets/Logo.scale-100.png [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection/Assets/SmallLogo.scale-100.png [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection/Assets/SplashScreen.scale-100.png [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection/Assets/StoreLogo.scale-100.png [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection/Assets/group1.jpg [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection/Assets/group2.jpg [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection/Assets/group3.jpg [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection/Assets/haarcascade_frontalface_alt.xml [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection/FaceDetection.vcxproj [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection/FaceDetection.vcxproj.filters [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection/FaceDetection_TemporaryKey.pfx [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection/MainPage.xaml [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection/MainPage.xaml.cpp [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection/MainPage.xaml.h [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection/Package.appxmanifest [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection/opencv.props [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection/pch.cpp [new file with mode: 0644]
samples/winrt/FaceDetection/FaceDetection/pch.h [new file with mode: 0644]
samples/winrt/ImageManipulations/AdvancedCapture.xaml [new file with mode: 0644]
samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp [new file with mode: 0644]
samples/winrt/ImageManipulations/AdvancedCapture.xaml.h [new file with mode: 0644]
samples/winrt/ImageManipulations/App.xaml [new file with mode: 0644]
samples/winrt/ImageManipulations/App.xaml.cpp [new file with mode: 0644]
samples/winrt/ImageManipulations/App.xaml.h [new file with mode: 0644]
samples/winrt/ImageManipulations/Constants.cpp [new file with mode: 0644]
samples/winrt/ImageManipulations/Constants.h [new file with mode: 0644]
samples/winrt/ImageManipulations/MainPage.xaml [new file with mode: 0644]
samples/winrt/ImageManipulations/MainPage.xaml.cpp [new file with mode: 0644]
samples/winrt/ImageManipulations/MainPage.xaml.h [new file with mode: 0644]
samples/winrt/ImageManipulations/MediaCapture.sln [new file with mode: 0644]
samples/winrt/ImageManipulations/MediaCapture.vcxproj [new file with mode: 0644]
samples/winrt/ImageManipulations/MediaCapture.vcxproj.filters [new file with mode: 0644]
samples/winrt/ImageManipulations/MediaCapture_TemporaryKey.pfx [new file with mode: 0644]
samples/winrt/ImageManipulations/MediaExtensions/Common/AsyncCB.h [new file with mode: 0644]
samples/winrt/ImageManipulations/MediaExtensions/Common/BufferLock.h [new file with mode: 0644]
samples/winrt/ImageManipulations/MediaExtensions/Common/CritSec.h [new file with mode: 0644]
samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h [new file with mode: 0644]
samples/winrt/ImageManipulations/MediaExtensions/Common/OpQueue.h [new file with mode: 0644]
samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvImageManipulations.idl [new file with mode: 0644]
samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvTransform.cpp [new file with mode: 0644]
samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvTransform.def [new file with mode: 0644]
samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvTransform.h [new file with mode: 0644]
samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvTransform.vcxproj [new file with mode: 0644]
samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/dllmain.cpp [new file with mode: 0644]
samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/opencv.props [new file with mode: 0644]
samples/winrt/ImageManipulations/Package.appxmanifest [new file with mode: 0644]
samples/winrt/ImageManipulations/assets/StoreLogo.png [new file with mode: 0644]
samples/winrt/ImageManipulations/assets/opencv-logo-150.png [new file with mode: 0644]
samples/winrt/ImageManipulations/assets/opencv-logo-30.png [new file with mode: 0644]
samples/winrt/ImageManipulations/assets/splash-sdk.png [new file with mode: 0644]
samples/winrt/ImageManipulations/assets/windows-sdk.png [new file with mode: 0644]
samples/winrt/ImageManipulations/assets/windows-sdk.scale-100.png [new file with mode: 0644]
samples/winrt/ImageManipulations/common/LayoutAwarePage.cpp [new file with mode: 0644]
samples/winrt/ImageManipulations/common/LayoutAwarePage.h [new file with mode: 0644]
samples/winrt/ImageManipulations/common/StandardStyles.xaml [new file with mode: 0644]
samples/winrt/ImageManipulations/common/suspensionmanager.cpp [new file with mode: 0644]
samples/winrt/ImageManipulations/common/suspensionmanager.h [new file with mode: 0644]
samples/winrt/ImageManipulations/opencv.props [new file with mode: 0644]
samples/winrt/ImageManipulations/pch.cpp [new file with mode: 0644]
samples/winrt/ImageManipulations/pch.h [new file with mode: 0644]
samples/winrt/ImageManipulations/sample-utils/SampleTemplateStyles.xaml [new file with mode: 0644]
samples/winrt/JavaScript/MediaCaptureJavaScript.jsproj [new file with mode: 0644]
samples/winrt/JavaScript/MediaCaptureJavaScript.sln [new file with mode: 0644]
samples/winrt/JavaScript/MediaCaptureJavaScript_TemporaryKey.pfx [new file with mode: 0644]
samples/winrt/JavaScript/css/default.css [new file with mode: 0644]
samples/winrt/JavaScript/default.html [new file with mode: 0644]
samples/winrt/JavaScript/html/AdvancedCapture.html [new file with mode: 0644]
samples/winrt/JavaScript/images/logo.scale-100.png [new file with mode: 0644]
samples/winrt/JavaScript/images/microsoft-sdk.png [new file with mode: 0644]
samples/winrt/JavaScript/images/smallTile-sdk.png [new file with mode: 0644]
samples/winrt/JavaScript/images/smalllogo.scale-100.png [new file with mode: 0644]
samples/winrt/JavaScript/images/splash-sdk.png [new file with mode: 0644]
samples/winrt/JavaScript/images/splashscreen.scale-100.png [new file with mode: 0644]
samples/winrt/JavaScript/images/squareTile-sdk.png [new file with mode: 0644]
samples/winrt/JavaScript/images/storeLogo-sdk.png [new file with mode: 0644]
samples/winrt/JavaScript/images/storelogo.scale-100.png [new file with mode: 0644]
samples/winrt/JavaScript/images/tile-sdk.png [new file with mode: 0644]
samples/winrt/JavaScript/images/windows-sdk.png [new file with mode: 0644]
samples/winrt/JavaScript/js/AdvancedCapture.js [new file with mode: 0644]
samples/winrt/JavaScript/js/default.js [new file with mode: 0644]
samples/winrt/JavaScript/package.appxmanifest [new file with mode: 0644]
samples/winrt/JavaScript/sample-utils/sample-utils.css [new file with mode: 0644]
samples/winrt/JavaScript/sample-utils/sample-utils.js [new file with mode: 0644]
samples/winrt/JavaScript/sample-utils/scenario-select.html [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing.sln [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/App.xaml [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/App.xaml.cpp [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/App.xaml.h [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/Assets/Logo.png [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/Assets/SmallLogo.png [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/Assets/SplashScreen.png [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/Assets/StoreLogo.png [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/Common/StandardStyles.xaml [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.cpp [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.h [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/OcvImageProcessing.vcxproj [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/OcvImageProcessing.vcxproj.filters [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/OcvImageProcessing_TemporaryKey.pfx [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/Package.appxmanifest [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/opencv.props [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/pch.cpp [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/pch.h [new file with mode: 0644]
samples/winrt/readme.txt [new file with mode: 0644]
samples/winrt_universal/PhoneTutorial/App.xaml [new file with mode: 0644]
samples/winrt_universal/PhoneTutorial/App.xaml.cpp [new file with mode: 0644]
samples/winrt_universal/PhoneTutorial/App.xaml.h [new file with mode: 0644]
samples/winrt_universal/PhoneTutorial/Assets/Logo.scale-240.png [new file with mode: 0644]
samples/winrt_universal/PhoneTutorial/Assets/SmallLogo.scale-240.png [new file with mode: 0644]
samples/winrt_universal/PhoneTutorial/Assets/SplashScreen.scale-240.png [new file with mode: 0644]
samples/winrt_universal/PhoneTutorial/Assets/Square71x71Logo.scale-240.png [new file with mode: 0644]
samples/winrt_universal/PhoneTutorial/Assets/StoreLogo.scale-240.png [new file with mode: 0644]
samples/winrt_universal/PhoneTutorial/Assets/WideLogo.scale-240.png [new file with mode: 0644]
samples/winrt_universal/PhoneTutorial/MainPage.xaml [new file with mode: 0644]
samples/winrt_universal/PhoneTutorial/MainPage.xaml.cpp [new file with mode: 0644]
samples/winrt_universal/PhoneTutorial/MainPage.xaml.h [new file with mode: 0644]
samples/winrt_universal/PhoneTutorial/Package.appxmanifest [new file with mode: 0644]
samples/winrt_universal/PhoneTutorial/PhoneTutorial.sln [new file with mode: 0644]
samples/winrt_universal/PhoneTutorial/PhoneTutorial.vcxproj [new file with mode: 0644]
samples/winrt_universal/PhoneTutorial/PhoneTutorial.vcxproj.filters [new file with mode: 0644]
samples/winrt_universal/PhoneTutorial/opencv.props [new file with mode: 0644]
samples/winrt_universal/PhoneTutorial/pch.cpp [new file with mode: 0644]
samples/winrt_universal/PhoneTutorial/pch.h [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/VideoCaptureXAML.sln [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/opencv.props [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml.cpp [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml.h [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/main.cpp [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/pch.cpp [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/pch.h [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/video_capture_xaml.Shared.vcxitems [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/video_capture_xaml.Shared.vcxitems.filters [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/Assets/Logo.scale-100.png [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/Assets/SmallLogo.scale-100.png [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/Assets/SplashScreen.scale-100.png [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/Assets/StoreLogo.scale-100.png [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/Assets/haarcascade_frontalface_alt.xml [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/MainPage.xaml [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/MainPage.xaml.cpp [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/MainPage.xaml.h [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/Package.appxmanifest [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/readme.txt [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/video_capture_xaml.Windows.vcxproj [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/video_capture_xaml.Windows.vcxproj.filters [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/video_capture_xaml.Windows_TemporaryKey.pfx [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/Assets/Logo.scale-240.png [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/Assets/SmallLogo.scale-240.png [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/Assets/SplashScreen.scale-240.png [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/Assets/Square71x71Logo.scale-240.png [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/Assets/StoreLogo.scale-240.png [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/Assets/WideLogo.scale-240.png [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/MainPage.xaml [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/MainPage.xaml.cpp [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/MainPage.xaml.h [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/Package.appxmanifest [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/video_capture_xaml.WindowsPhone.vcxproj [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/video_capture_xaml.WindowsPhone.vcxproj.filters [new file with mode: 0644]
samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/video_capture_xaml.WindowsPhone_TemporaryKey.pfx [new file with mode: 0644]
samples/winrt_universal/readme.txt [new file with mode: 0644]
samples/wp8/OcvImageManipulation/ImageManipulation.sln [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml.cs [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/AlignmentGrid.png [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/ApplicationIcon.png [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/Tiles/FlipCycleTileLarge.png [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/Tiles/FlipCycleTileMedium.png [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/Tiles/FlipCycleTileSmall.png [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/Tiles/IconicTileMediumLarge.png [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/Tiles/IconicTileSmall.png [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/LocalizedStrings.cs [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/MainPage.xaml [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/MainPage.xaml.cs [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/OcvImageManipulation.csproj [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Properties/AppManifest.xml [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Properties/AssemblyInfo.cs [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Properties/WMAppManifest.xml [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Resources/AppResources.Designer.cs [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Resources/AppResources.resx [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/SplashScreenImage.jpg [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/BasicTimer.h [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.h [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DContentProvider.cpp [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DContentProvider.h [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.h [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/DirectXHelper.h [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/PhoneXamlDirect3DApp1Comp.vcxproj [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/QuadRenderer.cpp [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/QuadRenderer.h [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/SimplePixelShader.hlsl [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/SimpleVertexShader.hlsl [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/opencv.props [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/pch.cpp [new file with mode: 0644]
samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/pch.h [new file with mode: 0644]
samples/wp8/OcvRotatingCube/OcvRotatingCube.sln [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml.cs [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/AlignmentGrid.png [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/ApplicationIcon.png [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/Tiles/FlipCycleTileLarge.png [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/Tiles/FlipCycleTileMedium.png [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/Tiles/FlipCycleTileSmall.png [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/Tiles/IconicTileMediumLarge.png [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/Tiles/IconicTileSmall.png [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/LocalizedStrings.cs [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/MainPage.xaml [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/MainPage.xaml.cs [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/OcvRotatingCube.csproj [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Properties/AppManifest.xml [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Properties/AssemblyInfo.cs [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Properties/WMAppManifest.xml [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Resources/AppResources.Designer.cs [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Resources/AppResources.resx [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/SplashScreenImage.jpg [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/BasicTimer.h [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/CubeRenderer.cpp [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/CubeRenderer.h [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.h [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DContentProvider.cpp [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DContentProvider.h [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.h [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/DirectXHelper.h [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/PhoneXamlDirect3DApp1Comp.vcxproj [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/SimplePixelShader.hlsl [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/SimpleVertexShader.hlsl [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/opencv.props [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/pch.cpp [new file with mode: 0644]
samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/pch.h [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVComponent/OpenCVComponent.cpp [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVComponent/OpenCVComponent.h [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVComponent/OpenCVComponent.vcxproj [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVComponent/OpenCVComponent.vcxproj.filters [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVComponent/opencv.props [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVComponent/pch.cpp [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVComponent/pch.h [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVXaml.sln [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVXaml/App.xaml [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVXaml/App.xaml.cs [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVXaml/Assets/AlignmentGrid.png [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVXaml/Assets/ApplicationIcon.png [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVXaml/Assets/Tiles/FlipCycleTileLarge.png [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVXaml/Assets/Tiles/FlipCycleTileMedium.png [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVXaml/Assets/Tiles/FlipCycleTileSmall.png [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVXaml/Assets/Tiles/IconicTileMediumLarge.png [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVXaml/Assets/Tiles/IconicTileSmall.png [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVXaml/LocalizedStrings.cs [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVXaml/MainPage.xaml [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVXaml/MainPage.xaml.cs [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVXaml/OpenCVXaml.csproj [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVXaml/Properties/AppManifest.xml [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVXaml/Properties/AssemblyInfo.cs [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVXaml/Properties/WMAppManifest.xml [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVXaml/Resources/AppResources.Designer.cs [new file with mode: 0644]
samples/wp8/OpenCVXaml/OpenCVXaml/Resources/AppResources.resx [new file with mode: 0644]
samples/wp8/readme.txt [new file with mode: 0644]