vtkImageLogarithmicScale - Passes each pixel through log function.
Super Class: vtkImageFilter
Description:
vtkImageLogarithmicScale passes each pixel through the function c*log(1+x). It also handles negative values with the function -c*log(1-x).
Methods:
![]() | void vtkImageLogarithmicScale () |
![]() | static vtkImageLogarithmicScale *New () |
![]() | const char *GetClassName () |
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | void SetConstant (float ) |
![]() | float GetConstant () |
![]() | void ThreadedExecute (vtkImageData * ,vtkImageData * ,int ,int ) |
Detailed Method Descriptions:
![]() | void SetConstant (float ) |
![]() | float GetConstant () |