PYNQ-Z2, Getting vertical lines on the sobel edge detection

I have created the sobel edge detection for video processing, first tested on one frame. Not sure why I am getting vertical lines in the intial period of the video and then edge detection working fine.

grayscale_blur_sobel.cpp (5.6 KB)

1 Like

Hi @Pallavi_Govindaiah,

Welcome to the PYNQ community.

What you are seeing is an artifact of how he edges (of the frame) are handled. Kernel (image processing) - Wikipedia

Mario

1 Like

Thank you, Marioruiz.

1 Like