100% Guaranteed Results


DMET1001 – Faculty of Media Engineering and Technology Solved
$ 20.99
Category:

Description

5/5 – (1 vote)

DMET 1001 – Image Processing
Assignment #2
(This assignment can be done in teams of maximum 2 students – Please include a text files with your names and IDs in the submission) Submit the Assignment to: dmet10012022@gmail.com

Implement a function that can increase the contrast of a colored image using morphological operators. One way to achieve this goal is to use the following expression to increase the contrast of image I:
IIncContrast = +I a(I −I B)−b •(I B I− )
where I is the original image, B is the structuring element, a and b are constants, indicates opening and
• indicates closing.
Apply your function to the image “Suez Canal.png”.

Deliverables:
• Your code.
• Explain how the equation given above increases the contrast of images.
• The output image with a square structuring element of size 3 x 3 when a = 1 and b = 1.
• The output image with a square structuring element of size 9 x 9 when a = 1 and b = 1.
• The output image with a square structuring element of size 3 x 3 when a = 5 and b = 1.
• The output image with a square structuring element of size 3 x 3 when a = 1 and b = 5.
• Comment on the effect of increase the structuring element size on the output image.
• Comment on the effect of increasing or decreasing a and b on the output image.
• Suggest an expression that could decrease the contrast using morphological operators.

Note: Don’t use already existing functions in Python for morphological operators. You have to implement them from scratch.

Reviews

There are no reviews yet.

Be the first to review “DMET1001 – Faculty of Media Engineering and Technology Solved”

Your email address will not be published. Required fields are marked *

Related products