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)
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)
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
Thank you, Marioruiz.