vivado HLS or SDsoc for use openCV

286 Views Asked by At

I want to do an image processing by openCV on FPGA . But I do not know if I should use the SDsoc method or the vivadoHLS method. The size of the images I am going to process is large and I want to solve the problem through parallel processing. What are the differences between SDsoc and vivado HLS? Which method is suggested to get the job done faster? .I want to use one of the cheap Zynq-7000 FPGAs.

1

There are 1 best solutions below

1
On

Question:

vivado HLS or SDsoc for use openCV


Answer:

Without any doubt you should use Vitis for openCV because remember after 2019.1 there is no support of Xilinx SDSoC development environment. And also Vivado-HLS is now Vitis HLS. Furthermore, Vitis has a number of openCV libraries that will help you implement your design on Zynq devices.