#include <BalloonModule.h>
Inheritance diagram for BalloonModule:
Public Types | |
typedef SegmentationModule< DIM, Pixel > | base |
typedef base::LevelSet | LevelSet |
typedef base::Index | Index |
typedef base::Schemes | Schemes |
Public Member Functions | |
Constructors - Destructor | |
BalloonModule (float _weight=1.f) | |
Constructor. | |
virtual | ~BalloonModule () |
Destructor. | |
Member functions | |
float | value (const LevelSet &phi, const Index &ind) |
Value of the module at a point. | |
float | energy (const LevelSet &phi, const Index &ind) |
Energy of the module at a point. |
Definition at line 24 of file BalloonModule.h.
BalloonModule | ( | float | _weight = 1.f |
) | [inline] |
Constructor.
_weight | weight of the module |
Definition at line 59 of file BalloonModule.h.