Expert Image Processing Question:
How to increase the quality of an image?
Answer:
Image enhancement process is purely dependent on the application where we need to use the enhanced image and the type of degradation in the image. Few solutions from my basic knowledge
1. If image contain so much noises, apply filtering operations such as mean/median etc.
2. If the image is looking too dark or or too bright apply histogram equilization process to improve the contrast.
3. If the image is blurred apply sharpening operations in the image.
1. If image contain so much noises, apply filtering operations such as mean/median etc.
2. If the image is looking too dark or or too bright apply histogram equilization process to improve the contrast.
3. If the image is blurred apply sharpening operations in the image.
Previous Question | Next Question |
What is Image Transform? | What is the tool used in tasks such as zooming, shrinking, rotating, etc.? a) Sampling b) Interpolation c) Filters d) None of the Mentioned |