Author name: Dharshanoj Thrishal

Edge Detection in Images Using Canny Edge Detection

Now we’ll explore how Canny Edge Detection works and implement it using Python with OpenCV.Edge detection is a fundamental technique in image processing and Computer Vision, used to identify the boundaries of objects within an image. Canny Edge Detection stands out as one of the most robust and widely used techniques among the various edge …

Edge Detection in Images Using Canny Edge Detection Read More »

How to Draw Shapes (Lines, Circles, Rectangles) on Images Using OpenCV

In this tutorial, we’ll explore OpenCV, short for Open Source Computer Vision Library is one of the most popular and widely used libraries for Computer Vision and image processing. Originally developed by Intel in 1999, OpenCV has become a cornerstone in the field of Computer Vision, enabling developers and researchers to create real-time applications that analyze and …

How to Draw Shapes (Lines, Circles, Rectangles) on Images Using OpenCV Read More »

Scroll to Top