ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkFrameDifferenceVideoFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef WeakPointer< const Self > | ConstWeakPointer |
typedef InputFrameType::RegionType | InputFrameSpatialRegionType |
typedef TInputVideoStream::FrameType | InputFrameType |
typedef InputFrameType::PixelType | InputPixelType |
typedef TInputVideoStream | InputVideoStreamType |
typedef OutputFrameType::RegionType | OutputFrameSpatialRegionType |
typedef TOutputVideoStream::FrameType | OutputFrameType |
typedef OutputFrameType::PixelType | OutputPixelType |
typedef TOutputVideoStream | OutputVideoStreamType |
typedef SmartPointer< Self > | Pointer |
typedef FrameDifferenceVideoFilter < InputVideoStreamType, OutputVideoStreamType > | Self |
typedef VideoToVideoFilter < InputVideoStreamType, OutputVideoStreamType > | Superclass |
Public Types inherited from itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream > | |
typedef InputVideoStreamType::DirectionType | InputFrameDirectionType |
typedef InputVideoStreamType::IndexType | InputFrameIndexType |
typedef InputVideoStreamType::PixelType | InputFramePixelType |
typedef InputVideoStreamType::PointType | InputFramePointType |
typedef InputVideoStreamType::SizeType | InputFrameSizeType |
typedef InputVideoStreamType::SpacingType | InputFrameSpacingType |
Public Types inherited from itk::VideoSource< TOutputVideoStream > | |
typedef ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputVideoStreamType::DirectionType | OutputFrameDirectionType |
typedef OutputVideoStreamType::IndexType | OutputFrameIndexType |
typedef OutputVideoStreamType::PixelType | OutputFramePixelType |
typedef OutputVideoStreamType::PointType | OutputFramePointType |
typedef OutputVideoStreamType::SizeType | OutputFrameSizeType |
typedef OutputVideoStreamType::SpacingType | OutputFrameSpacingType |
Public Types inherited from itk::TemporalProcessObject | |
Public Types inherited from itk::ProcessObject | |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef std::vector < DataObjectIdentifierType > | NameArray |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Static Public Member Functions | |
static Pointer | New () |
Private Member Functions | |
FrameDifferenceVideoFilter (const Self &) | |
void | operator= (const Self &) |
Compute the squared intensity difference between frame x and frame x+n.
This filter computes the squared intensity difference between a frame and the nth previous frame.
Definition at line 36 of file itkFrameDifferenceVideoFilter.h.
typedef SmartPointer< const Self > itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::ConstPointer |
Reimplemented from itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >.
Definition at line 49 of file itkFrameDifferenceVideoFilter.h.
typedef WeakPointer< const Self > itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::ConstWeakPointer |
Reimplemented from itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >.
Definition at line 50 of file itkFrameDifferenceVideoFilter.h.
typedef InputFrameType::RegionType itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::InputFrameSpatialRegionType |
Reimplemented from itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >.
Definition at line 54 of file itkFrameDifferenceVideoFilter.h.
typedef TInputVideoStream::FrameType itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::InputFrameType |
Input typedefs
Reimplemented from itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >.
Definition at line 52 of file itkFrameDifferenceVideoFilter.h.
typedef InputFrameType::PixelType itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::InputPixelType |
Definition at line 53 of file itkFrameDifferenceVideoFilter.h.
typedef TInputVideoStream itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::InputVideoStreamType |
Standard class typedefs
Reimplemented from itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >.
Definition at line 42 of file itkFrameDifferenceVideoFilter.h.
typedef OutputFrameType::RegionType itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::OutputFrameSpatialRegionType |
Reimplemented from itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >.
Definition at line 57 of file itkFrameDifferenceVideoFilter.h.
typedef TOutputVideoStream::FrameType itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::OutputFrameType |
Superclass typedefs
Reimplemented from itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >.
Definition at line 55 of file itkFrameDifferenceVideoFilter.h.
typedef OutputFrameType::PixelType itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::OutputPixelType |
Definition at line 56 of file itkFrameDifferenceVideoFilter.h.
typedef TOutputVideoStream itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::OutputVideoStreamType |
Reimplemented from itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >.
Definition at line 43 of file itkFrameDifferenceVideoFilter.h.
typedef SmartPointer< Self > itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::Pointer |
Reimplemented from itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >.
Definition at line 48 of file itkFrameDifferenceVideoFilter.h.
typedef FrameDifferenceVideoFilter< InputVideoStreamType, OutputVideoStreamType > itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::Self |
Standard class typedefs
Reimplemented from itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >.
Definition at line 45 of file itkFrameDifferenceVideoFilter.h.
typedef VideoToVideoFilter< InputVideoStreamType, OutputVideoStreamType > itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::Superclass |
Reimplemented from itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >.
Definition at line 47 of file itkFrameDifferenceVideoFilter.h.
|
protected |
Constructor and Destructor
|
inlineprotectedvirtual |
Definition at line 72 of file itkFrameDifferenceVideoFilter.h.
|
private |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >.
SizeValueType itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::GetFrameOffset | ( | ) |
Get/Set the offset for computing frame differences. Defaults to 1.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >.
|
private |
Time when GenerateOutputInformation was last called.
Reimplemented from itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >.
|
protectedvirtual |
PrintSelf
Reimplemented from itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >.
void itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::SetFrameOffset | ( | SizeValueType | numFrames | ) |
Get/Set the offset for computing frame differences. Defaults to 1.
|
protectedvirtual |
FrameDifferenceVideoFilter is implemented as a temporal streaming and spatially multithreaded filter, so we override ThreadedGenerateData
Reimplemented from itk::VideoSource< TOutputVideoStream >.