OpenCV  2.4.13.6
Open Source Computer Vision
CvFuzzyFunction Class Reference

#include <contrib.hpp>

Public Member Functions

 CvFuzzyFunction ()
 
 ~CvFuzzyFunction ()
 
void addCurve (CvFuzzyCurve *curve, double value=0)
 
void resetValues ()
 
double calcValue ()
 
CvFuzzyCurvenewCurve ()
 

Public Attributes

std::vector< CvFuzzyCurvecurves
 

Constructor & Destructor Documentation

§ CvFuzzyFunction()

CvFuzzyFunction::CvFuzzyFunction ( )

§ ~CvFuzzyFunction()

CvFuzzyFunction::~CvFuzzyFunction ( )

Member Function Documentation

§ addCurve()

void CvFuzzyFunction::addCurve ( CvFuzzyCurve curve,
double  value = 0 
)

§ calcValue()

double CvFuzzyFunction::calcValue ( )

§ newCurve()

CvFuzzyCurve* CvFuzzyFunction::newCurve ( )

§ resetValues()

void CvFuzzyFunction::resetValues ( )

Member Data Documentation

§ curves

std::vector<CvFuzzyCurve> CvFuzzyFunction::curves

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