Scene Detection

来源:互联网 发布:python执行mysql语句 编辑:程序博客网 时间:2024/05/22 02:17

1 wikipedia 介绍Shot transition detection,
2 IBM Open Video Scene Detection Dataset,
2 scikit-video scenedet 方法:
-histogram
-edges
-intensity

3 github PySceneDetect 方法:

-thoreshold
-content

4 algorithm SceneDetection, threshold 方法

5 key-frame + SSIM/ sum of absolute differences (SAD)

author: Lorenzo Baraldi,
homepage: University of Modena and Reggio Emilia
gist caffe model: Deep Scene

his other related paper:

  1. Shot and scene detection via hierarchical clustering for re-using broadcast video
  2. Measuring Scene Detection Performance
  3. Scene segmentation using Temporal Clustering for Accessing and Re-using Broadcast Video
  4. Analysis and Re-use of Videos in Educational Digital Libraries with Automatic Scene Detection
  5. A Deep Siamese Network for Scene Detection in Broadcast Videos
  6. Shot, scene and keyframe ordering for interactive video re-use
  7. Scene-driven Retrieval in Edited Videos using Aesthetic and Semantic Deep Features

author: Makarand Tapaswi
homepage: toronto
storyGraph

scene code is matlab

阅读全文
0 0