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.
 
 
 
 
 
 
Alexander Alekhin d9a62c42e5 Merge remote-tracking branch 'upstream/3.4' into merge-3.4 4 years ago
..
CMakeLists.txt cmake(3rdparty): use EXCLUDE_FROM_ALL 4 years ago
LICENSE update CPU detection on ANDROID patch 8 years ago
README.md update CPU detection on ANDROID patch 8 years ago
cpu-features.c 3rdparty: cpufeatures workaround 8 years ago
cpu-features.h eliminate build warnings 6 years ago

README.md

The Android NDK provides a small library named cpufeatures that your app can use at runtime to detect the target device's CPU family and the optional features it supports. It is designed to work as-is on all official Android platform versions.

https://developer.android.com/ndk/guides/cpu-features.html