#include <Region.h>
Public Attributes | |
double | mu |
the weight of the smoothness term used when the shape of the region changes under the PDE-based evolution process. (Euler-Lagrange equations derived from the minimization of the Mumford-Shah functional). | |
LevelSetFunction | phi |
The level-set function describing the shape of the region. (Specified as all image pixels for which the corresponding value in phi is negative). | |
ForceGenerator * | fgen |
pointer to the ForceGenerator used when defining the force driving the region's evolution when applying the PDE-process. |
Definition at line 64 of file Region.h.
pointer to the ForceGenerator used when defining the force driving the region's evolution when applying the PDE-process.
double lsseg::Region::mu |
the weight of the smoothness term used when the shape of the region changes under the PDE-based evolution process. (Euler-Lagrange equations derived from the minimization of the Mumford-Shah functional).
The level-set function describing the shape of the region. (Specified as all image pixels for which the corresponding value in phi
is negative).