Find which halftone was used

1 次查看(过去 30 天)
Mesho
Mesho 2023-5-31
移动Stephen23 2023-6-1
Dear all,
I have a colored halftone image. I want to know which halftone method was used to generate this image (or which method is the nearest to it).
Is there any way to know that?
Mustafa

回答(1 个)

DGM
DGM 2023-5-31
编辑:DGM 2023-5-31
I imagine the answer is "maybe, but probably not".
The big problem I see is that it seems that when most people say "halftone", they don't mean halftone at all.
they mean dithering.
So without any information, I'm left unable to know which problem is being described.
If you have a halftone image, then is it digitally halftoned, or is it a photo or scan of a print?
If you have a dithered color image then you might be able to tell some things, but I doubt an exact answer is obtainable. For a black/white reduction of a grayscale image, you might be able to get away with more, but for color images, you're left trying to derive one or more coefficient matrices and determine the underlying quantization method and the color space in which quantization was performed -- all blindly without a reference. I don't think there's enough information to do that.
With that in mind, maybe it also matters what specific information is required. Is it actually necessary to find the size of the coefficient matrix and all of its values, or is it sufficient to just say "this image uses ordered dithering"? Also, is it necessary to do this programmatically for multiple images, or is it sufficient to show one image to someone and get an educated guess?
  1 个评论
Mesho
Mesho 2023-6-1
移动:Stephen23 2023-6-1
Thank you for the many useful information.
To make things clearer, I am showing here two microscopic images of an old printed material. I wanted to know which halftone method was used by the old printer or at least to make a good guess.
Note that both images are from the same old printed material but with different magnification at the microscope (first image is with higher magnification).

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by