ITK
4.1.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 Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
void | SetPreservedFrameSpacing (SizeValueType numFrames) |
SizeValueType | GetPreservedFrameSpacing () |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
DecimateFramesVideoFilter () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | ThreadedGenerateData (const FrameSpatialRegionType &outputRegionForThread, int threadId) |
virtual | ~DecimateFramesVideoFilter () |
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.
itk::DecimateFramesVideoFilter< TVideoStream >::DecimateFramesVideoFilter | ( | ) | [protected] |
Constructor and Destructor
virtual itk::DecimateFramesVideoFilter< TVideoStream >::~DecimateFramesVideoFilter | ( | ) | [inline, protected, virtual] |
Definition at line 68 of file itkDecimateFramesVideoFilter.h.
itk::DecimateFramesVideoFilter< TVideoStream >::DecimateFramesVideoFilter | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::DecimateFramesVideoFilter< TVideoStream >::CreateAnother | ( | void | ) | const [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 const char* itk::DecimateFramesVideoFilter< TVideoStream >::GetNameOfClass | ( | ) | const [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 Pointer itk::DecimateFramesVideoFilter< TVideoStream >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::VideoToVideoFilter< TVideoStream, TVideoStream >.
void itk::DecimateFramesVideoFilter< TVideoStream >::operator= | ( | const Self & | ) | [private] |
Time when GenerateOutputInformation was last called.
Reimplemented from itk::VideoToVideoFilter< TVideoStream, TVideoStream >.
virtual void itk::DecimateFramesVideoFilter< TVideoStream >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
PrintSelf
Reimplemented from itk::VideoToVideoFilter< TVideoStream, TVideoStream >.
void itk::DecimateFramesVideoFilter< TVideoStream >::SetPreservedFrameSpacing | ( | SizeValueType | numFrames | ) |
Get/Set the spacing of the preserved frames
virtual void itk::DecimateFramesVideoFilter< TVideoStream >::ThreadedGenerateData | ( | const FrameSpatialRegionType & | outputRegionForThread, |
int | threadId | ||
) | [protected, virtual] |
DecimateFramesVideoFilter is implemented as a temporal streaming and spatially multithreaded filter, so we override ThreadedGenerateData