Segmentation
In Computer Vision the term 8220 image segmentation 8221 or simply 8220 segmentation 8221 refers to dividing the image into groups of pixels based on some criteria A segmentation algorithm
A few weeks back we wrote a post on Object detection using YOLOv3 In this post we will discuss Mask RCNN in OpenCV The output of an object detector is
In this tutorial we will understand an important concept called 8220 Selective Search 8221 in Object Detection We will also share OpenCV code in C++ and Python Object Detection vs
In this tutorial we will learn about popular colorspaces used in Computer Vision and use it for color based segmentation We will also share demo code in C++ and Python