Forum Discussion

Himsdev's avatar
Himsdev
Icon for New Contributor rankNew Contributor
4 years ago

How 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...