Greetings!!
I'm working on a project that uses openCv-cell.
In this moment I'm using the cvGoodFeaturesToTrack function to track the 
good features, but i would like to pass a mask ( a specific region ) 
where to track the points. The thing is that i don't really know how to 
pass the region. I tried passing the points but it didn't work.
The exact thing i would like to do is get the eyebrows of a face, so i 
guess i can use facedetect to get the face and then in that region track 
the points (this is what I'm trying to do).  If there is a better way to 
track specific parts of the face ( eyebrows, nose, ears, mouth ) I would 
be really glad if you let me know this.
I hope you can help me!!
Thanks
-- 
Flavio Percoco Premoli, A.K.A. [Flaper87]
http://www.flaper87.org
Usuario Linux registrado #436538
Geek by nature, Linux by choice, Archer of course.
Key Fingerprint: 2AAC 589E 6E61 98FC 1D80 D36B 3094 6CEA 26FD 9E19
The Solution to everything:
python -c "from struct import pack; print  pack('5b', (41*len('99')), pow(8,2)+20, 4900**0.5, range(78)[-1], 10)"
 |