Does anyone know of an algorithm that I could use to find an \"interesting\" representative thumbnail for a video?
I have say 30 bitmaps and I would like to choose the
I worked on a project recently where we did some video processing, and we used OpenCV to do the heavy lifting as far as video processing was concerned. We had to extract frames, calculate differences, extract faces, etc. OpenCV has some built-in algorithms that will calculate differences between frames. It works with a variety of video and image formats.