libcrn
3.9.5
A document image processing library
|
#include <CRN.h>
Go to the source code of this file.
Namespaces | |
crn | |
crn::FuzzyLogic | |
Fuzzy logic toolbox. | |
Functions | |
RealToRealFunction | crn::FuzzyLogic::MakeCompatibility (const RealToRealFunction &f, const RealToRealFunction &g, size_t nbBins) |
Computes the compatibility function between a regular function and a approximated function. More... | |
double | crn::FuzzyLogic::DefuzzificationCOG (double min, double max, const RealToRealFunction &f) |
Defuzzification over an interval using center of gravity method. More... | |