ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkFrameDifferenceVideoFilter.h>
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.
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 SmartPointer< const Self > | ConstPointer |
typedef WeakPointer< const Self > | ConstWeakPointer |
typedef InputVideoStreamType::DirectionType | InputFrameDirectionType |
typedef InputVideoStreamType::IndexType | InputFrameIndexType |
typedef InputVideoStreamType::PixelType | InputFramePixelType |
typedef InputVideoStreamType::PointType | InputFramePointType |
typedef InputVideoStreamType::SizeType | InputFrameSizeType |
typedef InputVideoStreamType::SpacingType | InputFrameSpacingType |
typedef InputVideoStreamType::SpatialRegionType | InputFrameSpatialRegionType |
typedef InputVideoStreamType::FrameType | InputFrameType |
typedef TInputVideoStream | InputVideoStreamType |
typedef Superclass::OutputFrameSpatialRegionType | OutputFrameSpatialRegionType |
typedef Superclass::OutputFrameType | OutputFrameType |
typedef TOutputVideoStream | OutputVideoStreamType |
typedef SmartPointer< Self > | Pointer |
typedef VideoToVideoFilter < InputVideoStreamType, OutputVideoStreamType > | Self |
typedef VideoSource < OutputVideoStreamType > | Superclass |
Public Types inherited from itk::VideoSource< TOutputVideoStream > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef WeakPointer< const Self > | ConstWeakPointer |
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 |
typedef OutputVideoStreamType::SpatialRegionType | OutputFrameSpatialRegionType |
typedef OutputVideoStreamType::FrameType | OutputFrameType |
typedef TOutputVideoStream | OutputVideoStreamType |
typedef SmartPointer< Self > | Pointer |
typedef VideoSource | Self |
typedef TemporalProcessObject | Superclass |
Public Types inherited from itk::TemporalProcessObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef TemporalProcessObject | Self |
typedef ProcessObject | Superclass |
Public Types inherited from itk::ProcessObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
typedef std::vector < DataObjectIdentifierType > | NameArray |
typedef SmartPointer< Self > | Pointer |
typedef ProcessObject | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::VideoSource< TOutputVideoStream > | |
static Pointer | New () |
static unsigned int | GetOutputFrameDimension () |
Private Member Functions | |
FrameDifferenceVideoFilter (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Static Public Attributes inherited from itk::VideoSource< TOutputVideoStream > | |
static const unsigned int | OutputFrameDimension = OutputFrameType::ImageDimension |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Static Protected Member Functions inherited from itk::VideoSource< TOutputVideoStream > | |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::TemporalProcessObject | |
OffsetValueType | m_FrameSkipPerOutput |
SizeValueType | m_InputStencilCurrentFrameIndex |
SizeValueType | m_UnitInputNumberOfFrames |
SizeValueType | m_UnitOutputNumberOfFrames |
typedef SmartPointer< const Self > itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::ConstPointer |
Definition at line 49 of file itkFrameDifferenceVideoFilter.h.
typedef WeakPointer< const Self > itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::ConstWeakPointer |
Definition at line 50 of file itkFrameDifferenceVideoFilter.h.
typedef InputFrameType::RegionType itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::InputFrameSpatialRegionType |
Definition at line 54 of file itkFrameDifferenceVideoFilter.h.
typedef TInputVideoStream::FrameType itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::InputFrameType |
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
Definition at line 42 of file itkFrameDifferenceVideoFilter.h.
typedef OutputFrameType::RegionType itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::OutputFrameSpatialRegionType |
Definition at line 57 of file itkFrameDifferenceVideoFilter.h.
typedef TOutputVideoStream::FrameType itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::OutputFrameType |
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 |
Definition at line 43 of file itkFrameDifferenceVideoFilter.h.
typedef SmartPointer< Self > itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::Pointer |
Definition at line 48 of file itkFrameDifferenceVideoFilter.h.
typedef FrameDifferenceVideoFilter< InputVideoStreamType, OutputVideoStreamType > itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::Self |
Definition at line 45 of file itkFrameDifferenceVideoFilter.h.
typedef VideoToVideoFilter< InputVideoStreamType, OutputVideoStreamType > itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::Superclass |
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 |
|
private |
|
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 >.