#include <sstream>
#include <vector>
#include <Globals.h>
#include <Schemes.h>
#include <LevelSet.h>
#include <Initializer.h>
#include <DericheFilter.h>
#include <SegmentationModule/SegmentationModule.h>
Go to the source code of this file.
Namespaces | |
namespace | segmentation |
Classes | |
class | Segmentation |
Segmentation of an image thanks to the Level-Set method. More... | |
Functions | |
template<class _Modules, class _LevelSet, class _Index> | |
float | sum (_Modules &modules, const _LevelSet &phi, const _Index &ind, int &indice) |
Default module assembler : return the sum of all the modules. |
Definition in file Segmentation.h.