skvideo.measure
.scenedet
skvideo.measure
.scenedet¶skvideo.measure.
scenedet
(videodata, method='histogram', parameter1=None, min_scene_length=2)[source]¶Scene detection algorithms
Given a sequence of frames, this function is able to run find the first index of new scenes.
Parameters: | videodata : ndarray
method : string
parameter1 : float
min_scene_length : int
|
---|---|
Returns: | sceneCuts : ndarray, shape (numScenes,)
|
References
[1] | Kiyotaka Otsuji and Yoshinobu Tonomura. Projection-detecting filter for video cut detection. Multimedia Systems 1.5, 205-210, 1994. |
[2] | Kevin Mai, Ramin Zabih, and Justin Miller. Feature-based algorithms for detecting and classifying scene breaks. Cornell University, 1995. |