Package | Description |
---|---|
org.openimaj.video.processing.shotdetector |
Modifier and Type | Class and Description |
---|---|
class |
FadeShotBoundary<T extends Image<?,T>>
Represents a shot boundary that is a fade shot boundary between
two scenes.
|
Modifier and Type | Method and Description |
---|---|
ShotBoundary<I> |
VideoShotDetector.getLastShotBoundary()
Return the last shot boundary in the list.
|
Modifier and Type | Method and Description |
---|---|
List<ShotBoundary<I>> |
VideoShotDetector.getShotBoundaries()
Get the list of shot boundaries that have been extracted so far.
|
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 |
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.
|
Constructor and Description |
---|
FadeShotBoundary(ShotBoundary<T> b)
Create a new fade shot boundary giving the start
of the fade as a starting point.
|