OpenCV 4.5.3(日本語機械翻訳)
モジュール | 列挙型
Image processing based on fuzzy mathematics

モジュール

Math with F0-transform support

列挙型

enum { cv::ft::LINEAR = 1 , cv::ft::SINUS = 2 }
enum { cv::ft::ONE_STEP = 1 , cv::ft::MULTI_STEP = 2 , cv::ft::ITERATIVE = 3 }

詳解

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.

列挙型詳解

anonymous enum

anonymous enum
列挙値
LINEAR

線形(三角)形状

SINUS

sinusoidal形状

anonymous enum

anonymous enum
列挙値
ONE_STEP

ワンステップで処理

MULTI_STEP

複数のステップでの処理

ITERATIVE

複数回の繰り返しによる処理