用于使用 openCV 的 vivado HLS 或 SDsoc
我想在FPGA上通过openCV进行图像处理。但我不知道我应该使用SDsoc方法还是vivadoHLS方法。我要处理的图像尺寸很大,我想通过并行处理来解决问题。 SDsoc 和 vivado HLS 有什么区别?建议采用哪种方法可以更快地完成工作? .我想使用一种便宜的 Zynq-7000 FPGA。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题:
用于 openCV 的 vivado HLS 或 SDsoc
答案:
毫无疑问,您应该使用 Vitis 用于 openCV,因为记住 2019.1 之后不再支持 Xilinx SDSoC 开发 环境。 Vivado-HLS 现在更名为 Vitis HLS。此外,Vitis 拥有许多 openCV 库,可帮助您在 Zynq 设备上实现设计。
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.