JP2000287089A - Image binarizing method - Google Patents

Image binarizing method

Info

Publication number
JP2000287089A
JP2000287089A JP11088770A JP8877099A JP2000287089A JP 2000287089 A JP2000287089 A JP 2000287089A JP 11088770 A JP11088770 A JP 11088770A JP 8877099 A JP8877099 A JP 8877099A JP 2000287089 A JP2000287089 A JP 2000287089A
Authority
JP
Japan
Prior art keywords
data
binarization
error
image
color component
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP11088770A
Other languages
Japanese (ja)
Inventor
Hiroyuki Morimatsu
啓幸 森松
Michiteru Shichiro
道輝 七呂
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP11088770A priority Critical patent/JP2000287089A/en
Priority to US09/364,458 priority patent/US6614943B1/en
Publication of JP2000287089A publication Critical patent/JP2000287089A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To prevent each color dot from being cancelled by black dots by binarizing color components other than a black color component in the order of higher density, when the binarized result of the black (K) color of a pixel is in an OFF state. SOLUTION: A K binarized result ON/OFF discrimination means 103 of an error propagation device 102 references K color component ON/OFF data of a stored pixel under notice, an error weighting computing element 104 references error data of pixels around the pixel under notice stored in an error data storage means 107 to give the weight of the error data to image data of a cyan (C) component of the target pixel, when the K color component indicates ON data. A binarizing means 105 compares the weighted data with a threshold and outputs an OFF signal, without conducting binarizing processing. If the K color component indicates OFF data, a cyan (C)-magenta (M)-yellow (Y)-density data comparison means 109 compares the density data in C, M, Y colors and binarizing processing by error propagation is applied to the color components in the order of higher density, so that does in each color component do not mutually overlap.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、プリンタ、スキャ
ナ、複写機、ファクシミリ等に適用され、多値カラー画
像情報を二値画像として再現する画像二値化方法に関す
るものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image binarization method applied to a printer, a scanner, a copying machine, a facsimile, etc., for reproducing multi-valued color image information as a binary image.

【0002】[0002]

【従来の技術】多値画像を二値画像に変換する方法の一
つとして、誤差拡散法が知られている。
2. Description of the Related Art An error diffusion method is known as one of the methods for converting a multi-valued image into a binary image.

【0003】ここで、図5は誤差拡散法による従来の画
像二値化装置を示すブロック図である。
FIG. 5 is a block diagram showing a conventional image binarizing apparatus using the error diffusion method.

【0004】図5に示すように、画像二値化装置は、注
目画素の多値データが読み込まれる画像メモリ1と、格
納されている補正データを参照してプリンタ等の出力機
器の印字特性に応じた多値データに補正を行うγ補正R
OM2と、誤差拡散法により画像の二値化処理が行われ
て二値信号を出力する誤差拡散装置8とから構成されて
いる。
As shown in FIG. 5, an image binarizing apparatus uses an image memory 1 in which multi-value data of a target pixel is read, and print characteristics of an output device such as a printer by referring to stored correction data. Γ correction R for correcting multi-valued data according to
It comprises an OM2 and an error diffusion device 8 that performs a binarization process on an image by an error diffusion method and outputs a binary signal.

【0005】誤差拡散装置8は、γ補正ROM2からの
多値データに誤差メモリ4に格納された誤差データを加
算する加算器3と、誤差データの加算された多値データ
と二値化閾値とを比較して所定の二値信号を出力する比
較器5と、当該二値信号と誤差データの加算された多値
データとから二値化処理時の二値化誤差を算出する減算
器7と、この二値化誤差に重み付けをして前述の誤差メ
モリ4に出力する重み付け誤差演算器6とから構成され
ている。
The error diffusion device 8 includes an adder 3 for adding the error data stored in the error memory 4 to the multi-value data from the gamma correction ROM 2, a multi-value data to which the error data has been added, and a binarization threshold. And a subtractor 7 for calculating a binarization error in a binarization process from the binary signal and the multi-value data obtained by adding the error data to the comparator 5. And a weighting error calculator 6 for weighting the binarization error and outputting the weighted error to the error memory 4.

【0006】このような画像二値化装置によれば、画像
メモリ1から二値化処理を行う多値データDが読み込ま
れ、γ補正ROM2において、補正データを参照して出
力機器の印字特性に応じた多値データD’へとγ補正さ
れる。γ補正された多値データD’は、誤差拡散装置8
の加算器3により誤差データEが加算され、多値データ
Fが出力される。
According to such an image binarizing apparatus, multivalued data D for performing a binarizing process is read from the image memory 1, and the γ correction ROM 2 refers to the correction data to determine the printing characteristics of the output device. Γ correction is performed to the corresponding multi-value data D ′. The gamma-corrected multi-value data D ′ is supplied to the error diffusion device 8.
Adder 3 adds error data E and outputs multi-valued data F.

【0007】次に比較器5において、誤差データEを付
加された注目画素の多値データFは、二値化閾値Thと
比較され、F>=Thの際には二値信号B=”1”が出
力され、F<Thの際には二値信号B=”0”が出力さ
れる。そして、この出力結果から、二値化処理時の二値
化誤差E’が減算器7によりE’=F−B’として算出
される。
Next, in the comparator 5, the multi-value data F of the target pixel to which the error data E has been added is compared with a binarization threshold Th, and when F> = Th, the binary signal B = “1”. Is output, and when F <Th, the binary signal B = "0" is output. Then, from this output result, a binarization error E ′ at the time of the binarization processing is calculated by the subtractor 7 as E ′ = FB ′.

【0008】ここで、B’は入力データが256階調
(0〜255)である場合、B’=B×255となる。
したがって、たとえば、入力された多値データDが23
0、二値化の閾値Thが128である場合、二値化後の
出力データはB=1であり、二値化誤差Eは、 E=D−B×255=230−1×255=−25 となる。
Here, B ′ = B × 255 when the input data has 256 gradations (0 to 255).
Therefore, for example, the input multi-value data D is 23
If the threshold value Th of the binarization is 0, the output data after the binarization is B = 1, and the binarization error E is E = D−B × 255 = 230−1 × 255 = − 25.

【0009】この二値化誤差Eは、これ以降処理される
画素のデータに対して分配するために、重み付け誤差演
算器6において、所定の誤差マトリクスMxyにより誤
差メモリ4に格納され、加算器3により次画素の多値デ
ータに加算され、誤差データの伝播が行われる。
The binarization error E is stored in the error memory 4 by a predetermined error matrix Mxy in the weighting error calculator 6 so as to be distributed to pixel data to be processed thereafter. Is added to the multi-value data of the next pixel, and error data is propagated.

【0010】すなわち、ここでは、入力された多値デー
タDが230であるので、二値化閾値Th=128との
比較結果、二値化後の出力データは1であり256階調
での255となるため、入力された多値データDの23
0に対して25の誤差が生じる。したがって、多値デー
タD=230に対する誤差25を二値化誤差Eとし、こ
の二値化誤差Eを重み付け誤差演算器6において誤差マ
トリクスを用いて未処理の画素の誤差メモリ4へ誤差分
配し、以降の画素での二値化処理に反映させる。
In other words, here, since the input multi-value data D is 230, the output data after binarization is 1 as a result of comparison with the binarization threshold value Th = 128, and 255 at 256 gradations. Therefore, 23 of the input multi-value data D
There are 25 errors for 0. Therefore, the error 25 with respect to the multi-valued data D = 230 is defined as a binarization error E, and the binarization error E is distributed to the error memory 4 of the unprocessed pixel by using the error matrix in the weighting error calculator 6, This is reflected in the binarization processing for the subsequent pixels.

【0011】ここで、誤差マトリクスMxyの一例を示
す説明図を図6に示す。
FIG. 6 is an explanatory diagram showing an example of the error matrix Mxy.

【0012】図6において、*で示した画素が現在の注
目画素であり、この画素に対して二値化処理を行う。
In FIG. 6, the pixel indicated by * is the current pixel of interest, and binarization processing is performed on this pixel.

【0013】注目画素を二値化した際に生じる誤差を、
同図に示した重み付け係数(7,1,5,3)で、未処
理の次画素に対して誤差を配分する。そして、*で示さ
れた注目画素の二値化処理を行う際は、誤差メモリ4に
格納された誤差配分値を読み出し、この誤差配分値を用
いて画像メモリ1から読み出された次の入力値に対して
補正を行う。
The error that occurs when the target pixel is binarized is
With the weighting coefficients (7, 1, 5, 3) shown in FIG. When performing the binarization process for the pixel of interest indicated by *, the error distribution value stored in the error memory 4 is read, and the next input read from the image memory 1 using this error distribution value. Make corrections to the values.

【0014】このように誤差拡散法は、ある画素の二値
化処理の際に生じる二値化誤差を、以降に二値化処理す
る画素データに対して分配し、二値化後の画像データと
元の多値画像データとの誤差最小に押さえようとする技
術である。
As described above, according to the error diffusion method, a binarization error generated in a binarization process of a certain pixel is distributed to pixel data to be binarized thereafter, and the binarized image data is And the original multi-valued image data.

【0015】[0015]

【発明が解決しようとする課題】このような誤差拡散法
を用いた階調処理による多値画像の二値化後の画像にお
いては、シアン(C)・マゼンタ(M)・イエロー
(Y)のONドットにブラック(K)のドットが重な
り、色ムラの発生が起きる。つまり、本来、色として再
現されるべきCMYのドットがKのドットにより打ち消
され、元画像の色を忠実に再現できなくなるという現象
が生じ、画質の劣化要因となる。
In a binary image of a multi-valued image by gradation processing using such an error diffusion method, cyan (C), magenta (M), and yellow (Y) A black (K) dot overlaps the ON dot, and color unevenness occurs. In other words, CMY dots that should be originally reproduced as colors are canceled by K dots, and a phenomenon occurs in which the color of the original image cannot be faithfully reproduced, resulting in deterioration of image quality.

【0016】そこで、本発明は、二値化処理後の画像に
おいて、ブラックのドットによってシアン、マゼンタ、
イエローのドットが打ち消される現象の発生を抑制する
ことのできる画像二値化方法を提供することを目的とす
る。
Accordingly, the present invention provides an image after binarization processing, in which cyan, magenta,
An object of the present invention is to provide an image binarization method capable of suppressing occurrence of a phenomenon in which yellow dots are canceled.

【0017】[0017]

【課題を解決するための手段】この課題を解決するため
に、本発明の画像二値化方法は、少なくともブラック
(K)を含む複数の色成分を持つ多階調の画像データに
対して擬似中間調処理により二値画像を生成する画像二
値化方法であって、最初に注目画素のKの色成分の二値
化処理を行い、当該画素におけるKの二値化結果がON
である場合には、他の色成分の二値化結果をOFFとし
て出力し、当該画素におけるKの二値化結果がOFFで
ある場合には、他の色成分について濃度の高い順で且つ
これらの色成分のドットが相互に重ならないように二値
化処理を行うものである。
In order to solve this problem, an image binarization method according to the present invention provides a method for simulating multi-tone image data having a plurality of color components including at least black (K). This is an image binarization method for generating a binary image by halftone processing. First, a K color component of a target pixel is subjected to a binarization process, and the K binarization result of the pixel is turned on.
If the binarization result of the other color component is OFF, and if the binarization result of K in the pixel is OFF, the other color components are output in descending order of density and Is performed so that the dots of the color components do not overlap each other.

【0018】これにより、他の色成分のドットがKに重
なって打ち消され、色ムラが発生するという現象を防止
することが可能になる。また、ドットの分散性や色再現
性が良好で、元画像により忠実な二値化画像を生成する
ことが可能になる。
As a result, it is possible to prevent a phenomenon that dots of other color components overlap with K and are canceled out, thereby causing color unevenness. In addition, it is possible to generate a binarized image with good dot dispersibility and color reproducibility and more faithful to the original image.

【0019】また、本発明の画像二値化方法は、シアン
(C)・マゼンタ(M)・イエロー(Y)およびブラッ
ク(K)の色成分を持つ多階調の画像データに対して擬
似中間調処理により二値画像を生成する画像二値化方法
であって、最初に注目画素のKの色成分の二値化処理を
行い、次に当該注目画素のCMYの色成分の二値化処理
を、MCYの順で且つこれらの色成分のドットが相互に
重ならないように行うものである。
Further, the image binarization method of the present invention provides a pseudo-intermediate method for multi-tone image data having color components of cyan (C), magenta (M), yellow (Y) and black (K). This is an image binarization method for generating a binary image by tone processing, in which binarization processing of a K color component of a target pixel is first performed, and then binarization processing of a CMY color component of the target pixel is performed. Are performed in the order of MCY and such that the dots of these color components do not overlap with each other.

【0020】これにより、人間の視覚特性上から認知度
の高いKMCYの順に二値化処理されることになり、注
目画素においてより高品質な二値化画像を得ることが可
能になる。
As a result, binarization processing is performed in the order of KMCY having a higher degree of recognition from the viewpoint of human visual characteristics, so that a higher quality binarized image can be obtained at the pixel of interest.

【0021】[0021]

【発明の実施の形態】本発明の請求項1に記載の発明
は、少なくともブラック(K)を含む複数の色成分を持
つ多階調の画像データに対して擬似中間調処理により二
値画像を生成する画像二値化方法であって、最初に注目
画素のKの色成分の二値化処理を行い、当該画素におけ
るKの二値化結果がONである場合には、他の色成分の
二値化結果をOFFとして出力し、当該画素におけるK
の二値化結果がOFFである場合には、他の色成分につ
いて濃度の高い順で且つこれらの色成分のドットが相互
に重ならないように二値化処理を行う画像二値化方法で
あり、他の色成分のドットがKに重なって打ち消され、
色ムラが発生するという現象を防止することが可能にな
るという作用を有する。また、ドットの分散性や色再現
性が良好で、元画像により忠実な二値化画像を生成する
ことが可能になるという作用を有する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS According to the first aspect of the present invention, a binary image is formed by pseudo halftone processing on multi-tone image data having a plurality of color components including at least black (K). In the image binarization method to be generated, first, the binarization process of the K color component of the target pixel is performed, and when the binarization result of K in the pixel is ON, the other color components are The binarization result is output as OFF, and K
If the binarization result is OFF, this is an image binarization method that performs a binarization process on the other color components in descending order of density and so that the dots of these color components do not overlap each other. , Dots of other color components overlap with K and are canceled out,
This has the effect that the phenomenon that color unevenness occurs can be prevented. In addition, there is an effect that the dot dispersibility and color reproducibility are good, and a more faithful binary image can be generated from the original image.

【0022】本発明の請求項2に記載の発明は、シアン
(C)・マゼンタ(M)・イエロー(Y)およびブラッ
ク(K)の色成分を持つ多階調の画像データに対して擬
似中間調処理により二値画像を生成する画像二値化方法
であって、最初に注目画素のKの色成分の二値化処理を
行い、次に当該注目画素のCMYの色成分の二値化処理
を、MCYの順で且つこれらの色成分のドットが相互に
重ならないように行う画像二値化方法であり、人間の視
覚特性上から認知度の高いKMCYの順に二値化処理さ
れることになり、注目画素においてより高品質な二値化
画像を得ることが可能になるという作用を有する。
According to a second aspect of the present invention, there is provided a pseudo-intermediate image for multi-tone image data having color components of cyan (C), magenta (M), yellow (Y) and black (K). This is an image binarization method for generating a binary image by tone processing, in which binarization processing of a K color component of a target pixel is first performed, and then binarization processing of a CMY color component of the target pixel is performed. Is performed in the order of MCY and in such a manner that the dots of these color components do not overlap each other, and the binarization process is performed in the order of KMCY with a high degree of recognition from human visual characteristics. This has the effect that a higher quality binarized image can be obtained at the pixel of interest.

【0023】以下、本発明の実施の形態について、図1
から図4を用いて説明する。なお、これらの図面におい
て同一の部材には同一の符号を付しており、また、重複
した説明は省略されている。
Hereinafter, an embodiment of the present invention will be described with reference to FIG.
This will be described with reference to FIG. In these drawings, the same members are denoted by the same reference numerals, and duplicate description is omitted.

【0024】図1は本発明の一実施の形態による画像二
値化方法を実行する画像二値化装置を示すブロック図、
図2は本発明の一実施の形態による画像二値化方法を実
行する他の画像二値化装置を示すブロック図、図3は図
1および図2の画像二値化装置による処理手順を示すフ
ローチャート、図4は本発明の一実施の形態による画像
二値化方法を実行するさらに他の画像二値化装置を示す
ブロック図である。図1ではKの二値化結果がONとな
った画素においてCMYをOFFとして出力する場合
を、図2ではKの二値化結果がOFFであった画素にお
いてCMYをONまたはOFFとして出力する場合を、
図4では注目画素においてKMCYの順で二値化処理を
行う場合を、それぞれ示している。
FIG. 1 is a block diagram showing an image binarization apparatus for executing an image binarization method according to an embodiment of the present invention.
FIG. 2 is a block diagram showing another image binarization device for executing the image binarization method according to one embodiment of the present invention, and FIG. 3 shows a processing procedure by the image binarization device of FIGS. FIG. 4 is a flow chart, and FIG. 4 is a block diagram showing still another image binarizing device for executing the image binarizing method according to one embodiment of the present invention. FIG. 1 shows a case where CMY is output as OFF for a pixel whose K binarization result is ON, and FIG. 2 shows a case where CMY is output as ON or OFF for a pixel whose K binarization result is OFF. To
FIG. 4 shows a case where the binarization process is performed in the order of KMCY on the target pixel.

【0025】図1に示す画像二値化装置は、二値化すべ
き元画像CMYKデータが格納された画像メモリ101
と、この画像メモリ101の多値データを誤差拡散法に
より二値化して所定の二値信号を出力し、擬似中間調処
理により二値画像を生成する誤差拡散装置102とから
構成されている。
The image binarizing apparatus shown in FIG. 1 is composed of an image memory 101 in which original image CMYK data to be binarized is stored.
And an error diffusion device 102 that binarizes the multivalued data in the image memory 101 by an error diffusion method, outputs a predetermined binary signal, and generates a binary image by a pseudo halftone process.

【0026】誤差拡散装置102は、注目画素における
K成分の二値化結果のON/OFF情報が格納されたK
二値化結果格納手段108のデータを参照し、画像メモ
リ101からのK成分の多値データの二値化処理結果が
ONかOFFかを判定するK二値化結果ON/OFF判
定手段103と、周囲の二値化された画素で生じた二値
化誤差を誤差データ格納手段107から参照し、注目画
素の画像データに誤差の重み付け処理を行う誤差重み付
け演算器104と、誤差重み付け演算器104より出力
される重み付けされたデータを二値化しきい値を参照し
て二値化処理を行う二値化処理手段105と、二値化処
理手段105で二値化を行った際に生じる画像データの
誤差を算出してこれを前述の誤差データ格納手段107
に格納する誤差算出手段106とにより構成されてい
る。
The error diffusion device 102 stores the ON / OFF information of the binarization result of the K component at the pixel of interest.
A K-binarization result ON / OFF judging unit 103 which judges whether the binarization processing result of the multi-value data of the K component from the image memory 101 is ON or OFF with reference to the data of the binarization result storage unit 108; An error weighting calculator 104 for referring to the binarization error generated in the surrounding binarized pixels from the error data storage unit 107 and performing weighting processing of the error on the image data of the target pixel; Binarization processing means 105 for performing binarization processing on the output weighted data with reference to the binarization threshold, and image data generated when binarization is performed by the binarization processing means 105 Is calculated, and the calculated error is stored in the error data storage unit 107 described above.
And an error calculating means 106 for storing the data.

【0027】このような画像二値化装置では、先ず画像
メモリ101に格納されたCMYKの画像データから、
注目画素におけるK成分の多値濃度データが誤差拡散装
置102へと転送される。
In such an image binarization apparatus, first, the CMYK image data stored in the image memory 101 is
The multi-value density data of the K component in the target pixel is transferred to the error diffusion device 102.

【0028】誤差拡散装置102においては誤差拡散処
理による二値化が行われる。
In the error diffusion device 102, binarization is performed by an error diffusion process.

【0029】ここでは、画像メモリ101から読み込ま
れた注目画素において、先ずKの色成分について二値化
処理が行われる。
Here, in the target pixel read from the image memory 101, first, the K color component is subjected to a binarization process.

【0030】すなわち、K成分の誤差拡散処理時はK二
値化結果ON/OFF判定手段103での処理は省略さ
れ、誤差重み付け演算器104において、誤差データ格
納手段107に格納された周囲画素での誤差データを参
照して注目画素のK成分データに誤差データの重み付け
が行われる。そして、重み付け後のデータは二値化処理
手段105によりしきい値を基に二値化が行われ、所定
の二値信号が出力されるとともに、ON/OFFデータ
としてK二値化結果格納手段108へ格納される。な
お、二値化時に生じる二値化誤差は誤差算出手段106
により算出され、算出された誤差データは誤差データ格
納手段107に格納される。
That is, in the error diffusion processing of the K component, the processing in the K binarization result ON / OFF determination means 103 is omitted, and the error weighting arithmetic unit 104 uses the peripheral pixels stored in the error data storage means 107 to perform the processing. , The K component data of the target pixel is weighted with the error data. The weighted data is binarized by the binarization processing unit 105 based on the threshold value, a predetermined binary signal is output, and the K binarization result storage unit is used as ON / OFF data. 108. Note that the binarization error generated at the time of binarization is calculated by the error calculation unit 106.
And the calculated error data is stored in the error data storage means 107.

【0031】Kの色成分の二値化が終了したならば、次
にCの色成分の二値化処理が行われる。
When the binarization of the K color component is completed, the binarization process of the C color component is performed.

【0032】すなわち、注目画素におけるCの色成分の
画像データは、Kの色成分と同様、画像メモリ101か
ら誤差拡散装置102に転送される。
That is, the image data of the C color component at the target pixel is transferred from the image memory 101 to the error diffusion device 102 in the same manner as the K color component.

【0033】そして、誤差拡散装置102では、先ずK
二値化結果ON/OFF判定手段103において、K二
値化結果格納手段108に格納された注目画素でのKの
色成分ON/OFFデータを参照し、Kの色成分がON
であるので、誤差重み付け演算器104により誤差デー
タ格納手段107に格納された周囲画素での誤差データ
を参照し、注目画素のC成分の画像データに誤差データ
の重み付けが行われる。
In the error diffusion device 102, first, K
The binarization result ON / OFF determination unit 103 refers to the K color component ON / OFF data at the target pixel stored in the K binarization result storage unit 108, and turns the K color component ON.
Therefore, the error weighting calculator 104 refers to the error data of the surrounding pixels stored in the error data storage unit 107, and weights the C component image data of the target pixel with the error data.

【0034】重み付け後のデータは二値化処理手段10
5においてしきい値と比較された後、二値化処理を行わ
ずにOFFの信号が出力される。また、OFF出力され
た結果の誤差は誤差算出手段106により算出され、算
出された誤差データは誤差データ格納手段107に格納
される。
The weighted data is converted to binary data
After being compared with the threshold value at 5, an OFF signal is output without performing the binarization process. The error of the result of the OFF output is calculated by the error calculating means 106, and the calculated error data is stored in the error data storing means 107.

【0035】Cの処理と同様、MとYの色成分の二値化
処理においても、注目画素におけるM,Yの色成分の画
像データは、画像メモリ101から誤差拡散装置102
に転送される。そして、誤差拡散装置102では、K二
値化結果ON/OFF判定手段103において、K二値
化結果格納手段108に格納された注目画素でのKの色
成分ON/OFFデータを参照し、Kの色成分がONで
あるので、誤差重み付け演算器104により誤差データ
格納手段107に格納された周囲画素での誤差データを
参照し、注目画素のM,Y成分データに誤差データの重
み付けが行われる。重み付け後のデータは二値化処理手
段105においてしきい値と比較され、二値化処理を行
わずにOFFの信号が出力される。また、OFF出力さ
れた結果の誤差データは誤差算出手段106により算出
され、算出された誤差データは誤差データ格納手段10
7に格納される。
Similarly to the processing of C, in the binarization processing of the M and Y color components, the image data of the M and Y color components at the target pixel is transferred from the image memory 101 to the error diffusion device 102.
Is forwarded to Then, in the error diffusion device 102, the K binarization result ON / OFF determination unit 103 refers to the K color component ON / OFF data at the target pixel stored in the K binarization result storage unit 108, Is turned on, the error weighting calculator 104 refers to the error data of the surrounding pixels stored in the error data storage unit 107, and weights the M and Y component data of the target pixel with the error data. . The weighted data is compared with the threshold value in the binarization processing means 105, and an OFF signal is output without performing the binarization processing. The error data resulting from the OFF output is calculated by the error calculation means 106, and the calculated error data is stored in the error data storage means 10.
7 is stored.

【0036】なお、K以外の色成分については、CMY
に限定されるものではない。
For color components other than K, CMY
However, the present invention is not limited to this.

【0037】これによれば、注目画素のKがONであれ
ば他の色成分の二値化結果をOFFとしているので、他
の色成分のドットがKに重なって打ち消され、色ムラが
発生するという現象を防止することが可能になる。
According to this, if K of the target pixel is ON, the binarization result of the other color components is OFF, so that the dots of other color components overlap with K and are canceled out, causing color unevenness. Can be prevented.

【0038】次に注目画素におけるKの二値化結果がO
FFであった場合について、図2を参照して説明する。
Next, the binarization result of K at the pixel of interest is O
The case of the FF will be described with reference to FIG.

【0039】図2に示す画像二値化装置もまた、二値化
すべき元画像CMYKデータが格納された画像メモリ1
01と、この画像メモリ101の多値データを誤差拡散
法により二値化して所定の二値信号を出力し、擬似中間
調処理により二値画像を生成する誤差拡散装置102と
から構成されている。
The image binarizing device shown in FIG. 2 also has an image memory 1 in which original image CMYK data to be binarized is stored.
01, and an error diffusion device 102 that binarizes the multi-valued data in the image memory 101 by an error diffusion method, outputs a predetermined binary signal, and generates a binary image by pseudo halftone processing. .

【0040】ここで、誤差拡散装置102は、注目画素
におけるCMYKすべての二値化結果のデータが格納さ
れたCMYK二値化結果格納手段110を参照し、画像
メモリ101からのK成分の多値データの二値化処理結
果がONかOFFかを判定するK二値化結果ON/OF
F判定手段103と、CMYの濃度データを比較して濃
度の大きい順を決定するCMY濃度データ比較手段10
9と、周囲の二値化された画素で生じた二値化誤差を誤
差データ格納手段107から参照し、注目画素の画像デ
ータに誤差の重み付け処理を行う誤差重み付け演算器1
04と、誤差重み付け演算器104より出力される重み
付けされたデータを二値化しきい値を参照して二値化処
理を行う二値化処理手段105と、二値化処理手段10
5で二値化を行った際に生じる画像データの誤差を算出
してこれを前述の誤差データ格納手段107に格納する
誤差算出手段106と、CMYK二値化結果格納手段1
10のデータからCMYの二値化の際のしきい値を決定
してこれを二値化処理手段105に送る二値化しきい値
決定手段111とにより構成されている。
Here, the error diffusion device 102 refers to the CMYK binarization result storage means 110 in which the data of all the CMYK binarization results in the target pixel are stored, and reads the multi-valued K component from the image memory 101. K binarization result ON / OF which determines whether the binarization processing result of data is ON or OFF
F determination means 103 and CMY density data comparing means 10 for comparing CMY density data to determine the order of increasing density
9 and an error weighting computing unit 1 that refers to the binarization error generated in the surrounding binarized pixels from the error data storage unit 107 and weights the image data of the target pixel.
04, a binarization processing unit 105 for performing binarization processing on the weighted data output from the error weighting calculator 104 with reference to a binarization threshold, and a binarization processing unit 10
5, an error calculator 106 for calculating an error of the image data generated when the binarization is performed and storing the calculated error in the error data storage 107, and a CMYK binarization result storage 1
A threshold value for binarizing CMY is determined from the ten data and sent to a binarization processing unit 105.

【0041】このような画像二値化装置では、先ず、画
像メモリ101に格納されたCMYK画像データから、
注目画素におけるK成分の多値濃度データが誤差拡散装
置102へと転送される。
In such an image binarizing apparatus, first, the CMYK image data stored in the image memory 101 is
The multi-value density data of the K component in the target pixel is transferred to the error diffusion device 102.

【0042】誤差拡散装置102においては誤差拡散処
理による二値化が行われる。
In the error diffusion device 102, binarization is performed by error diffusion processing.

【0043】ここでは、画像メモリ101から読み込ま
れた注目画素において、先ずKの色成分について二値化
処理が行われる。
Here, in the pixel of interest read from the image memory 101, first, the binarization process is performed on the K color component.

【0044】すなわち、K成分の誤差拡散処理時はK二
値化結果ON/OFF判定手段103とCMY濃度デー
タ比較手段109での処理は省略され、誤差重み付け演
算器104により誤差データ格納手段107に格納され
た周囲画素での誤差データを参照して注目画素のK成分
データに誤差データの重み付けが行われる。そして、重
み付け後のデータは二値化処理手段105によりしきい
値を基に二値化が行われ、所定の二値信号が出力される
とともに、ON/OFFデータとしてCMYK二値化結
果格納手段110へ格納される。なお、二値化時に生じ
る二値化誤差は誤差算出手段106により算出され、算
出された誤差データは誤差データ格納手段107に格納
される。
That is, during the error diffusion processing of the K component, the processing by the K binarization result ON / OFF determination means 103 and the CMY density data comparison means 109 is omitted, and the error weighting calculator 104 stores the error data in the error data storage means 107. The error data is weighted to the K component data of the target pixel with reference to the stored error data of the surrounding pixels. The weighted data is binarized by the binarization processing unit 105 based on the threshold value, a predetermined binary signal is output, and the CMYK binarization result storage unit is used as ON / OFF data. Stored in 110. Note that a binarization error generated at the time of binarization is calculated by the error calculation unit 106, and the calculated error data is stored in the error data storage unit 107.

【0045】Kの色成分の二値化が終了したならば、次
にCMYの色成分の二値化処理が行われる。
After the binarization of the K color component is completed, the CMY color component binarization processing is performed.

【0046】すなわち、注目画素におけるCMYの色成
分の画像データは、Kの色成分と同様、画像メモリ10
1から誤差拡散装置102に転送される。
That is, the image data of the CMY color component at the target pixel is stored in the image memory 10 like the K color component.
1 to the error diffusion device 102.

【0047】そして、誤差拡散装置102では、先ずK
二値化結果ON/OFF判定手段103において、K二
値化結果格納手段108に格納された注目画素でのKの
色成分ON/OFFデータを参照し、Kの色成分がOF
Fであるので、CMY濃度データ比較手段109におい
てCMYの濃度データの比較が行われ、濃度データが大
きい色成分から順に誤差拡散による二値化処理が行われ
る。
In the error diffusion device 102, first, K
The binarization result ON / OFF determination unit 103 refers to the K color component ON / OFF data at the target pixel stored in the K binarization result storage unit 108, and determines whether the K color component is OF.
Since it is F, the CMY density data comparison unit 109 compares the CMY density data, and performs binarization processing by error diffusion in order from the color component having the largest density data.

【0048】ここで、CMYの濃度データにおいて濃度
の大きい順に、第1色成分、第2色成分、第3色成分と
すると、先ず、第1色成分のデータに誤差重み付け演算
器104により誤差データ格納手段107に格納された
周囲画素での誤差データを参照し、注目画素の処理を行
う色成分データに誤差データの重み付けが行われる。そ
して、重み付け後のデータは、二値化しきい値決定手段
111により決定されるしきい値を参照し、二値化処理
手段105において二値化処理が行われる。二値化しき
い値決定手段111では、CMYK二値化結果格納手段
110のCMYそれぞれのON/OFF情報を参照し、
注目画素においてできるだけドットが重なりにくくなる
ようなしきい値の設定が行われる。
Here, assuming that the first color component, the second color component, and the third color component are arranged in descending order of the density in the CMY density data, first, the error weighting calculator 104 applies error data to the first color component data. The error data at the surrounding pixels stored in the storage unit 107 is referred to, and the color component data for processing the target pixel is weighted with the error data. The weighted data is referred to the threshold value determined by the binarization threshold value determination unit 111, and the binarization processing unit 105 performs the binarization process. The binarization threshold value determining unit 111 refers to ON / OFF information of each of CMY in the CMYK binarization result storage unit 110,
A threshold value is set so that dots do not overlap as much as possible in the target pixel.

【0049】二値化され出力された二値情報の結果を元
に誤差データが誤差算出手段106により算出され、算
出された誤差データは誤差データ格納手段107に格納
される。また、第1色成分の二値化結果はドットのON
/OFF情報として、CMYK二値化結果格納手段11
0に格納される。
The error data is calculated by the error calculating means 106 based on the result of the binarized and output binary information, and the calculated error data is stored in the error data storing means 107. Further, the binarization result of the first color component indicates that the dot is ON.
CMYK binarization result storage means 11 as / OFF information
0 is stored.

【0050】第1色成分の処理と同様、第2色成分と第
3色成分の二値化処理においても、第2色成分、第3色
成分の順に誤差拡散装置102により二値化処理が行わ
れ、注目画素における第2色成分と第3色成分の色成分
の画像データは、誤差データ格納手段107に格納され
た周囲画素での誤差データを参照し、誤差重み付け演算
器104により注目画素のM,Y成分データに誤差デー
タの重み付けが行われる。
Similarly to the processing of the first color component, in the binarization processing of the second color component and the third color component, the binarization processing is performed by the error diffusion device 102 in the order of the second color component and the third color component. The image data of the color components of the second color component and the third color component in the pixel of interest is referred to the error data of the surrounding pixels stored in the error data storage unit 107, and the error weighting calculator 104 outputs the image data of the pixel of interest. Are weighted with error data.

【0051】重み付け後のデータは、二値化しきい値決
定手段111により決定されるしきい値を参照し、二値
化処理手段105において二値化処理が行われる。二値
化しきい値決定手段111では、CMYK二値化結果格
納手段110の第1色成分のON/OFF情報を参照
し、注目画素においてできるだけドットが重なりにくく
なるようなしきい値の設定を行い、第1色成分の二値化
結果がONであれば、第2色成分はOFFになりやすい
ようなしきい値の設定が行われる。
The weighted data is referred to the threshold value determined by the binarization threshold value determining means 111, and the binarization processing means 105 performs the binarization processing. The binarization threshold value determining unit 111 refers to the ON / OFF information of the first color component in the CMYK binarization result storage unit 110 and sets a threshold value so that dots do not overlap as much as possible in the target pixel. If the binarization result of the first color component is ON, a threshold value is set so that the second color component is likely to be OFF.

【0052】二値化されて出力された二値情報の結果を
基に誤差算出手段106により誤差データが算出され、
算出された誤差データは誤差データ格納手段107に格
納される。また、第2色成分、第3色成分の二値化結果
はドットのON/OFF情報として、CMYK二値化結
果格納手段110に格納される。
Error data is calculated by the error calculating means 106 based on the result of the binarized binary information and output.
The calculated error data is stored in the error data storage unit 107. The binarization results of the second color component and the third color component are stored in the CMYK binarization result storage unit 110 as dot ON / OFF information.

【0053】なお、ここにおいても、K以外の色成分に
ついては、CMYに限定されるものではない。
Here, the color components other than K are not limited to CMY.

【0054】このように、注目画素のKがOFFであれ
ば他の色成分について濃度の高い順で且つこれらの色成
分のドットが相互に重ならないように二値化処理を行っ
ているので、ドットの分散性や色再現性が良好で、元画
像により忠実な二値化画像を生成することが可能にな
る。
As described above, if K of the target pixel is OFF, the binarization processing is performed in the order of the density of the other color components so that the dots of these color components do not overlap each other. It is possible to generate a binarized image with good dot dispersibility and color reproducibility and more faithful to the original image.

【0055】以上に説明した2種の画像二値化装置によ
る全体の処理について、図3のフローチャートを参照し
ながら説明する。
The overall processing by the two types of image binarizing devices described above will be described with reference to the flowchart of FIG.

【0056】図3において、先ず、元画像のCMYKデ
ータからK成分の濃度データを取得し、既に二値化処理
を行っているKの画素の誤差データを誤差マトリクスを
参照して、重み付けを行う(S200)。
In FIG. 3, first, the density data of the K component is obtained from the CMYK data of the original image, and the error data of the K pixel which has already been binarized is weighted with reference to the error matrix. (S200).

【0057】次にKの二値化処理をデフォルトのしきい
値と比較し、Kのデータに対するON/OFFの二値結
果を得る(S210)。
Next, the binarization process of K is compared with a default threshold value, and a binary result of ON / OFF for the K data is obtained (S210).

【0058】ここで、KのデータがONであれば(S2
20)、CMYのすべてのデータをOFFとして二値結
果の出力を行い(S230)、CMYKそれぞれの二値
化結果から二値化誤差の算出を行い(S330)、算出
された誤差データを誤差データ格納バッファに格納する
(S340)。
If the data of K is ON (S2
20), all the data of CMY are turned OFF, a binary result is output (S230), a binary error is calculated from each of the binary results of CMYK (S330), and the calculated error data is converted to error data. The data is stored in the storage buffer (S340).

【0059】また、S220においてKの二値化結果が
OFFであれば、CMYの各濃度データを画像メモリか
ら取得し、CMYの濃度をぞれぞれ比較し、濃度の高い
順にC1、C2、C3として定義する(S240)。
If the binarization result of K is OFF in S220, each density data of CMY is obtained from the image memory, the densities of CMY are compared, and C1, C2, C2,. It is defined as C3 (S240).

【0060】次に、最も濃度の高いC1の色成分の二値
化済の画素の誤差データの重み付けを注目画素データの
濃度データに対して行い、デフォルトのしきい値と比較
し、二値化処理を行う(S250)。C1色成分の二値
化結果はON/OFF情報として格納される(S26
0)。
Next, the error data of the binarized pixel of the C1 color component having the highest density is weighted with respect to the density data of the pixel data of interest, and compared with a default threshold value. The processing is performed (S250). The binarization result of the C1 color component is stored as ON / OFF information (S26).
0).

【0061】次にC1色成分に続いて濃度の高いC2色
成分の二値化処理を行うが、二値化に用いるしきい値の
設定をC1色成分の二値化結果に応じて設定する(S2
70)。ここで設定するしきい値は、C1の二値化結果
がONであればC2はOFF傾向となるように設定し、
C1の二値化結果がOFFであればC2がON傾向とな
るように設定する。ここで設定されたしきい値を基に、
C2の二値化済画素データの重み付けを行ったC2濃度
データの二値化処理を行う(S280)。C2色成分の
二値化結果はON/OFF情報として格納される(S2
90)。
Next, the C2 color component is binarized following the C1 color component. The threshold value used for the binarization is set according to the binarization result of the C1 color component. (S2
70). The threshold value set here is set such that if the binarization result of C1 is ON, C2 tends to be OFF.
If the binarization result of C1 is OFF, C2 is set to be ON. Based on the threshold set here,
The binarization processing of the C2 density data obtained by weighting the binarized pixel data of C2 is performed (S280). The binarization result of the C2 color component is stored as ON / OFF information (S2
90).

【0062】最後に、最も濃度の低いC3色成分の二値
化処理を行うが、二値化に用いるしきい値の設定をC1
色成分とC2色成分の二値化結果に応じて設定する(S
300)。ここで設定するしきい値は、C1の二値化結
果がONであればC3はOFF傾向となるように設定
し、C1の二値化結果がOFFであればC3がON傾向
となるように設定する。さらに、C2の二値化結果がO
NであればC3がさらにOFFになりやすいように設定
し、C2の二値化結果がOFFであればさらにONにな
りやすいように設定する。ここで設定されたしきい値を
基に、C3の二値化済画素データの重み付けを行ったC
3濃度データの二値化処理を行う(S310)。
Finally, binarization processing of the C3 color component having the lowest density is performed, and the threshold value used for binarization is set to C1.
Set according to the binarization result of the color component and the C2 color component (S
300). The threshold value set here is set so that C3 tends to be OFF if the binarization result of C1 is ON, and C3 tends to be ON if the binarization result of C1 is OFF. Set. Further, the binarization result of C2 is O
If N, C3 is set to be more likely to be turned OFF, and if the binarization result of C2 is OFF, it is set to be more likely to be turned ON. Based on the threshold value set here, C3 is obtained by weighting the binarized pixel data of C3.
The three density data is binarized (S310).

【0063】以上の処理で、それぞれ二値化されたCM
YKのON/OFF結果をもとに各色成分の注目画素に
おける二値化誤差を算出し(S320)、算出された誤
差データを各色成分の誤差メモリに格納し、次画素の二
値化処理時に重み付けする誤差データとして参照する
(S330)。
In the above processing, each of the binarized CMs
Based on the YK ON / OFF result, a binarization error of each color component at the target pixel is calculated (S320), and the calculated error data is stored in an error memory of each color component, and is used when the next pixel is binarized. It is referred to as weighted error data (S330).

【0064】このような一連の処理を画像データの全画
素について行うことで、二値化された画像データの生成
が行われる(S340)。
By performing such a series of processes for all the pixels of the image data, binarized image data is generated (S340).

【0065】次に注目画素においてKMCYの順で二値
化処理を行う場合について、図4を参照して説明する。
Next, a case where the binarization process is performed on the target pixel in the order of KMCY will be described with reference to FIG.

【0066】図4に示す画像二値化装置もまた、二値化
すべき元画像CMYKデータが格納された画像メモリ1
01と、この画像メモリ101の多値データを誤差拡散
法により二値化して所定の二値信号を出力し、擬似中間
調処理により二値画像を生成する誤差拡散装置102と
から構成されている。
The image binarizing device shown in FIG. 4 also has an image memory 1 in which original image CMYK data to be binarized is stored.
01, and an error diffusion device 102 that binarizes the multi-valued data in the image memory 101 by an error diffusion method, outputs a predetermined binary signal, and generates a binary image by pseudo halftone processing. .

【0067】ここで、誤差拡散装置102は、画像メモ
リ101からKMCYの濃度データを取得するKMCY
濃度データ取得手段112と、周囲の二値化された画素
で生じた二値化誤差を誤差データ格納手段107から参
照し、注目画素の画像データに誤差の重み付け処理を行
う誤差重み付け演算器104と、誤差重み付け演算器1
04より出力される重み付けされたデータを二値化しき
い値を参照して二値化処理を行う二値化処理手段105
と、二値化処理手段105で二値化を行った際に生じる
画像データの誤差を算出してこれを前述の誤差データ格
納手段107に格納する誤差算出手段106と、二値化
処理手段105から出力された注目画素におけるCMY
Kすべての二値化結果のデータが格納されたCMYK二
値化結果格納手段110と、CMYK二値化結果格納手
段110のデータからCMYの二値化の際のしきい値を
決定してこれを二値化処理手段105に送る二値化しき
い値決定手段111とにより構成されている。
Here, the error diffusion device 102 acquires KMCY density data from the image memory 101.
A density data acquisition unit 112, an error weighting calculator 104 that refers to a binarization error generated in surrounding binarized pixels from the error data storage unit 107, and performs an error weighting process on the image data of the target pixel. , Error weighting calculator 1
Binarization processing means 105 for performing a binarization process on the weighted data output from reference numeral 04 with reference to a binarization threshold
Error calculating means 106 for calculating an error of image data generated when binarizing is performed by the binarizing processing means 105 and storing the calculated error in the error data storing means 107; CMY at the pixel of interest output from
CMYK binarization result storage means 110 in which data of all K binarization results are stored, and a threshold value for CMY binarization determined from data in CMYK binarization result storage means 110 Is sent to the binarization processing means 105.

【0068】このような画像二値化装置では、注目画素
におけるCMYKの色成分の画像データは、画像メモリ
101から誤差拡散装置102に転送される。
In such an image binarization device, the image data of the CMYK color components at the target pixel is transferred from the image memory 101 to the error diffusion device 102.

【0069】そして、誤差拡散装置102においては誤
差拡散処理による二値化が行われる。
The error diffusion device 102 performs binarization by error diffusion processing.

【0070】ここでは、先ず、KMCY濃度データ取得
手段112によりKMCYの濃度データが取得され、K
MCYの順に誤差拡散による二値化処理が行われる。そ
して、誤差データ格納手段107に格納された周囲画素
での誤差データを参照し、誤差重み付け演算器104に
より注目画素のKの色成分データに誤差データの重み付
けが行われる。重み付け後のデータは、二値化しきい値
決定手段111により決定されるしきい値を参照し、二
値化処理手段105において二値化処理が行われる。な
お、Kの処理時は二値化しきい値決定手段111での処
理は省略され、二値化され出力された二値情報の結果を
元に誤差算出手段106により誤差データが算出され、
算出された誤差データは誤差データ格納手段107に格
納される。また、Kの二値化結果はドットのON/OF
F情報としてCMYK二値化結果格納手段110に格納
される。
Here, first, KMCY density data is obtained by the KMCY density data obtaining means 112,
Binarization processing by error diffusion is performed in the order of MCY. Then, referring to the error data of the surrounding pixels stored in the error data storage unit 107, the error data weighting unit 104 weights the K color component data of the target pixel with the error data. The weighted data is referred to the threshold value determined by the binarization threshold value determination unit 111, and the binarization processing unit 105 performs the binarization process. During the processing of K, the processing by the binarization threshold value determining means 111 is omitted, and error data is calculated by the error calculating means 106 based on the result of the binarized and output binary information.
The calculated error data is stored in the error data storage unit 107. Further, the binarization result of K is the ON / OF of the dot.
It is stored in the CMYK binarization result storage unit 110 as F information.

【0071】Kの処理と同様、MCYの二値化処理にお
いては、誤差拡散装置102によりMCYの順に二値化
処理が行われ、注目画素におけるMCYの色成分の画像
データは、誤差データ格納手段107に格納された周囲
画素でのMCYそれぞれの誤差データを参照し、誤差重
み付け演算器104により注目画素のMCY成分データ
にそれぞれ誤差データの重み付けが行われる。重み付け
後のデータは、二値化しきい値決定手段111により決
定されるしきい値を参照に、二値化処理手段105にお
いて二値化処理が行われる。
Similarly to the processing of K, in the binarization processing of MCY, binarization processing is performed by the error diffusion device 102 in the order of MCY, and the image data of the MCY color component at the target pixel is stored in the error data storage means. The MCY component data of the pixel of interest is weighted by the error weighting calculator 104 with reference to the error data of each of the MCYs of the surrounding pixels stored in 107. The weighted data is subjected to binarization processing in the binarization processing unit 105 with reference to the threshold value determined by the binarization threshold value determination unit 111.

【0072】ここで、二値化しきい値決定手段111
は、CMYK二値化結果格納手段110においてすでに
二値化されているKのON/OFF情報を参照し、注目
画素においてできるだけドットが重なりにくくなるよう
なしきい値の設定を行う。この際に、Mの二値化であれ
ば、KのON/OFF情報をもとにドットが重なりにく
くなるしきい値を設定し、Cの二値化であれば、KとM
のON/OFF情報をもとにドットが重なりにくくなる
しきい値を設定し、Yの二値化であれば、KとMとCの
ON/OFF情報をもとにドットが重なりにくくなるし
きい値を設定する。二値化され出力された二値情報の結
果を基にしてMCYそれぞれの誤差データが誤差算出手
段106により算出され、算出された誤差データは誤差
データ格納手段107にMCYそれぞれの誤差データと
して格納される。また、MCYの二値化結果はドットの
ON/OFF情報としてCMYK二値化結果格納手段1
10にそれぞれ格納される。
Here, the binarization threshold value determining means 111
Refers to the ON / OFF information of K which has already been binarized in the CMYK binarization result storage unit 110, and sets a threshold value so that dots do not overlap as much as possible in the target pixel. At this time, if M is binarized, a threshold value for preventing dots from overlapping is set based on K ON / OFF information, and if C is binarized, K and M are binarized.
Is set based on the ON / OFF information, and if the threshold value is set so that the dots do not overlap, if Y is binarized, the dots do not easily overlap based on the ON / OFF information of K, M, and C. Set the threshold. Error data for each of the MCYs is calculated by the error calculating means 106 based on the binarized and output binary information result, and the calculated error data is stored in the error data storage means 107 as error data for each of the MCYs. You. The MCY binarization result is stored as CMYK binarization result storage means 1 as dot ON / OFF information.
10 respectively.

【0073】これによれば、人間の視覚特性上から認知
度の高いKMCYの順に二値化処理されることになり、
注目画素においてより高品質な二値化画像を得ることが
可能になる。
According to this, the binarization process is performed in the order of KMCY having a higher degree of recognition from the viewpoint of human visual characteristics.
It is possible to obtain a higher quality binary image at the target pixel.

【0074】また、処理負荷が小さく、他色の二値化結
果を保持する必要がないため、使用するメモリを削減す
ることが可能になる。
Further, since the processing load is small and it is not necessary to hold the binarization results of other colors, it is possible to reduce the memory used.

【0075】[0075]

【発明の効果】以上のように、本発明によれば、注目画
素のKがONであれば他の色成分の二値化結果をOFF
としているので、他の色成分のドットがKに重なって打
ち消され、色ムラが発生するという現象を防止すること
が可能になるという有効な効果が得られる。
As described above, according to the present invention, if K of the target pixel is ON, the binarization results of other color components are turned OFF.
Therefore, an effective effect is obtained in that it is possible to prevent a phenomenon in which dots of other color components overlap with K and are canceled out and color unevenness occurs.

【0076】これにより、色ムラの発生が抑制された高
品質な二値化画像を生成することが可能になるという有
効な効果が得られる。
As a result, it is possible to obtain an effective effect that a high-quality binary image in which the occurrence of color unevenness is suppressed can be generated.

【0077】また、本発明によれば、注目画素のKがO
FFであれば他の色成分について濃度の高い順で且つこ
れらの色成分のドットが相互に重ならないように二値化
処理を行っているので、ドットの分散性や色再現性が良
好で、元画像により忠実な二値化画像を生成することが
可能になるという有効な効果が得られる。
According to the present invention, K of the pixel of interest is O
In the case of FF, since the binarization process is performed in the order of higher density for the other color components and so that the dots of these color components do not overlap each other, the dispersibility and color reproducibility of the dots are good, An advantageous effect is obtained that a more faithful binary image can be generated from the original image.

【0078】注目画素のKの色成分の二値化処理を行っ
た後、MCYの色成分の順で且つこれらの色成分のドッ
トが相互に重ならないように二値化処理を行っているの
で、人間の視覚特性上から認知度の高いKMCYの順に
二値化処理されることになり、注目画素においてより高
品質な二値化画像を得ることが可能になるという有効な
効果が得られる。
After performing the binarization processing of the K color component of the target pixel, the binarization processing is performed in the order of the MCY color components so that the dots of these color components do not overlap with each other. Therefore, the binarization processing is performed in the order of KMCY having a higher degree of recognition from the viewpoint of human visual characteristics, and an effective effect that a higher quality binarized image can be obtained at the target pixel can be obtained.

【0079】そして、処理負荷が小さく、他色の二値化
結果を保持する必要がないため、使用するメモリを削減
することが可能になるという有効な効果が得られる。
Since the processing load is small and there is no need to hold the binarization results of other colors, an effective effect that it is possible to reduce the memory to be used is obtained.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の一実施の形態による画像二値化方法を
実行する画像二値化装置を示すブロック図
FIG. 1 is a block diagram illustrating an image binarization device that executes an image binarization method according to an embodiment of the present invention;

【図2】本発明の一実施の形態による画像二値化方法を
実行する他の画像二値化装置を示すブロック図
FIG. 2 is a block diagram showing another image binarization device for executing the image binarization method according to one embodiment of the present invention;

【図3】図1および図2の画像二値化装置による処理手
順を示すフローチャート
FIG. 3 is a flowchart showing a processing procedure performed by the image binarizing apparatus shown in FIGS. 1 and 2;

【図4】本発明の一実施の形態による画像二値化方法を
実行するさらに他の画像二値化装置を示すブロック図
FIG. 4 is a block diagram showing still another image binarizing device for executing the image binarizing method according to one embodiment of the present invention;

【図5】誤差拡散法による従来の画像二値化装置を示す
ブロック図
FIG. 5 is a block diagram showing a conventional image binarization device using an error diffusion method.

【図6】誤差マトリクスの一例を示す説明図FIG. 6 is an explanatory diagram showing an example of an error matrix.

【符号の説明】[Explanation of symbols]

101 画像メモリ 102 誤差拡散装置 103 K二値化結果ON/OFF判定手段 104 誤差重み付け演算器 105 二値化処理手段 106 誤差算出手段 107 誤差データ格納手段 108 K二値化結果格納手段 109 CMY濃度データ比較手段 110 CMYK二値化結果格納手段 111 二値化しきい値決定手段 112 KMCY濃度データ取得手段 Reference Signs List 101 Image memory 102 Error diffusion device 103 K binarization result ON / OFF determination unit 104 Error weighting calculator 105 Binarization processing unit 106 Error calculation unit 107 Error data storage unit 108 K binarization result storage unit 109 CMY density data Comparison means 110 CMYK binarization result storage means 111 Binarization threshold value determination means 112 KMCY density data acquisition means

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5B057 CA01 CA08 CA12 CA16 CB01 CB07 CB12 CB16 CC01 CE13 CE16 5C077 LL19 MP08 NN07 NN11 NP01 PP33 PQ18 RR02  ──────────────────────────────────────────────────の Continued on the front page F term (reference) 5B057 CA01 CA08 CA12 CA16 CB01 CB07 CB12 CB16 CC01 CE13 CE16 5C077 LL19 MP08 NN07 NN11 NP01 PP33 PQ18 RR02

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】少なくともブラック(K)を含む複数の色
成分を持つ多階調の画像データに対して擬似中間調処理
により二値画像を生成する画像二値化方法であって、 最初に注目画素のKの色成分の二値化処理を行い、 当該画素におけるKの二値化結果がONである場合に
は、他の色成分の二値化結果をOFFとして出力し、 当該画素におけるKの二値化結果がOFFである場合に
は、他の色成分について濃度の高い順で且つこれらの色
成分のドットが相互に重ならないように二値化処理を行
うことを特徴とする画像二値化方法。
An image binarization method for generating a binary image by performing a pseudo halftone process on multi-tone image data having a plurality of color components including at least black (K). The binarization process of the K color component of the pixel is performed. If the binarization result of K in the pixel is ON, the binarization result of another color component is output as OFF, and the K in the pixel is output. If the binarization result is OFF, binarization processing is performed in the order of higher density for other color components and so that dots of these color components do not overlap each other. Value method.
【請求項2】シアン(C)・マゼンタ(M)・イエロー
(Y)およびブラック(K)の色成分を持つ多階調の画
像データに対して擬似中間調処理により二値画像を生成
する画像二値化方法であって、 最初に注目画素のKの色成分の二値化処理を行い、 次に当該注目画素のCMYの色成分の二値化処理を、M
CYの順で且つこれらの色成分のドットが相互に重なら
ないように行うことを特徴とする画像二値化方法。
2. An image for generating a binary image by performing pseudo halftone processing on multi-tone image data having color components of cyan (C), magenta (M), yellow (Y) and black (K). This is a binarization method, in which binarization processing of the K color component of the target pixel is first performed, and then binarization processing of the CMY color component of the target pixel is performed by M
An image binarization method characterized in that the dots are performed in the order of CY and such that the dots of these color components do not overlap each other.
JP11088770A 1998-07-30 1999-03-30 Image binarizing method Pending JP2000287089A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP11088770A JP2000287089A (en) 1999-03-30 1999-03-30 Image binarizing method
US09/364,458 US6614943B1 (en) 1998-07-30 1999-07-30 Method of image binary coding and image binary coding apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11088770A JP2000287089A (en) 1999-03-30 1999-03-30 Image binarizing method

Publications (1)

Publication Number Publication Date
JP2000287089A true JP2000287089A (en) 2000-10-13

Family

ID=13952103

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11088770A Pending JP2000287089A (en) 1998-07-30 1999-03-30 Image binarizing method

Country Status (1)

Country Link
JP (1) JP2000287089A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004336372A (en) * 2003-05-07 2004-11-25 Sharp Corp Apparatus and method for image processing image forming apparatus, computer software, and record medium
JP2020121443A (en) * 2019-01-30 2020-08-13 キヤノン株式会社 Image processing device, image processing method and program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004336372A (en) * 2003-05-07 2004-11-25 Sharp Corp Apparatus and method for image processing image forming apparatus, computer software, and record medium
JP4642326B2 (en) * 2003-05-07 2011-03-02 シャープ株式会社 Image processing apparatus, image processing method, image forming apparatus, computer software, and recording medium
JP2020121443A (en) * 2019-01-30 2020-08-13 キヤノン株式会社 Image processing device, image processing method and program
JP7183057B2 (en) 2019-01-30 2022-12-05 キヤノン株式会社 Image processing device, image processing method, program

Similar Documents

Publication Publication Date Title
EP0781034B1 (en) Image processing apparatus and method
JPH10112801A (en) Input image processing method
JPH1084478A (en) Input image conversion method and pixel value quantization method
JP3489806B2 (en) Image processing apparatus and method
JP3322522B2 (en) Color image processing equipment
JP2001346041A (en) Method and device for processing image
JP3823933B2 (en) Image processing device
JP2621865B2 (en) Image processing device
JP2000287089A (en) Image binarizing method
JPH0793534A (en) Picture processor
JP3976863B2 (en) Image processing apparatus and method
JPH11346311A (en) Gradation reproduction method
JP2675792B2 (en) Image processing device
JPH1188693A (en) Pseudo-gradation processing unit
JP2810396B2 (en) Image processing device
JP2000354163A (en) Image processing method
US6614943B1 (en) Method of image binary coding and image binary coding apparatus
JPH11150659A (en) Method for processing image
JPH0644800B2 (en) Image processing device
JPH0691605B2 (en) Image processing device
JP3937645B2 (en) Image processing apparatus and image processing method
JP2000050069A (en) Picture binarization method and device
JP3077414B2 (en) Image processing method
JP3133771B2 (en) Image processing device
JP4182918B2 (en) Image processing apparatus, image processing method, and program