Xilinx / Vitis_Libraries

Vitis Libraries
https://docs.xilinx.com/r/en-US/Vitis_Libraries
Apache License 2.0
897 stars 357 forks source link

NPPC2 (2 pixels per clock) or NPPC4 (4 pixels per clock) support for Sobel Filter #192

Open bestamigunay opened 12 months ago

bestamigunay commented 12 months ago

Hello,

Sobel filter (which is provided in the Vitis Vision Libraries) supports only NPPC1 and NPPC8 modes. However, I have to use NPPC2 or NPPC4 modes in my design. How can I re-edit xf_sobel.hpp file to be able to operate it in NPPC2 or NPPC4 modes?

Thank you for your help!