Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Create a function to convert the three RGB images (see Data2) to grayscale using the average method and the weighted method. Display the output
1. Create a function to convert the three RGB images (see Data2) to grayscale using the average method and the weighted method. Display the output images along with the respective input images. 2. Write programs to perform the following transformations on the grayscale images that you got from part 1. Display the output images along with the respective input images g(x,y)-(L-1-,y) (o if f(x, y) 12 iv) s=c log(l+ H) iv) s-c r" -0.5, 0.85, 1.6, 2.5 3. Create a function to compute the intensity histograms of all the output images obtained in parts 1 and 2. Plot the histograms of the transformed images along with the histograms of the respective grayscale images. What to turn in: Submit your work through Blackboard including: An HTML document called index.html that gives an overall summary of your answers The program codes along with the dataset needed to reproduce your code. 1. Create a function to convert the three RGB images (see Data2) to grayscale using the average method and the weighted method. Display the output images along with the respective input images. 2. Write programs to perform the following transformations on the grayscale images that you got from part 1. Display the output images along with the respective input images g(x,y)-(L-1-,y) (o if f(x, y) 12 iv) s=c log(l+ H) iv) s-c r" -0.5, 0.85, 1.6, 2.5 3. Create a function to compute the intensity histograms of all the output images obtained in parts 1 and 2. Plot the histograms of the transformed images along with the histograms of the respective grayscale images. What to turn in: Submit your work through Blackboard including: An HTML document called index.html that gives an overall summary of your answers The program codes along with the dataset needed to reproduce your code
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