Ask Your Question
0

augmented reality using java and opencv 2.4.5

asked 2013-05-11 10:17:12 -0600

orochi gravatar image

hi guys, i want to develop a Marker-less Augmented Reality application, it is a desktop application, not mobile. the application will detect my face through a webcam and then put a 2d mask over it. i want to using opencv and java language but i've some problem to find tutorials on the topic, which steps to follow, possible algorithms. is any of you know good tutorial that i can use as reference to develop this application?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
3

answered 2013-05-11 11:38:28 -0600

A tutorial on face and eyes detection. You should also look at the book Mastering OpenCV with Practical Computer Vision Projects, Chapter 7: 3D Head Pose Estimation Using AAM and POSIT, and the source code here for face orientation estimation to decide if it's needed in your project (mostly otherwise the mask will be too static!). All these resources are in C++, but the Java binding for OpenCV is well documented here. You should also look at existing application to see what is working and what isn't before having the same issues.

edit flag offensive delete link more

Comments

thank you Mathieu, for the tutorial of face and eyes detection, i manage to create it using java but i only manage to make it capture my face and save it into my computer, i don't know how to make it to detect my face directly and show it in my webcam.

orochi gravatar imageorochi ( 2013-05-11 13:25:59 -0600 )edit

Question Tools

Stats

Asked: 2013-05-11 10:17:12 -0600

Seen: 1,516 times

Last updated: May 11 '13