vtkImageRGBToHSV - Converts RGB components to HSV.
Super Class: vtkImageFilter
Description:
For each pixel with red, blue, and green compnents this filter output the color coded as hue, saturation and value. Output type must be the same as input type.
Methods:
void vtkImageRGBToHSV () | |
static vtkImageRGBToHSV *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void SetMaximum (float ) | |
float GetMaximum () | |
void ThreadedExecute (vtkImageData * ,vtkImageData * ,int ,int ) |
Detailed Method Descriptions: