What is the best way to divide a video into scenes (segments)

后端 未结 2 784
醉酒成梦
醉酒成梦 2021-02-06 19:45


I\'ve been requested to take a given video, probably a simple cartoon, and return an array of its scenes.
I need to use the opencv libary in order to do it, and the res

2条回答
  •  旧巷少年郎
    2021-02-06 20:31

    There is a huge research area focusing on this. Search for papers, you can find various algorithms described in detail.

    Here some examples:

    Scene detection in Hollywood movies and TV shows
    A framework for video scene boundary detection
    Video summarization and scene detection by graph modeling

    There are plenty more out there, just google.

提交回复
热议问题