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 79 of file itkRGBToLuminanceImageAdaptor.h.
|
| virtual::itk::LightObject::Pointer | CreateAnother () const |
| |
| virtual const char * | GetNameOfClass () const |
| |
| void | Allocate (bool initialize=false) override |
| |
| IndexType | ComputeIndex (OffsetValueType offset) const |
| |
| void | CopyInformation (const DataObject *data) override |
| |
| const RegionType & | GetBufferedRegion () const override |
| |
| InternalPixelType * | GetBufferPointer () |
| |
| const InternalPixelType * | GetBufferPointer () const |
| |
| const DirectionType & | GetDirection () const override |
| |
| const RegionType & | GetLargestPossibleRegion () const override |
| |
| ModifiedTimeType | GetMTime () const override |
| |
| const OffsetValueType * | GetOffsetTable () const |
| |
| const PointType & | GetOrigin () const override |
| |
| PixelType | GetPixel (const IndexType &index) const |
| |
| AccessorType & | GetPixelAccessor () |
| |
| const AccessorType & | GetPixelAccessor () const |
| |
| PixelContainerPointer | GetPixelContainer () |
| |
| const PixelContainer * | GetPixelContainer () const |
| |
| const RegionType & | GetRequestedRegion () const override |
| |
| const SpacingType & | GetSpacing () const override |
| |
| virtual void | Graft (const Self *imgData) |
| |
| void | Initialize () override |
| |
| void | Modified () const override |
| |
| PixelType | operator[] (const IndexType &index) const |
| |
| void | PropagateRequestedRegion () override |
| |
| void | SetBufferedRegion (const RegionType ®ion) override |
| |
| void | SetDirection (const DirectionType &direction) override |
| |
| virtual void | SetImage (TImage *) |
| |
| void | SetLargestPossibleRegion (const RegionType ®ion) override |
| |
| void | SetOrigin (const double *origin) override |
| |
| void | SetOrigin (const float *origin) override |
| |
| void | SetOrigin (const PointType origin) override |
| |
| void | SetPixel (const IndexType &index, const PixelType &value) |
| |
| void | SetPixelAccessor (const AccessorType &accessor) |
| |
| void | SetPixelContainer (PixelContainer *container) |
| |
| void | SetRequestedRegion (const DataObject *data) override |
| |
| void | SetRequestedRegion (const RegionType ®ion) override |
| |
| void | SetRequestedRegionToLargestPossibleRegion () override |
| |
| void | SetSpacing (const double *spacing) override |
| |
| void | SetSpacing (const float *spacing) override |
| |
| void | SetSpacing (const SpacingType &spacing) override |
| |
| void | TransformContinuousIndexToPhysicalPoint (const ContinuousIndex< TCoordinate, Self::ImageDimension > &index, Point< TCoordinate, Self::ImageDimension > &point) const |
| |
| Point< TCoordinate, TImage::ImageDimension > | TransformContinuousIndexToPhysicalPoint (const ContinuousIndex< TIndexRep, Self::ImageDimension > &index) const |
| |
| Point< TCoordinate, Self::ImageDimension > | TransformIndexToPhysicalPoint (const IndexType &index) const |
| |
| void | TransformIndexToPhysicalPoint (const IndexType &index, Point< TCoordinate, Self::ImageDimension > &point) const |
| |
| void | TransformLocalVectorToPhysicalVector (const FixedArray< TCoordinate, Self::ImageDimension > &inputGradient, FixedArray< TCoordinate, Self::ImageDimension > &outputGradient) const |
| |
| TVector | TransformLocalVectorToPhysicalVector (const TVector &inputGradient) const |
| |
| bool | TransformPhysicalPointToContinuousIndex (const Point< TCoordinate, Self::ImageDimension > &point, ContinuousIndex< TCoordinate, Self::ImageDimension > &index) const |
| |
| ContinuousIndex< TIndexRep, TImage::ImageDimension > | TransformPhysicalPointToContinuousIndex (const Point< TCoordinate, TImage::ImageDimension > &point) const |
| |
| IndexType | TransformPhysicalPointToIndex (const Point< TCoordinate, Self::ImageDimension > &point) const |
| |
| bool | TransformPhysicalPointToIndex (const Point< TCoordinate, Self::ImageDimension > &point, IndexType &index) const |
| |
| void | TransformPhysicalVectorToLocalVector (const FixedArray< TCoordinate, Self::ImageDimension > &inputGradient, FixedArray< TCoordinate, Self::ImageDimension > &outputGradient) const |
| |
| TVector | TransformPhysicalVectorToLocalVector (const TVector &inputGradient) const |
| |
| void | Update () override |
| |
| void | UpdateOutputData () override |
| |
| void | UpdateOutputInformation () override |
| |
| bool | VerifyRequestedRegion () override |
| |
| void | AllocateInitialized () |
| |
| IndexType | ComputeIndex (OffsetValueType offset) const |
| |
| OffsetValueType | ComputeOffset (const IndexType &ind) const |
| |
| void | CopyInformation (const DataObject *data) override |
| |
| virtual const DirectionType & | GetInverseDirection () const |
| |
| const OffsetValueType * | GetOffsetTable () const |
| |
| virtual void | Graft (const Self *image) |
| |
| void | Initialize () override |
| |
| bool | IsCongruentImageGeometry (const ImageBase *otherImage, double coordinateTolerance, double directionTolerance) const |
| |
| bool | IsSameImageGeometryAs (const ImageBase *otherImage, double coordinateTolerance=DefaultImageCoordinateTolerance, double directionTolerance=DefaultImageDirectionTolerance) const |
| |
| bool | RequestedRegionIsOutsideOfTheBufferedRegion () override |
| |
| void | SetRequestedRegion (const DataObject *data) override |
| |
| void | SetRequestedRegionToLargestPossibleRegion () override |
| |
| Point< TCoordinate, VImageDimension > | TransformContinuousIndexToPhysicalPoint (const ContinuousIndex< TIndexRep, VImageDimension > &index) const |
| |
| void | TransformContinuousIndexToPhysicalPoint (const ContinuousIndex< TIndexRep, VImageDimension > &index, Point< TCoordinate, VImageDimension > &point) const |
| |
| Point< TCoordinate, VImageDimension > | TransformIndexToPhysicalPoint (const IndexType &index) const |
| |
| void | TransformIndexToPhysicalPoint (const IndexType &index, Point< TCoordinate, VImageDimension > &point) const |
| |
| void | TransformLocalVectorToPhysicalVector (const FixedArray< TCoordinate, VImageDimension > &inputGradient, FixedArray< TCoordinate, VImageDimension > &outputGradient) const |
| |
| TVector | TransformLocalVectorToPhysicalVector (const TVector &inputGradient) const |
| |
| ContinuousIndex< TIndexRep, VImageDimension > | TransformPhysicalPointToContinuousIndex (const Point< TCoordinate, VImageDimension > &point) const |
| |
| bool | TransformPhysicalPointToContinuousIndex (const Point< TCoordinate, VImageDimension > &point, ContinuousIndex< TIndexRep, VImageDimension > &index) const |
| |
| IndexType | TransformPhysicalPointToIndex (const Point< TCoordinate, VImageDimension > &point) const |
| |
| bool | TransformPhysicalPointToIndex (const Point< TCoordinate, VImageDimension > &point, IndexType &index) const |
| |
| void | TransformPhysicalVectorToLocalVector (const FixedArray< TCoordinate, VImageDimension > &inputGradient, FixedArray< TCoordinate, VImageDimension > &outputGradient) const |
| |
| TVector | TransformPhysicalVectorToLocalVector (const TVector &inputGradient) const |
| |
| void | UpdateOutputData () override |
| |
| void | UpdateOutputInformation () override |
| |
| bool | VerifyRequestedRegion () override |
| |
| virtual void | SetOrigin (const double origin[VImageDimension]) |
| |
| virtual void | SetOrigin (const float origin[VImageDimension]) |
| |
| virtual void | SetRegions (const RegionType ®ion) |
| |
| virtual void | SetRegions (const SizeType &size) |
| |
| virtual void | SetSpacing (const double spacing[VImageDimension]) |
| |
| virtual void | SetSpacing (const float spacing[VImageDimension]) |
| |
| virtual unsigned int | GetNumberOfComponentsPerPixel () const |
| |
| virtual void | SetNumberOfComponentsPerPixel (unsigned int) |
| |
| virtual void | DataHasBeenGenerated () |
| |
| void | DisconnectPipeline () |
| |
| bool | GetDataReleased () const |
| |
| virtual const bool & | GetReleaseDataFlag () const |
| |
| SmartPointer< ProcessObject > | GetSource () const |
| |
| DataObjectPointerArraySizeType | GetSourceOutputIndex () const |
| |
| const DataObjectIdentifierType & | GetSourceOutputName () const |
| |
| virtual ModifiedTimeType | GetUpdateMTime () const |
| |
| virtual void | PrepareForNewData () |
| |
| void | ReleaseData () |
| |
| virtual void | ReleaseDataFlagOff () |
| |
| virtual void | ReleaseDataFlagOn () |
| |
| virtual void | ResetPipeline () |
| |
| void | SetReleaseDataFlag (bool flag) |
| |
| bool | ShouldIReleaseData () const |
| |
| void | UpdateSource () const |
| |
| void | SetPipelineMTime (ModifiedTimeType time) |
| |
| virtual const ModifiedTimeType & | GetPipelineMTime () const |
| |
| virtual void | SetRealTimeStamp (RealTimeStamp _arg) |
| |
| virtual const RealTimeStamp & | GetRealTimeStamp () const |
| |
| unsigned long | AddObserver (const EventObject &event, Command *cmd) const |
| |
| unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
| |
| virtual void | DebugOff () const |
| |
| virtual void | DebugOn () const |
| |
| Command * | GetCommand (unsigned long tag) |
| |
| bool | GetDebug () const |
| |
| MetaDataDictionary & | GetMetaDataDictionary () |
| |
| const MetaDataDictionary & | GetMetaDataDictionary () const |
| |
| virtual const TimeStamp & | GetTimeStamp () const |
| |
| bool | HasObserver (const EventObject &event) const |
| |
| void | InvokeEvent (const EventObject &) |
| |
| void | InvokeEvent (const EventObject &) const |
| |
| void | Register () const override |
| |
| void | RemoveAllObservers () |
| |
| void | RemoveObserver (unsigned long tag) const |
| |
| void | SetDebug (bool debugFlag) const |
| |
| void | SetReferenceCount (int) override |
| |
| void | UnRegister () const noexcept override |
| |
| void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
| |
| void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
| |
| virtual void | SetObjectName (std::string _arg) |
| |
| virtual const std::string & | GetObjectName () const |
| |
| Pointer | Clone () const |
| |
| virtual void | Delete () |
| |
| virtual int | GetReferenceCount () const |
| |
| void | Print (std::ostream &os, Indent indent=0) const |
| |