Classes | Defines

libof/ofFMGSolver.h File Reference

#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 Documentation

#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:

Author:
Jan Hubený (xhubeny@fi.muni.cz)
Date:
2006
#define COUPLEDGAUSSSEIDEL   1
#define ALTERNATINGLINERELAXATION   2