Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
2.20/5 (4 votes)
See more:
I just want to know about how to identify the fingernails by image processing?
I'm trying to do a project for detecting the fingernail fungus,before that I want to know how to detect the finger tip(nail)
Posted
Updated 26-Mar-13 6:47am
v2
Comments
Richard C Bishop 26-Mar-13 12:22pm    
What are fingernails?
[no name] 26-Mar-13 12:26pm    
Those things on the tips of your fingers that you chew on? :)
Richard C Bishop 26-Mar-13 12:28pm    
I surely hoped the OP wasn't actually asking about that.
[no name] 26-Mar-13 12:31pm    
You never know.... I have seen some really strange "questions" of late.
Richard C Bishop 26-Mar-13 12:33pm    
This is true indeed. I try to keep some faith sometimes though.

1 solution

As SA Sergey mentioned, it seems not trivial at all. Finding fingernails is one task, detecting fungus is an other. I have only suggestions for the first one. I suppose you can use Haar Cascade to find fingernails - you can train OpenCV cascade.
Choosing OpenCV (more preciesely EmguCV) is a good starting point.
Some tutorials, you might find of use:
http://fewtutorials.bravesites.com/tutorials

Just a note for the fungus detection: it might be interesting to take and analyze photos taken under IR, UV and polarized light too.
 
Share this answer
 
Comments
Kenneth Haugland 27-Mar-13 1:30am    
5'ed :)
Zoltán Zörgő 27-Mar-13 4:09am    
Thank you.

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