#include <vtkImageQuantizeRGBToIndex.h>
Inheritance diagram for vtkImageQuantizeRGBToIndex:
vtkImageQuantizeRGBToIndex takes a 3 component RGB image as input and produces a one component index image as output, along with a lookup table that contains the color definitions for the index values. This filter works on the entire input extent - it does not perform streaming, and it does not supported threaded execution (because it has to process the entire image).
To use this filter, you typically set the number of colors (between 2 and 65536), execute it, and then retrieve the lookup table. The colors can then be using the lookup table and the image index.
Definition at line 44 of file vtkImageQuantizeRGBToIndex.h.
|
Reimplemented from vtkImageToImageFilter. Definition at line 48 of file vtkImageQuantizeRGBToIndex.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject.
|
|
Reimplemented from vtkImageToImageFilter.
|
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter.
|
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageToImageFilter.
|
|
Reimplemented from vtkImageToImageFilter.
|
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImageToImageFilter.
|
|
Set / Get the number of color index values to produce - must be a number between 2 and 65536. |
|
Set / Get the number of color index values to produce - must be a number between 2 and 65536. |
|
Get the resulting lookup table that contains the color definitions corresponding to the index values in the output image. |
|
|
|
|
|
|
|
For internal use only - get the type of the image |
|
For internal use only - set the times for execution |
|
For internal use only - set the times for execution |
|
For internal use only - set the times for execution |
|
Reimplemented from vtkImageToImageFilter.
|
|
Reimplemented from vtkImageToImageFilter.
|
|
Reimplemented from vtkImageToImageFilter. Definition at line 96 of file vtkImageQuantizeRGBToIndex.h. References vtkImageToImageFilter::ExecuteInformation(). |
|
Reimplemented from vtkImageToImageFilter.
|
|
Definition at line 86 of file vtkImageQuantizeRGBToIndex.h. |
|
Definition at line 87 of file vtkImageQuantizeRGBToIndex.h. |
|
Definition at line 88 of file vtkImageQuantizeRGBToIndex.h. |
|
Definition at line 90 of file vtkImageQuantizeRGBToIndex.h. |
|
Definition at line 91 of file vtkImageQuantizeRGBToIndex.h. |
|
Definition at line 92 of file vtkImageQuantizeRGBToIndex.h. |