ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkDecimateFramesVideoFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef WeakPointer< const Self > | ConstWeakPointer |
typedef FrameType::RegionType | FrameSpatialRegionType |
typedef TVideoStream::FrameType | FrameType |
typedef TVideoStream | InputVideoStreamType |
typedef TVideoStream | OutputVideoStreamType |
typedef FrameType::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef DecimateFramesVideoFilter < VideoStreamType > | Self |
typedef VideoToVideoFilter < VideoStreamType, VideoStreamType > | Superclass |
typedef TVideoStream | VideoStreamType |
Public Types inherited from itk::VideoToVideoFilter< TVideoStream, TVideoStream > | |
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 Superclass::OutputFrameSpatialRegionType | OutputFrameSpatialRegionType |
typedef Superclass::OutputFrameType | OutputFrameType |
Public Types inherited from itk::VideoSource< TVideoStream > | |
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 () |
Private Member Functions | |
DecimateFramesVideoFilter (const Self &) | |
void | operator= (const Self &) |
Reduce a video's frame-rate by keeping every Nth frame.
This filter simply takes an input video and passes every Nth frame through to the output.
Definition at line 35 of file itkDecimateFramesVideoFilter.h.
typedef SmartPointer< const Self > itk::DecimateFramesVideoFilter< TVideoStream >::ConstPointer |
Reimplemented from itk::VideoToVideoFilter< TVideoStream, TVideoStream >.
Definition at line 48 of file itkDecimateFramesVideoFilter.h.
typedef WeakPointer< const Self > itk::DecimateFramesVideoFilter< TVideoStream >::ConstWeakPointer |
Reimplemented from itk::VideoToVideoFilter< TVideoStream, TVideoStream >.
Definition at line 49 of file itkDecimateFramesVideoFilter.h.
typedef FrameType::RegionType itk::DecimateFramesVideoFilter< TVideoStream >::FrameSpatialRegionType |
Definition at line 53 of file itkDecimateFramesVideoFilter.h.
typedef TVideoStream::FrameType itk::DecimateFramesVideoFilter< TVideoStream >::FrameType |
Definition at line 51 of file itkDecimateFramesVideoFilter.h.
typedef TVideoStream itk::DecimateFramesVideoFilter< TVideoStream >::InputVideoStreamType |
Standard class typedefs
Reimplemented from itk::VideoToVideoFilter< TVideoStream, TVideoStream >.
Definition at line 42 of file itkDecimateFramesVideoFilter.h.
typedef TVideoStream itk::DecimateFramesVideoFilter< TVideoStream >::OutputVideoStreamType |
Reimplemented from itk::VideoToVideoFilter< TVideoStream, TVideoStream >.
Definition at line 43 of file itkDecimateFramesVideoFilter.h.
typedef FrameType::PixelType itk::DecimateFramesVideoFilter< TVideoStream >::PixelType |
Definition at line 52 of file itkDecimateFramesVideoFilter.h.
typedef SmartPointer< Self > itk::DecimateFramesVideoFilter< TVideoStream >::Pointer |
Reimplemented from itk::VideoToVideoFilter< TVideoStream, TVideoStream >.
Definition at line 47 of file itkDecimateFramesVideoFilter.h.
typedef DecimateFramesVideoFilter< VideoStreamType > itk::DecimateFramesVideoFilter< TVideoStream >::Self |
Standard class typedefs
Reimplemented from itk::VideoToVideoFilter< TVideoStream, TVideoStream >.
Definition at line 44 of file itkDecimateFramesVideoFilter.h.
typedef VideoToVideoFilter< VideoStreamType, VideoStreamType > itk::DecimateFramesVideoFilter< TVideoStream >::Superclass |
Reimplemented from itk::VideoToVideoFilter< TVideoStream, TVideoStream >.
Definition at line 46 of file itkDecimateFramesVideoFilter.h.
typedef TVideoStream itk::DecimateFramesVideoFilter< TVideoStream >::VideoStreamType |
Standard class typedefs
Definition at line 41 of file itkDecimateFramesVideoFilter.h.
|
protected |
Constructor and Destructor
|
inlineprotectedvirtual |
Definition at line 68 of file itkDecimateFramesVideoFilter.h.
|
private |
|
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< TVideoStream, TVideoStream >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::VideoToVideoFilter< TVideoStream, TVideoStream >.
SizeValueType itk::DecimateFramesVideoFilter< TVideoStream >::GetPreservedFrameSpacing | ( | ) |
Get/Set the spacing of the preserved frames
|
static |
Method for creation through the object factory.
Reimplemented from itk::VideoToVideoFilter< TVideoStream, TVideoStream >.
|
private |
Time when GenerateOutputInformation was last called.
Reimplemented from itk::VideoToVideoFilter< TVideoStream, TVideoStream >.
|
protectedvirtual |
PrintSelf
Reimplemented from itk::VideoToVideoFilter< TVideoStream, TVideoStream >.
void itk::DecimateFramesVideoFilter< TVideoStream >::SetPreservedFrameSpacing | ( | SizeValueType | numFrames | ) |
Get/Set the spacing of the preserved frames
|
protectedvirtual |
DecimateFramesVideoFilter is implemented as a temporal streaming and spatially multithreaded filter, so we override ThreadedGenerateData