#include "ForceGenerator.h"
#include "Image.h"
#include "Mask.h"
#include "LevelSetFunction.h"
#include "Histogram.h"
#include <vector>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | lsseg |
Classes | |
class | 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. More... |
Definition in file ParzenDistributionForce.h.