| Class | Description |
|---|---|
| FaceModelAcousticMatch | |
| FaceShotTypeAnnotator |
Uses a tracker (
CLMFaceTracker)
to track the face in the frame and determine whether the face stays within
certain size boundaries to determine shot type. |
| PersonLinker |
Person linker takes a video and makes links between the various depictions of
the same person by using a face recognition engine for face verification.
|
| PersonLinker.PersonLinkerOptions |
Options for the person matcher.
|
| PersonLinker.TrackedPerson |
A tracked person is a tracked face with a person identifier.
|
| ShotBoundaryVis | |
| SlitScanTimeMap |
A slit scan processor where the time map is an FImage
|
| TimelineVis |
VisualisationImpl example of a timeline showing video, audio and other stuff.
|
| VideoAnnotator<T extends Image<?,T>,ANNOTATION> |
A
VideoProcessor that is able to also provide annotations for
the video it is processing. |
| VideoDisplayTest |
Simple video test that displays a video (with sound) in one window and
a webcam (without sound) in another window.
|
| VideoFaceRangeFinderDemo |
Uses Jon's face keyframes (or at least the frame number from them) to
make this visualisation.
|
| VideoFaceTracker |
Tracks faces in video using the CLM Tracker.
|
| VideoPlayerTest |
Simple class that shows the video player class (like video display but
with user controls).
|
| VideoSceneAnnotationTool |
A tool for annotating scenes in a video.
|
| VideoSceneAnnotationTool.AnnotatedVideoScene |
A
VideoSceneAnnotationTool.VideoScene that has a list of annotations associated with it. |
| VideoSceneAnnotationTool.SceneAnnotation |
Stores a scene and its annotations.
|
| VideoSceneAnnotationTool.VideoScene |
Represents a set of contiguous frames in a video that represent a single
scene.
|
| VideoSceneAnnotationTool.VideoSceneAnnotationToolOptions |
Options for the tool
|