Ask Your Question
0

Implementing edge-detection on android platform.

asked 2014-11-12 20:55:01 -0600

Mary Kidman gravatar image

updated 2014-11-13 02:11:53 -0600

berak gravatar image

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?

edit retag flag offensive close merge delete

Comments

Do you mean with java without openCV at all?

itay gravatar imageitay ( 2014-11-13 03:11:14 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-11-13 02:01:52 -0600

berak gravatar image

try the android tutorials

the opencv android sdk comes with a lot of samples, the 'image-manipulations' one contains code for Sobel/Canny edge detection (no jni/ndk required for that)

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-11-12 20:55:01 -0600

Seen: 4,970 times

Last updated: Nov 13 '14