Xilinx / xfopencv

Other
321 stars 144 forks source link

xf::remap() function optimization (URAM utilization) #5

Open alekrop opened 6 years ago

alekrop commented 6 years ago

URAM usage is enabled by template parameter USE_URAM, which is false by default. Functionality is bit-exact with BRAM implementaion: checks pass C-sim, RTL co-sim and zcu104_rv board runs for NN and Bi-linear filtering modes on fractional coordinates.