#include <contrib.hpp>
Public Member Functions | |
CvFuzzyCurve () | |
~CvFuzzyCurve () | |
void | setCentre (double _centre) |
double | getCentre () |
void | clear () |
void | addPoint (double x, double y) |
double | calcValue (double param) |
double | getValue () |
void | setValue (double _value) |
CvFuzzyCurve::CvFuzzyCurve | ( | ) |
CvFuzzyCurve::~CvFuzzyCurve | ( | ) |
void CvFuzzyCurve::addPoint | ( | double | x, |
double | y | ||
) |
double CvFuzzyCurve::calcValue | ( | double | param | ) |
void CvFuzzyCurve::clear | ( | ) |
double CvFuzzyCurve::getCentre | ( | ) |
double CvFuzzyCurve::getValue | ( | ) |
void CvFuzzyCurve::setCentre | ( | double | _centre | ) |
void CvFuzzyCurve::setValue | ( | double | _value | ) |