Question: Description 1 . Use Matlab to Capture an image from the webcam, Add gaussian noise to the captured image img using the command imnoise (
Description
Use Matlab to Capture an image from the webcam, Add gaussian noise to the captured image img using the command imnoiseimggaussian; and Compute the luminance of the resultant image.
Then, you must write MATLAB functions using the image computed before performing the following
tasks:
A function receives an image and integer value and yields the image with luminance modified in value.
A function that receives an image and returns the invert of its values.
A function that receives an image and returns the log of the image.
A function that receives an image and a double value returns the image at the power of value.
A function that receives an image and two different integers returns an image whose values are the range of the two integers inserted.
A function that receives an image and an integer value. It returns a binary image with the threshold at value.
A function that receives two matrices and returns their convolution.
Use the function before to clean the image and detect borders.
Remember that the use of MATLABs imageprocessing commands is forbidden! The command conv is also forbidden.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
