vendor: OpenCV 5.0.0 snapshot at 755e50675d97db9b7d449d8bd6b09888646f6c6e

This commit is contained in:
Gitea Mirror Bot
2026-08-22 00:11:13 +08:00
commit 12022378a3
3872 changed files with 2513409 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
message(STATUS "HAVE_FASTCV status ${HAVE_FASTCV}")
if(HAVE_FASTCV)
set(the_description "Qualcomm FastCV accelerated functions")
ocv_define_module(fastcv opencv_core opencv_geometry opencv_imgproc opencv_features opencv_video WRAP python java)
ocv_module_include_directories(
"${CMAKE_CURRENT_SOURCE_DIR}/include"
${FastCV_INCLUDE_PATH})
ocv_target_link_libraries(${the_module} ${FASTCV_LIBRARY})
ocv_target_compile_definitions(${the_module} PRIVATE -DHAVE_FASTCV=1)
ocv_install_3rdparty_licenses(FastCV "${OpenCV_BINARY_DIR}/3rdparty/fastcv/LICENSE")
else()
ocv_module_disable(fastcv)
endif()