Answered step by step
Verified Expert Solution
Question
1 Approved Answer
STEP 1 : Use your script from last week, to import yet another image of Lena ( this time making sure it is full color
STEP :
Use your script from last week, to import yet another image of Lena this time making sure it is full color
STEP :
Find a way to add some Gaussian mu sigma noise to the image.
STEP :
Use a function to split the image into its Red, Green, and Blue components, and extract three respective histograms.
STEP :
Perform independent HE and display the new enhanced components together with the new equalized histograms.
STEP :
Merge, and set the new independently enhanced version of the image next to the noisy one to compare.
STEP :
Create another document containing code snippets alongside output screenshots for each step.
STEP :
Set the two enhanced versions of your image ie RGB and HSI side by side to compare.
STEP :
Now use a function to convert your imported image to monochrome greyscale mapping color values to scalars.
STEP :
Use a couple of standard lookup tables eg jet, ocean, rainbow, etc. to pseudocolor this new monochrome image.
STEP :
Apply a level intensity slicing to pseudocolor based on your own parameters ie assign hues to the intervals
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