Question: Segment an Image into Multiple LabelsIn this problem, you will perform segmentation with code on the Puzzle _ 0 6 . jpg image included

Segment an Image into Multiple LabelsIn this problem, you will perform segmentation with code on the "Puzzle_06.jpg" image included in the course files. Your goal is to segment the image into a matrix of labels that differentiates the background, the red/orange puzzle pieces, and the blue puzzle pieces.Your code should do the following:
Create a binary mask where the puzzle pieces are foreground and the rest of the image is background. Store this mask in the variable BW.
Segment the image by creating a labeled matrix with three groups, one for the background and one for each color. Store the result in the variable labels. labels should only contain the values 1,2, and 3.
We recommend you work out a solution in MATLAB. If you get stuck, refer back to the "Segment Images with Code" reading or look at the code generated from the Apps for ideas.img=imread('Puzzle_06.jpg');

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!