Loading...
Searching...
No Matches
fuzzy_F1_math.hpp File Reference
Namespaces | |
| namespace | cv |
| "black box" representation of the file storage associated with a file on disk. | |
| namespace | cv::ft |
Functions | |
| void | cv::ft::FT12D_components (InputArray matrix, InputArray kernel, OutputArray components) |
| Computes components of the array using direct \(F^1\)-transform. | |
| void | cv::ft::FT12D_createPolynomMatrixHorizontal (int radius, OutputArray matrix, const int chn) |
| Creates horizontal matrix for \(F^1\)-transform computation. | |
| void | cv::ft::FT12D_createPolynomMatrixVertical (int radius, OutputArray matrix, const int chn) |
| Creates vertical matrix for \(F^1\)-transform computation. | |
| void | cv::ft::FT12D_inverseFT (InputArray components, InputArray kernel, OutputArray output, int width, int height) |
| Computes inverse \(F^1\)-transfrom. | |
| void | cv::ft::FT12D_polynomial (InputArray matrix, InputArray kernel, OutputArray c00, OutputArray c10, OutputArray c01, OutputArray components, InputArray mask=noArray()) |
| Computes elements of \(F^1\)-transform components. | |
| void | cv::ft::FT12D_process (InputArray matrix, InputArray kernel, OutputArray output, InputArray mask=noArray()) |
| Computes \(F^1\)-transfrom and inverse \(F^1\)-transfrom at once. | |
1.9.6