MATLAB: Segment the image into separate objects

Image Processing Toolboxobject extraction

Is it possible to segment the image into separate tooth objects from the binary image i obtained…. if i do any morphological operation to the binary image, the whole image becomes white….

Best Answer

Use imfreehand() followed by poly2mask().
Related Question