Himsdev
New Contributor
4 years agoHow to do image processing in FPGA(intel PAC) using OneAPI or other libs
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.