Ask Your Question

Revision history [back]

OpenCV has implementations for all functions, that you want: Canny, erode, dilate. All of them are wrapped to Java with the same module names and function names. See Javadoc for details. There is several samples of using OpenCV from C++ and Java in OpenCV4Android SDK. So, programming language is your choice.