Open bestamigunay opened 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?
NPPC1
NPPC8
NPPC2
NPPC4
xf_sobel.hpp
Thank you for your help!
Hello,
Sobel filter (which is provided in the Vitis Vision Libraries) supports only
NPPC1
andNPPC8
modes. However, I have to useNPPC2
orNPPC4
modes in my design. How can I re-editxf_sobel.hpp
file to be able to operate it inNPPC2
orNPPC4
modes?Thank you for your help!