make the boundaries smoother while still keeping the bit depth
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
sahar kheibarihafshejani
am 11 Mai 2023
Kommentiert: sahar kheibarihafshejani
am 19 Mai 2023
Hi there! I modified my image by reducing its gray depth from 255 to 16. However, this caused some unpleasant flickering at the boundaries when I tested the image on my display. The changes at the boundaries are quite noticeable. I'm wondering if there's a way to make the boundaries smoother while still keeping the bit depth between 0 and 15 bits.
0 Kommentare
Antworten (1)
Sarthak
am 17 Mai 2023
Hi Sahar,
As per my understanding, you can make the boundaries smoother by using some image processing technique. One such technique can be error diffusion. Error diffusion distributes the error across neighbouring pixels giving the image a more natural appearance instead of just rounding the pixel value to the closest available color. You can write your own function or leverage this function from file exchange as well. You can also use any such other techniques to make your image boundaries smoother.
Attaching a link for your reference
Siehe auch
Kategorien
Mehr zu Get Started with Image Processing Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!