Click here to Skip to main content
15,887,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to do a hit test on a PNG, but not on the original image. I have an image of a model's face, and I need a hit test for her lips, her cheeks, her eyes etc. This would be done by drawing other objects over parts of her face, e.g. an ellipsoid type shape over her lips. Doing a hit test on that would be quite easy, but resizing that if the face image resizes, or moving that if the face image moves is what is worrying me.

What are my options here?
Posted
Comments
George Jonsson 10-Oct-14 5:24am    
What programming language are you using?
Brady Kelly 10-Oct-14 5:25am    
JavaScript, but with possible AJAX callbacks to the server, then probably PHP.
YDaoust 6-Mar-23 8:24am    
Do you mean that you want to anchor some graphics primitives to the picture of a face (contours ?) and let these primitives follow the face motion in subsequent frames ?

Unless the head pose varies very little, you will have to map a 3D face model onto the frames.


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