Ask Your Question
3

Detecting the eye of the fish using opencv

asked 2013-08-07 12:37:42 -0600

lenteken gravatar image

Is there any method/algorithm in opencv how to detect the eye of the fish using computer vision to know the freshness of the fish?image description

edit retag flag offensive close merge delete

Comments

1

awesome idea... might be highly dependent on light conditions, but I'd be keen to learn more about your work.

noviceCVer gravatar imagenoviceCVer ( 2013-08-07 22:33:03 -0600 )edit
1

You asked same question in different places and got similar answers. Value time other people spend on you and at mark some answers as accepted. People do not get even points from you otherwise. Same applies to other questions you asked in this site.

Tõnu Samuel gravatar imageTõnu Samuel ( 2013-08-08 22:39:23 -0600 )edit

2 answers

Sort by » oldest newest most voted
2

answered 2013-08-07 18:03:13 -0600

To detect eye (of fish or human or anything else), I think the best approach (with OpenCV, at that time) is to train a Cascade classifier. You need samples, both positive and negative to train your classifier. You could use the Haars features or the LBP with the C++ interface (which you should used!). Almost everything is code for you, you just have to provide data as input, with the label. For the detection, see this page. Enjoy, and let us know if it's working for fish quality!

If it's working, you definitively should make an Android apps, it would be perfect for fish market... ;-)

edit flag offensive delete link more
0

answered 2013-08-07 13:01:01 -0600

rbertc gravatar image

You could try using hough circles.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2013-08-07 12:37:42 -0600

Seen: 919 times

Last updated: Aug 07 '13