Isha Bansal

Isha Bansal

Hey there stranger! Do check out my blogs if you are a keen learner! Hope you like them!
Featured Img Segmentation

Python: Image Segmentation

Hello there fellow coder! Today in this tutorial we will understand what Image Segmentation is and in the later sections implement the same using OpenCV in the Python programming language. What is Image Segmentation? Image Segmentation implies grouping a similar…

Featured Img Contours

Python: Detecting Contours

Hello fellow learner! Today we will learn about detecting contours in an image. Contours are defined as refined boundaries of objects and can be really helpful in detecting objects. Recommended read: How to detect edges in Python? Detecting Contours using…