Answered step by step
Verified Expert Solution
Question
1 Approved Answer
task five is based on task 3. Please do both tasks please write the function in matlab Matlab language please TASK 5 Create a filtered
task five is based on task 3. Please do both tasks
please write the function in matlab
Matlab language please
TASK 5 Create a filtered image For task you a filtered image to aid airport security staffreplacing all pixels this need to create EXCEPT the blue ones with the colour white. The RGB values for white are (255, 255, 255). Write a script file that filters the xray image to make the inorganic material more noticable. Make sure to read and display the image before filtering it. You will then need to examine each pixel in turn and replace it with a white one if it is NOT blue. You should use the PixellsBlue function that you wrote in Task 3 to determine if pixels are blue or not. Also be sure to display the final filtered image in a separate figure. Does your filter work completely? If not why not? Explain why or why not to a tutor. COMPULSORY LAB TASKS END HERE
Step 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