Xilinx/xfopencv

compatibility of xfopencv with vivado

Closed this issue · 2 comments

3togo commented

I think xf_opencv requires an external version of opencv. When doing hls synthesis, I guess it will be using the following opencv include folder
/tools/Xilinx/Vivado/2018.3/include/opencv2/

My question is whether this version of opencv is compatible with xfopencv 2018.3

Eli

@3togo
OpenCV files are not supposed to be synthesized. All the OpenCV functions are to be used on the testbench (host side) and only for Simulation and Co-Simulation purposes.

3togo commented

bgouthamb,

Many thanks. Problem Solved.