-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert Android build process to cmake #21
Comments
Você acha que compilando com cmake vai melhorar a performance? Acha que precisamos melhorar a performance? |
Não tenho certeza, dificil comparar isso. |
Esse 15.2.4203891 funciona com o setup que a gente tinha antes? Usando o Android Studio etc? |
Legal que tá tudo funcionando. |
Sim, funcionando com essa versão. |
Newest NDK and OpenCV for Android won't compile using the usual NDK builder way.
According to OpenCV developers is better and easier to use Cmake tools on Android Studio
opencv/opencv#10229
These two examples are very promising:
https://github.com/uelordi01/Android-opencv-native-samples
https://github.com/Martin20150405/OpenCV4AndroidWithCmake
Not a priority, but curious if compiling this way can increase the performance.
The text was updated successfully, but these errors were encountered: