#include <contrib.hpp>
Public Member Functions | |
CvFuzzyFunction () | |
~CvFuzzyFunction () | |
void | addCurve (CvFuzzyCurve *curve, double value=0) |
void | resetValues () |
double | calcValue () |
CvFuzzyCurve * | newCurve () |
Public Attributes | |
std::vector< CvFuzzyCurve > | curves |
CvFuzzyFunction::CvFuzzyFunction | ( | ) |
CvFuzzyFunction::~CvFuzzyFunction | ( | ) |
void CvFuzzyFunction::addCurve | ( | CvFuzzyCurve * | curve, |
double | value = 0 |
||
) |
double CvFuzzyFunction::calcValue | ( | ) |
CvFuzzyCurve* CvFuzzyFunction::newCurve | ( | ) |
void CvFuzzyFunction::resetValues | ( | ) |
std::vector<CvFuzzyCurve> CvFuzzyFunction::curves |