ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkVideoToVideoFilter.h>
Public Types | |
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 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 () |
static unsigned int | GetOutputFrameDimension () |
Private Member Functions | |
void | operator= (const Self &) |
VideoToVideoFilter (const Self &) |
Additional Inherited Members | |
static const unsigned int | OutputFrameDimension = OutputFrameType::ImageDimension |
Static Protected Member Functions inherited from itk::VideoSource< TOutputVideoStream > | |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Base class for filters that use a VideoStream as input and output.
VideoToVideoFilter is the base class for all process objects that output VideoStream data and requre VideoStream data as input. This class defines the SetInput() method for setting the input to a filter.
An implementation of GenerateInputRequestedRegion() is provided here that uses the implementation from TemporalProcessObject to generate input temporal regions and then provides its own mechanism for generating input spatial regions. The default implementation simply takes the requested spatial region from the first frame of output and uses that as the requested region for each of the input frames.
Definition at line 44 of file itkVideoToVideoFilter.h.
typedef SmartPointer< const Self > itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >::ConstPointer |
Reimplemented from itk::VideoSource< TOutputVideoStream >.
Reimplemented in itk::ImageFilterToVideoFilterWrapper< TImageToImageFilter >, itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >, itk::DecimateFramesVideoFilter< TVideoStream >, and itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >.
Definition at line 57 of file itkVideoToVideoFilter.h.
typedef WeakPointer< const Self > itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >::ConstWeakPointer |
Reimplemented from itk::VideoSource< TOutputVideoStream >.
Reimplemented in itk::ImageFilterToVideoFilterWrapper< TImageToImageFilter >, itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >, itk::DecimateFramesVideoFilter< TVideoStream >, and itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >.
Definition at line 58 of file itkVideoToVideoFilter.h.
typedef InputVideoStreamType::DirectionType itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >::InputFrameDirectionType |
Definition at line 72 of file itkVideoToVideoFilter.h.
typedef InputVideoStreamType::IndexType itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >::InputFrameIndexType |
Definition at line 67 of file itkVideoToVideoFilter.h.
typedef InputVideoStreamType::PixelType itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >::InputFramePixelType |
Definition at line 68 of file itkVideoToVideoFilter.h.
typedef InputVideoStreamType::PointType itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >::InputFramePointType |
Definition at line 69 of file itkVideoToVideoFilter.h.
typedef InputVideoStreamType::SizeType itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >::InputFrameSizeType |
Definition at line 71 of file itkVideoToVideoFilter.h.
typedef InputVideoStreamType::SpacingType itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >::InputFrameSpacingType |
Definition at line 70 of file itkVideoToVideoFilter.h.
typedef InputVideoStreamType::SpatialRegionType itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >::InputFrameSpatialRegionType |
Reimplemented in itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >, and itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >.
Definition at line 66 of file itkVideoToVideoFilter.h.
typedef InputVideoStreamType::FrameType itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >::InputFrameType |
Input typedefs
Reimplemented in itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >, itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >, and itk::ImageFilterToVideoFilterWrapper< TImageToImageFilter >.
Definition at line 65 of file itkVideoToVideoFilter.h.
typedef TInputVideoStream itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >::InputVideoStreamType |
Standard class typedefs
Reimplemented in itk::ImageFilterToVideoFilterWrapper< TImageToImageFilter >, itk::DecimateFramesVideoFilter< TVideoStream >, itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >, and itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >.
Definition at line 51 of file itkVideoToVideoFilter.h.
typedef Superclass::OutputFrameSpatialRegionType itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >::OutputFrameSpatialRegionType |
Reimplemented from itk::VideoSource< TOutputVideoStream >.
Reimplemented in itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >, and itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >.
Definition at line 62 of file itkVideoToVideoFilter.h.
typedef Superclass::OutputFrameType itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >::OutputFrameType |
Superclass typedefs
Reimplemented from itk::VideoSource< TOutputVideoStream >.
Reimplemented in itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >, itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >, and itk::ImageFilterToVideoFilterWrapper< TImageToImageFilter >.
Definition at line 61 of file itkVideoToVideoFilter.h.
typedef TOutputVideoStream itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >::OutputVideoStreamType |
Reimplemented from itk::VideoSource< TOutputVideoStream >.
Reimplemented in itk::ImageFilterToVideoFilterWrapper< TImageToImageFilter >, itk::DecimateFramesVideoFilter< TVideoStream >, itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >, and itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >.
Definition at line 52 of file itkVideoToVideoFilter.h.
typedef SmartPointer< Self > itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >::Pointer |
Reimplemented from itk::VideoSource< TOutputVideoStream >.
Reimplemented in itk::ImageFilterToVideoFilterWrapper< TImageToImageFilter >, itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >, itk::DecimateFramesVideoFilter< TVideoStream >, and itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >.
Definition at line 56 of file itkVideoToVideoFilter.h.
typedef VideoToVideoFilter< InputVideoStreamType, OutputVideoStreamType > itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >::Self |
Standard class typedefs
Reimplemented from itk::VideoSource< TOutputVideoStream >.
Reimplemented in itk::ImageFilterToVideoFilterWrapper< TImageToImageFilter >, itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >, itk::DecimateFramesVideoFilter< TVideoStream >, and itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >.
Definition at line 54 of file itkVideoToVideoFilter.h.
typedef VideoSource< OutputVideoStreamType > itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >::Superclass |
Reimplemented from itk::VideoSource< TOutputVideoStream >.
Reimplemented in itk::ImageFilterToVideoFilterWrapper< TImageToImageFilter >, itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >, itk::DecimateFramesVideoFilter< TVideoStream >, and itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >.
Definition at line 55 of file itkVideoToVideoFilter.h.
|
protected |
|
protectedvirtual |
|
private |
|
protectedvirtual |
Method that gets called before individual temporal requests are dispatched by GenerateData. The default implementation makes sure that the input's buffer can hold enough frames for a single input request.
Reimplemented from itk::TemporalProcessObject.
|
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::VideoSource< TOutputVideoStream >.
Reimplemented in itk::ImageFilterToVideoFilterWrapper< TImageToImageFilter >, itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >, itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >, and itk::DecimateFramesVideoFilter< TVideoStream >.
|
protectedvirtual |
Extend the default implementation of GenerateInputRequestedRegion from TemporalProcessObject to propagate spatial regions as well as temporal regions. This default implementation takes the requested spatial region from the first requested output frame and applies it to all of the requested input frames.
Reimplemented from itk::TemporalProcessObject.
|
protectedvirtual |
Override GenerateOutputRequestedRegion to handle the case where no requested spatial region has been set for the frames. By default, we set the requested spatial region of each frame to be its largest possible spatial region.
Reimplemented from itk::TemporalProcessObject.
const InputVideoStreamType* itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >::GetInput | ( | ) | const |
Get the input VideoSream for this temporal process object
const InputVideoStreamType* itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >::GetInput | ( | unsigned int | idx | ) | const |
|
protected |
Get a non-const version of the input for internal use when setting input's requested regions. This is the only time input should be modified
|
protected |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::VideoSource< TOutputVideoStream >.
Reimplemented in itk::ImageFilterToVideoFilterWrapper< TImageToImageFilter >, itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >, itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >, and itk::DecimateFramesVideoFilter< TVideoStream >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::VideoSource< TOutputVideoStream >.
Reimplemented in itk::ImageFilterToVideoFilterWrapper< TImageToImageFilter >, itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >, itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >, and itk::DecimateFramesVideoFilter< TVideoStream >.
|
private |
Time when GenerateOutputInformation was last called.
Reimplemented from itk::VideoSource< TOutputVideoStream >.
Reimplemented in itk::ImageFilterToVideoFilterWrapper< TImageToImageFilter >, itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >, itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >, and itk::DecimateFramesVideoFilter< TVideoStream >.
|
protectedvirtual |
ITK print mechanism
Reimplemented from itk::VideoSource< TOutputVideoStream >.
Reimplemented in itk::ImageFilterToVideoFilterWrapper< TImageToImageFilter >, itk::FrameDifferenceVideoFilter< TInputVideoStream, TOutputVideoStream >, itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >, and itk::DecimateFramesVideoFilter< TVideoStream >.
|
virtual |
|
virtual |
|
virtual |
Extend UpdateOutputInformation to propagate largest possible spatial region as well as temporal region. The default implementation here will use the largest spatial region from the first input frame to set the largest spatial region of each of the output frames. This will need to be overwritten for filters that need different behavior (eg: need edge pixels or different spatial regions for different frames)
Reimplemented from itk::TemporalProcessObject.