Question: Test Your Antarctica Water Segmentation Function Create a function to segment the Antarctica ice shelf images using the Color Thresholder app as described in the

Test Your Antarctica Water Segmentation Function
Create a function to segment the Antarctica ice shelf images using the Color Thresholder app as described in the previous reading. You can use this function to calculate the
increase in visible water between the two images.
Copy the code from your generated function into the first code box below.
We've provided a function name for you below, segmentMeltwater. Copy the code from inside your function (do not copy the first line or the last end, just the code inside) and
paste into the first code box below. Use the Run Function button to make sure you've copied the code over correctly and it works before submitting. Use the feedback to help you
determine how to adjust your thresholds.
function [BW,maskedRGBImage]= segmentMeltwater(RGB)
% Copy the code inside your function here
end
Test Your Antarctica Water Segmentation Function

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 Programming Questions!