ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkFrameAverageVideoFilter.h>
Average frames over a designated range in a video.
This filter computes the average of X frames at once from an input video. It processes one frame forward at a time.
Definition at line 35 of file itkFrameAverageVideoFilter.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 = FrameAverageVideoFilter< 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 flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Additional Inherited Members | |
Static Public Attributes inherited from itk::VideoSource< TOutputVideoStream > | |
static constexpr unsigned int | OutputFrameDimension = OutputFrameType::ImageDimension |
Static Protected Member Functions inherited from itk::VideoSource< TOutputVideoStream > | |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::TemporalProcessObject | |
OffsetValueType | m_FrameSkipPerOutput {1} |
SizeValueType | m_InputStencilCurrentFrameIndex {0} |
SizeValueType | m_UnitInputNumberOfFrames {1} |
SizeValueType | m_UnitOutputNumberOfFrames {1} |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
using itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >::ConstPointer = SmartPointer< const Self > |
Definition at line 49 of file itkFrameAverageVideoFilter.h.
using itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >::ConstWeakPointer = WeakPointer< const Self > |
Definition at line 50 of file itkFrameAverageVideoFilter.h.
using itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >::InputFrameSpatialRegionType = typename InputFrameType::RegionType |
Definition at line 54 of file itkFrameAverageVideoFilter.h.
using itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >::InputFrameType = typename TInputVideoStream::FrameType |
Definition at line 52 of file itkFrameAverageVideoFilter.h.
using itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >::InputPixelType = typename InputFrameType::PixelType |
Definition at line 53 of file itkFrameAverageVideoFilter.h.
using itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >::InputVideoStreamType = TInputVideoStream |
Standard class type aliases
Definition at line 42 of file itkFrameAverageVideoFilter.h.
using itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >::OutputFrameSpatialRegionType = typename OutputFrameType::RegionType |
Definition at line 57 of file itkFrameAverageVideoFilter.h.
using itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >::OutputFrameType = typename TOutputVideoStream::FrameType |
Definition at line 55 of file itkFrameAverageVideoFilter.h.
using itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >::OutputPixelType = typename OutputFrameType::PixelType |
Definition at line 56 of file itkFrameAverageVideoFilter.h.
using itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >::OutputVideoStreamType = TOutputVideoStream |
Definition at line 43 of file itkFrameAverageVideoFilter.h.
using itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >::Pointer = SmartPointer< Self > |
Definition at line 48 of file itkFrameAverageVideoFilter.h.
using itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >::Self = FrameAverageVideoFilter< InputVideoStreamType, OutputVideoStreamType > |
Definition at line 45 of file itkFrameAverageVideoFilter.h.
using itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >::Superclass = VideoToVideoFilter< InputVideoStreamType, OutputVideoStreamType > |
Definition at line 47 of file itkFrameAverageVideoFilter.h.
|
protected |
Constructor and Destructor
|
overrideprotecteddefault |
Constructor and Destructor
|
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 >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >.
SizeValueType itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >::GetNumberOfFrames | ( | ) |
Get/Set the number of frames to average over
|
static |
|
overrideprotectedvirtual |
PrintSelf
Reimplemented from itk::VideoToVideoFilter< TInputVideoStream, TOutputVideoStream >.
void itk::FrameAverageVideoFilter< TInputVideoStream, TOutputVideoStream >::SetNumberOfFrames | ( | SizeValueType | numFrames | ) |
Get/Set the number of frames to average over
|
overrideprotectedvirtual |
FrameAverageVideoFilter is implemented as a temporal streaming and spatially multithreaded filter, so we override ThreadedGenerateData
Reimplemented from itk::VideoSource< TOutputVideoStream >.