Computes the luminance of the input.
More...
#include <vtkImageLuminance.h>
Inherits vtkThreadedImageAlgorithm.
Computes the luminance of the input.
vtkImageLuminance calculates luminance from an rgb input.
- Examples:
- vtkImageLuminance (Examples)
- Tests:
- vtkImageLuminance (Tests)
Definition at line 34 of file vtkImageLuminance.h.
vtkImageLuminance::vtkImageLuminance |
( |
| ) |
|
|
protected |
vtkImageLuminance::~vtkImageLuminance |
( |
| ) |
|
|
inlineprotected |
static int vtkImageLuminance::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageLuminance::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageLuminance::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
virtual int vtkImageLuminance::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
void vtkImageLuminance::ThreadedExecute |
( |
vtkImageData * |
inData, |
|
|
vtkImageData * |
outData, |
|
|
int |
outExt[6], |
|
|
int |
id |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: