How do i create a node in OpenVX Framework to find the FFT(Fast fourier transform) of an image?

170 Views Asked by At

Does anyone know how to create a user-node to calculate the FFT of an image or videoframe using the OpenVXFramework. I want find the FFT values form video frames to calculate the vibration in video frames.

1

There are 1 best solutions below

0
On

You may consider using an FFT library in OpenCL - clFFT, Open CV or Vulkan -VkFFT. Some information on interoperability is available in the OpenVX Programming Guide and also in the Khronos OpenVX tutorial.