lsseg::ChanVeseForce | This ForceGenerator creates a normal force field, that leads to a segmentation similar to the model proposed by Chan and Vese |
lsseg::ConstantForce | This ForceGenerator creates a constant normal force, which does not depend on the underlying image or its current segmentation |
lsseg::ForceGenerator | This is the abstract base class for the generators that define the normal force driving the evolution of a Region's LevelSetFunction |
lsseg::Histogram | Class representing a histogram. Its main use is in the ParzenDistributionForce class |
lsseg::Image< T > | An 1, 2 or 3-dimensional image with an arbitrary number of channels |
lsseg::LevelSetFunction | A class representing a level-set function in 1, 2 or 3D |
lsseg::MRBalloonForce | This ForceGenerator creates a normal force field, which does not depend on the underlying image, only on its current segmentation |
lsseg::NormalDistributionForce | This ForceGenerator creates a normal force field derived from the minimization of the Mumford-Shah functional, in a setting where each region is modeled statistically using a normal distribution |
lsseg::ParzenDistributionForce | This ForceGenerator creates a normal force field derived from the minimization of the Mumford-Shah functional, in a setting where the pixel distribution of each region is modeled by a parzen estimate |
lsseg::Region | 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 |
lsseg::UpdatableImage | Display the pixel distribution of the image as a graph (histogram).Graphical display of an Image, with basic user interaction functionality |