ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes
Module ITKVideoCore
Group Video
+ Collaboration diagram for Module ITKVideoCore:

Classes

class  itk::RingBuffer< TElement >
 Templated ring buffer for holding anything. More...
class  itk::TemporalDataObject
 DataObject subclass with knowledge of temporal region. More...
class  itk::TemporalProcessObject
 TemporalProcessObject implements a ProcessObject for the itk pipeline with the notion of a temporal region. More...
class  itk::TemporalRegion
 Region subclass that holds a region in time. More...
class  itk::VideoSource< TOutputVideoStream >
 A TemporalProcessObject that produces a VideoStream. More...
class  itk::VideoStream< TFrameType >
 A DataObject that holds a buffered portion of a video. More...
class  itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >
 Base class for filters that use a VideoStream as input and output. More...

Detailed Description

This module contains base classes for processing data that possesses a temporal element. The classes contained in this module extend the traditional data object and process objects to handle time properly and also contain convenience classes for passing temporal regions and dealing with ITK images over time in the form of VideoStreams and VideoToVideoFilters.

Dependencies: