18 #ifndef itkImageFilterToVideoFilterWrapper_h
19 #define itkImageFilterToVideoFilterWrapper_h
38 template<
typename TImageToImageFilter>
41 itk::VideoStream<typename TImageToImageFilter::InputImageType>,
42 itk::VideoStream<typename TImageToImageFilter::OutputImageType> >
78 void PrintSelf(std::ostream & os,
Indent indent)
const override;
82 void TemporalStreamingGenerateData()
override;
93 #ifndef ITK_MANUAL_INSTANTIATION
94 #include "itkImageFilterToVideoFilterWrapper.hxx"
Wrap an ImageToImageFilter as a VideoToVideoFilter that operates on a single frame at a time...
Light weight base class for most itk classes.
typename ImageFilterType::InputImageType InputFrameType
Implements a weak reference to an object.
TImageToImageFilter ImageFilterType
ImageFilterType::Pointer m_ImageFilter
A DataObject that holds a buffered portion of a video.
typename ImageFilterType::OutputImageType OutputFrameType
Base class for filters that use a VideoStream as input and output.
Control indentation during Print() invocation.