Image processing based on fuzzy mathematics#

Topics#

Detailed Description#

Namespace for all functions is ft. The module brings implementation of the last image processing algorithms based on fuzzy mathematics. Method are named based on the pattern FT_degree_dimension_method.

Enumerations#

enum cv::ft {
    cv::LINEAR = 1,
    cv::SINUS = 2
}

View details

View details

Enumeration Type Documentation#

enum#

#include <opencv2/fuzzy/types.hpp>

Enumerator:

LINEAR

linear (triangular) shape

SINUS

sinusoidal shape

enum#

#include <opencv2/fuzzy/types.hpp>

Enumerator:

ONE_STEP

processing in one step

MULTI_STEP

processing in multiple step

ITERATIVE

processing in several iterations