Gaussian filter during the inverse-halftoning
8 次查看(过去 30 天)
显示 更早的评论
hi
can helpe to applying the Gaussian filter during the inverse-halftoning by image?????
0 个评论
回答(1 个)
Rahul
2024-11-18,4:34
In order to apply Gaussian filter, consider the use of 'imgaussfilt' function and specify the number of kernels as an argument to the function.
In order to apply inverse-halftoning to the image, the following MATLAB Answer can be referred which mentions Image thresholding: https://www.mathworks.com/matlabcentral/answers/14554-how-do-i-create-a-halftoning-effect-in-matlab
Consider the use of following File Exchange submissions for Inverse-Halftoning:
'Inverse-Halftoning Jarvis method': https://www.mathworks.com/matlabcentral/fileexchange/25303-image-halftoning-by-jarvis-method
'Inverse-Halftoning Floyd's method': https://www.mathworks.com/matlabcentral/fileexchange/25302-image-halftoning-by-floyd-s-method
Refer to the following MathWorks documentations to know more:
Thanks.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!