#include <itkRGBToLuminanceImageFilter.h>
Inheritance diagram for itk::RGBToLuminanceImageFilter< TInputImage, TOutputImage >:
Public Types | |
typedef RGBToLuminanceImageFilter | Self |
typedef UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::RGBToLuminance< typename TInputImage::PixelType, typename TOutputImage::PixelType > > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
RGBToLuminanceImageFilter () | |
virtual | ~RGBToLuminanceImageFilter () |
This filters converts an RGB image into a Luminance on by computing pixel-wise a linear combination on the Red, Green and Blue channels. The pixel type of the input image must have a GetLuminance() method. This is the case of the itk::RGBPixel class.
Definition at line 52 of file itkRGBToLuminanceImageFilter.h.
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 66 of file itkRGBToLuminanceImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 65 of file itkRGBToLuminanceImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 61 of file itkRGBToLuminanceImageFilter.h. |
|
Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. Definition at line 64 of file itkRGBToLuminanceImageFilter.h. |
|
Definition at line 72 of file itkRGBToLuminanceImageFilter.h. |
|
Definition at line 73 of file itkRGBToLuminanceImageFilter.h. |
|
Method for creation through the object factory. Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, TFunction >. |