opencv 2.2.0
Public Member Functions
CvFuzzyRule Class Reference

#include <contrib.hpp>

List of all members.

Public Member Functions

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

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines