Question: Matlab [5 points] Perform binary thresholding on the original normalized grayscale image C. A threshold 0.3 is chosen and all values in C greater than
Matlab
![Matlab [5 points] Perform binary thresholding on the original normalized grayscale image](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f2e5ffab7a7_62366f2e5ff4687a.jpg)
[5 points] Perform binary thresholding on the original normalized grayscale image C. A threshold 0.3 is chosen and all values in C greater than or equal to the threshold are set to 1, otherwise set to 0. Find two efficient solutions to obtain the thresholded binary image and save it in bw1 and bw2 Both solutions should not use any loop structure, should not call Matlab built-in function im2bw, and should be distinct in nature. Use the Matlab built-in function im2bw to do the same task and save its thresholded binary mage 1n bw'3 Compare your results bwl and bw2 with the Matlab's result bw3. If they are equal, display the message "My two methods worked": otherwise, display the message "One of my two methods or both did not work". Of course, the first message should be displayed when running the program Display bwl, bw'2, and bw3 side-by-side on figure 5 and label the three images with "my first method", "my second method", and "Matlab method", respectively. Matlab Himt: find ,s, & &e
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
