Implementing edge-detection on android platform.
I am developing an android application that can perform edge detection on images captured. I have found some source code on edge detection but it is in opencv. Is it possible to implement those souce codes in the android platform? If yes, then how?
Do you mean with java without openCV at all?