template<typename TImage, typename TOutputPixelType>
class itk::RGBToLuminanceImageAdaptor< TImage, TOutputPixelType >
Presents a color image as being composed of the Luminance of its pixels.
Additional casting is performed according to the input and output image types following C++ default casting rules. The input color pixel type must provide a GetLuminance() method.
Definition at line 71 of file itkRGBToLuminanceImageAdaptor.h.
|
| virtual ::itk::LightObject::Pointer | CreateAnother () const |
| |
| virtual const char * | GetNameOfClass () const |
| |
| virtual void | Allocate (bool initialize=false) override |
| |
| IndexType | ComputeIndex (OffsetValueType offset) const |
| |
| virtual void | CopyInformation (const DataObject *data) override |
| |
| virtual ::itk::LightObject::Pointer | CreateAnother () const |
| |
| virtual const RegionType & | GetBufferedRegion () const override |
| |
| InternalPixelType * | GetBufferPointer () |
| |
| const InternalPixelType * | GetBufferPointer () const |
| |
| virtual const DirectionType & | GetDirection () const override |
| |
| virtual const RegionType & | GetLargestPossibleRegion () const override |
| |
| virtual ModifiedTimeType | GetMTime () const override |
| |
| const OffsetValueType * | GetOffsetTable () const |
| |
| virtual const PointType & | GetOrigin () const override |
| |
| PixelType | GetPixel (const IndexType &index) const |
| |
| AccessorType & | GetPixelAccessor (void) |
| |
| const AccessorType & | GetPixelAccessor (void) const |
| |
| PixelContainerPointer | GetPixelContainer () |
| |
| const PixelContainer * | GetPixelContainer () const |
| |
| virtual const RegionType & | GetRequestedRegion () const override |
| |
| virtual const SpacingType & | GetSpacing () const override |
| |
| virtual void | Graft (const Self *imgData) |
| |
| virtual void | Initialize () override |
| |
| virtual void | Modified () const override |
| |
| PixelType | operator[] (const IndexType &index) const |
| |
| virtual void | PropagateRequestedRegion () override |
| |
| virtual void | SetBufferedRegion (const RegionType ®ion) override |
| |
| virtual void | SetDirection (const DirectionType &direction) override |
| |
| virtual void | SetImage (TImage *) |
| |
| virtual void | SetLargestPossibleRegion (const RegionType ®ion) override |
| |
| virtual void | SetOrigin (const PointType values) override |
| |
| virtual void | SetOrigin (const double *values) override |
| |
| virtual void | SetOrigin (const float *values) override |
| |
| void | SetPixel (const IndexType &index, const PixelType &value) |
| |
| void | SetPixelAccessor (const AccessorType &accessor) |
| |
| void | SetPixelContainer (PixelContainer *container) |
| |
| virtual void | SetRequestedRegion (const RegionType ®ion) override |
| |
| virtual void | SetRequestedRegion (const DataObject *data) override |
| |
| virtual void | SetRequestedRegionToLargestPossibleRegion () override |
| |
| virtual void | SetSpacing (const SpacingType &values) override |
| |
| virtual void | SetSpacing (const double *values) override |
| |
| virtual void | SetSpacing (const float *values) override |
| |
| void | TransformContinuousIndexToPhysicalPoint (const ContinuousIndex< TCoordRep, itkGetStaticConstMacro(ImageDimension) > &index, Point< TCoordRep, itkGetStaticConstMacro(ImageDimension) > &point) const |
| |
| void | TransformIndexToPhysicalPoint (const IndexType &index, Point< TCoordRep, itkGetStaticConstMacro(ImageDimension) > &point) const |
| |
| void | TransformLocalVectorToPhysicalVector (const FixedArray< TCoordRep, itkGetStaticConstMacro(ImageDimension) > &inputGradient, FixedArray< TCoordRep, itkGetStaticConstMacro(ImageDimension) > &outputGradient) const |
| |
| bool | TransformPhysicalPointToContinuousIndex (const Point< TCoordRep, itkGetStaticConstMacro(ImageDimension) > &point, ContinuousIndex< TCoordRep, itkGetStaticConstMacro(ImageDimension) > &index) const |
| |
| bool | TransformPhysicalPointToIndex (const Point< TCoordRep, itkGetStaticConstMacro(ImageDimension) > &point, IndexType &index) const |
| |
| void | TransformPhysicalVectorToLocalVector (const FixedArray< TCoordRep, itkGetStaticConstMacro(ImageDimension) > &inputGradient, FixedArray< TCoordRep, itkGetStaticConstMacro(ImageDimension) > &outputGradient) const |
| |
| virtual void | Update () override |
| |
| virtual void | UpdateOutputData () override |
| |
| virtual void | UpdateOutputInformation () override |
| |
| virtual bool | VerifyRequestedRegion () override |
| |
| OffsetValueType | ComputeOffset (const IndexType &ind) const |
| |
| virtual ::itk::LightObject::Pointer | CreateAnother () const |
| |
| virtual const DirectionType & | GetInverseDirection () const |
| |
| virtual bool | RequestedRegionIsOutsideOfTheBufferedRegion () override |
| |
| virtual void | SetRegions (const SizeType &size) |
| |
| void | TransformLocalVectorToPhysicalVector (const FixedArray< TCoordRep, VImageDimension > &inputGradient, FixedArray< TCoordRep, VImageDimension > &outputGradient) const |
| |
| bool | TransformPhysicalPointToContinuousIndex (const Point< TCoordRep, VImageDimension > &point, ContinuousIndex< TIndexRep, VImageDimension > &index) const |
| |
| bool | TransformPhysicalPointToIndex (const Point< TCoordRep, VImageDimension > &point, IndexType &index) const |
| |
| void | TransformPhysicalVectorToLocalVector (const FixedArray< TCoordRep, VImageDimension > &inputGradient, FixedArray< TCoordRep, VImageDimension > &outputGradient) const |
| |
| virtual void | SetOrigin (const double origin[VImageDimension]) |
| |
| virtual void | SetOrigin (const float origin[VImageDimension]) |
| |
| virtual void | SetRegions (const RegionType ®ion) |
| |
| const OffsetValueType * | GetOffsetTable () const |
| |
| IndexType | ComputeIndex (OffsetValueType offset) const |
| |
| virtual void | SetSpacing (const double spacing[VImageDimension]) |
| |
| virtual void | SetSpacing (const float spacing[VImageDimension]) |
| |
| void | TransformContinuousIndexToPhysicalPoint (const ContinuousIndex< TIndexRep, VImageDimension > &index, Point< TCoordRep, VImageDimension > &point) const |
| |
| void | TransformIndexToPhysicalPoint (const IndexType &index, Point< TCoordRep, VImageDimension > &point) const |
| |
| virtual unsigned int | GetNumberOfComponentsPerPixel () const |
| |
| virtual void | SetNumberOfComponentsPerPixel (unsigned int) |
| |