Srinivas
Srinivas

Reputation: 1736

How to detect edges of image ( coin )in android?

In my application , am capturing an image of coins on table and then immidiatley i ned to detect edges of those coins . Can any one help me how to solve this ?

regards, Srinivas

Upvotes: 0

Views: 645

Answers (1)

bleeeah
bleeeah

Reputation: 3604

The're a number of edge detecting algorithms , I have successfully used the Sobel edge detector before.

Upvotes: 1

Related Questions