Intel® High Level Design
Support for Intel® High Level Synthesis Compiler, DSP Builder, OneAPI for Intel® FPGAs, Intel® FPGA SDK for OpenCL™
663 Discussions

How to do image processing in FPGA(intel PAC) using OneAPI or other libs

Himsdev
Beginner
527 Views

In the past, the method of using IPP on the CPU for image processing has been used.
Now, I'm finding a method of passing the image buffer to the FPGA, performing an operation(in parallel) there, and receiving the result buffer. But currently confirmed that IPP cannot be used on FPGA.
So I was wondering if there is a library available on FPGA to easily implement that thing without directly coding the algorithms.
Additional question : Are there any libraries(like MKL, OpenCV etc...) available in FPGA when using OneAPI or other? If you have any information, please leave a link.

0 Kudos
1 Reply
JohnT_Intel
Employee
506 Views

Hi,


I am not sure what you mean by IPP. We do not have image processing example for OneAPI with FPGA.


You can get the design example and tutorial design from https://github.com/oneapi-src/oneAPI-samples/tree/master/DirectProgramming/DPC%2B%2BFPGA.


0 Kudos
Reply