Package | Description |
---|---|
org.openimaj.video.processing.shotdetector |
Modifier and Type | Field and Description |
---|---|
protected VideoKeyframe<T> |
ShotBoundary.keyframe
The keyframe of the boundary.
|
Modifier and Type | Method and Description |
---|---|
VideoKeyframe<T> |
VideoKeyframe.clone() |
VideoKeyframe<T> |
ShotBoundary.getKeyframe() |
VideoKeyframe<I> |
VideoShotDetector.getLastKeyframe()
Returns the last video keyframe that was generated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
VideoShotDetector.fireShotDetected(ShotBoundary<I> sb,
VideoKeyframe<I> vk)
Fire the event to the listeners that a new shot has been detected.
|
void |
ShotBoundary.setKeyframe(VideoKeyframe<T> keyframe) |
void |
ShotDetectedListener.shotDetected(ShotBoundary<T> sb,
VideoKeyframe<T> vk)
Called when a shot is detected by the shot detector with the
shot boundary definition and an associated key frame.
|