Abstract

The process of performing tasks related to image processing requires the use of potential techniques such as edge detection. The technique can be used to accomplish tasks related to video and image manipulation. The process of edge detection is very virtual as it acts as the first phase of image analysis and understanding. In this paper, the edges of real-time images were detected for easy extraction of meaningful information from images. A prototype was implemented on OpenCV which is an in-built function cv2. () using python. Canny and Sobel edge detection algorithms are chosen to be used in this paper for comparison purposes to find out which method is better at edge detection. After using both algorithms to detect edges of real-time images, the result showed that the Canny algorithm produced thick edges compared to the Sobel algorithm. The canny algorithm follows the criteria of; Good detection, Good localization, and Minimal response, to output good edge detection results More so, canny uses a double threshold for edge revelation and applies the Gaussian filter which removes of any noise from an image, unlike Sobel which is not resistant to noise. The developed prototype for this study can detect edges of real-time objects without the intervention of any sensor input.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.