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
}
enum cv::ft {
cv::ONE_STEP = 1,
cv::MULTI_STEP = 2,
cv::ITERATIVE = 3
}Enumeration Type Documentation#
enum#
#include <opencv2/fuzzy/types.hpp>
Enumerator:
|
linear (triangular) shape |
|
sinusoidal shape |
enum#
#include <opencv2/fuzzy/types.hpp>
Enumerator:
|
processing in one step |
|
processing in multiple step |
|
processing in several iterations |