简体   繁体   English

如何在 OpenVX 框架中创建节点以查找图像的 FFT(快速傅立叶变换)?

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

Does anyone know how to create a user-node to calculate the FFT of an image or videoframe using the OpenVXFramework.有谁知道如何创建一个用户节点来使用 OpenVXFramework 计算图像或视频帧的 FFT。 I want find the FFT values form video frames to calculate the vibration in video frames.我想从视频帧中找到 FFT 值来计算视频帧中的振动。

You may consider using an FFT library in OpenCL - clFFT , Open CV or Vulkan -VkFFT .您可以考虑在OpenCL-clFFTOpen CVVulkan -VkFFT中使用 FFT 库。 Some information on interoperability is available in the OpenVX Programming Guide and also in the Khronos OpenVX tutorial . OpenVX 编程指南Khronos OpenVX 教程中提供了有关互操作性的一些信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM