Using Accelerated (OpenVX) with OpenCV 3.2
I noticed in later OpenCV 3.2 changelog that "NVidia corporation has donated ARM optimizations for OpenCV, the Carotene library (https://github.com/opencv/opencv/tree...
Is it currently integrated with OpenCV 3.2 binaries for iOS or is it in the form of OpenVX library and OpenCV framework for iOS have to be recompiled? Are there any instructions how to enable Carotene Acceleration in OpenCV 3.2 for iOS?
Also curious about this.
From the cmake:: OCV_OPTION(WITH_CAROTENE "Use NVidia carotene acceleration library for ARM platform" ON IF (ARM OR AARCH64) AND NOT IOS AND NOT (CMAKE_VERSION VERSION_LESS "2.8.11"))
Why no carotene on ios if it is arm?