Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Yuantao Feng a2b3acfc6e
dnn: add the CANN backend (#22634)
2 years ago
..
FindCUDA FIx misc. source and comment typos 5 years ago
android android: update build scripts 2 years ago
checks dnn: add the CANN backend (#22634) 2 years ago
mirrors Fix the problem that "ADE" downloaded from GitCode doesn't work. 2 years ago
platforms cmake(js): update js targets 4 years ago
templates Merge pull request #22615 from cudawarped:nvcuvenc 2 years ago
vars Merge pull request #20392 from fpetrogalli:aarch64-semihosting 3 years ago
FindCUDA.cmake Merge pull request #22615 from cudawarped:nvcuvenc 2 years ago
FindCUDNN.cmake Do not store full CuDNN version in cache to exclude inconsistency during reconfiguration. 2 years ago
FindFlake8.cmake cmake: fix pylint/flake8 detection, update flake8 exclude 4 years ago
FindONNX.cmake Added small cmake fix 4 years ago
FindOpenVX.cmake Updated OpenVX detector and wrappers to handle Reference attribute names change 8 years ago
FindPylint.cmake cmake: update Python linters handling 4 years ago
FindVulkan.cmake Merge pull request #12703 from wzw-intel:vkcom 6 years ago
OpenCVCRTLinkage.cmake cmake: update handling of MSVC /MP flag 5 years ago
OpenCVCompilerDefenses.cmake Do not force -O2 flag in hardening-enabled builds 3 years ago
OpenCVCompilerOptimizations.cmake cmake: fix RISC-V toolchains 2 years ago
OpenCVCompilerOptions.cmake Merge pull request #22285 from asenyaev:asen/disabled_compiling_warnings_3.4 2 years ago
OpenCVDetectApacheAnt.cmake FIx misc. source and comment typos 5 years ago
OpenCVDetectCUDA.cmake Enable cudacodec libs by default, prevent their locations being lost when cmake is re-run and add log info when the libs/headers cannot be found. 2 years ago
OpenCVDetectCXXCompiler.cmake Add Loongson Advanced SIMD Extension support: -DCPU_BASELINE=LASX 2 years ago
OpenCVDetectDirectX.cmake Merge pull request #22462 from Biswa96:fix-directx-check 2 years ago
OpenCVDetectHalide.cmake build: suppress the warning 2 years ago
OpenCVDetectInferenceEngine.cmake Merge remote-tracking branch 'upstream/3.4' into merge-3.4 3 years ago
OpenCVDetectOpenCL.cmake Fixed and updated OpenCL-VA interoperability 4 years ago
OpenCVDetectPython.cmake Merge pull request #21219 from asenyaev:asen/remove_distutils 3 years ago
OpenCVDetectTBB.cmake core(parallel): plugins support 4 years ago
OpenCVDetectTrace.cmake trace: initial support for code trace 8 years ago
OpenCVDetectVTK.cmake Merge remote-tracking branch 'upstream/3.4' into merge-3.4 3 years ago
OpenCVDetectVulkan.cmake Merge pull request #12703 from wzw-intel:vkcom 6 years ago
OpenCVDetectWebNN.cmake Merge pull request #20406 from MarkGHX:gsoc_2021_webnn 3 years ago
OpenCVDownload.cmake Merge pull request #21531 from fengyuentau:add_3rdparty_mirrors 3 years ago
OpenCVExtraTargets.cmake cmake: update generation of 'uninstall' target 5 years ago
OpenCVFindAtlas.cmake
OpenCVFindCANN.cmake dnn: add the CANN backend (#22634) 2 years ago
OpenCVFindFrameworks.cmake fix OPENCV_DISABLE_THREAD_SUPPORT 3 years ago
OpenCVFindIPP.cmake IPP: use linker workaround for Intel compiler on Linux 4 years ago
OpenCVFindIPPIW.cmake Merge pull request #16769 from mshabunin:fix-ipp-install 5 years ago
OpenCVFindLAPACK.cmake Merge remote-tracking branch 'upstream/3.4' into merge-3.4 3 years ago
OpenCVFindLATEX.cmake
OpenCVFindLibsGUI.cmake Merge remote-tracking branch 'upstream/3.4' into merge-3.4 3 years ago
OpenCVFindLibsGrfmt.cmake spng encoder/decoder added as optional png codec 2 years ago
OpenCVFindLibsPerf.cmake IPP: use linker workaround for Intel compiler on Linux 4 years ago
OpenCVFindLibsVideo.cmake Fixed and updated OpenCL-VA interoperability 4 years ago
OpenCVFindMKL.cmake cmake: workaround oneAPI problem with -DMKL_WITH_TBB=ON 4 years ago
OpenCVFindOpenBLAS.cmake Fix typo in OpenCVFindOpenBLAS.cmake file. 4 years ago
OpenCVFindOpenEXR.cmake Merge remote-tracking branch 'upstream/3.4' into merge-3.4 3 years ago
OpenCVFindProtobuf.cmake cmake: fix protobuf handling 5 years ago
OpenCVFindTIMVX.cmake Disable default path while search libtim-vx.so with TIMVX_INSTALL_DIR 2 years ago
OpenCVFindTengine.cmake Merge pull request #16832 from liqi-c:3.4-tengine-android 5 years ago
OpenCVFindVA.cmake core(libva): use dynamic loader 4 years ago
OpenCVFindWebP.cmake update CMakeList.txt 7 years ago
OpenCVFindXimea.cmake Merge pull request #13422 from mshabunin:split-videoio-cmake 6 years ago
OpenCVGenABI.cmake cmake: support OPENCV_ABI_SKIP_MODULES_LIST 5 years ago
OpenCVGenAndroidMK.cmake next(android): java3 -> java4 7 years ago
OpenCVGenConfig.cmake Merge pull request #17165 from komakai:objc-binding 5 years ago
OpenCVGenHeaders.cmake cmake: support multiple CPU targets 8 years ago
OpenCVGenInfoPlist.cmake Merge pull request #18826 from Rightpoint:feature/colejd/build-catalyst-xcframework 4 years ago
OpenCVGenPkgconfig.cmake cmake: Enable pkgconfig support for mingw 2 years ago
OpenCVGenSetupVars.cmake Merge remote-tracking branch 'upstream/3.4' into merge-3.4 6 years ago
OpenCVInstallLayout.cmake Merge remote-tracking branch 'upstream/3.4' into merge-3.4 5 years ago
OpenCVMinDepVersions.cmake highgui: backends and plugins 4 years ago
OpenCVModule.cmake cmake: process modules in the same CMake scope 3 years ago
OpenCVPCHSupport.cmake cmake: use upstream PCH support if possible 2 years ago
OpenCVPackaging.cmake Merge pull request #18073 from vpisarev:apache2_license 4 years ago
OpenCVPluginStandalone.cmake Option to enable/disable plugin linking with OpenCV 3 years ago
OpenCVPylint.cmake cmake: update Python linters handling 4 years ago
OpenCVUtils.cmake Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2 years ago
OpenCVVersion.cmake cmake: update SOVERSION 3 years ago
cl2cpp.cmake cmake: don't add include <module>/src directory to avoid conflicts 7 years ago
copy_files.cmake cmake: fix android examples dependencies 7 years ago