lsseg::Region Struct Reference

This struct represents the information completely describing one particular segmented region of an image. It can be used alone in a two-region segmentation setting (the other region being its complement), or several Regions can be used in a multiregion segmentation setting. More...

#include <Region.h>

List of all members.

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).
ForceGeneratorfgen
 pointer to the ForceGenerator used when defining the force driving the region's evolution when applying the PDE-process.


Detailed Description

This struct represents the information completely describing one particular segmented region of an image. It can be used alone in a two-region segmentation setting (the other region being its complement), or several Regions can be used in a multiregion segmentation setting.

Definition at line 64 of file Region.h.


Member Data Documentation

ForceGenerator* lsseg::Region::fgen

pointer to the ForceGenerator used when defining the force driving the region's evolution when applying the PDE-process.

Definition at line 79 of file Region.h.

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).

Definition at line 70 of file Region.h.

LevelSetFunction lsseg::Region::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).

Definition at line 75 of file Region.h.


The documentation for this struct was generated from the following file:
Generated on Tue Nov 28 18:35:47 2006 for lsseg by  doxygen 1.4.7