Logo
OpenCV 4.6.0
Open Source Computer Vision
[フレーム]
Modules | Enumerations
Image processing based on fuzzy mathematics

Modules

Enumerations

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

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.

Enumeration Type Documentation

だいやまーく anonymous enum

anonymous enum

#include <opencv2/fuzzy/types.hpp>

Enumerator
LINEAR
Python: cv.ft.LINEAR

linear (triangular) shape

SINUS
Python: cv.ft.SINUS

sinusoidal shape

だいやまーく anonymous enum

anonymous enum

#include <opencv2/fuzzy/types.hpp>

Enumerator
ONE_STEP
Python: cv.ft.ONE_STEP

processing in one step

MULTI_STEP
Python: cv.ft.MULTI_STEP

processing in multiple step

ITERATIVE
Python: cv.ft.ITERATIVE

processing in several iterations


Generated on Sun Jun 5 2022 16:19:59 for OpenCV by doxygen 1.8.13

AltStyle によって変換されたページ (->オリジナル) /