#include <contrib.hpp>
Public Member Functions | |
CvFuzzyRule () | |
~CvFuzzyRule () | |
void | setRule (CvFuzzyCurve *c1, CvFuzzyCurve *c2, CvFuzzyCurve *o1) |
double | calcValue (double param1, double param2) |
CvFuzzyCurve * | getOutputCurve () |
CvFuzzyRule::CvFuzzyRule | ( | ) |
CvFuzzyRule::~CvFuzzyRule | ( | ) |
double CvFuzzyRule::calcValue | ( | double | param1, |
double | param2 | ||
) |
CvFuzzyCurve* CvFuzzyRule::getOutputCurve | ( | ) |
void CvFuzzyRule::setRule | ( | CvFuzzyCurve * | c1, |
CvFuzzyCurve * | c2, | ||
CvFuzzyCurve * | o1 | ||
) |