Modifier and Type | Class and Description |
---|---|
class |
VideoCache<I extends Image<?,I>>
This class represents a cache of video material.
|
class |
VideoWriter<T extends Image<?,T>>
An abstract class which classes can override to provide
video writing capabilities.
|
Modifier and Type | Class and Description |
---|---|
class |
VideoAnalyser<T extends Image<?,T>>
This class is analagous to the
ImageAnalyser class for analysing
image. |
Modifier and Type | Class and Description |
---|---|
class |
GreyscaleSlitScanProcessor
VideoProcessor that produces a slit-scan effect based on the time-map
in a greyscale image. |
class |
SlitScanProcessor
VideoProcessor that produces a slit-scan effect. |
Modifier and Type | Class and Description |
---|---|
class |
GridMotionEstimator
Estimates the motion field over a grid.
|
class |
MotionEstimator
A motion estimator will estimate the motion of parts of a video frame.
|
Modifier and Type | Class and Description |
---|---|
class |
FMeanVarianceField
Compute the mean and variance fields from a video of
FImage frames. |
class |
MBFMeanVarianceField
Compute the mean and variance fields from a video of
MBFImage frames. |
Modifier and Type | Class and Description |
---|---|
class |
CombiShotDetector
A shot detector that uses evidence from a number of shot detectors
to determine if a shot has been detected.
|
class |
HistogramVideoShotDetector
Video shot detector class implemented as a video display listener.
|
class |
LocalHistogramVideoShotDetector
A shot detector implementing the Steiner et al.
|
class |
VideoShotDetector<I extends Image<?,I>>
Video shot detector class implemented as a video display listener.
|
Modifier and Type | Class and Description |
---|---|
class |
VideoFrameProcessor<I extends Image<?,I>>
This class is a
VideoProcessor that uses an ImageProcessor
for processing frames of a video. |
Modifier and Type | Class and Description |
---|---|
class |
XuggleVideoWriter
An implementation of the video writer class that uses the Xuggler
video API to write videos.
|
Modifier and Type | Class and Description |
---|---|
class |
AdaptiveMoGBackgroundEstimator<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> |