OpenCV  2.4.13
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 ( )

Member Function Documentation

double CvFuzzyRule::calcValue ( double  param1,
double  param2 
)
CvFuzzyCurve* CvFuzzyRule::getOutputCurve ( )
void CvFuzzyRule::setRule ( CvFuzzyCurve c1,
CvFuzzyCurve c2,
CvFuzzyCurve o1 
)

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