Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement Hough Circle in Java

i want to find a circular object(Iris of eye, i have used Haar Cascase with viola Jones algorithm). so i found that hough circle would be the correct way to do it. can anybody explain me how to implement Hough circle in Java or any other easy implementation to find iris with Java.

Thanks,

like image 956
Keshan Avatar asked Mar 15 '26 05:03

Keshan


2 Answers

Duda and Hart (1971) has a pretty clear explanation of the Hough transform and a worked example. It's not difficult to produce an implementation directly from that paper, so it's a good place for you to start.

like image 52
snim2 Avatar answered Mar 17 '26 18:03

snim2


ImageJ provides a Hough Circle plugin. I've been playing around with it several times in the past. You could take a look at the source code if you want or need to modify it.

like image 41
Locked Avatar answered Mar 17 '26 19:03

Locked



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!