#include <valarray>#include <i3d/image3d.h>#include "ofStructureTensor.h"#include "ofMotionTensor.h"#include "ofSparseMatrixDiagStorage.h"#include "ofMultiGridLevel.h"Classes | |
| class | OFFMGSolver< VOXEL > |
Defines | |
| #define | GAUSSSEIDEL 0 |
| #define | COUPLEDGAUSSSEIDEL 1 |
| #define | ALTERNATINGLINERELAXATION 2 |
| #define GAUSSSEIDEL 0 |
The parameters are:
i3d::Image3d<VOXEL>& Coarse - reference to intput image with coarse resolution.The implementation of this function is based on article:
| #define COUPLEDGAUSSSEIDEL 1 |
| #define ALTERNATINGLINERELAXATION 2 |
1.7.1