Converts RGB components to HSV.
More...
#include <vtkImageRGBToHSV.h>
Inherits vtkThreadedImageAlgorithm.
Converts RGB components to HSV.
For each pixel with red, blue, and green components this filter output the color coded as hue, saturation and value. Output type must be the same as input type.
- Tests:
- vtkImageRGBToHSV (Tests)
Definition at line 33 of file vtkImageRGBToHSV.h.
vtkImageRGBToHSV::vtkImageRGBToHSV |
( |
| ) |
|
|
protected |
vtkImageRGBToHSV::~vtkImageRGBToHSV |
( |
| ) |
|
|
inlineprotected |
static int vtkImageRGBToHSV::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageRGBToHSV::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageRGBToHSV::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageRGBToHSV::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkImageRGBToHSV::SetMaximum |
( |
double |
| ) |
|
|
virtual |
virtual double vtkImageRGBToHSV::GetMaximum |
( |
| ) |
|
|
virtual |
void vtkImageRGBToHSV::ThreadedExecute |
( |
vtkImageData * |
inData, |
|
|
vtkImageData * |
outData, |
|
|
int |
ext[6], |
|
|
int |
id |
|
) |
| |
|
protected |
double vtkImageRGBToHSV::Maximum |
|
protected |
The documentation for this class was generated from the following file: