Starting from:

$25

Computerization-Lab 4: Color-based segmentation Solved

Display the 6 images in grayscale and split them in the three RGB channels and in the three HSV channels.
Note the variation of the RGB components and of the Hue one in the area of the dark car that turns on the left for the 6 images.
Select in the image “ur_c_s_03a_01_L_0376.png” the area corresponding to the dark car that turns on the left, e.g. area [390:400,575:595]. In this area compute the mean value (m) and the standard deviation (s) of the Hue component.
Segment the dark car in the 6 images by thresholding the Hue component (e.g. in the range between m-s and m+s). 
Display (i) the binary images corresponding to the segmentation and the related centroid and bounding box; (ii) the centroid and bounding box overlapped on the color image (tips: regionprops() function needs a logical matrix; display the bounding box of the blob with the highest area; see Fig.1).
Repeat the steps 2-5 for the red car on the street (tips: to chose the corresponding area; hue range >0.97 and <1 (why?); to try the hue range between m-s and m+s).
Blob detection
Compute the Laplacian responses for the two highlighted sunflowers in Fig.2 and show them as a function of the scales. Then, compute the characteristic scale (and its value in pixels) for the two selected objects. Tips: see slides 34-35; see m; parameters: starting standard deviation 1, number of scales 10, standard deviation increment sigma=1.5*sigma.
Notes: 

You have to write a report that describes your work and the obtained results (please include the figures). In the report you must indicate all the surnames of the participants (not other names, e.g. the teachers).
About the code:You have to use relative paths.
You have to write and use functions.
You have to provide us a main script to test your code.
The code must be uploaded as M-files. All the files (M-files, images, and report) have to be compressed in a single file named “surnames_labxx.zip/tgz” (all the surnames of the participants have to be indicated), and then the compressed file has to be uploaded.
detected object

detected object

1000          1200                                                 200            400            600            800           1000         1200

 

detected object

detected object

1000          1200                                                   200            400            600            800           1000         1200

             

Fig.1: Segmentation examples

Fig.2: Sunflowers

More products