| 
| void  | cv::ft::FT12D_components (InputArray matrix, InputArray kernel, OutputArray components) | 
|   | Computes components of the array using direct \(F^1\)-transform.  More...
  | 
|   | 
| void  | cv::ft::FT12D_createPolynomMatrixHorizontal (int radius, OutputArray matrix, const int chn) | 
|   | Creates horizontal matrix for \(F^1\)-transform computation.  More...
  | 
|   | 
| void  | cv::ft::FT12D_createPolynomMatrixVertical (int radius, OutputArray matrix, const int chn) | 
|   | Creates vertical matrix for \(F^1\)-transform computation.  More...
  | 
|   | 
| void  | cv::ft::FT12D_inverseFT (InputArray components, InputArray kernel, OutputArray output, int width, int height) | 
|   | Computes inverse \(F^1\)-transfrom.  More...
  | 
|   | 
| 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.  More...
  | 
|   | 
| 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.  More...
  | 
|   |