Read a color image as input. In addition, apply following concepts to enhance the given input image using MATLAB.

1 view (last 30 days)
i. Compute histogram and intensity
ii. Color image Smoothing and Sharpening
iii. Morphological operations
iv. Thresholding
v. Region of Interest (ROI)

Answers (1)

yanqi liu
yanqi liu on 24 Nov 2021
sir,may be its a hw,and need inpute the demo image,so just write some function,such as
i. Compute histogram and intensity
imread,imhist
ii. Color image Smoothing and Sharpening
imfilter,imsharpen
iii. Morphological operations
imopen,imclose
iv. Thresholding
threshold,im2bw
v. Region of Interest (ROI)
imrop,imrect

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!