Question: matlap code the figure Problem 2: Refere to Figure 3.43 in the book and apply each step of filtration on the full skeleton image (Note:

Problem 2: Refere to Figure 3.43 in the book and apply each step of filtration on the full skeleton image (Note: you can find it with a name "skelton.jpeg" at V-class). 1. Load the gray scale image, then apply the following: a) Show the original image. b) Apply lablacian filter into image a. c) Add image a to b. d) Apply sobel filter into image a. e) Apply 5x5 smoothing (average) filter into image d. f) Multiply image c by image e (i.e., convert to double image and use array multiplication like: im2double(c).* im2double(e)). B) Add image a to image f. This will give a sharpened image. h) The final result: Apply power law transformation to g. Use gamma
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
