as the program above, this program is just get each frame (or we can say "image") from the video and work as same as a image, converting it to gray sacale or inverts it.
color2grayscalevideo.cpp
Netheros has made a amazing job recognizing the skin color from a video and then highlighting the skin in white and the background in black.
skindetector
(in spanish but you can watch a video)
jueves 22 de noviembre de 2007
Suscribirse a:
Enviar comentarios (Atom)
2 comentarios:
Hi again Mike, I've been testing my skin detector with longer vids and I've encountered this problem: I run out of memory for storing the frames I need to process, I think this is because when I create the container images and use them, the program doesn't release the memory afterwards any idea on how to solve this?
jaja yep , you need to release the temporal images before the end of each loop that you use them with cvRealeaseImage(&image)
Publicar un comentario en la entrada