OpenCV + OpenGL + Immersive environment enhanced
Uploader Comments (dannyxyz22)
Video Responses
All Comments (13)
-
nice!
-
really cool!!!
-
Hello !
Your help was really usefull , i did that and used threads , now i posted a video showing de result, that video is also a answer for your one , i hope you like it.
Thanks once again.
-
Thank you,
this is the idea I used in the google code ehci project, but it uses POSIT to get the 6 degrees of freedom head tracking.
It needs a function to re-initialize near some known positions.
Thanks for your feedback,
Daniel
-
Ah, I see it's already been suggested a year ago.. :) Anyway, nice demo!
-
I tried something similar once, but instead of detecting the face on every cycle, I detected where the face was, found some features on the face and tracked them with Lucas Kanade (based on the lk example that comes with opencv), which is faster. It sometimes lost track of the face though (which I guess could be fixed by doing proper face detection every once in a while).
Hello friend!
I tryied to do that with threads and your hint together , it really had speedup the application. Thank for the help!
I forget to comment the project: Really great!
Best Regards,
Heitor.
HectorUch123 2 years ago
Well done!
Thank you and congratulations :)
[]'s
dannyxyz22 2 years ago
oh thanks! Will this really improve speed? I put the face tracking code inside the opengl display function(that i also use on de idle func) . This right? or i will have to open in threads? thanks
HectorUch123 2 years ago
This will improve detection speed which is generally the bottleneck, though you'll need to try and see if it's your case.
Kind regards,
Daniel
dannyxyz22 2 years ago