OpenCV in platform indepentent Gradle project (for Android and Desktop)
I'm using Gluon Mobile plugin in Eclipse to deploy a basic imaging project to Desktop and Android. Gluon Mobile creates a Gradle-based project and uses javafxports. So the idea is write once - run anywhere. But I don't konw how to add OpenCV so that I can do some image processing on both platforms Desktop and Android. Can anyone help?