I am working on school project and part of it should be about current situation about computer vision libraries for Android. I went to it with large enthusiasm because compu
Start with OpenCV, and then port important functions such as feature tracking, convolutions, dilate/erode, and maybe SVM. In the case of compiling for android wrap those calls with #ifdef __ANDROID__ then just call the FastCV equivalent. Abstraction is your friend.