Object Extraction

Feedback


Object extraction of the image, that is, to identify the object contour at the pixel level. The task of object detection is to classify individual objects and locate them with a minimal circumscribing matrix; semantic segmentation only classifies each pixel and does not distinguish individual objects. Object extraction (instance segmentation) needs to correctly identify all objects in the image and segment different objects at the same time. The example combines object detection and semantic segmentation techniques in computer vision tasks. It has been widely used in image analysis, and is often used to solve the problem of segmentation and extraction in object-intensive scenes, such as city building segmentation, court segmentation, port ship segmentation and so on.

             

Figure 1: Original image                                          Figure 2: Tennis court extraction

When you create an object extraction task, you need to set the following parameters: