Image Halftoning by Jarvis Method
Digital halftoning is the process of converting a continuous-tone images into strictly black and white images such that, when viewed by the human visual system, the pattern creates an illusion of being a continuous shade of gray.
The binary image created by halftoning is used in binary display devices, such as desktop inkjet printers.
In this program, the input gray image will be converted into halftone image of same size using Jarvis's Error Diffusion Method.
Those who are new to Matlab Programming can see the "SampleUsage.m" file for the usage of the script "jarvisHalftone.m".
Those who are already familiar with Matlab Programming can directly use the script "jarvisHalftone.m".
Cite As
Athi (2024). Image Halftoning by Jarvis Method (https://www.mathworks.com/matlabcentral/fileexchange/25303-image-halftoning-by-jarvis-method), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- Image Processing and Computer Vision > Image Processing Toolbox > Image Filtering and Enhancement > Contrast Adjustment >
- MATLAB > Graphics > Images > Modify Image Colors >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.