JP3722955B2 - Pseudo halftone processing method, apparatus and recording medium - Google Patents

Pseudo halftone processing method, apparatus and recording medium Download PDF

Info

Publication number
JP3722955B2
JP3722955B2 JP17663197A JP17663197A JP3722955B2 JP 3722955 B2 JP3722955 B2 JP 3722955B2 JP 17663197 A JP17663197 A JP 17663197A JP 17663197 A JP17663197 A JP 17663197A JP 3722955 B2 JP3722955 B2 JP 3722955B2
Authority
JP
Japan
Prior art keywords
input
cell
pixel
pixels
value
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.)
Expired - Fee Related
Application number
JP17663197A
Other languages
Japanese (ja)
Other versions
JPH1127528A (en
Inventor
伸 青木
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.)
Ricoh Co Ltd
Original Assignee
Ricoh 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP17663197A priority Critical patent/JP3722955B2/en
Publication of JPH1127528A publication Critical patent/JPH1127528A/en
Application granted granted Critical
Publication of JP3722955B2 publication Critical patent/JP3722955B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N1/00Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
    • H04N1/40Picture signal circuits
    • H04N1/405Halftoning, i.e. converting the picture signal of a continuous-tone original into a corresponding signal showing only two levels
    • H04N1/4051Halftoning, i.e. converting the picture signal of a continuous-tone original into a corresponding signal showing only two levels producing a dispersed dots halftone pattern, the dots having substantially the same size
    • H04N1/4052Halftoning, i.e. converting the picture signal of a continuous-tone original into a corresponding signal showing only two levels producing a dispersed dots halftone pattern, the dots having substantially the same size by error diffusion, i.e. transferring the binarising error to neighbouring dot decisions

Description

【0001】
【発明の属する技術分野】
本発明は、ドットつながりなどの画質劣化を生じない疑似中間調処理方法、装置および記録媒体に関する。
【0002】
【従来の技術】
デジタル画像の疑似中間調処理とは、1画素が多数の値を持ち得る連続階調(例えば256値)のデータを、より少数の階調(例えば2値、4値など)に変換する処理である。
【0003】
従来知られている疑似中間調処理の一つである誤差拡散処理の方法を図13に示すブロック図を用いて説明する。ここでは、8ビット256値のデータを2値に変換するものとする。
【0004】
誤差バッファ21に記録された周辺の既処理画素の誤差(erri,j)が、誤差マスク22内の所定の重み係数wi,jを用いて、積和部23で次式のように加重平均され、既処理画素誤差値(Ei,j)が求められる。
【0005】
【数1】

Figure 0003722955
【0006】
既処理画素誤差(Ei,j)が加算器24で入力画素値ini,jに加算され、補正入力画素値(sumi,j)が計算される。閾値処理部25では、第1の閾値(=128)を用い、補正入力画素値(sumi,j)を閾値処理し、2値の出力画素値outi,jを求める。減算器26で、補正画素値sumi,jと、出力画素値outi,jの差を求め、その結果erri,jを誤差バッファ21の対応する位置に記録する。
【0007】
このような誤差拡散法は以下の2つの優れた特徴を持っている。
非周期性;
組織的ディザ処理のような疑似階調処理では、出力に周期的な濃淡構造が生じる。画像信号自身に周期的な構造がある場合、疑似中間調処理の周期と干渉を起しモアレが生じる恐れがある。この点、誤差拡散処理は処理自身に周期的構造を持たないのでモアレが生じにくいという利点がある。
【0008】
適応変調性;
疑似階調処理はいずれも入力画像信号に何らかの変調を加える。組織的ディザ処理では、その変調の周期と位相(位置)は閾値マトリクスによってあらかじめ決まっている。一方、誤差拡散処理では、変調周期は低濃度部および高濃度部では長く、中間濃度部では短くと自動的に変化し、また位相(ドットを打つ位置)も入力信号自身に合わせて変化する。この性質により、誤差拡散処理は高い解像度と階調性を同時に持つことになる。
【0009】
しかし、誤差拡散処理には次のような欠点もある。
ドットつながり;
例えば、入力画素値がすべて1/256等、ごく薄い入力画像を再現するために少数の画素をオンとするとき、遠く離れた画素の影響が反映しずらいため、ドットがつながってしまうことがある。これが低周波ノイズとなって目につきやすい。
【0010】
周期的テキスチャの混在;
例えば、入力画素値がすべて128/256等、平坦な入力画像に対し、必ずしも不規則な出力が得られず、周期的/非周期的なテキスチャが混在する場合がある。これも低周波ノイズとなって目につきやすい。
【0011】
演算量;
各画素毎に誤差の積和を計算するため演算量が大きくなり、高速処理が難しい。
【0012】
安定性の減少;
例えば、電子写真方式のプリンタの場合、オンとオフの切り替わり部分では中間的な潜像電位となり、出力結果が不安定になる。そのためこのようなプリンタでは変調周期が短いほどオン/オフ切り替え部が多くなるので出力画像も全体として不安定になる。
【0013】
【発明が解決しようとする課題】
誤差拡散法における上記した問題に対処する従来の方法として、閾値を周期的に変動させることによりドットを網点状にまとめる処理方法が提案されている(特開平62−239667号公報を参照)。しかし、この方法では、誤差拡散処理法の利点である非周期性、適応変調性が弱まることから、モアレ発生の可能性が高まり、解像度の低下などの画質劣化を生じてしまう。
【0014】
本発明の目的は、誤差拡散法と同様に、不規則なテキスチャによるモアレ防止性と適応変調による高解像性を保持しつつ、ドットつながりなど画質劣化を生じない疑似中間調処理方法、装置および記録媒体を提供することにある。
【0015】
【課題を解決するための手段】
前記目的を達成するために、請求項1記載の発明では、画素毎にN(>2)種以上のレベルを持つN値デジタル画像データを入力し、画素毎に2種のレベルを持つ2値デジタル画像データに変換して出力する疑似中間調処理方法であって、前記入力データの所定開始点から所定の順に入力画素を探索し、探索した入力画素の内、未処理の入力画素の値を加算し、該加算結果を所定の閾値と比較することにより互いに隣接した未処理画素からなる画素集合(以下、セル)を生成し、該セル内の出力画素値を、前記入力画素の位置と入力画素値の総和を基に設定し、前記セルを2値化処理した結果生じる誤差を、以降処理される他のセルに伝搬することを特徴としている。
【0016】
請求項記載の発明では、前記開始点からの相対位置を記録したテーブルを参照し、該テーブルに記録された順に入力画素を探索することを特徴としている。
【0017】
請求項記載の発明では、前記探索順が異なる複数のテーブルを用意し、使用するテーブルをセル毎に順にまたはランダムに切替えることを特徴としている。
【0018】
請求項記載の発明では、前記入力画素値の総和と画素数を基に前記セルを生成することを特徴としている。
【0019】
請求項記載の発明では、前記セル内の出力画素値を、前記入力画素値の重心位置と入力画素値の総和を基に設定することを特徴としている。
【0020】
請求項記載の発明では、画素毎にN(>2)種以上のレベルを持つN値デジタル画像データを入力する手段と、画素毎に2種のレベルを持つ2値デジタル画像データに変換して出力する手段を備えた疑似中間調処理装置であって、前記入力データの所定開始点から所定の順に入力画素を探索する手段と、探索した入力画素の内、未処理の入力画素の値を加算する手段と、該加算結果を所定の閾値と比較することにより互いに隣接した未処理画素からなる画素集合(以下、セル)を生成する手段と、該セル内の出力画素値を、前記入力画素の位置と入力画素値の総和を基に設定する手段と、前記セルを2値化処理した結果生じる誤差を、以降処理される他のセルに伝搬する手段を備えたことを特徴としている。
【0021】
請求項記載の発明では、画素毎にN(>2)種以上のレベルを持つN値デジタル画像データを入力し、画素毎に2種のレベルを持つ2値デジタル画像データに変換することにより疑似中間調の画像を出力するために、前記入力データの所定開始点から所定の順に入力画素を探索する機能と、探索した入力画素の内、未処理の入力画素の値を加算する機能と、該加算結果を所定の閾値と比較することにより互いに隣接した未処理画素からなる画素集合(以下、セル)を生成する機能と、該セル内の出力画素値を、前記入力画素の位置と入力画素値の総和を基に設定する機能と、前記セルを2値化処理した結果生じる誤差を、以降処理される他のセルに伝搬する機能をコンピュータに実現させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体であることを特徴としている。
【0022】
【発明の実施の形態】
以下、本発明の一実施例を図面を用いて具体的に説明する。
〈実施例1〉
本実施例では、1プレーンの8ビット(256階調)の入力画像データを1ビット2値のデータに変換する。ここで、入力画素値0を白、入力画素値255を黒とする。また、2値に変換される出力画素値0を白、出力画素値1を黒とする。
【0023】
本発明による階調処理は、以下の2段階の処理の繰り返を行う。すなわち、
(1)セルの設定
2値化処理の済んでいない画素をまとめ、画素集合(以下セルと呼ぶ)を作る。入力画像データの内容に従い、セル内の入力画素値が0または255に近い場合には大きなセルを、画素値が中間値128に近付くほど小さなセルを作る。
【0024】
(2)セル内の画素値段定
設定されたセル内の入力画像データの総和に従い、セル内の入出力の平均値がほぼ等しくなるようにセル内の出力画素値(0または1)の比率を決定し、セルのほぼ中央にまとめておく。
【0025】
図1は、本発明の実施例1の構成を示す。図において、1は256階調の画像データを読み込み、各種データの配列を用意する入力部、2は未処理画素の集合であるセルを設定するセル設定部、3はセル内の出力画素値を設定する画素値設定部、4は誤差配列、既処理配列を更新する更新処理部、5は2値画像データを出力する出力部である。
【0026】
図2は、本発明の実施例1の処理フローチャートを示す。以下に、本発明の詳細な動作を説明する。
【0027】
入力部1;
読み込み、準備(ステップ101、102)
8ビットの入力画像データを、配列In[i][j]に読み込む。入力データと同じ大きさの出力画像データのための配列Out[i][j]、および既処理画素位置記録用配列proc[i][j]と2値化誤差記録配列err[i][j]を用意する。proc[i][j]、err[i][j]は全てゼロに初期化しておく。
【0028】
セル設定部2;
未処理画素の探索(ステップ103)
配列procをスキャンし、初期値(0)になっている未処理画素をみつける。これがセルの開始点になる。
【0029】
セルの拡大(ステップ104)
上記の開始点の周囲にある未処理画素を順次セルに入れる。
(a)あらかじめセルの探索順序を決め、開始点からの相対位置をテーブルに保存しておく。テーブルは図5のような内容になる。これは図4の矢印の順にセルを拡大することを示す。このテーブルに従って既処理配列を参照し、未処理(0)となっている画素を順次記録していく。
【0030】
(b)図6のような異なる探索順序のテーブルをもう一つ用意しておき、使用するテーブルをセル毎にランダムに切替える。これにより同じ形状のセルが連続することを防ぎ、出力画像を不規則にすることができる。また、複数のテーブルを順番に切り替えても良い。その場合でも各セルが画像中で規則的に並ぶわけではないので、結果的にほぼランダムに切り替えると同様の効果を得ることができる。これにより、規則的なテキスチャの混在による画質劣化が防止される。
【0031】
拡大の終了(ステップ105)
セルに入る画素位置の入力画素値(In[i][j])および誤差値(err[i][j])を順次加算し、開始点の画素値が128未満の場合は、和が255以上になるまで、反対に開始点の画素値が128以上の場合は、和が(画素数−1)×255以下になるまで、セルを拡大していく。このようにセルの大きさを決めると、セル内には1つの画素だけを1(上記開始点の画素値が128未満の場合)または0(同じく128以上の場合)とすれば、セル内の入出力画素値の平均値がほぼ等しくなる。
【0032】
例えば、図7(a)のような入力画像データ(すべて50)、および(b)の既処理状況、(c)の誤差に対し(20、−10はそれぞれ別々のセルからの誤差)、図4の順に探索する場合を考える。図5のテーブルに従い、図7(d)に示す(1),(2),(3)...の順に探索を進める。各位置での加算結果は図8に示すようになる。
【0033】
開始点の画素値は50なので、(6)の位置で5画素までセルに組み入れた時点で入力画素値と誤差の和が260となり255を越える時点で拡大が終了し、これら5つの画素からなるセルが設定される。このように入力画像の平均的な値に応じてセルの大きさを決定することができる。
【0034】
画素値設定部3;
セルの中心位置の計算(ステップ106)
開始点の画素値が128未満の場合、1つの画素だけが1とするが(他の画素は0)、この画素位置を次式のようにセル内の入力画素位置の平均値によって求める。
【0035】
【数2】
Figure 0003722955
【0036】
ここで(xi,yi)は、セル内i番目の画素のx,y座標、nはセル内の画素数である。また、int(x)はxを越えない最大の整数を表す。
【0037】
開始点の画素値が128以上の場合も白黒を逆に考え同じ式によって、0出力画素の中心位置(1つの画素だけを0として、他の画素を1とする)を決めることができる。
【0038】
出力画素値決定(ステップ107)
上記中心位置がセル内にあればその画素を1(開始点入力画素値が128未満の場合、128以上の場合は0、以下同様)とすれば良いが、中心位置がセルの外のある場合、その位置を中心にセル内の画素を探索する。探索は図9のようにあらかじめ順序を決めておき、その順に探す。これにより、セル内のほぼ中心の位置に1つの1(または0)を置くことができる。セル内のそれ以外の位置の出力画素値は0(または1)とする。
【0039】
例えば図7(d)の場合、上式の計算の結果、中心位置は、
x=int((0+1+0−1−1)/5+0.5)
=0
y=int((0+1+1+1+0)/5+0.5)
=l
となり、図10のように出力画素値(1)が設定される。
【0040】
また、例えば入力画素値16の画素(低濃度画素)が続いている場合には、16画素で1セルが生成され、セル内の出力画素値として、15画素が0に、セルの中心となる1画素が1に設定される。この結果、セル内の入力画素値の平均値(16/256)と、出力画素値の平均値(1/16)が等しくなる。
【0041】
同様に、入力画素値150(>128)の画素が続いている場合には、3画素で1セルが生成され(入力画素値の総和=450<(3−1)×255)、セル内の出力画素値として、2画素が1に、1画素が0に設定され、セル内の入力画素値の平均値(150/256)と、出力画素値の平均値(2/3)がほぼ等しくなる。
【0042】
更新処理部4
誤差配列の更新(ステップ108)
セル内の入力画素値の合計と出力画素値(1)の合計の255倍との差は、このセル内の2値化処理で生じた誤差である。この誤差を無視すると出力画像で再現できる平均画素値は1/Nの値に制限されてしまう。そこで、この誤差を周辺の他のセルで補償するため、隣接する未処理画素位置の誤差配列に記録する。ここでは、上記中心位置の真下の未処理画素位置に、この誤差を記録する。図10の例では、セル内の入力画素値が260であり、出力画素値(1)の合計の255倍は255であるので、誤差は5となり、この誤差が図10のように記録される。そして、この値は、この画素位置を含むセルの拡大処理で使用されることになる。これにより、階調飛びのないなめらかな階調を再現することができる。
【0043】
既処理配列の更新(ステップ109)
最後に、今回処理したセルの各画素位置に対応する既処理配列に、処理済を示す1を記録する。2値画像データの出力全ての画素を処理し終えるまで、セルの設定から繰り返す。すべての画素を処理し終えたら出力部5に2値画像データを出力する(ステップ110)。
【0044】
本実施例では、セルに組み込まれ2値化処理された画素は既処理配列に記録されるため、その後の処理では(既処理配列の参照以外)演算に使用されることはない。よって処理に必要な演算は、各画素について、
・セル拡大ステップでの加算2回
・中心位置計算ステップでの加算2回
と、画素数よりも数の少ない各セルについて
・中心位置計算ステップでの加算2回と除算2回
で済む。
【0045】
従来の誤差拡散処理では、各画素について多数(通常5から10)の誤差の積和をとる(5から10回の乗算と加算)。よって本発明による処理法は誤差拡散処理より演算量が少ない。
【0046】
また、配列Out[i][j]、proc[i][j]、およびerr[i][j]は、必ずしも入力データと同じ大きさが必要なわけではなく、探索範囲をカバーする分だけを用意し、ずらしながら使用することもできる。
【0047】
〈実施例2〉
本実施例は、図3のような一般的な計算機システムで実行されるプログラムとして実施する場合の実施例である。プログラムは以下のように実行される。
【0048】
1.あらかじめ作成したプログラムを、フロッピーディスク/通信装置など入力装置を経由して計算機システムに取り込む。
2.処理される多値デジタル画像データを、フロッピーディスク/通信装置など入力装置を経由して計算機システムに取り込む。
3.CPU、メモリ、ハードディスクなどを利用してプログラムを実行することによって、実施例1で説明した本発明の2値化処理を実行し、結果をメモリに記録する。
4.メモリ上の処理結果は、以下のように利用される。
【0049】
・ディスプレイ/プリンタなど画像出力装置から出力する。
・フロッピーディスク/通信装置などデータ出力装置を経由し外部に出力する。
・ハードディスクなど外部記憶装置に記録する。
また、プロセッサと、プログラムを記録したメモリ、およびデータ記録用メモリをプリンタに内蔵し、プリンタ単体で本発明の2値化処理を実現することもできる。
【0050】
〈実施例3〉
実施例1では、セル拡大の終了は、入力画素値と2値化誤差の和で決めた。このために例えば入力画素値が128の場合、ほとんどのセルが2画素の大きさを持ち、その1画素が0、もう1画素が1となる。しかし、このような出力2値画像はON/OFFの切替えが多くなるため、電子写真プリンタなどで出力すると印刷結果が不安定になりやすい。
【0051】
本実施例は、このような短すぎる変調周期による不安定性を改善するものである。そのために、最小セルサイズを制限することで、このような問題を改善することができる。
【0052】
例えばセル拡大の終了条件として、図11に示すように
・セル内画素数が10個以上あること(ステップ201)、
・かつ、入力画素値と誤差値の和が255をこえていること(ステップ202)とする。なお、図11のステップ201、202以外の各ステップは図2と同様であるので、図11では省略している。
【0053】
こうするとセル内の入力画素値の和が255を大きく越える可能性がある。その場合、図9の順に探索し、和の255について1つづつ、セル内の複数の画素を1と置くことにより(例えば、セル内の入力画素値128の画素が10個続いているとき、和が256となる2画素について1画素を1とする処理を行い、10画素の内、5画素を1とする)、平均濃度を保つことができる。また、図9のような順に探索すると、出力が1(または0)となる画素がセル内の中心付近に集中するので、ON/OFFの切り替えを少なくすることができる。
【0054】
〈実施例4〉
実施例1では、セル内の出力画素の中心位置はセル内画素の中心位置から決めた。しかし、セル内の入力画素値に大小がある場合、例えば図12のようにセル内の入力画素値が分布している場合、セルの中心に1をおくよりも、右端に1をおいた方が入力画像に対する再現性は良く、出力画像の解像度が高くなると考えられる。
【0055】
そこで、入力画素値の大小に応じて出力画素の位置を決めるため、次式のように入力画素値で重みづけした重心位置を求めることができる。
【0056】
【数3】
Figure 0003722955
【0057】
ここで(xi,yi)は、セル内i番目の画素のx,y座標、viはi番目の画素の画素値、nはセル内の画素数である。また、int(x)はxを越えない最大の整数を表す。
【0058】
開始点の画素値が128以上の場合も白黒を逆に考え同様に下式によって0出力画素の重心位置を決めることできる。
【0059】
【数4】
Figure 0003722955
【0060】
この重みづけした重心位置を中心に、実施例1と同様に周囲を探索し、セル内の出力画素値を決定する。この計算でも図7(a)のように入力画素値が平坦に分布している場合は、単純な中心位置と同じになり、セルの中心付近に1が置かれるため、ドットつながりは防止できる。これにより、より解像度の高い出力を得ることができる。
【0061】
【発明の効果】
以上、説明したように、本発明によれば、各セルの中央付近の画素を1(または0)とすることにより、白または黒に近い入力画像に対して、ドットをほぼ均等に配置しつながりを防止するので、低周波ノイズの少ない高画質な2値画像を得ることができる。また、セルの大きさを入力画素値によって決めているので、誤差拡散法と同様に、適応変調により解像度の高い出力画像を得ることができる。さらに、従来の方法に比べて簡単な演算で実現することができる。
【0062】
本発明によれば、セルで生じた誤差を他のセルに伝搬しているので、なめらかな階調を再現することができる。
【0063】
本発明によれば、セル拡大のための探索方向を順にまたはランダムに変えることで、どのような入力に対しても出力画素の分布を不規則にすることができ、安定した不規則なテキスチャの出力を得ることができる。
【0064】
本発明によれば、セルの大きさに下限を設定し、セル内出力値の1(または0)を固めることで、画素のON/OFF切り替えを減らし、安定した出力を得ることができる。
【0065】
本発明によれば、入力画素値の分布にしたがって出力画素位置を決めるので、解像度の高い出力を得ることができる。
【図面の簡単な説明】
【図1】 本発明の実施例1の構成を示す。
【図2】 本発明の実施例1の処理フローチャートを示す。
【図3】 本発明の実施例2の構成を示す。
【図4】 セル画素の探索順序を示す。
【図5】 セル画素探索位置テーブルの例を示す。
【図6】 セル画素の探索順序の他の例を示す。
【図7】 (a)〜(d)はセル設定処理の例を示す。
【図8】 図7のセルの拡大過程を示す。
【図9】 出力値設定画素の探索順序を示す。
【図10】 セル内の画素値設定の例を示す。
【図11】 実施例2の処理フローチャートの一部を示す。
【図12】 セル内の入力画素値が片寄っている例を示す。
【図13】 従来の誤差拡散処理の構成を示す。
【符号の説明】
1 入力部
2 セル設定部
3 画素値設定部
4 更新処理部
5 出力部[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a pseudo halftone processing method, apparatus, and recording medium that do not cause image quality deterioration such as dot connection.
[0002]
[Prior art]
The pseudo halftone processing of a digital image is a process of converting data of continuous gradation (for example, 256 values) in which one pixel can have a large number of values into a smaller number of gradations (for example, binary, quaternary, etc.). is there.
[0003]
A method of error diffusion processing, which is one of conventionally known pseudo-halftone processing, will be described with reference to a block diagram shown in FIG. Here, it is assumed that 8-bit 256-value data is converted to binary.
[0004]
The error (err i, j ) of the peripheral processed pixels recorded in the error buffer 21 is weighted by the product-sum unit 23 using the predetermined weight coefficient w i, j in the error mask 22 as follows: The processed pixel error value (E i, j ) is obtained by averaging.
[0005]
[Expression 1]
Figure 0003722955
[0006]
The processed pixel error (E i, j ) is added to the input pixel value in i, j by the adder 24, and the corrected input pixel value (sum i, j ) is calculated. The threshold processing unit 25 uses the first threshold (= 128) and performs threshold processing on the corrected input pixel value (sum i, j ) to obtain a binary output pixel value out i, j . The subtractor 26 obtains the difference between the corrected pixel value sum i, j and the output pixel value out i, j , and records the result err i, j at a corresponding position in the error buffer 21.
[0007]
Such an error diffusion method has the following two excellent features.
Aperiodic;
In pseudo gradation processing such as systematic dither processing, a periodic gray structure is generated in the output. When the image signal itself has a periodic structure, there is a possibility that moire occurs due to interference with the period of the pseudo halftone processing. In this regard, the error diffusion process has an advantage that moire is less likely to occur because the process itself does not have a periodic structure.
[0008]
Adaptive modulation;
In the pseudo gradation processing, any modulation is applied to the input image signal. In the systematic dither processing, the modulation period and phase (position) are predetermined by a threshold matrix. On the other hand, in the error diffusion process, the modulation period is automatically changed to be long in the low density part and the high density part and short in the intermediate density part, and the phase (position where the dot is hit) also changes in accordance with the input signal itself. Due to this property, the error diffusion process has high resolution and gradation at the same time.
[0009]
However, the error diffusion process has the following drawbacks.
Dot connection;
For example, when a small number of pixels are turned on to reproduce a very thin input image with all input pixel values of 1/256, etc., dots may be connected because it is difficult to reflect the influence of distant pixels. . This becomes low frequency noise and is easily noticeable.
[0010]
Mixing of periodic textures;
For example, for a flat input image whose input pixel values are all 128/256, an irregular output cannot always be obtained, and periodic / non-periodic textures may be mixed. This is also low frequency noise and easily noticeable.
[0011]
Computational complexity;
Since the error sum of products is calculated for each pixel, the amount of calculation becomes large and high-speed processing is difficult.
[0012]
Decreased stability;
For example, in the case of an electrophotographic printer, an intermediate latent image potential is generated at the on / off switching portion, and the output result becomes unstable. Therefore, in such a printer, as the modulation period is shorter, the number of on / off switching units increases, so that the output image also becomes unstable as a whole.
[0013]
[Problems to be solved by the invention]
As a conventional method for coping with the above-mentioned problem in the error diffusion method, a processing method for combining dots into halftone dots by periodically changing a threshold value has been proposed (see Japanese Patent Application Laid-Open No. 62-239667). However, with this method, the non-periodicity and adaptive modulation properties that are advantages of the error diffusion processing method are weakened, so that the possibility of occurrence of moire increases and image quality degradation such as a reduction in resolution occurs.
[0014]
An object of the present invention is to provide a pseudo halftone processing method, an apparatus, and a pseudo halftone processing method that do not cause image quality degradation such as dot connection while maintaining moiré prevention due to irregular texture and high resolution due to adaptive modulation, similar to the error diffusion method It is to provide a recording medium.
[0015]
[Means for Solving the Problems]
In order to achieve the above object, according to the first aspect of the present invention, N-value digital image data having N (> 2) or more levels for each pixel is input, and binary having two levels for each pixel. A pseudo halftone processing method for converting to digital image data and outputting the image data, searching for input pixels in a predetermined order from a predetermined start point of the input data, and determining the value of an unprocessed input pixel among the searched input pixels Addition and comparison of the addition result with a predetermined threshold value generates a pixel set (hereinafter referred to as a cell) composed of unprocessed pixels adjacent to each other, and outputs an output pixel value in the cell as a position of the input pixel It is set based on the sum of pixel values, and an error generated as a result of binarizing the cell is propagated to other cells to be processed thereafter .
[0016]
The invention according to claim 2 is characterized in that an input pixel is searched in the order recorded in the table with reference to a table in which the relative position from the start point is recorded.
[0017]
The invention according to claim 3 is characterized in that a plurality of tables having different search orders are prepared, and the tables to be used are switched sequentially or randomly for each cell.
[0018]
The invention according to claim 4 is characterized in that the cell is generated based on the sum of the input pixel values and the number of pixels.
[0019]
The invention according to claim 5 is characterized in that the output pixel value in the cell is set based on the centroid position of the input pixel value and the sum of the input pixel values.
[0020]
According to the sixth aspect of the present invention, means for inputting N-value digital image data having N (> 2) or more levels for each pixel and binary digital image data having two levels for each pixel are converted. And a means for searching for input pixels in a predetermined order from a predetermined start point of the input data, and a value of an unprocessed input pixel among the searched input pixels. Means for adding, means for generating a pixel set (hereinafter referred to as a cell) composed of unprocessed pixels adjacent to each other by comparing the addition result with a predetermined threshold, and an output pixel value in the cell as the input pixel And a means for propagating an error generated as a result of binarizing the cell to other cells to be processed thereafter.
[0021]
According to the seventh aspect of the present invention, N-value digital image data having N (> 2) or more levels for each pixel is input, and converted into binary digital image data having two levels for each pixel. A function of searching for input pixels in a predetermined order from a predetermined start point of the input data in order to output a pseudo-halftone image; a function of adding the values of unprocessed input pixels among the searched input pixels; A function of generating a pixel set (hereinafter referred to as a cell) composed of unprocessed pixels adjacent to each other by comparing the addition result with a predetermined threshold, and an output pixel value in the cell, a position of the input pixel and an input pixel A computer-readable recording of a program for causing a computer to realize a function of setting based on the sum of values and a function of propagating an error generated as a result of binarizing the cell to other cells to be processed thereafter It is characterized in that a recording medium capable.
[0022]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, an embodiment of the present invention will be described in detail with reference to the drawings.
<Example 1>
In this embodiment, 8-bit (256 gradations) input image data for one plane is converted into 1-bit binary data. Here, the input pixel value 0 is white, and the input pixel value 255 is black. Also, the output pixel value 0 converted to binary is white, and the output pixel value 1 is black.
[0023]
The gradation processing according to the present invention repeats the following two-stage processing. That is,
(1) Cell setting Pixels that have not been binarized are grouped to create a pixel set (hereinafter referred to as a cell). According to the contents of the input image data, a large cell is created when the input pixel value in the cell is close to 0 or 255, and a smaller cell is created as the pixel value approaches the intermediate value 128.
[0024]
(2) Pixel price in the cell The ratio of the output pixel value (0 or 1) in the cell is set so that the average value of the input and output in the cell is almost equal according to the set sum of the input image data in the cell. Determine and group them in the middle of the cell.
[0025]
FIG. 1 shows the configuration of Embodiment 1 of the present invention. In the figure, 1 is an input unit that reads image data of 256 gradations and prepares an array of various data, 2 is a cell setting unit that sets a cell that is a set of unprocessed pixels, and 3 is an output pixel value in the cell. A pixel value setting unit to be set, 4 is an error array, an update processing unit for updating the already processed array, and 5 is an output unit for outputting binary image data.
[0026]
FIG. 2 shows a process flowchart of the first embodiment of the present invention. The detailed operation of the present invention will be described below.
[0027]
Input unit 1;
Reading and preparation (steps 101 and 102)
8-bit input image data is read into the array In [i] [j]. An array Out [i] [j] for output image data having the same size as the input data, a processed pixel position recording array proc [i] [j], and a binarized error recording array err [i] [j ] Is prepared. proc [i] [j] and err [i] [j] are all initialized to zero.
[0028]
Cell setting unit 2;
Search for unprocessed pixels (step 103)
The array proc is scanned to find an unprocessed pixel having an initial value (0). This is the starting point of the cell.
[0029]
Cell expansion (step 104)
Unprocessed pixels around the start point are sequentially placed in the cell.
(A) The cell search order is determined in advance, and the relative position from the start point is stored in a table. The table has the contents shown in FIG. This indicates that the cells are enlarged in the order of the arrows in FIG. The processed array is referred to according to this table, and the pixels that are not processed (0) are sequentially recorded.
[0030]
(B) Another table with a different search order as shown in FIG. 6 is prepared, and the table to be used is switched randomly for each cell. As a result, it is possible to prevent the cells having the same shape from continuing and make the output image irregular. A plurality of tables may be switched in order. Even in this case, the cells are not regularly arranged in the image, and as a result, the same effect can be obtained by switching almost randomly. This prevents image quality deterioration due to regular texture mixing.
[0031]
End of enlargement (step 105)
The input pixel value (In [i] [j]) and the error value (err [i] [j]) at the pixel position entering the cell are sequentially added, and if the pixel value at the start point is less than 128, the sum is 255. On the contrary, when the pixel value of the starting point is 128 or more, the cell is expanded until the sum becomes (number of pixels−1) × 255 or less. When the size of the cell is determined in this way, if only one pixel in the cell is set to 1 (when the pixel value of the starting point is less than 128) or 0 (also equal to or greater than 128), The average value of the input / output pixel values is almost equal.
[0032]
For example, the input image data (all 50) as shown in FIG. 7A, the already processed state of FIG. 7B, and the error of (c) (20 and −10 are errors from separate cells, respectively) Consider the case of searching in the order of 4. According to the table of FIG. 5, (1), (2), (3). . . The search proceeds in the order of. The result of addition at each position is as shown in FIG.
[0033]
Since the pixel value of the starting point is 50, the sum of the input pixel value and the error becomes 260 when it is incorporated into the cell at the position (6) at 260, and the enlargement ends when it exceeds 255, and consists of these five pixels. A cell is set. Thus, the cell size can be determined according to the average value of the input image.
[0034]
Pixel value setting unit 3;
Calculation of the center position of the cell (step 106)
When the pixel value of the start point is less than 128, only one pixel is set to 1 (the other pixels are 0), but this pixel position is obtained by the average value of the input pixel positions in the cell as in the following equation.
[0035]
[Expression 2]
Figure 0003722955
[0036]
Here, (x i , y i ) is the x and y coordinates of the i-th pixel in the cell, and n is the number of pixels in the cell. Also, int (x) represents the maximum integer that does not exceed x.
[0037]
When the pixel value of the starting point is 128 or more, the center position of the 0 output pixel (only one pixel is set to 0 and the other pixels are set to 1) can be determined by the same formula considering black and white.
[0038]
Output pixel value determination (step 107)
If the center position is within the cell, the pixel may be set to 1 (if the starting point input pixel value is less than 128, 0 if it is 128 or more, and so on), but the center position is outside the cell. The pixel in the cell is searched around the position. The search is determined in advance as shown in FIG. Thereby, one 1 (or 0) can be placed at a substantially central position in the cell. The output pixel value at other positions in the cell is 0 (or 1).
[0039]
For example, in the case of FIG. 7D, as a result of the calculation of the above formula, the center position is
x = int ((0 + 1 + 0-1-1) /5+0.5)
= 0
y = int ((0 + 1 + 1 + 1 + 0) /5+0.5)
= L
Thus, the output pixel value (1) is set as shown in FIG.
[0040]
For example, when a pixel (low density pixel) having an input pixel value of 16 continues, one cell is generated with 16 pixels, and 15 pixels are set to 0 as the output pixel value in the cell, which becomes the center of the cell. One pixel is set to one. As a result, the average value (16/256) of the input pixel values in the cell is equal to the average value (1/16) of the output pixel values.
[0041]
Similarly, when pixels with an input pixel value of 150 (> 128) continue, one cell is generated with three pixels (sum of input pixel values = 450 <(3-1) × 255), As the output pixel value, 2 pixels are set to 1 and 1 pixel is set to 0, and the average value (150/256) of the input pixel values in the cell is almost equal to the average value (2/3) of the output pixel values. .
[0042]
Update processing unit 4
Update error array (step 108)
The difference between the sum of the input pixel values in the cell and 255 times the sum of the output pixel values (1) is an error caused by the binarization process in the cell. If this error is ignored, the average pixel value that can be reproduced in the output image is limited to a value of 1 / N. Therefore, in order to compensate for this error in other neighboring cells, the error is recorded in an error array of adjacent unprocessed pixel positions. Here, this error is recorded at an unprocessed pixel position directly below the center position. In the example of FIG. 10, the input pixel value in the cell is 260, and 255 times the total of the output pixel values (1) is 255, so the error is 5, and this error is recorded as shown in FIG. . This value is used in the enlargement process of the cell including this pixel position. As a result, a smooth gradation without gradation skip can be reproduced.
[0043]
Update processed array (step 109)
Finally, 1 indicating the processed state is recorded in the processed array corresponding to each pixel position of the cell processed this time. The process is repeated from the cell setting until all the pixels of the output binary image data have been processed. When all the pixels have been processed, binary image data is output to the output unit 5 (step 110).
[0044]
In the present embodiment, the pixels that have been incorporated into the cells and subjected to the binarization process are recorded in the processed array, and therefore are not used for calculations in the subsequent processes (other than referring to the processed array). Therefore, the calculation required for processing is as follows for each pixel.
-Two additions in the cell enlargement step-Two additions in the center position calculation step and each cell having a number smaller than the number of pixels-Two additions in the center position calculation step and two divisions are sufficient.
[0045]
In the conventional error diffusion processing, a product sum of a large number (usually 5 to 10) of errors is calculated for each pixel (5 to 10 multiplications and additions). Therefore, the processing method according to the present invention requires less computation than the error diffusion processing.
[0046]
The arrays Out [i] [j], proc [i] [j], and err [i] [j] do not necessarily have the same size as the input data, and only cover the search range. Can be prepared and used while shifting.
[0047]
<Example 2>
This embodiment is an embodiment when implemented as a program executed by a general computer system as shown in FIG. The program is executed as follows.
[0048]
1. A program created in advance is taken into a computer system via an input device such as a floppy disk / communication device.
2. Multi-value digital image data to be processed is taken into a computer system via an input device such as a floppy disk / communication device.
3. By executing the program using a CPU, memory, hard disk, etc., the binarization processing of the present invention described in the first embodiment is executed, and the result is recorded in the memory.
4). The processing result on the memory is used as follows.
[0049]
Output from an image output device such as a display / printer.
-Output to the outside via a data output device such as a floppy disk / communication device.
・ Record on an external storage device such as a hard disk.
Also, the processor, the memory storing the program, and the data recording memory are built in the printer, and the binarization processing of the present invention can be realized by the printer alone.
[0050]
<Example 3>
In the first embodiment, the end of cell expansion is determined by the sum of the input pixel value and the binarization error. For this reason, for example, when the input pixel value is 128, most cells have a size of two pixels, one pixel being 0 and the other pixel being 1. However, since such output binary images are frequently switched ON / OFF, the print result tends to be unstable when output by an electrophotographic printer or the like.
[0051]
This embodiment improves instability due to such a modulation period that is too short. Therefore, this problem can be improved by limiting the minimum cell size.
[0052]
For example, as an end condition of cell expansion, as shown in FIG. 11, the number of pixels in the cell is 10 or more (step 201),
It is assumed that the sum of the input pixel value and the error value exceeds 255 (step 202). Since steps other than steps 201 and 202 in FIG. 11 are the same as those in FIG. 2, they are omitted in FIG.
[0053]
In this case, the sum of the input pixel values in the cell may greatly exceed 255. In that case, the search is performed in the order shown in FIG. 9, and a plurality of pixels in the cell are set to 1 one by one for the sum 255 (for example, when 10 pixels of the input pixel value 128 in the cell continue, The process of setting 1 pixel to 1 for 2 pixels having a sum of 256 is performed, and 5 pixels out of 10 pixels are set to 1), and the average density can be maintained. Further, if the search is performed in the order as shown in FIG. 9, pixels whose output is 1 (or 0) are concentrated in the vicinity of the center in the cell, so that ON / OFF switching can be reduced.
[0054]
<Example 4>
In the first embodiment, the center position of the output pixel in the cell is determined from the center position of the pixel in the cell. However, when the input pixel value in the cell is large or small, for example, when the input pixel value in the cell is distributed as shown in FIG. 12, the one placed at the right end rather than 1 at the center of the cell However, the reproducibility with respect to the input image is good and the resolution of the output image is considered to be high.
[0055]
Therefore, in order to determine the position of the output pixel according to the magnitude of the input pixel value, the gravity center position weighted with the input pixel value can be obtained as in the following equation.
[0056]
[Equation 3]
Figure 0003722955
[0057]
Here, (x i , y i ) is the x and y coordinates of the i th pixel in the cell, v i is the pixel value of the i th pixel, and n is the number of pixels in the cell. Also, int (x) represents the maximum integer that does not exceed x.
[0058]
When the pixel value of the starting point is 128 or more, the center of gravity of the 0 output pixel can be determined by the following equation in the same way by considering black and white in reverse.
[0059]
[Expression 4]
Figure 0003722955
[0060]
The surroundings are searched around the weighted center of gravity as in the first embodiment, and the output pixel value in the cell is determined. In this calculation as well, when the input pixel values are distributed flatly as shown in FIG. 7A, it becomes the same as the simple center position, and 1 is placed near the center of the cell. Thereby, an output with higher resolution can be obtained.
[0061]
【The invention's effect】
As described above, according to the present invention , by setting the pixel in the vicinity of the center of each cell to 1 (or 0), dots are arranged almost evenly on an input image close to white or black. Therefore, a high-quality binary image with low low-frequency noise can be obtained. Further, since the cell size is determined by the input pixel value, an output image with high resolution can be obtained by adaptive modulation as in the error diffusion method. Further, it can be realized by a simple calculation as compared with the conventional method.
[0062]
According to the present invention , since an error generated in a cell is propagated to another cell, a smooth gradation can be reproduced.
[0063]
According to the present invention , by changing the search direction for cell expansion sequentially or randomly, the distribution of output pixels can be made irregular for any input, and stable and irregular textures can be obtained. Output can be obtained.
[0064]
According to the present invention , by setting a lower limit to the size of a cell and hardening 1 (or 0) of the in-cell output value, it is possible to reduce pixel ON / OFF switching and obtain a stable output.
[0065]
According to the present invention , since the output pixel position is determined according to the distribution of the input pixel values, an output with high resolution can be obtained.
[Brief description of the drawings]
FIG. 1 shows a configuration of Embodiment 1 of the present invention.
FIG. 2 shows a processing flowchart of Embodiment 1 of the present invention.
FIG. 3 shows a configuration of Embodiment 2 of the present invention.
FIG. 4 shows a search order of cell pixels.
FIG. 5 shows an example of a cell pixel search position table.
FIG. 6 shows another example of the search order of cell pixels.
FIGS. 7A to 7D show examples of cell setting processing.
8 shows an expansion process of the cell of FIG.
FIG. 9 shows a search order for output value setting pixels.
FIG. 10 shows an example of pixel value setting in a cell.
FIG. 11 shows a part of a processing flowchart according to the second embodiment.
FIG. 12 shows an example in which input pixel values in a cell are shifted.
FIG. 13 shows a configuration of conventional error diffusion processing.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 Input part 2 Cell setting part 3 Pixel value setting part 4 Update processing part 5 Output part

Claims (7)

画素毎にN(>2)種以上のレベルを持つN値デジタル画像データを入力し、画素毎に2種のレベルを持つ2値デジタル画像データに変換して出力する疑似中間調処理方法であって、前記入力データの所定開始点から所定の順に入力画素を探索し、探索した入力画素の内、未処理の入力画素の値を加算し、該加算結果を所定の閾値と比較することにより互いに隣接した未処理画素からなる画素集合(以下、セル)を生成し、該セル内の出力画素値を、前記入力画素の位置と入力画素値の総和を基に設定し、前記セルを2値化処理した結果生じる誤差を、以降処理される他のセルに伝搬することを特徴とする疑似中間調処理方法。This is a pseudo halftone processing method in which N-value digital image data having N (> 2) levels or more is input for each pixel, converted into binary digital image data having two levels for each pixel, and output. The input pixels are searched in a predetermined order from the predetermined start point of the input data, the values of unprocessed input pixels among the searched input pixels are added, and the result of addition is compared with a predetermined threshold value. A pixel set (hereinafter referred to as a cell) composed of adjacent unprocessed pixels is generated, the output pixel value in the cell is set based on the sum of the position of the input pixel and the input pixel value, and the cell is binarized An error generated as a result of processing is propagated to another cell to be processed thereafter . 前記開始点からの相対位置を記録したテーブルを参照し、該テーブルに記録された順に入力画素を探索することを特徴とする請求項1記載の疑似中間調処理方法。  2. The pseudo halftone processing method according to claim 1, wherein an input pixel is searched in the order recorded in the table with reference to a table in which the relative position from the start point is recorded. 前記探索順が異なる複数のテーブルを用意し、使用するテーブルをセル毎に順にまたはランダムに切替えることを特徴とする請求項記載の疑似中間調処理方法。The pseudo halftone processing method according to claim 2, wherein a plurality of tables having different search orders are prepared, and a table to be used is switched sequentially or randomly for each cell. 前記入力画素値の総和と画素数を基に前記セルを生成することを特徴とする請求項1記載の疑似中間調処理方法。  2. The pseudo halftone processing method according to claim 1, wherein the cell is generated based on a sum of the input pixel values and the number of pixels. 前記セル内の出力画素値を、前記入力画素値の重心位置と入力画素値の総和を基に設定することを特徴とする請求項1記載の疑似中間調処理方法。  2. The pseudo halftone processing method according to claim 1, wherein the output pixel value in the cell is set based on a centroid position of the input pixel value and a sum of the input pixel values. 画素毎にN(>2)種以上のレベルを持つN値デジタル画像データを入力する手段と、画素毎に2種のレベルを持つ2値デジタル画像データに変換して出力する手段を備えた疑似中間調処理装置であって、前記入力データの所定開始点から所定の順に入力画素を探索する手段と、探索した入力画素の内、未処理の入力画素の値を加算する手段と、該加算結果を所定の閾値と比較することにより互いに隣接した未処理画素からなる画素集合(以下、セル)を生成する手段と、該セル内の出力画素値を、前記入力画素の位置と入力画素値の総和を基に設定する手段と、前記セルを2値化処理した結果生じる誤差を、以降処理される他のセルに伝搬する手段を備えたことを特徴とする疑似中間調処理装置。  Pseudo means having means for inputting N-value digital image data having N (> 2) or more levels for each pixel and means for converting and outputting binary digital image data having two levels for each pixel A halftone processing device, wherein means for searching for input pixels in a predetermined order from a predetermined start point of the input data, means for adding the values of unprocessed input pixels among the searched input pixels, and the addition result Means for generating a pixel set (hereinafter referred to as a cell) composed of unprocessed pixels adjacent to each other by comparing with a predetermined threshold value, and the output pixel value in the cell as the sum of the position of the input pixel and the input pixel value And a means for propagating an error generated as a result of binarizing the cell to other cells to be processed thereafter. 画素毎にN(>2)種以上のレベルを持つN値デジタル画像データを入力し、画素毎に2種のレベルを持つ2値デジタル画像データに変換することにより疑似中間調の画像を出力するために、前記入力データの所定開始点から所定の順に入力画素を探索する機能と、探索した入力画素の内、未処理の入力画素の値を加算する機能と、該加算結果を所定の閾値と比較することにより互いに隣接した未処理画素からなる画素集合(以下、セル)を生成する機能と、該セル内の出力画素値を、前記入力画素の位置と入力画素値の総和を基に設定する機能と、前記セルを2値化処理した結果生じる誤差を、以降処理される他のセルに伝搬する機能をコンピュータに実現させるためのプログラムを記録したコンピュータ読み取り可能な記録媒体。  N-value digital image data having N (> 2) or more levels for each pixel is input, and converted to binary digital image data having two levels for each pixel, thereby outputting a pseudo halftone image. Therefore, a function of searching for input pixels in a predetermined order from a predetermined start point of the input data, a function of adding the values of unprocessed input pixels among the searched input pixels, and the addition result as a predetermined threshold value A function for generating a pixel set (hereinafter referred to as a cell) composed of unprocessed pixels adjacent to each other by comparison, and an output pixel value in the cell are set based on the position of the input pixel and the sum of the input pixel values. A computer-readable recording medium recording a program for causing a computer to realize a function and a function of propagating an error generated as a result of binarizing the cell to another cell to be processed thereafter.
JP17663197A 1997-07-02 1997-07-02 Pseudo halftone processing method, apparatus and recording medium Expired - Fee Related JP3722955B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP17663197A JP3722955B2 (en) 1997-07-02 1997-07-02 Pseudo halftone processing method, apparatus and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP17663197A JP3722955B2 (en) 1997-07-02 1997-07-02 Pseudo halftone processing method, apparatus and recording medium

Publications (2)

Publication Number Publication Date
JPH1127528A JPH1127528A (en) 1999-01-29
JP3722955B2 true JP3722955B2 (en) 2005-11-30

Family

ID=16016967

Family Applications (1)

Application Number Title Priority Date Filing Date
JP17663197A Expired - Fee Related JP3722955B2 (en) 1997-07-02 1997-07-02 Pseudo halftone processing method, apparatus and recording medium

Country Status (1)

Country Link
JP (1) JP3722955B2 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3798150B2 (en) 1998-07-07 2006-07-19 株式会社リコー Image processing method and image processing apparatus
JP4062175B2 (en) 2003-01-09 2008-03-19 セイコーエプソン株式会社 Image processing apparatus, method, program, and recording medium recording the program
WO2005109851A1 (en) * 2004-05-06 2005-11-17 Seiko Epson Corporation Image processing device, image processing method, and program
JP4274102B2 (en) 2004-10-18 2009-06-03 セイコーエプソン株式会社 Image processing apparatus, image processing method, image processing program, and recording medium recording the program
JP4492723B2 (en) * 2005-05-16 2010-06-30 セイコーエプソン株式会社 Image processing apparatus, image processing method, and image processing program
JP4539567B2 (en) * 2006-01-17 2010-09-08 セイコーエプソン株式会社 Image processing apparatus, image processing method, image processing program, and recording medium recording the program
JP4748079B2 (en) * 2007-02-19 2011-08-17 セイコーエプソン株式会社 Image processing apparatus and image processing method

Also Published As

Publication number Publication date
JPH1127528A (en) 1999-01-29

Similar Documents

Publication Publication Date Title
US5729663A (en) Method and apparatus for gray screening
JP3603906B2 (en) Image signal binarization processing apparatus and method
US6011878A (en) Image processing method and apparatus
JP2974363B2 (en) Image processing device
EP0454495A1 (en) Half-tone image processing system
JPH11187264A (en) Method and device for processing image
JP2006065834A (en) Image processing device and image processing method
EP2111032B1 (en) Image processing apparatus and method thereof
JP3722955B2 (en) Pseudo halftone processing method, apparatus and recording medium
US6628427B1 (en) Method and apparatus for image processing which improves performance of gray scale image transformation
JPH0863596A (en) Method and system for diffusion of error as well as generation method of error value
JPH11146203A (en) Image processor and storage medium storing program about device
JP3679522B2 (en) Image processing method and apparatus
JP2857906B2 (en) Halftone binarization processor
JP4185720B2 (en) Image processing apparatus and image processing method
JP3167676B2 (en) Image processing device
JPH0197650A (en) Image processing method
JP2002152512A (en) Image processing method and image processor
JP2880561B2 (en) Image processing device
JPH07295527A (en) Processor for image signal binarization processing and method therefor
JP2000050067A (en) Image processing method and device therefor
JPH11155064A (en) Picture processing method and device thereof
JPH0937072A (en) Image magnifying device
JPH09247446A (en) Signal processor and method therefor
JP2002101305A (en) Image processing unit and image processing method

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20041201

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050111

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050314

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20050913

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050914

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080922

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090922

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090922

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100922

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110922

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120922

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130922

Year of fee payment: 8

LAPS Cancellation because of no payment of annual fees