jueves 22 de noviembre de 2007

COLOR TO GRAYSCALE VIDEO

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)

2 comentarios:

Netheros dijo...

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?

ma.ntugu dijo...

jaja yep , you need to release the temporal images before the end of each loop that you use them with cvRealeaseImage(&image)