##### System information (version) - OpenCV => 3.2.0 - Operating System / Platform => Linux Ubuntu 16.04 / Android - 7 , ARM (armeabiv7-a) - Compiler => Clang 5.0 - Opti => NEON (if possible)
- Android STL => c++_static
- NDK VERSION => NDK 15c
- API LEVEL => 24
#
Hello, recently I have compiled Opencv 3.2.0 for Android, ARM with Android StandAlone Toolchain and not the toolchain provide with Opencv source.
It works perfectly, excepted one thing, the optimization is disable and when I want to use opencv it's too slower, then I have chosen the NEON optimization with the correct Toolchain (provide from Opencv 3.2.0 source /platform/android/)
To that, I have launched cmake-GUI, and create a build with Opencv Android Toolchain, but we encountered a lot of errors, only in "configure cmakelists" for beginning, like:
CMAKE_MAKE_PROGRAMM: NOT FOUND. CMAKE_C(And CXX)_COMPILER: NOT FOUND.
And I can say that, a lot of other error like this type, that I have solved by hand added in the cmakelists or with "entry" button in cmake-GUI.
After first "make" of generating project, I have met a lot of errors which said that a file was not found like: https://pastebin.com/1KHrWd6S
My question is, We can compile opencv 3.2.0 with NEON with Opencv Android Toolchain ?
I didn't know if the toolchain provide with this opencv works well or not ? I didn't know anything like how to solve it ?
If someone has an idea? or method plan to compile that, I will be very grateful. Thanks a lot guys advance. Have a good day !