ITK
5.2.0
Insight Toolkit
|
#include <itkFrameDifferenceVideoFilter.h>
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | ConstWeakPointer = WeakPointer< const Self > |
using | InputFrameSpatialRegionType = typename InputFrameType::RegionType |
using | InputFrameType = typename TInputVideoStream::FrameType |
using | InputPixelType = typename InputFrameType::PixelType |
using | InputVideoStreamType = TInputVideoStream |
using | OutputFrameSpatialRegionType = typename OutputFrameType::RegionType |
using | OutputFrameType = typename TOutputVideoStream::FrameType |
using | OutputPixelType = typename OutputFrameType::PixelType |
using | OutputVideoStreamType = TOutputVideoStream |
using | Pointer = SmartPointer< Self > |
using | Self = FrameDifferenceVideoFilter< InputVideoStreamType, OutputVideoStreamType > |
using | Superclass = VideoToVideoFilter< InputVideoStreamType, OutputVideoStreamType > |
Public Types inherited from itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream > | |
using | ConstPointer = SmartPointer< const Self > |
using | ConstWeakPointer = WeakPointer< const Self > |
using | InputFrameDirectionType = typename InputVideoStreamType::DirectionType |
using | InputFrameIndexType = typename InputVideoStreamType::IndexType |
using | InputFramePixelType = typename InputVideoStreamType::PixelType |
using | InputFramePointType = typename InputVideoStreamType::PointType |
using | InputFrameSizeType = typename InputVideoStreamType::SizeType |
using | InputFrameSpacingType = typename InputVideoStreamType::SpacingType |
using | InputFrameSpatialRegionType = typename InputVideoStreamType::SpatialRegionType |
using | InputFrameType = typename InputVideoStreamType::FrameType |
using | InputVideoStreamType = TInputVideoStream |
using | OutputFrameSpatialRegionType = typename Superclass::OutputFrameSpatialRegionType |
using | OutputFrameType = typename Superclass::OutputFrameType |
using | OutputVideoStreamType = TOutputVideoStream |
using | Pointer = SmartPointer< Self > |
using | Self = VideoToVideoFilter< InputVideoStreamType, OutputVideoStreamType > |
using | Superclass = VideoSource< OutputVideoStreamType > |
Public Types inherited from itk::VideoSource< TOutputVideoStream > | |
using | ConstPointer = SmartPointer< const Self > |
using | ConstWeakPointer = WeakPointer< const Self > |
using | DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType |
using | OutputFrameDirectionType = typename OutputVideoStreamType::DirectionType |
using | OutputFrameIndexType = typename OutputVideoStreamType::IndexType |
using | OutputFramePixelType = typename OutputVideoStreamType::PixelType |
using | OutputFramePointType = typename OutputVideoStreamType::PointType |
using | OutputFrameSizeType = typename OutputVideoStreamType::SizeType |
using | OutputFrameSpacingType = typename OutputVideoStreamType::SpacingType |
using | OutputFrameSpatialRegionType = typename OutputVideoStreamType::SpatialRegionType |
using | OutputFrameType = typename OutputVideoStreamType::FrameType |
using | OutputVideoStreamType = TOutputVideoStream |
using | Pointer = SmartPointer< Self > |
using | Self = VideoSource |
using | Superclass = TemporalProcessObject |
Public Types inherited from itk::TemporalProcessObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = TemporalProcessObject |
using | Superclass = ProcessObject |
Public Types inherited from itk::ProcessObject | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArray = std::vector< DataObjectPointer > |
using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
using | MultiThreaderType = MultiThreaderBase |
using | NameArray = std::vector< DataObjectIdentifierType > |
using | Pointer = SmartPointer< Self > |
using | Self = ProcessObject |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
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 unsigned int | GetOutputFrameDimension () |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
void | SetFrameOffset (SizeValueType numFrames) |
SizeValueType | GetFrameOffset () |
FrameDifferenceVideoFilter () | |
~FrameDifferenceVideoFilter () override=default | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
void | ThreadedGenerateData (const OutputFrameSpatialRegionType &outputRegionForThread, int threadId) override |
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 37 of file itkFrameDifferenceVideoFilter.h.
using itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::ConstPointer = SmartPointer<const Self> |
Definition at line 48 of file itkFrameDifferenceVideoFilter.h.
using itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::ConstWeakPointer = WeakPointer<const Self> |
Definition at line 49 of file itkFrameDifferenceVideoFilter.h.
using itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::InputFrameSpatialRegionType = typename InputFrameType::RegionType |
Definition at line 53 of file itkFrameDifferenceVideoFilter.h.
using itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::InputFrameType = typename TInputVideoStream::FrameType |
Definition at line 51 of file itkFrameDifferenceVideoFilter.h.
using itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::InputPixelType = typename InputFrameType::PixelType |
Definition at line 52 of file itkFrameDifferenceVideoFilter.h.
using itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::InputVideoStreamType = TInputVideoStream |
Standard class type aliases
Definition at line 43 of file itkFrameDifferenceVideoFilter.h.
using itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::OutputFrameSpatialRegionType = typename OutputFrameType::RegionType |
Definition at line 56 of file itkFrameDifferenceVideoFilter.h.
using itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::OutputFrameType = typename TOutputVideoStream::FrameType |
Definition at line 54 of file itkFrameDifferenceVideoFilter.h.
using itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::OutputPixelType = typename OutputFrameType::PixelType |
Definition at line 55 of file itkFrameDifferenceVideoFilter.h.
using itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::OutputVideoStreamType = TOutputVideoStream |
Definition at line 44 of file itkFrameDifferenceVideoFilter.h.
using itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::Pointer = SmartPointer<Self> |
Definition at line 47 of file itkFrameDifferenceVideoFilter.h.
using itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::Self = FrameDifferenceVideoFilter<InputVideoStreamType, OutputVideoStreamType> |
Definition at line 45 of file itkFrameDifferenceVideoFilter.h.
using itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >::Superclass = VideoToVideoFilter<InputVideoStreamType, OutputVideoStreamType> |
Definition at line 46 of file itkFrameDifferenceVideoFilter.h.
|
protected |
Constructor and Destructor
|
overrideprotecteddefault |
Get/Set the offset for computing frame differences. Defaults to 1.
|
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 |
|
overrideprotectedvirtual |
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.
|
overrideprotectedvirtual |
FrameDifferenceVideoFilter is implemented as a temporal streaming and spatially multithreaded filter, so we override ThreadedGenerateData
Reimplemented from itk::VideoSource< TOutputVideoStream >.