Puneet Gupta
Puneet Gupta

Reputation: 1

Android - Edge detection on mobile

I am working on android SDK using JAVA as base programming language. One of the requirement is that I need to perform edge detection on an image. Is there any third party api that can be integrated with my development code.

Any free or paid api is appreciated.

Regards, Puneet

Upvotes: 0

Views: 4555

Answers (1)

TheCottonSilk
TheCottonSilk

Reputation: 8822

You can try this URL.

The author has used Sobel operator for edge detection.

Upvotes: 2

Related Questions