OpenCV  2.4.13.2
Open Source Computer Vision
CvFuzzyController Class Reference

#include <contrib.hpp>

Public Member Functions

 CvFuzzyController ()
 
 ~CvFuzzyController ()
 
void addRule (CvFuzzyCurve *c1, CvFuzzyCurve *c2, CvFuzzyCurve *o1)
 
double calcOutput (double param1, double param2)
 

Constructor & Destructor Documentation

§ CvFuzzyController()

CvFuzzyController::CvFuzzyController ( )

§ ~CvFuzzyController()

CvFuzzyController::~CvFuzzyController ( )

Member Function Documentation

§ addRule()

void CvFuzzyController::addRule ( CvFuzzyCurve c1,
CvFuzzyCurve c2,
CvFuzzyCurve o1 
)

§ calcOutput()

double CvFuzzyController::calcOutput ( double  param1,
double  param2 
)

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