|
| void | cv::ft::FT12D_components (InputArray 矩陣, InputArray 核, OutputArray 分量) |
| | 使用直接\(F^1\)變換計算陣列的元件。
|
| |
| void | cv::ft::FT12D_createPolynomMatrixHorizontal (int 半徑, OutputArray 矩陣, const int chn) |
| | 建立用於\(F^1\)變換計算的水平矩陣。
|
| |
| void | cv::ft::FT12D_createPolynomMatrixVertical (int 半徑, OutputArray 矩陣, const int chn) |
| | 建立用於\(F^1\)變換計算的垂直矩陣。
|
| |
| void | cv::ft::FT12D_inverseFT (InputArray 分量, InputArray 核, OutputArray 輸出, int 寬度, int 高度) |
| | 計算逆\(F^1\)變換。
|
| |
| void | cv::ft::FT12D_polynomial (InputArray 矩陣, InputArray 核, OutputArray c00, OutputArray c10, OutputArray c01, OutputArray 分量, InputArray 掩碼=noArray()) |
| | 計算\(F^1\)變換元件的元素。
|
| |
| void | cv::ft::FT12D_process (InputArray 矩陣, InputArray 核, OutputArray 輸出, InputArray 掩碼=noArray()) |
| | 同時計算 \(F^1\)-變換和逆 \(F^1\)-變換。
|
| |