#include "vtkAtlasCreatorCxxModuleWin32Header.h"#include "vtkImageMultipleInputFilter.h"#include "vtkFloatArray.h"Go to the source code of this file.
Classes | |
| class | vtkImagePCAFilter |
Functions | |
| static void | DeleteMatrix (double **m) |
| static void | DeleteVector (double *v) |
| template<class TMatrix1 > | |
| static void | MatrixMultiply (TMatrix1 **a, double **b, double **c, int arows, int acols, int brows, int bcols) |
| static double ** | NewMatrix (int rows, int cols) |
| static double * | NewVector (int length) |
| static void | NormaliseColumns (double **m, int rows, int cols) |
| static void | SmallCovarianceMatrix (double **a, double **c, int arows, int acols) |
| template<class TMatrix1 , class TMatrix2 > | |
| static void | SubtractMeanColumn (TMatrix1 **m, TMatrix2 *mean, int rows, int cols) |
| static void DeleteMatrix | ( | double ** | m | ) | [inline, static] |
Referenced by vtkImagePCATrainingExecute(), and vtkImagePCATrainingExecuteMemoryEfficient().
| static void DeleteVector | ( | double * | v | ) | [inline, static] |
Referenced by vtkImagePCATrainingExecute(), and vtkImagePCATrainingExecuteMemoryEfficient().
| static void MatrixMultiply | ( | TMatrix1 ** | a, | |
| double ** | b, | |||
| double ** | c, | |||
| int | arows, | |||
| int | acols, | |||
| int | brows, | |||
| int | bcols | |||
| ) | [inline, static] |
References double(), j, and k.
Referenced by vtkImagePCATrainingExecute().
Referenced by vtkImagePCATrainingExecute(), and vtkImagePCATrainingExecuteMemoryEfficient().
| static double* NewVector | ( | int | length | ) | [inline, static] |
Referenced by vtkImagePCATrainingExecute(), and vtkImagePCATrainingExecuteMemoryEfficient().
References Console::c.
Referenced by vtkImagePCATrainingExecute().
| static void SmallCovarianceMatrix | ( | double ** | a, | |
| double ** | c, | |||
| int | arows, | |||
| int | acols | |||
| ) | [inline, static] |
Referenced by vtkImagePCATrainingExecute().
| static void SubtractMeanColumn | ( | TMatrix1 ** | m, | |
| TMatrix2 * | mean, | |||
| int | rows, | |||
| int | cols | |||
| ) | [inline, static] |
References Console::c, and double().
Referenced by vtkImagePCATrainingExecute().
1.6.1