-1

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.

SVJ
  • 51
  • 5

1 Answers1

1

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.

Graham Asher
  • 1,648
  • 1
  • 24
  • 34
sbkm
  • 107
  • 5