About using X = dither(RGB,MAP)
Show older comments
hello,
I am using X = dither(RGB,MAP) to do image processing,
but how to know the dither operation processing?
thanks!
Answers (1)
KALYAN ACHARJYA
on 14 Apr 2022
1 vote
The dither operation based on the following work:
Floyd-Steinberg's error diffusion dither algorithm
- Floyd, R. W., and L. Steinberg, "An Adaptive Algorithm for Spatial Gray Scale," International Symposium Digest of Technical Papers, Society for Information Displays, 1975, p. 36.
Categories
Find more on Audio and Video Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!