#include <BayesObjectPotential.hpp>
Inheritance diagram for BayesObjectPotential:
Purpose: Use ImagePotential, simulate a simple BayesObjectPotential to bulid bayes FMMs,... Paper: "Constrained and unconstrained PDE's for vector image restoration.", D. Tchumperlé & Rachid Deriche, Inria 2001.
@ Copyrights: Bernard De Cuyper & Eddy Fraiha 2002, Eggs & Pictures. MIT/Open BSD copyright model.
Public Methods | |
BayesObjectPotential (IndependentBayesClassifier *cl=0, double aw=0.0001, bool reg=false) | |
virtual | ~BayesObjectPotential () |
virtual void | set (IndependentBayesClassifier *cl) |
virtual double | getTermination (int x, int y) |
virtual double | getP (int x, int y) |
virtual double | getPotential (int x, int y) |
virtual void | report (FILE *file) |
Protected Attributes | |
double | gval |
RealVector | cval |
IndependentBayesClassifier * | classifier |