Click here to Skip to main content
15,881,204 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more: , +
I want to detect the two corners of an eye. I have tried using Harris corner detector but it shows other points too which are not needed. Is there any other technique that can be used?
Posted

1 solution

Hello,

Are talking about a generic algorithm? If so, Have you looked at The Förstner corner detector ( http://en.wikipedia.org/wiki/Corner_detection#The_F.C3.B6rstner_corner_detector[^]) ?

It might be interesting to also look at this Links:
http://www.cs.toronto.edu/~kyros/courses/320/Lectures.2013s/lecture.2013s.06.pdf[^] (Page 33 onwards)

http://vision.ece.ucsb.edu/publications/05CVPRZuliani.pdf[^]

I Hope it helps.

Regards
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900