implement some enhancement techniques

Write a Matlab program to implement some enhancement techniques that have been covered in our course. You should start with GUI design then implement each button to get result as output image. Start by exporting GUI in Matlab using guide. Design it as required, import the image (you can use anyone) then apply all mentioned enhancements. You should add actions for each button. After finishing your project, you should prepare a simple documentation to presents your work and results.

1 Comment

Let's disregard that this is not actually a question, and dumping unembellished homework isn't appropriate. Let's consider something more basic.
Look at what you wrote. Remember that other people are not you. They're not looking at your screen. They're not enrolled in your courses. Do you expect other people to know what "some enhancement techniques that have been covered in our course" means? What does "design it as required" mean? What about "all mentioned enhancements"? Does a screenshot of a GUI explain any of that?
This is a basic fundamental communications concept that should transcend language barriers. You're old enough to understand that if you want something, you need to convey a description of what you want. I'll grant you that lots of instructors write terrible vague assignments themselves, but it's up to you to do your due diligence in getting others to understand it as you do.

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 3 Jan 2024
Edited: Image Analyst on 3 Jan 2024
This looks like a homework problem. If you have any questions ask your instructor or read the link below to get started:
Obviously we can't give you the full solution because you're not allowed to turn in our code as your own.
You can do nearly all of those operations with imfilter or conv2 just by changing the filter kernel.
See my attached demo for viewing bitplanes.

Categories

Asked:

on 3 Jan 2024

Edited:

on 3 Jan 2024

Community Treasure Hunt

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

Start Hunting!