JP2002077655A - Image processing method - Google Patents

Image processing method

Info

Publication number
JP2002077655A
JP2002077655A JP2000264985A JP2000264985A JP2002077655A JP 2002077655 A JP2002077655 A JP 2002077655A JP 2000264985 A JP2000264985 A JP 2000264985A JP 2000264985 A JP2000264985 A JP 2000264985A JP 2002077655 A JP2002077655 A JP 2002077655A
Authority
JP
Japan
Prior art keywords
data
error
image
threshold
binarization
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
JP2000264985A
Other languages
Japanese (ja)
Inventor
Eriko Suezumi
江里子 末住
Hiroyuki Morimatsu
啓幸 森松
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 JP2000264985A priority Critical patent/JP2002077655A/en
Publication of JP2002077655A publication Critical patent/JP2002077655A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To prevent deterioration in image quality due to an overlapping of dots of each color component of image data after an image binarization. SOLUTION: In an image processing method to create binary images by applying binarization to multivalued gradation pixels having a plurality of color components, threshold data that are mutually different corresponding to a first and a second color components are prepared, and a binary signal is outputted by comparing a threshold set by the prepared threshold data with image data to which error data are added.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、プリンタ、スキャ
ナ、複写機、ファクシミリ等に適用され、多値カラー画
像情報を二値画像として再現する画像処理方法に関する
ものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image processing 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 widely known as one of methods for converting a multi-valued image into a binary image.

【0003】図4は従来の誤差拡散法を実行する回路を
示すブロック図である。
FIG. 4 is a block diagram showing a circuit for performing a conventional error diffusion method.

【0004】図4において、画像メモリ100から二値
化処理を行う注目画素の多値データDが読み込まれ、誤
差拡散処理部106の加算器101により、この注目画
素における誤差データEが加算され、F=D+Eが出力
される。
In FIG. 4, multi-value data D of a target pixel to be subjected to a binarization process is read from an image memory 100, and an adder 101 of an error diffusion processing unit 106 adds error data E of the target pixel. F = D + E is output.

【0005】誤差データを付加された注目画素のデータ
Fは、比較器103において二値化閾値Thと比較さ
れ、F≧Thの場合には二値信号B=”1”が出力さ
れ、F<Thの場合には二値信号B=”0”が出力され
る。そして、この出力結果から、二値化処理時の二値化
誤差E’が減算器105によりE’=F−B’として算
出される。
The data F of the pixel of interest to which the error data has been added is compared with a binarization threshold Th in a comparator 103. If F ≧ Th, a binary signal B = “1” is output, and F < In the case of Th, the binary signal B = "0" is output. Then, from the output result, the binarization error E ′ at the time of the binarization processing is calculated by the subtractor 105 as E ′ = FB ′.

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

【0007】この二値化誤差Eは重み付け誤差演算器1
05において、所定の誤差マトリクスMxyにより、こ
れ以降処理される画素のデータに対して分配するため
に、誤差メモリ102に格納され、次画素の多値データ
に加算器101により加算され、誤差データの伝播が行
われる。
The binarization error E is calculated by the weighting error calculator 1
At 05, the data is stored in the error memory 102 and added to the multi-value data of the next pixel by the adder 101 in order to distribute the data of the pixels to be processed thereafter by the predetermined error matrix Mxy. Propagation takes place.

【0008】すなわち、例では入力多値データがD=2
30であるのに対して、二値化閾値Th=128との比
較結果、二値化後の出力データは1であり、256階調
での255となるため、入力多値データDの230に対
して25の誤差が生じる。したがって、入力多値データ
D=230に対する誤差E=−25を二値化誤差とし、
この誤差を、誤差マトリクスを用いて重み付け誤差演算
器104により未処理の画素の誤差メモリ102へ誤差
分配し、以降の画素での二値化処理に反映させる。
That is, in the example, the input multi-value data is D = 2
As a result of comparison with the binarization threshold value Th = 128, the output data after binarization is 1, which is 255 at 256 gradations. On the other hand, 25 errors occur. Therefore, an error E = −25 with respect to the input multi-valued data D = 230 is defined as a binarization error,
The error is distributed to the unprocessed pixel error memory 102 by the weighting error calculator 104 using the error matrix, and is reflected in the binarization process for the subsequent pixels.

【0009】ここで、従来の誤差拡散法において用いら
れる誤差マトリクスを示す説明図を図5に示す。
FIG. 5 is an explanatory diagram showing an error matrix used in the conventional error diffusion method.

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

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

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

【0013】[0013]

【発明が解決しようとする課題】このような従来の画像
処理方法では、複数の色成分をもつ画像に対して誤差拡
散法により二値化処理を行った場合において、色の重ね
合わせの問題が生じる。
In such a conventional image processing method, when an image having a plurality of color components is subjected to a binarization process by an error diffusion method, there is a problem of color superposition. Occurs.

【0014】つまり、実際に形成されるドットサイズ程
度のミクロなスケールでは、複数の色成分が重なる領域
および重ならない領域が発生することで、視覚的な色ム
ラが生じて画像劣化の要因となる。
That is, in a micro scale of about the dot size actually formed, an area where a plurality of color components overlap and an area where they do not overlap occur, causing visual color unevenness and causing image deterioration. .

【0015】そこで、本発明は、画像二値化後における
画像データの各色成分のドットの重なりによる画質劣化
を防止することのできる画像処理方法を提供することを
目的とする。
SUMMARY OF THE INVENTION It is an object of the present invention to provide an image processing method capable of preventing image quality deterioration due to overlapping of dots of each color component of image data after image binarization.

【0016】[0016]

【課題を解決するための手段】この課題を解決するため
に、本発明の画像処理方法は、複数の色成分を持つ多値
階調の画素に二値化処理を行って二値画像を生成する画
像処理方法であって、第1の色成分および第2の色成分
に対応して相互に異なる閾値データを用意し、当該閾値
データにより設定された閾値と誤差データの加算された
画像データとを比較して二値信号を出力するようにした
ものである。
In order to solve this problem, an image processing method of the present invention generates a binary image by performing a binarization process on a multi-valued pixel having a plurality of color components. A threshold value data different from each other corresponding to the first color component and the second color component, and the threshold value set by the threshold value data and the image data obtained by adding the error data to the threshold value data. Are compared to output a binary signal.

【0017】これにより、画像二値化後における画像デ
ータの各色成分のドットの重なりによる画質劣化を防止
することが可能になる。
This makes it possible to prevent image quality deterioration due to overlapping of dots of each color component of image data after image binarization.

【0018】[0018]

【発明の実施の形態】本発明の請求項1に記載の発明
は、複数の色成分を持つ多値階調の画素に二値化処理を
行って二値画像を生成する画像処理方法であって、第1
の色成分および第2の色成分に対応して相互に異なる閾
値データを用意し、当該閾値データにより設定された閾
値と誤差データの加算された画像データとを比較して二
値信号を出力する画像処理方法であり、画像二値化後に
おける画像データの各色成分のドットの重なりによる画
質劣化を防止することが可能になるという作用を有す
る。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The invention according to claim 1 of the present invention is an image processing method for generating a binary image by performing a binarization process on a multi-valued gradation pixel having a plurality of color components. And the first
Threshold data different from each other is prepared corresponding to the color component and the second color component, and a threshold signal set by the threshold data is compared with the image data to which the error data is added, and a binary signal is output. This is an image processing method, and has an effect that it is possible to prevent image quality deterioration due to overlapping of dots of each color component of image data after image binarization.

【0019】本発明の請求項2に記載の発明は、請求項
1記載の発明において、第1の色成分および第2の色成
分に対応した閾値データは相互に反転した関係とされて
いる画像処理方法であり、画像二値化後における画像デ
ータの各色成分のドットの重なりによる画質劣化を防止
することが可能になるという作用を有する。
According to a second aspect of the present invention, in the first aspect of the present invention, the threshold data corresponding to the first color component and the second color component are in an inverse relationship to each other. This is a processing method, and has an effect that it is possible to prevent image quality deterioration due to overlapping of dots of each color component of image data after image binarization.

【0020】以下、本発明の実施の形態について、図1
から図3を用いて説明する。
FIG. 1 shows an embodiment of the present invention.
This will be described with reference to FIG.

【0021】図1は本発明の一実施の形態である画像処
理方法を実行するための回路を示すブロック図、図2は
図1の閾値データ格納手段に格納される閾値データの一
例を示す説明図、図3は本発明の一実施の形態である画
像処理方法による処理手順を示すフローチャートであ
る。
FIG. 1 is a block diagram showing a circuit for executing an image processing method according to an embodiment of the present invention, and FIG. 2 is a diagram showing an example of threshold data stored in threshold data storage means of FIG. FIG. 3 and FIG. 3 are flowcharts showing a processing procedure by an image processing method according to an embodiment of the present invention.

【0022】図示するように、画像メモリ1から二値化
処理を行う注目画素の画像データGが誤差拡散装置9に
読み込まれ、閾値データの格納された閾値データ格納手
段7に基づいて閾値設定手段8により閾値が設定され
る。また、加算器2により注目画素における誤差データ
Hが加算された画素データIが出力される。
As shown in the figure, image data G of a pixel of interest to be subjected to a binarization process is read from the image memory 1 into an error diffusion device 9 and is set based on threshold data storing means 7 storing threshold data. 8, a threshold is set. Further, the adder 2 outputs the pixel data I to which the error data H in the target pixel is added.

【0023】誤差データHが付加された注目画素の画素
データIは、閾値設定手段8で設定された閾値と比較器
4において比較され、ONまたはOFFの二値信号Cが
出力される。そして、この出力結果と画素データIとを
もとにして二値化処理時の誤差データH’が減算器6に
より算出される。
The pixel data I of the pixel of interest to which the error data H has been added is compared in the comparator 4 with the threshold value set by the threshold value setting means 8, and a binary signal C of ON or OFF is output. Then, based on the output result and the pixel data I, the error data H ′ at the time of the binarization processing is calculated by the subtractor 6.

【0024】この誤差データH’は重み付け誤差演算器
5において、所定の誤差マトリクスMxyにより隣接す
る画素に対して重み付けする誤差データHが算出され、
誤差メモリ3に格納される。そして、これ以降処理され
る画素のデータに対して誤差データHを分配するため
に、加算器2において前述した画像データGとこの誤差
データHとが加算され、誤差データの伝播が行われる。
The error data H ′ is weighted by a weighted error calculator 5 to calculate error data H for weighting adjacent pixels by a predetermined error matrix Mxy.
It is stored in the error memory 3. Then, in order to distribute the error data H to the pixel data to be processed thereafter, the above-described image data G and the error data H are added in the adder 2, and the error data is propagated.

【0025】ここで、閾値設定手段8は、画像メモリ1
から受け取った画素データGの色情報をもとに二値化の
ための閾値を設定し、これを比較器4へ出力する。
Here, the threshold value setting means 8 includes the image memory 1
A threshold value for binarization is set based on the color information of the pixel data G received from, and this is output to the comparator 4.

【0026】次に、本実施の形態による各色成分の処理
について説明する。なお、本実施の形態においては、入
力される多値の画像データが、シアン、マゼンタ、イエ
ローの3つの色成分で構成されている。但し、これら以
外の組み合わせの色成分について適用することもでき
る。
Next, processing of each color component according to the present embodiment will be described. In the present embodiment, input multi-valued image data is composed of three color components of cyan, magenta, and yellow. However, the present invention can be applied to color components of other combinations.

【0027】先ず、第1の色成分となるシアンの処理に
ついて述べる。
First, the processing of cyan as the first color component will be described.

【0028】図1において、画像メモリ1からシアンの
画素データが取得されると、これが閾値設定手段8およ
び加算器2へ入力される。加算器2においては、シアン
の画素データに誤差データ格納手段7から出力される誤
差データHが加算され、加算後の画素データIが比較器
4と減算器6に出力される。
In FIG. 1, when cyan pixel data is obtained from the image memory 1, it is input to the threshold setting means 8 and the adder 2. In the adder 2, the error data H output from the error data storage means 7 is added to the cyan pixel data, and the added pixel data I is output to the comparator 4 and the subtractor 6.

【0029】比較器4においては、この画素データIが
閾値データ格納手段7の閾値データをもとに閾値設定手
段8において設定された閾値と比較される。
In the comparator 4, the pixel data I is compared with the threshold value set in the threshold value setting means 8 based on the threshold value data in the threshold value data storage means 7.

【0030】ここで、図2において、閾値データ格納手
段7に格納された閾値データの一例を示す。シアンの場
合は、図2の(a)の閾値データが閾値として使用され
る。そして、この閾値と加算器2において出力された画
素データIとが比較され、二値信号Cが出力される。
Here, FIG. 2 shows an example of threshold data stored in the threshold data storage means 7. In the case of cyan, the threshold data of FIG. 2A is used as the threshold. Then, the threshold value is compared with the pixel data I output by the adder 2, and a binary signal C is output.

【0031】これとともに、画素データIは減算器6へ
も出力される。そして、減算器6においては、二値信号
Cと画素データIとをもとに誤差データH’が算出さ
れ、この誤差データH’は重み付け誤差演算器5へ出力
される。重み付け誤差演算器5においては、画素データ
H’の隣接する画素への重み付け誤差の計算が行われ
る。この計算結果は誤差メモリ3に格納され、誤差デー
タHとして加算器2へ転送される。
At the same time, the pixel data I is also output to the subtractor 6. Then, the subtractor 6 calculates error data H ′ based on the binary signal C and the pixel data I, and outputs the error data H ′ to the weighted error calculator 5. The weighting error calculator 5 calculates a weighting error for an adjacent pixel of the pixel data H ′. This calculation result is stored in the error memory 3 and transferred to the adder 2 as error data H.

【0032】次に、第2の色成分となるマゼンタの処理
について述べる。
Next, the processing of magenta as the second color component will be described.

【0033】図1において、画像メモリ1からマゼンタ
の画素データが取得されると、これが閾値設定手段8お
よび加算器2へ入力される。加算器2においては、マゼ
ンタの画素データに誤差データ格納手段7から出力され
る誤差データHが加算され、加算後の画素データIが比
較器4と減算器6に出力される。
In FIG. 1, when magenta pixel data is obtained from the image memory 1, it is input to the threshold setting means 8 and the adder 2. In the adder 2, the error data H output from the error data storage means 7 is added to the magenta pixel data, and the pixel data I after the addition is output to the comparator 4 and the subtractor 6.

【0034】閾値設定手段8においては、図2に示す閾
値データ格納手段7に格納されたマゼンタの画素データ
に対応する閾値データが取得され、前述したシアンの閾
値に対して反転となるような閾値を設定して、比較器4
へ出力される。すなわち、マゼンタの場合には、図2
(a)を反転した閾値データである図2(b)に示す閾
値データが使用される。そして、比較器4においては、
この閾値と加算器2において加算された誤差データIと
が比較されて二値信号Cが出力される。
The threshold setting means 8 obtains threshold data corresponding to the magenta pixel data stored in the threshold data storage means 7 shown in FIG. And set comparator 4
Output to That is, in the case of magenta, FIG.
The threshold data shown in FIG. 2B, which is the inverted threshold data of (a), is used. Then, in the comparator 4,
This threshold value is compared with the error data I added by the adder 2, and a binary signal C is output.

【0035】これとともに、画素データIは減算器6へ
も出力される。そして、減算器6においては、二値信号
Cと画素データIとをもとに誤差データH’が算出さ
れ、この誤差データH’は重み付け誤差演算器5へ出力
される。重み付け誤差演算器5においては、画素データ
H’の隣接する画素への重み付け誤差の計算が行われ
る。この計算結果は誤差メモリ3に格納され、誤差デー
タHとして加算器2へ転送される。
At the same time, the pixel data I is also output to the subtractor 6. Then, the subtractor 6 calculates error data H ′ based on the binary signal C and the pixel data I, and outputs the error data H ′ to the weighted error calculator 5. The weighting error calculator 5 calculates a weighting error for an adjacent pixel of the pixel data H ′. This calculation result is stored in the error memory 3 and transferred to the adder 2 as error data H.

【0036】最後に、イエローの処理について説明す
る。
Finally, the yellow processing will be described.

【0037】イエローは視覚的に認識されにくい特性を
有するため、他の色成分と重なった場合においても、画
像劣化の要因となり得る確率が低い。そのため、前述し
たシアンと同様の図2の(c)に示すような反転しない
閾値を使用して二値化処理を行う。但し、イエローにつ
いて、マゼンタと同じ閾値(図2(b))を使用して二
値化処理を行うこともできる。
Since yellow has a characteristic that it is difficult to recognize visually, even if it overlaps with other color components, the probability that it can cause image deterioration is low. For this reason, the binarization process is performed using a threshold value that does not invert as shown in FIG. However, the binarization process can be performed on yellow using the same threshold value as that of magenta (FIG. 2B).

【0038】次に、本実施の形態の全体の処理につい
て、図3のフローチャートを用いて説明する。
Next, the overall processing of this embodiment will be described with reference to the flowchart of FIG.

【0039】先ず、二値化処理を行う画素データが画像
メモリ1から取得される(S200)。
First, pixel data to be binarized is obtained from the image memory 1 (S200).

【0040】取得された画素データがシアンまたはイエ
ローの色成分であった場合には(S210)、前述した
図2(a)または図2(c)の閾値データを用いて重み
付け誤差が加算されて(S220)二値化処理が行われ
る(S230)。また、取得された画素データがシアン
またはイエローの色成分でない場合(S210)、つま
りマゼンタの場合には、前述した図2(b)の閾値デー
タを用いて誤差重み付けが行われ(S240)、閾値を
シアンの場合と反転した値が設定され(S250)、二
値化処理が行われる(S260)。
If the acquired pixel data is a cyan or yellow color component (S210), a weighting error is added using the above-described threshold data shown in FIG. 2A or 2C. (S220) Binarization processing is performed (S230). If the acquired pixel data is not a cyan or yellow color component (S210), that is, if it is magenta, error weighting is performed using the above-described threshold data of FIG. Is set to a value inverted from that for cyan (S250), and a binarization process is performed (S260).

【0041】このようにして二値化処理が行われたなら
ば、二値化誤差が算出され(S270)、誤差データと
して格納される(S280)。
If the binarization process is performed in this way, a binarization error is calculated (S270) and stored as error data (S280).

【0042】そして、全ての画素についてこのような処
理を繰り返す(S290)。
Then, such processing is repeated for all the pixels (S290).

【0043】以上説明したように、第1の色成分および
第2の色成分に対応して相互に異なる閾値データを用意
しておき、このような閾値データにより設定された閾値
と誤差データHの加算された画像データIとを比較して
二値信号Cを出力するようにしているので、画像二値化
後における画像データの各色成分のドットの重なりによ
る画質劣化を防止することが可能になる。
As described above, different threshold data are prepared corresponding to the first color component and the second color component, and the threshold set by such threshold data and the error data H are calculated. Since the binary signal C is output by comparing the added image data I, it is possible to prevent image quality deterioration due to overlapping of dots of each color component of the image data after image binarization. .

【0044】[0044]

【発明の効果】以上のように、本発明によれば、第1の
色成分および第2の色成分に対応して相互に異なる閾値
データを用意しておき、このような閾値データにより設
定された閾値と誤差データの加算された画像データとを
比較して二値信号を出力するようにしているので、画像
二値化後における画像データの各色成分のドットの重な
りによる画質劣化を防止することが可能になるという有
効な効果が得られる。
As described above, according to the present invention, mutually different threshold data are prepared corresponding to the first color component and the second color component, and are set by such threshold data. The threshold value and the image data to which the error data has been added are compared to output a binary signal. Therefore, it is possible to prevent image quality deterioration due to overlapping of dots of each color component of the image data after image binarization. An effective effect is obtained that is possible.

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

【図1】本発明の一実施の形態である画像処理方法を実
行するための回路を示すブロック図
FIG. 1 is a block diagram showing a circuit for executing an image processing method according to an embodiment of the present invention;

【図2】図1の閾値データ格納手段に格納される閾値デ
ータの一例を示す説明図
FIG. 2 is an explanatory diagram showing an example of threshold data stored in a threshold data storage unit of FIG.

【図3】本発明の一実施の形態である画像処理方法によ
る処理手順を示すフローチャート
FIG. 3 is a flowchart illustrating a processing procedure according to an image processing method according to an embodiment of the present invention;

【図4】従来の誤差拡散法を実行する回路を示すブロッ
ク図
FIG. 4 is a block diagram showing a circuit for performing a conventional error diffusion method.

【図5】従来の誤差拡散法において用いられる誤差マト
リクスを示す説明図
FIG. 5 is an explanatory diagram showing an error matrix used in a conventional error diffusion method.

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

1 画像メモリ 2 加算器 3 誤差メモリ 4 比較器 5 重み付け誤差演算器 6 減算器 7 誤差データ格納手段 8 閾値設定手段 9 誤差拡散装置 DESCRIPTION OF SYMBOLS 1 Image memory 2 Adder 3 Error memory 4 Comparator 5 Weighting error calculator 6 Subtractor 7 Error data storage means 8 Threshold setting means 9 Error diffusion device

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 2C262 AA24 AA26 AA27 AB13 BB03 BB08 BB22 BB27 EA10 5B057 BA30 CA01 CA08 CA12 CA16 CB01 CB07 CB12 CB16 CC02 CE14 CE16 CH08 CH18 DA17 5C077 LL04 MP08 NN11 PP33 PQ08 RR02 RR16 5C079 HB02 LA31 LA34 LC09 NA01 ──────────────────────────────────────────────────続 き Continued on the front page F term (reference) 2C262 AA24 AA26 AA27 AB13 BB03 BB08 BB22 BB27 EA10 5B057 BA30 CA01 CA08 CA12 CA16 CB01 CB07 CB12 CB16 CC02 CE14 CE16 CH08 CH18 DA17 5C077 LL04 MP08 NN11 PP33 PQ08 LA11 LC09 NA01

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】複数の色成分を持つ多値階調の画素に二値
化処理を行って二値画像を生成する画像処理方法であっ
て、 第1の色成分および第2の色成分に対応して相互に異な
る閾値データを用意し、 当該閾値データにより設定された閾値と誤差データの加
算された画像データとを比較して二値信号を出力するこ
とを特徴とする画像処理方法。
1. An image processing method for generating a binary image by performing a binarization process on a pixel of a multi-level gradation having a plurality of color components, wherein a first color component and a second color component are An image processing method comprising preparing different threshold data corresponding to each other, comparing a threshold set by the threshold data with image data to which error data has been added, and outputting a binary signal.
【請求項2】前記第1の色成分および前記第2の色成分
に対応した前記閾値データは相互に反転した関係とされ
ていることを特徴とする画像処理方法。
2. The image processing method according to claim 1, wherein the threshold data corresponding to the first color component and the second color component are in a mutually inverted relationship.
JP2000264985A 2000-09-01 2000-09-01 Image processing method Pending JP2002077655A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000264985A JP2002077655A (en) 2000-09-01 2000-09-01 Image processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000264985A JP2002077655A (en) 2000-09-01 2000-09-01 Image processing method

Publications (1)

Publication Number Publication Date
JP2002077655A true JP2002077655A (en) 2002-03-15

Family

ID=18752318

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000264985A Pending JP2002077655A (en) 2000-09-01 2000-09-01 Image processing method

Country Status (1)

Country Link
JP (1) JP2002077655A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7719713B2 (en) 2006-12-06 2010-05-18 Fuji Xerox Co., Ltd. Image processing apparatus, image processing method multicolor image forming apparatus, computer-readable medium, and computer data signal

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7719713B2 (en) 2006-12-06 2010-05-18 Fuji Xerox Co., Ltd. Image processing apparatus, image processing method multicolor image forming apparatus, computer-readable medium, and computer data signal

Similar Documents

Publication Publication Date Title
JPH0865508A (en) Error diffusion method,error diffusion system and error generation
JP2007109231A (en) Processor-readable storage medium
US7480078B2 (en) Method and system for performing multi-pixel parallel error diffusion enabling high-speed diffusion processing without increasing the system clock rate
JP4068181B2 (en) Multilevel gradation pixel value level reduction method and system
JP2002077655A (en) Image processing method
JP2001346041A (en) Method and device for processing image
JP2003069819A (en) Image processor and image processing method
JP3976863B2 (en) Image processing apparatus and method
JPH11346311A (en) Gradation reproduction method
JP2000354163A (en) Image processing method
JP2000287089A (en) Image binarizing method
JP2003283829A (en) Image processing apparatus and method
JPH1188693A (en) Pseudo-gradation processing unit
JPH11150659A (en) Method for processing image
JPH11239273A (en) Method and device for processing image
JP2000270210A (en) Picture processor
JP3809274B2 (en) Image processing apparatus and method
JP3937645B2 (en) Image processing apparatus and image processing method
JP2000050069A (en) Picture binarization method and device
JP2001358944A (en) Image processing method
JP2001069350A (en) Image forming device
JP3459725B2 (en) Image processing apparatus and method
JP2001186345A (en) Picture thresholding method
JP2001128003A (en) Picture binarization method
JPH11150658A (en) Method for processing image