OpenCV  2.4.13.4
Open Source Computer Vision
CvFuzzyRule Class Reference

#include <contrib.hpp>

Public Member Functions

 CvFuzzyRule ()
 
 ~CvFuzzyRule ()
 
void setRule (CvFuzzyCurve *c1, CvFuzzyCurve *c2, CvFuzzyCurve *o1)
 
double calcValue (double param1, double param2)
 
CvFuzzyCurvegetOutputCurve ()
 

Constructor & Destructor Documentation

§ CvFuzzyRule()

CvFuzzyRule::CvFuzzyRule ( )

§ ~CvFuzzyRule()

CvFuzzyRule::~CvFuzzyRule ( )

Member Function Documentation

§ calcValue()

double CvFuzzyRule::calcValue ( double  param1,
double  param2 
)

§ getOutputCurve()

CvFuzzyCurve* CvFuzzyRule::getOutputCurve ( )

§ setRule()

void CvFuzzyRule::setRule ( CvFuzzyCurve c1,
CvFuzzyCurve c2,
CvFuzzyCurve o1 
)

The documentation for this class was generated from the following file: