JP2003110852A - Halftone processing method and processor - Google Patents
Halftone processing method and processorInfo
- Publication number
- JP2003110852A JP2003110852A JP2001306057A JP2001306057A JP2003110852A JP 2003110852 A JP2003110852 A JP 2003110852A JP 2001306057 A JP2001306057 A JP 2001306057A JP 2001306057 A JP2001306057 A JP 2001306057A JP 2003110852 A JP2003110852 A JP 2003110852A
- Authority
- JP
- Japan
- Prior art keywords
- gradation image
- image
- value
- error
- error diffusion
- 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
Links
Landscapes
- Color, Gradation (AREA)
- Image Processing (AREA)
- Facsimile Image Signal Circuits (AREA)
- Color Image Communication Systems (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、印刷等に用いるデ
ィジタル画像の擬似濃淡(ハーフトーン)画像化処理方
法および装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a pseudo grayscale (halftone) image processing method and apparatus for a digital image used for printing or the like.
【0002】[0002]
【従来技術】印刷等で階調画像からハーフトーン画像を
生成する際に用いられる処理方法として、ディザ法と誤
差拡散法という二つの代表的なアルゴリズムがある。2. Description of the Related Art There are two typical algorithms, a dither method and an error diffusion method, as processing methods used when generating a halftone image from a gradation image in printing or the like.
【0003】ディザ法とは、オリジナル階調画像を白黒
の2値による擬似階調画像に変換するアルゴリズムの一
つであって、2値化する際に生じる擬似輪郭等を目立た
なくさせ奇麗に見せるために、元画像データにわざと少
量のランダムノイズを乗せた上で、2値化処理を行なわ
せるランダムディザ(random dither)と、規則的なパ
ターンで2値化閾値が記述されるディザマトリクスを繰
り返し元画像に適用することにより2値化処理を行う組
織的ディザ(ordered dither)の2つの手法に大別され
る。後者はいわゆるスクリーニング(網点化)の方法で
ある。図1は、このような組織的ディザ法の処理を概念
的に表現するブロック図である。図1のディザマスクに
上述のディザマトリクスの行列値が記憶されており、順
に取出されるその値によって閾値処理が行われる。The dither method is one of the algorithms for converting an original gradation image into a black and white binary pseudo gradation image, and makes pseudo contours and the like generated when binarizing them look inconspicuous and beautiful. For this purpose, a random dither that intentionally adds a small amount of random noise to the original image data and then performs binarization processing, and a dither matrix in which the binarization threshold is described in a regular pattern are repeated. It is roughly classified into two methods of ordered dither in which binarization processing is performed by applying it to an original image. The latter is a so-called screening method. FIG. 1 is a block diagram conceptually expressing the processing of such an organized dither method. The matrix values of the above-mentioned dither matrix are stored in the dither mask of FIG. 1, and the threshold value processing is performed according to the sequentially fetched values.
【0004】AMスクリーンは、組織的ディザの一種で
ある。そのディザマトリクスの一例を図5に示す。印刷
用には、印刷適性に優れたAMスクリーンが用いられる
ことが多い。The AM screen is a type of organized dither. An example of the dither matrix is shown in FIG. For printing, an AM screen having excellent printability is often used.
【0005】一方、誤差拡散法も、オリジナル階調画像
を2値化画像に変換する画像処理方法である。2値化の
際に発生する誤差を周りの画素に分散させることで、画
像全体の累積的な色の誤差をほぼゼロにする方法であ
る。2値化(より一般には量子化)誤差を拡散させる良
好なフィルタとしては、図9に示すFloyd & Steinberg
型のフィルタ、図10に示すJarvis, Judice & Ninke型
のフィルタの2種類がよく知られている。図2は、この
ような誤差拡散法の処理を概念的に表現するブロック図
である。図2において、閾値処理は常に一定の閾値によ
って行われる。例えば1画素8ビットの濃淡画像データ
の場合、閾値は127等の一定値である。そして2値化
処理の結果、出力値としては0または255のどちらか
とされるので、元の値から0または255を引いた値が
誤差となり、拡散フィルタを通じて、今処理した画素の
周辺の未処理の画素にフィードバックされる(加えられ
る)。On the other hand, the error diffusion method is also an image processing method for converting an original gradation image into a binary image. This is a method in which the error that occurs during binarization is dispersed to surrounding pixels so that the cumulative color error of the entire image is substantially zero. A good filter for diffusing the binarization (more generally, quantization) error is Floyd & Steinberg shown in FIG.
Two types of filters are well known, a Jarvis, Judice & Ninke type filter shown in FIG. FIG. 2 is a block diagram conceptually expressing the processing of such an error diffusion method. In FIG. 2, threshold processing is always performed with a fixed threshold. For example, in the case of 8-bit grayscale image data for one pixel, the threshold value is a constant value such as 127. Then, as a result of the binarization process, the output value is either 0 or 255, so the value obtained by subtracting 0 or 255 from the original value becomes an error, and through the diffusion filter, the unprocessed pixels around the pixel just processed are unprocessed. Is fed back (added) to the pixels of.
【0006】[0006]
【発明が解決しようとする課題】組織的ディザ法では予
め設計された閾値行列(ディザマスク、ハーフトーンマ
スク、ディザ行列などと呼ぶ)により、特定の形状の網点
を形成することができるが、細部の再現性は充分ではな
い。特に印刷適性に優れたディザパターンほど細部の再
現性がよくないという欠点がある。一方誤差拡散法で
は、一般に細部の再現性に優れるが、独特のテクスチャ
(ワームノイズやグラニュラノイズなど)を発生する欠
点があり、また印刷適性はもともとよくないという欠点
がある。In the systematic dither method, halftone dots having a specific shape can be formed by a threshold matrix (called a dither mask, a halftone mask, a dither matrix, etc.) designed in advance. The reproducibility of details is not sufficient. In particular, a dither pattern having excellent printability has a drawback that the reproducibility of details is not good. On the other hand, although the error diffusion method is generally excellent in reproducibility of details, it has a drawback that a unique texture (worm noise, granular noise, etc.) is generated, and the printability is originally poor.
【0007】本発明はこのような問題点を考慮してなさ
れたものであり、特定の形状の網点を形成することがで
きるという利点を持つ組織的ディザと細部の再現性に優
れた誤差拡散法の双方の長所をミックスしたスクリーニ
ング方法を提供することを課題とする。The present invention has been made in consideration of the above problems, and systematic dither having an advantage that halftone dots having a specific shape can be formed, and error diffusion excellent in reproducibility of details. It is an object to provide a screening method that mixes the advantages of both methods.
【0008】[0008]
【課題を解決するための手段】課題を解決するための第
1の発明は、単色階調画像を、白黒の2値の出力状態し
かとれない出力装置によって擬似階調画像として出力さ
せるためのハーフトーン処理方法であって、階調画像値
を2値化する際の複数の閾値を閾値行列として記憶装置
に格納しておき、前記閾値行列から順に選択した閾値
で、前記階調画像から順に走査して選択される1つの対
象画素を2値化する2値化ステップ、前記対象画素の元
の値から2値化結果の値を差し引いた誤差を前記対象画
像の前記対象画素の周辺の未処理の階調画像データに一
定の条件でフィードバックさせる誤差拡散ステップ、の
2つのステップを交互に繰り返して行なって、前記階調
画像を2値化することにより結果として擬似階調画像を
得るハーフトーン処理方法である。図3は、本発明のハ
ーフトーン処理方法を概念的に説明するブロック図であ
る。A first invention for solving the problem is a half for outputting a monochrome gradation image as a pseudo gradation image by an output device which can take only a binary output state of black and white. A tone processing method, wherein a plurality of thresholds for binarizing a gradation image value are stored in a storage device as a threshold matrix, and the gradation images are sequentially scanned with thresholds selected in order from the threshold matrix. A binarization step of binarizing one selected target pixel, and an error obtained by subtracting the value of the binarization result from the original value of the target pixel is unprocessed around the target pixel of the target image. The error diffusion step of feeding back to the gradation image data under constant conditions is alternately repeated, and the gradation image is binarized to obtain a pseudo gradation image. It is a method. FIG. 3 is a block diagram conceptually explaining the halftone processing method of the present invention.
【0009】課題を解決するための第2の発明は、単色
階調画像を、白黒の2値の出力状態しかとれない出力装
置によって擬似階調画像として出力させるためのハーフ
トーン処理装置であって、階調画像値を2値化する際の
複数の閾値をディザ行列として、および、誤差拡散のた
めの係数値行列を誤差拡散フィルタとして、それぞれ記
憶部に格納しておき、前記ディザ行列から順に選択した
閾値で、前記階調画像から順に走査して選択される1つ
の対象画素を2値化する2値化処理部と、前記対象画素
の元の値と2値化結果の値との差を求める誤差算出部
と、求めた誤差を前記誤差拡散フィルタを通して前記対
象画像の前記対象画素の周辺に拡散させるフィードバッ
ク処理部と、を具備して単色階調画像を擬似階調画像に
変換することを特徴としたハーフトーン処理装置であ
る。A second invention for solving the problem is a halftone processing device for outputting a monochrome gradation image as a pseudo gradation image by an output device which can take only a binary output state of black and white. , A plurality of thresholds for binarizing the gradation image value as a dither matrix, and a coefficient value matrix for error diffusion as an error diffusion filter are stored in a storage unit, respectively, and the dither matrix is sequentially stored. A binarization processing unit that binarizes one target pixel selected by scanning sequentially from the gradation image with a selected threshold, and a difference between an original value of the target pixel and a binarized result value. And a feedback processing unit for diffusing the obtained error to the periphery of the target pixel of the target image through the error diffusion filter, and converting the monochrome gradation image into a pseudo gradation image. Features A halftone processing apparatus.
【0010】課題を解決するための第3の発明は、第2
の発明のハーフトーン処理装置の各処理部を色数に応じ
て複数組備えることによりカラー画像から各色毎の擬似
階調画像を得ることができるようにしたカラー画像用ハ
ーフトーン処理装置である。A third invention for solving the problem is a second invention.
A halftone processing device for a color image, wherein a plurality of sets of processing units of the halftone processing device of the invention according to the invention are provided according to the number of colors so that a pseudo gradation image for each color can be obtained from a color image.
【0011】[0011]
【発明の実施の形態】以下図面を用いて、本発明の方法
と、それに基づいた本発明の一実施形態であるハーフト
ーン処理装置1を説明してゆく。ハーフトーン処理装置
1は、図3に示したブロック図を装置化したものであ
る。図4にハーフトーン処理装置1の主要部分の構成を
説明するブロック図を示す。BEST MODE FOR CARRYING OUT THE INVENTION The method of the present invention and a halftone processing apparatus 1 which is an embodiment of the present invention based on the method will be described below with reference to the drawings. The halftone processing device 1 is obtained by converting the block diagram shown in FIG. 3 into a device. FIG. 4 is a block diagram illustrating the configuration of the main part of the halftone processing apparatus 1.
【0012】30はオリジナル画像データ記憶部であ
る。オリジナル画像データが格納されるメモリである。
31は生成されるハーフトーン画像データ記憶部であ
る。ハーフトーン画像データが格納されるメモリであ
る。10は2値化処理部である。11はディザ行列を記
憶させたメモリである。12は誤差算出部である。オリ
ジナルデータの現在対象としている画素の値と、それを
2値化処理した値との差を計算してフィードバック処理
部13に送る。13はフィードバック処理部である。誤
差拡散フィルタの係数値を記憶させた誤差拡散フィルタ
14から拡散のための系数値を読み出し、誤差算出部1
2が算出した誤差を対象画素の周辺の画素に拡散させ
る。20はデータ信号線、21はアドレス信号線であ
る。Reference numeral 30 is an original image data storage unit. This is a memory in which original image data is stored.
Reference numeral 31 is a generated halftone image data storage unit. The memory stores halftone image data. Reference numeral 10 is a binarization processing unit. A memory 11 stores a dither matrix. 12 is an error calculation unit. The difference between the current pixel value of the original data and the binarized value of the pixel is calculated and sent to the feedback processing unit 13. Reference numeral 13 is a feedback processing unit. The system value for diffusion is read from the error diffusion filter 14 that stores the coefficient value of the error diffusion filter, and the error calculation unit 1
The error calculated by 2 is diffused to the pixels around the target pixel. Reference numeral 20 is a data signal line, and 21 is an address signal line.
【0013】以下ではオリジナル画像の階調データは2
56段階(0〜255)、ハーフトーン画像データは0
(黒)または255(白)の2値のみをとるものとす
る。Below, the gradation data of the original image is 2
56 levels (0 to 255), halftone image data is 0
Only binary values of (black) or 255 (white) are taken.
【0014】2値化処理部10の動作について更に説明
する。2値化処理部10は、適切なアドレス発生させる
機能を内蔵しており、オリジナル画像データ記憶部30
を、自ら発生させたアドレスに従って順次走査して対象
画素のデータを読み出す。ディザ行列記憶部11には、
ディザマスクが記録されている。それは、例えば16×
16の行列で、一例として図5のような値が記録されて
いる。図5はAMスクリーン用のディザマスクである。
今、対象画素のオリジナル画像データ上の位置が(i,
j)の場合、ディザ行列11の(imod16, jmod16)の位
置の記憶値を取出しこれを閾値として2値化する。ただ
しimod16はiを16で割った剰余である。その結果はハー
フトーン画像記憶部31の(i,j)のアドレスに記録さ
れる。The operation of the binarization processing unit 10 will be further described. The binarization processing unit 10 has a built-in function of generating an appropriate address, and the original image data storage unit 30
Is sequentially scanned according to the address generated by itself, and the data of the target pixel is read. In the dither matrix storage unit 11,
The dither mask is recorded. It is, for example, 16x
In the 16 matrices, values as shown in FIG. 5 are recorded as an example. FIG. 5 is a dither mask for an AM screen.
Now, the position of the target pixel on the original image data is (i,
In the case of j), the stored value at the position (imod16, jmod16) of the dither matrix 11 is taken out and binarized using this as a threshold value. However, imod16 is the remainder obtained by dividing i by 16. The result is recorded in the address (i, j) of the halftone image storage unit 31.
【0015】同時に、誤差算出部12では、
e={(2値化結果)−(オリジナル画像(i,j)位置
の元の階調値)}×(-1)
を計算し、これを誤差値eとしてフィードバック処理部
13に送る。At the same time, the error calculation unit 12 calculates e = {(binarization result)-(original gradation value at the position of the original image (i, j))} × (-1), and the error is calculated. The value e is sent to the feedback processing unit 13.
【0016】誤差拡散フィルタ処理部14には、誤差拡
散係数行列が記録されている。図6は誤差拡散係数行列
の例を示している。フィードバック処理部13は、前記
誤差値eに、誤差拡散行列の係数をかけたものを、(i,
j)の周辺の未処理の画素の値に加える。図6に示した
誤差拡散係数行列によれば、(i+16,j)から(i+31,j)
の16個の画素には、e×(1/32)をその画素の値に加
える。誤差eがオリジナル画像データにフィードバック
された後は、2値化処理部10は、次の位置(i+1,j)
を対象画素としてオリジナル画像データを読み出し、以
降の処理を繰り返す。このようにハーフトーン処理装置
1は、ディザ行列による2値化のステップと、2値化に
より生じた誤差をオリジナル画像データにフィードバッ
クさせるステップを交互に繰り返して、結果として擬似
階調画像を得る。An error diffusion coefficient matrix is recorded in the error diffusion filter processing section 14. FIG. 6 shows an example of the error diffusion coefficient matrix. The feedback processing unit 13 multiplies the error value e by the coefficient of the error diffusion matrix as (i,
Add to the value of the unprocessed pixel around j). According to the error diffusion coefficient matrix shown in FIG. 6, (i + 16, j) to (i + 31, j)
For 16 pixels of, e × (1/32) is added to the value of the pixel. After the error e is fed back to the original image data, the binarization processing unit 10 moves to the next position (i + 1, j).
The original image data is read with the target pixel as, and the subsequent processing is repeated. In this way, the halftone processing apparatus 1 alternately repeats the binarization step using the dither matrix and the step of feeding back the error generated by the binarization to the original image data, and as a result, a pseudo gradation image is obtained.
【0017】以上本発明によるハーフトーン処理装置1
について述べた。また同時に本発明のハーフトーン処理
方法についても述べた。図7は、本発明のハーフトーン
処理法により得られた網点画像である。図8は、比較の
ための画像で、図5のAMスクリーン用のディザマスク
で2値化処理をしただけの網点画像である。誤差拡散法
により量子化誤差蓄積が排除されるためか、階調特性と
細部の表現において図7の網点画像の方が優れているこ
とがわかる。The halftone processing apparatus 1 according to the present invention has been described above.
Said. At the same time, the halftone processing method of the present invention is described. FIG. 7 is a halftone dot image obtained by the halftone processing method of the present invention. FIG. 8 is an image for comparison, which is a halftone dot image that has been binarized by the dither mask for the AM screen of FIG. It can be seen that the halftone dot image of FIG. 7 is superior in expression of gradation characteristics and details, probably because the quantization error accumulation is eliminated by the error diffusion method.
【0018】また、ハーフトーン処理装置1の2値化処
理部10、ディザ行列記憶部11、誤差算出部12、フ
ィードバック処理部13、誤差拡散フィルタ記憶部14
をオリジナル画像データの色数毎に備えれば、カラー画
像から各色チャンネル毎の擬似階調2値化画像を得るハ
ーフトーン処理装置を構成することも可能である。The binarization processing unit 10, the dither matrix storage unit 11, the error calculation unit 12, the feedback processing unit 13, and the error diffusion filter storage unit 14 of the halftone processing apparatus 1.
It is also possible to configure a halftone processing device that obtains a pseudo gradation binarized image for each color channel from a color image by providing the above for each color number of original image data.
【0019】本明細書の記載では、ディザマスクとして
図5のAMスクリーンマトリクスを、誤差拡散計数行列
として図6の誤差拡散係数行列を使用したが、本発明の
方法で使用するディザマスクあるいは誤差拡散行列は、
それらの特定の値に限定されるものではない。用途と目
的に合わせて適切なディザマスク、適切な誤差拡散係数
行列を選択して使用してよい。印刷適性に優れたハーフ
トーン画像を得たいのであれば、本実施形態の記載に示
したように、図5の、または図5に類似したAMスクリ
ーン用のディザマスクを用いればよいわけである。Although the AM screen matrix of FIG. 5 is used as the dither mask and the error diffusion coefficient matrix of FIG. 6 is used as the error diffusion count matrix in the description of the present specification, the dither mask or the error diffusion used in the method of the present invention is used. The matrix is
It is not limited to those specific values. An appropriate dither mask and an appropriate error diffusion coefficient matrix may be selected and used according to the use and purpose. If it is desired to obtain a halftone image excellent in printability, the dither mask for AM screen shown in FIG. 5 or similar to FIG. 5 may be used as described in the description of the present embodiment.
【0020】[0020]
【発明の効果】以上詳しく説明したように、本発明のハ
ーフトーン処理方法または、その方法を実現するハーフ
トーン処理装置により、誤差拡散法で得られる量子化誤
差蓄積の排除とディザ法で得られる任意形状の網点発生
の双方のメリットを得ることができ、良好なハーフトー
ン画像を得ることができるという顕著な効果を奏する。As described in detail above, by the halftone processing method of the present invention or the halftone processing apparatus for realizing the method, the quantization error accumulation obtained by the error diffusion method and the dither method can be obtained. It is possible to obtain the advantages of both generation of halftone dots of an arbitrary shape, and it is possible to obtain a remarkable effect that a good halftone image can be obtained.
【図1】 従来技術であるディザ法を概念的に説明する
ブロック図FIG. 1 is a block diagram conceptually explaining a conventional dither method.
【図2】 従来技術である誤差拡散法を概念的に説明す
るブロック図FIG. 2 is a block diagram conceptually explaining a conventional error diffusion method.
【図3】 本発明の方法及び装置の処理の仕組みを概念
的に説明するブロック図FIG. 3 is a block diagram conceptually explaining the processing mechanism of the method and apparatus of the present invention.
【図4】 ハーフトーン処理装置の構成図である。FIG. 4 is a configuration diagram of a halftone processing device.
【図5】 組織的ディザの一種であるAMスクリーンの
閾値マトリクスFIG. 5: Threshold matrix of AM screen, which is a type of organized dither
【図6】 誤差拡散フィルタの一例FIG. 6 shows an example of an error diffusion filter.
【図7】 本発明の方法により得られたハーフトーン画
像FIG. 7: Halftone image obtained by the method of the present invention
【図8】 組織的ディザ法(AM)によるハーフトーン
画像FIG. 8: Halftone image by systematic dither method (AM)
【図9】 誤差拡散フィルタの一例(Floyd&Steinberg
によるフィルタ)FIG. 9: Example of error diffusion filter (Floyd & Steinberg
Filter by)
【図10】誤差拡散フィルタの一例(Javis,Judice&Nin
keによるフィルタ)FIG. 10: Example of error diffusion filter (Javis, Judice & Nin
filter by ke)
10 2値化処理部 11 ディザ行列記憶部 12 誤差算出部 13 フィードバック処理部 14 誤差拡散フィルタ記憶部 20 データ信号線 21 アドレス信号線 30 オリジナル画像データ記憶部 31 ハーフトーン画像データ記憶部 10 binarization processing unit 11 Dither matrix storage 12 Error calculator 13 Feedback processing unit 14 Error diffusion filter storage unit 20 data signal lines 21 Address signal line 30 Original image data storage 31 Halftone image data storage section
───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 2C262 AB07 AB11 BB01 BB03 BB06 BB08 BB18 BC01 BC11 BC17 5B057 AA11 CA02 CA08 CA12 CA16 CB02 CB07 CB12 CB16 CC01 CE13 CH07 CH08 5C077 LL19 MP01 NN04 NN14 NN15 PQ12 PQ23 SS02 TT02 5C079 LC09 MA04 MA11 NA05 PA03 ─────────────────────────────────────────────────── ─── Continued front page F term (reference) 2C262 AB07 AB11 BB01 BB03 BB06 BB08 BB18 BC01 BC11 BC17 5B057 AA11 CA02 CA08 CA12 CA16 CB02 CB07 CB12 CB16 CC01 CE13 CH07 CH08 5C077 LL19 MP01 NN04 NN14 NN15 PQ12 PQ23 SS02 TT02 5C079 LC09 MA04 MA11 NA05 PA03
Claims (3)
しかとれない出力装置によって擬似階調画像として出力
させるためのハーフトーン処理方法であって、階調画像
値を2値化する際の複数の閾値をディザ行列として記憶
装置に格納しておき、前記ディザ行列から順に選択した
閾値で、前記階調画像から順に走査して選択される1つ
の対象画素を2値化する2値化ステップ、前記対象画素
の元の値から2値化結果の値を差し引いた誤差を前記対
象画像の前記対象画素の周辺の未処理の階調画像データ
に一定の条件でフィードバックさせる誤差拡散ステッ
プ、の2つのステップを交互に繰り返して前記階調画像
を2値化することにより結果として擬似階調画像を得る
ことを特徴とするハーフトーン処理方法。1. A halftone processing method for outputting a monochromatic gradation image as a pseudo gradation image by an output device capable of only a binary output state of black and white, wherein the gradation image value is binarized. A plurality of thresholds at this time are stored in a storage device as a dither matrix, and a threshold value selected in order from the dither matrix is used to binarize one target pixel selected by scanning sequentially from the gradation image. An error diffusion step of feeding back an error obtained by subtracting the value of the binarization result from the original value of the target pixel to unprocessed gradation image data around the target pixel of the target image under a certain condition, The halftone processing method is characterized in that the pseudo gradation image is obtained as a result by binarizing the gradation image by repeating the above two steps alternately.
しかとれない出力装置によって擬似階調画像として出力
させるためのハーフトーン処理装置であって、階調画像
値を2値化する際の複数の閾値をディザ行列として、お
よび、誤差拡散のための係数値行列を誤差拡散フィルタ
として、それぞれ記憶部に格納しておき、前記ディザ行
列から順に選択した閾値で、前記階調画像から順に走査
して選択される1つの対象画素を2値化する2値化処理
部と、前記対象画素の元の値と2値化結果の値との差を
求める誤差算出部と、求めた誤差を前記誤差拡散フィル
タを通して前記対象画像の前記対象画素の周辺に拡散さ
せるフィードバック処理部と、を具備して単色階調画像
を擬似階調画像に変換することを特徴とするハーフトー
ン処理装置。2. A halftone processing device for outputting a monochromatic gradation image as a pseudo gradation image by an output device which can only output a monochrome binary value, and binarizes the gradation image value. A plurality of thresholds at this time are stored as a dither matrix, and a coefficient value matrix for error diffusion is stored as an error diffusion filter in a storage unit. A binarization processing unit that binarizes one target pixel that is sequentially scanned and selected, an error calculation unit that calculates the difference between the original value of the target pixel and the value of the binarization result, and the calculated error And a feedback processing unit for diffusing the image around the target pixel of the target image through the error diffusion filter, and converting a monochrome gradation image into a pseudo gradation image.
組備えることによりカラー画像から各色毎の擬似階調画
像を得ることを特徴とするハーフトーン処理装置。3. A halftone processing apparatus, wherein a plurality of sets of the respective processing units according to claim 2 are provided according to the number of colors to obtain a pseudo gradation image for each color from a color image.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2001306057A JP2003110852A (en) | 2001-10-02 | 2001-10-02 | Halftone processing method and processor |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2001306057A JP2003110852A (en) | 2001-10-02 | 2001-10-02 | Halftone processing method and processor |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2003110852A true JP2003110852A (en) | 2003-04-11 |
Family
ID=19125756
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2001306057A Pending JP2003110852A (en) | 2001-10-02 | 2001-10-02 | Halftone processing method and processor |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2003110852A (en) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100731403B1 (en) | 2003-07-23 | 2007-06-21 | 세이코 엡슨 가부시키가이샤 | Adaptive halftone scheme to preserve image smoothness and sharpness by utilizing x-label |
WO2008006131A1 (en) * | 2006-07-10 | 2008-01-17 | Silverbrook Research Pty Ltd | Method and apparatus for image manipulation via a dither matrix |
CN100435547C (en) * | 2006-08-22 | 2008-11-19 | 北京北大方正电子有限公司 | Method and device capable of quickening image screening speed |
US7701614B2 (en) | 2004-03-31 | 2010-04-20 | Fujifilm Corporation | Image processing method, apparatus, and program with selective error diffusion among a pluraity of pixel groups withing a digital image |
US7733535B2 (en) | 2006-07-10 | 2010-06-08 | Silverbrook Research Pty Ltd | Method and apparatus for image manipulation via a dither matrix |
JP2015005839A (en) * | 2013-06-19 | 2015-01-08 | キヤノン株式会社 | Image processing apparatus and method therefor |
-
2001
- 2001-10-02 JP JP2001306057A patent/JP2003110852A/en active Pending
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100731403B1 (en) | 2003-07-23 | 2007-06-21 | 세이코 엡슨 가부시키가이샤 | Adaptive halftone scheme to preserve image smoothness and sharpness by utilizing x-label |
US7701614B2 (en) | 2004-03-31 | 2010-04-20 | Fujifilm Corporation | Image processing method, apparatus, and program with selective error diffusion among a pluraity of pixel groups withing a digital image |
WO2008006131A1 (en) * | 2006-07-10 | 2008-01-17 | Silverbrook Research Pty Ltd | Method and apparatus for image manipulation via a dither matrix |
US7733535B2 (en) | 2006-07-10 | 2010-06-08 | Silverbrook Research Pty Ltd | Method and apparatus for image manipulation via a dither matrix |
CN101496060B (en) * | 2006-07-10 | 2012-07-04 | 西尔弗布鲁克研究有限公司 | Method and device for operating and controlling image by dithering matrix |
CN100435547C (en) * | 2006-08-22 | 2008-11-19 | 北京北大方正电子有限公司 | Method and device capable of quickening image screening speed |
JP2015005839A (en) * | 2013-06-19 | 2015-01-08 | キヤノン株式会社 | Image processing apparatus and method therefor |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5353127A (en) | Method for quantization gray level pixel data with extended distribution set | |
US5325448A (en) | Image treatment method and apparatus with error dispersion and controllable quantization | |
JPH07288689A (en) | Device and method for binarization processing of image signal | |
JP2003110852A (en) | Halftone processing method and processor | |
JPH0793534A (en) | Picture processor | |
JP3461247B2 (en) | Image processing apparatus and image processing method | |
US5825509A (en) | Image processing device with error-diffusion quantization function | |
JP2000270210A (en) | Picture processor | |
JP2900907B2 (en) | Image processing device | |
JPH0644800B2 (en) | Image processing device | |
JPH06339013A (en) | Binarizing method and device for multilevel image | |
JPH01303869A (en) | Picture processor | |
JPH0318177A (en) | Picture processor | |
JP2692838B2 (en) | Image processing device | |
JPH0197066A (en) | Picture processing method | |
JP3428822B2 (en) | Image processing apparatus and image processing method | |
JP2644491B2 (en) | Image processing device | |
JPH09247450A (en) | Image processing unit | |
JPH08321949A (en) | Binarization processing method for intermediate tone image | |
JPH0211063A (en) | Picture processor | |
JPH0197650A (en) | Image processing method | |
JPH05176168A (en) | Adaptive halftone processing system | |
JPH1032713A (en) | Picture processor | |
JP2644492B2 (en) | Image processing device | |
JPH11239273A (en) | Method and device for processing image |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20040917 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20061109 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20061114 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20070308 |