Documentation for vtkImageLogarithmicScale

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:

Set/Get the scale factor for the logarithmic funciton.

void SetConstant (float )
float GetConstant ()