Correlation imageof the two inputs.
More...
#include <vtkImageCorrelation.h>
Inherits vtkThreadedImageAlgorithm.
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkImageCorrelation () |
|
| ~vtkImageCorrelation () |
|
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
virtual void | ThreadedRequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector, vtkImageData ***inData, vtkImageData **outData, int extent[6], int threadId) |
|
Correlation imageof the two inputs.
vtkImageCorrelation finds the correlation between two data sets. SetDimensionality determines whether the Correlation will be 3D, 2D or 1D. The default is a 2D Correlation. The Output type will be double. The output size will match the size of the first input. The second input is considered the correlation kernel.
- Tests:
- vtkImageCorrelation (Tests)
Definition at line 37 of file vtkImageCorrelation.h.
vtkImageCorrelation::vtkImageCorrelation |
( |
| ) |
|
|
protected |
vtkImageCorrelation::~vtkImageCorrelation |
( |
| ) |
|
|
inlineprotected |
static int vtkImageCorrelation::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkImageCorrelation::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkImageCorrelation::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkImageCorrelation::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkImageCorrelation::SetDimensionality |
( |
int |
| ) |
|
|
virtual |
Determines how the input is interpreted (set of 2d slices ...). The default is 2.
virtual int vtkImageCorrelation::GetDimensionality |
( |
| ) |
|
|
virtual |
Determines how the input is interpreted (set of 2d slices ...). The default is 2.
virtual void vtkImageCorrelation::SetInput1Data |
( |
vtkDataObject * |
in | ) |
|
|
inlinevirtual |
virtual void vtkImageCorrelation::SetInput2Data |
( |
vtkDataObject * |
in | ) |
|
|
inlinevirtual |
virtual int vtkImageCorrelation::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkImageCorrelation::RequestUpdateExtent |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual void vtkImageCorrelation::ThreadedRequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector, |
|
|
vtkImageData *** |
inData, |
|
|
vtkImageData ** |
outData, |
|
|
int |
extent[6], |
|
|
int |
threadId |
|
) |
| |
|
protectedvirtual |
int vtkImageCorrelation::Dimensionality |
|
protected |
The documentation for this class was generated from the following file: