Category Python Programming Examples

Python: Image Segmentation

Featured Img 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…

Python: Detecting Contours

Featured Img 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…