Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This needs to be done in Matlab. You may use any image for this. Just need the function. please keep it as simple as possible
This needs to be done in Matlab. You may use any image for this. Just need the function. please keep it as simple as possible and I will give thumbs up if it works! Thanks :)
Read the image hidden-horse.tif and histogram-equalize it. You will note that the histogram- equalized image reveals details not discernible in the original image. However, the large, light object on the right side of the original image has good tonality, whereas the same object in the histogram- equalized image is over exposed. Enhance the image using histogram specification so that the originally- hidden details are again visible, but the tonality of the large light object on the right is preserved. Write a function, function [g] = Project1_XX (f) where XX is replaced by your student number. The input will be the hidden-horse image and the output your enhanced image. Your function must be completely automatic, so do not use interactive functions. Comment your code clearly. Discuss your procedure and results in a one-page report in pdf format, named Project1_xx.pdf. Read the image hidden-horse.tif and histogram-equalize it. You will note that the histogram- equalized image reveals details not discernible in the original image. However, the large, light object on the right side of the original image has good tonality, whereas the same object in the histogram- equalized image is over exposed. Enhance the image using histogram specification so that the originally- hidden details are again visible, but the tonality of the large light object on the right is preserved. Write a function, function [g] = Project1_XX (f) where XX is replaced by your student number. The input will be the hidden-horse image and the output your enhanced image. Your function must be completely automatic, so do not use interactive functions. Comment your code clearly. Discuss your procedure and results in a one-page report in pdf format, named Project1_xx.pdfStep 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