Finding an interesting frame in a video

后端 未结 7 1219
囚心锁ツ
囚心锁ツ 2021-01-31 05:10

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

7条回答
  •  攒了一身酷
    2021-01-31 05:17

    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.

提交回复
热议问题