Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
3.50/5 (2 votes)
Package:
- OpenCV 2.1
- windows 7(64)
- Visual Studio 2008
- PlayStation Eye Camera


I have used MORPHING_METHOD_ERODE_DILATE to track finger area which does not track accurately

I have to scan a text in ROI rectangle which will be marked above finger.

http://www.youtube.com/watch?v=_xLwlOx-EyU[^]

need some suggestion
- to perform better finger tracking
- for machine learning of text in ROI




Thanks..
Posted

1 solution

i suggest you use Viola and jones classifier and train it for fingers(thats one way)
OR
from the video you just need to blur the image to a certain level and a simple background subtraction will give you an accurate movement of the finger, then a morphological operation and getting the biggest area would give a better detection.
OR color tracking, skin color tracking also would give you another solution.
 
Share this answer
 
v2

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