Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Using Matlab .. I want to code this program 1. cellArea.m: Download the picture called cell.tif. Calculate the percent area covered by the cells. Your
Using Matlab .. I want to code this program
1. cellArea.m: Download the picture called cell.tif. Calculate the percent area covered by the cells. Your code should have three steps: i. Crop the top and bottom of the image to remove the edges of the fluidic cell (and the scale bar). Do this by the cursor in the figure window to find the y coordinates of the top and bottom, then hardcode the crop values into your program. ii. Threshold the image. Figure out the grayscale value of the dimmest cell however you'd like, and then hardcode this value into a variable in your code. ii Calculate the percentage of the area covered by cells. After running your code, I should see an output to the command window of the percent area coverage of the cropped image to one decimal point. I should also two figures: the cropped image and binary image. 1. cellArea.m: Download the picture called cell.tif. Calculate the percent area covered by the cells. Your code should have three steps: i. Crop the top and bottom of the image to remove the edges of the fluidic cell (and the scale bar). Do this by the cursor in the figure window to find the y coordinates of the top and bottom, then hardcode the crop values into your program. ii. Threshold the image. Figure out the grayscale value of the dimmest cell however you'd like, and then hardcode this value into a variable in your code. ii Calculate the percentage of the area covered by cells. After running your code, I should see an output to the command window of the percent area coverage of the cropped image to one decimal point. I should also two figures: the cropped image and binary imageStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started