opencv 2.2.0
Public Member Functions | Public Attributes
CvFuzzyFunction Class Reference

#include <contrib.hpp>

List of all members.

Public Member Functions

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

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


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines