18 #ifndef __itkFrameAverageVideoFilter_h
19 #define __itkFrameAverageVideoFilter_h
34 template<
typename TInputV
ideoStream,
typename TOutputV
ideoStream>
91 #ifndef ITK_MANUAL_INSTANTIATION
92 #include "itkFrameAverageVideoFilter.hxx"
TOutputVideoStream OutputVideoStreamType
Light weight base class for most itk classes.
virtual void PrintSelf(std::ostream &os, Indent indent) const
virtual void ThreadedGenerateData(const OutputFrameSpatialRegionType &outputRegionForThread, int threadId)
OutputFrameType::RegionType OutputFrameSpatialRegionType
Average frames over a designated range in a video.
void SetNumberOfFrames(SizeValueType numFrames)
Implements a weak reference to an object.
FrameAverageVideoFilter< InputVideoStreamType, OutputVideoStreamType > Self
unsigned long SizeValueType
SmartPointer< Self > Pointer
virtual ~FrameAverageVideoFilter()
TOutputVideoStream OutputVideoStreamType
SizeValueType GetNumberOfFrames()
VideoToVideoFilter< InputVideoStreamType, OutputVideoStreamType > Superclass
InputFrameType::PixelType InputPixelType
FrameAverageVideoFilter()
TOutputVideoStream::FrameType OutputFrameType
InputFrameType::RegionType InputFrameSpatialRegionType
OutputFrameType::PixelType OutputPixelType
WeakPointer< const Self > ConstWeakPointer
SmartPointer< const Self > ConstPointer
Base class for filters that use a VideoStream as input and output.
Control indentation during Print() invocation.
TInputVideoStream::FrameType InputFrameType
TInputVideoStream InputVideoStreamType
void operator=(const Self &)