Closed GoogleCodeExporter closed 8 years ago
I need somethink like this http://www.youtube.com/watch?v=iMTLb_LrUlI but it
must detect face and draw clothes
Original comment by msnaut...@gmail.com
on 28 Dec 2013 at 11:06
It looks like he is using CAMSHIFT to do the tracking:
http://docs.opencv.org/modules/video/doc/motion_analysis_and_object_tracking.htm
l#camshift
And to draw images, Java 2D has better support than JavaCV/OpenCV:
http://docs.oracle.com/javase/tutorial/2d/images/drawimage.html
And please ask your questions on the mailing list, you could get answers from
other people there. I am the only one reading messages here.
Original comment by samuel.a...@gmail.com
on 30 Dec 2013 at 2:46
Original issue reported on code.google.com by
msnaut...@gmail.com
on 28 Dec 2013 at 9:59