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

Member Function Documentation

void CvFuzzyFunction::addCurve ( CvFuzzyCurve curve,
double  value = 0 
)
double CvFuzzyFunction::calcValue ( )
CvFuzzyCurve* CvFuzzyFunction::newCurve ( )
void CvFuzzyFunction::resetValues ( )

Member Data Documentation

std::vector<CvFuzzyCurve> CvFuzzyFunction::curves

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