mirror of
https://github.com/opencv/opencv.git
synced 2026-01-18 17:21:42 +01:00
Try to add FastCV to OpenCV4AndroidSDK
This commit is contained in:
6
platforms/android/fastcv.config.py
Normal file
6
platforms/android/fastcv.config.py
Normal file
@@ -0,0 +1,6 @@
|
||||
ABIs = [
|
||||
ABI("2", "armeabi-v7a", None, 21, cmake_vars=dict(ANDROID_ABI='armeabi-v7a with NEON', WITH_FASTCV='ON')),
|
||||
ABI("3", "arm64-v8a", None, 21, cmake_vars=dict(ANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES='ON', WITH_FASTCV='ON')),
|
||||
ABI("5", "x86_64", None, 21, cmake_vars=dict(ANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES='ON')),
|
||||
ABI("4", "x86", None, 21, cmake_vars=dict(WITH_IPP='OFF')),
|
||||
]
|
||||
Reference in New Issue
Block a user