JPH06326864A - Picture processing method - Google Patents
Picture processing methodInfo
- Publication number
- JPH06326864A JPH06326864A JP5111481A JP11148193A JPH06326864A JP H06326864 A JPH06326864 A JP H06326864A JP 5111481 A JP5111481 A JP 5111481A JP 11148193 A JP11148193 A JP 11148193A JP H06326864 A JPH06326864 A JP H06326864A
- Authority
- JP
- Japan
- Prior art keywords
- picture
- image data
- pixels
- density value
- binarized
- 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.)
- Withdrawn
Links
Landscapes
- Image Processing (AREA)
- Facsimile Image Signal Circuits (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、画像処理方法に関する
ものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image processing method.
【0002】[0002]
【従来の技術】従来、デジタルファクシミリに適用され
る画像処理方法においては、複数の階調から成る中間調
データを擬似的に表現するための2値化方法として誤差
拡散法を使用している(Floyd and Steinberg, "An Ada
ptive Algorithm for SpatialGreyscale" Proceedings
of the S.I.D. vol 17/2 Second Quarter 1976, pp75-7
7 (S.I.D.:SOCIETY for IMFORMATION DISPLAY) 参
照)。2. Description of the Related Art Conventionally, in an image processing method applied to a digital facsimile, an error diffusion method has been used as a binarization method for representing halftone data consisting of a plurality of gradations in a pseudo manner. Floyd and Steinberg, "An Ada
ptive Algorithm for SpatialGreyscale "Proceedings
of the SID vol 17/2 Second Quarter 1976, pp75-7
7 (See SID: SOCIETY for IMFORMATION DISPLAY)).
【0003】図2は従来の誤差拡散法を使用した誤差拡
散法2値化回路を示すブロック図である。図において、
11は加算器、12は比較器、13は前記加算器11及
び比較器12から成る誤差拡散法2値化回路、I(x,
y)はアドレス(x,y)における入力信号としての多
値の濃度値、P(x,y)はアドレス(x,y)におけ
る出力信号としての2値の濃度値、E(x,y)はアド
レス(x,y)における誤差、THは固定閾値(しきい
ち)である。FIG. 2 is a block diagram showing an error diffusion method binarization circuit using a conventional error diffusion method. In the figure,
Reference numeral 11 is an adder, 12 is a comparator, 13 is an error diffusion binarization circuit including the adder 11 and the comparator 12, and I (x,
y) is a multivalued density value as an input signal at the address (x, y), P (x, y) is a binary density value as an output signal at the address (x, y), and E (x, y) Is an error in the address (x, y), and TH is a fixed threshold value.
【0004】前記誤差拡散法2値化回路13において、
2値化しようとする中間調データはアドレス(x,y)
における多値の濃度値I(x,y)で表される。該濃度
値I(x,y)は入力信号として誤差拡散法2値化回路
13に入力され、画像処理が行われて2値化され、濃度
値P(x,y)になる。そして、該濃度値P(x,y)
は出力信号として誤差拡散法2値化回路13から出力さ
れる。In the error diffusion binarization circuit 13,
The halftone data to be binarized is the address (x, y)
Is represented by a multivalued density value I (x, y). The density value I (x, y) is input to the error diffusion binarization circuit 13 as an input signal, image-processed and binarized to become the density value P (x, y). Then, the density value P (x, y)
Is output from the error diffusion binarization circuit 13 as an output signal.
【0005】前記濃度値I(x,y)の画素を濃度値P
(x,y)の画素で表すと、濃度値P(x,y)の画素
は本来の画素より明るすぎたり暗すぎたりする。そこ
で、前記濃度値I(x,y)と濃度値P(x,y)の差
を誤差E(x,y)として計算する。 E(x,y)=I(x,y)−P(x,y) そして、加算器11において前記誤差E(x,y)分の
濃度の重み付けを施して分配し、アドレス(x,y)の
周辺の画素の濃度値I(x,y)に加算するようにして
いる。次に、周辺の画素においては、前記加算器11か
らの信号が前記固定閾値THによって2値化される。A pixel having the density value I (x, y) is set to a density value P.
When expressed by the pixel of (x, y), the pixel of the density value P (x, y) is too bright or too dark as compared with the original pixel. Therefore, the difference between the density value I (x, y) and the density value P (x, y) is calculated as an error E (x, y). E (x, y) = I (x, y) -P (x, y) Then, the adder 11 weights and distributes the density of the error E (x, y), and distributes the address (x, y). ) Is added to the density value I (x, y) of the pixels around (). Next, in the peripheral pixels, the signal from the adder 11 is binarized by the fixed threshold TH.
【0006】前記誤差E(x,y)分の濃度の重み付け
は、式aで示すマトリクスによって表すことができる。The weighting of the density corresponding to the error E (x, y) can be expressed by the matrix shown in the equation a.
【0007】[0007]
【数1】 [Equation 1]
【0008】前記式aにおいて、*印は当該画素を示
す。この場合、当該画素に隣接する画素のうち、当該画
素を印刷した後に印刷されるすべての画素の濃度値I
(x,y)に誤差E(x,y)が分配される。すなわ
ち、当該画素のアドレスを(x,y)とし、該アドレス
(x,y)における誤差をE(x,y)としたとき、当
該画素に隣接する画素のうち、アドレス(x+1,y)
の画素の濃度値I(x+1,y)に対して A=(7/16)・E(x,y) の濃度を加算し、アドレス(x−1,y+1)の画素の
濃度値I(x−1,y+1)に対して B=(3/16)・E(x,y) の濃度を加算し、アドレス(x,y+1)の画素の濃度
値I(x,y+1)に対して C=(5/16)・E(x,y) の濃度を加算し、アドレス(x+1,y+1)の画素の
濃度値I(x+1,y+1)に対して D=(1/16)・(x,y) の濃度を加算する。In the above formula a, * indicates the pixel. In this case, among the pixels adjacent to the pixel, the density value I of all pixels printed after the pixel is printed.
The error E (x, y) is distributed to (x, y). That is, when the address of the pixel is (x, y) and the error at the address (x, y) is E (x, y), the address (x + 1, y) of the pixels adjacent to the pixel is
The density value I (x + 1, y) of the pixel of A = (7/16) · E (x, y) is added to obtain the density value I (x of the pixel of the address (x-1, y + 1). The density of B = (3/16) · E (x, y) is added to −1, y + 1), and C = is added to the density value I (x, y + 1) of the pixel at the address (x, y + 1). The densities of (5/16) · E (x, y) are added, and D = (1/16) · (x, y) for the density value I (x + 1, y + 1) of the pixel at the address (x + 1, y + 1). ) Is added.
【0009】そして、加算器11からの信号を前記固定
閾値THによって2値化するたびに前記処理を繰り返す
ようにしている。Then, the above process is repeated every time the signal from the adder 11 is binarized by the fixed threshold value TH.
【0010】[0010]
【発明が解決しようとする課題】しかしながら、前記従
来の画像処理方法においては、当該画素に隣接する画素
のうち、当該画素を印刷した後に印刷されるすべての画
素の濃度値I(x,y)に誤差E(x,y)が分配され
るようになっていて、分配方法が一律的であるため、写
真などの濃淡のない画像について画像処理を施した場
合、画像処理後の画像に独特の縞(しま)パターンが発
生し、画像品位が低下してしまう。However, in the conventional image processing method, the density value I (x, y) of all the pixels that are printed after the pixel is printed out of the pixels adjacent to the pixel. Since the error E (x, y) is distributed to each of the images and the distribution method is uniform, when image processing is performed on an image having no shading, such as a photograph, a unique image is obtained. A stripe pattern is generated and the image quality is degraded.
【0011】本発明は、前記従来の画像処理方法の問題
点を解決して、画像処理後の画像に独特の縞パターンが
発生するのを防止し、画像品位を向上させることができ
る画像処理方法を提供することを目的とする。The present invention solves the problems of the conventional image processing method, prevents the occurrence of a unique stripe pattern in the image after the image processing, and improves the image quality. The purpose is to provide.
【0012】[0012]
【課題を解決するための手段】そのために、本発明の画
像処理方法においては、多値の濃度値の画像データを2
値化し、多値の濃度値の画像データをm×n画素のマト
リクスから成る複数のメッシュに分割し、注目メッシュ
内に黒画素及び白画素によるエッジが存在するか否かを
判断する。Therefore, in the image processing method of the present invention, the image data of multi-valued density values is converted into two.
The image data having multivalued density values is binarized and divided into a plurality of meshes composed of a matrix of m × n pixels, and it is determined whether or not edges of black pixels and white pixels exist in the mesh of interest.
【0013】そして、エッジが存在する場合は、2値化
された画像データをそのまま出力し、エッジが存在しな
い場合は、2値化された画像データを前記マトリクス内
で再配置する。If the edge exists, the binarized image data is output as it is, and if the edge does not exist, the binarized image data is rearranged in the matrix.
【0014】[0014]
【作用】本発明によれば、前記のように本発明の画像処
理方法においては、2値化回路が設けられ、多値の濃度
値の画像データを2値化するとともに、エッジ判定手段
が設けられ、多値の濃度値の画像データをm×n画素の
マトリクスから成る複数のメッシュに分割し、注目メッ
シュ内に黒画素及び白画素によるエッジが存在するか否
かを判断する。According to the present invention, as described above, in the image processing method of the present invention, the binarizing circuit is provided to binarize the image data of multi-valued density values and the edge determining means. Then, the multi-valued image data of the density value is divided into a plurality of meshes composed of a matrix of m × n pixels, and it is determined whether or not edges of black pixels and white pixels exist in the mesh of interest.
【0015】そして、エッジが存在する場合は、2値化
された画像データをそのまま出力し、エッジが存在しな
い場合は、再配置手段によって2値化された画像データ
を前記マトリクス内で再配置する。If an edge exists, the binarized image data is output as it is, and if an edge does not exist, the binarized image data is rearranged in the matrix by the rearrangement means. .
【0016】[0016]
【実施例】以下、本発明の実施例について図面を参照し
ながら詳細に説明する。図1は本発明の実施例を示す画
像処理方法が適用される画像処理装置のブロック図であ
る。図において、13は誤差拡散法2値化回路、21は
該誤差拡散法2値化回路13の入力手段である。該入力
手段21は、印刷された画像を読み取る図示しないスキ
ャナ、該スキャナが読み取ったアナログデータをデジタ
ルデータに変換する図示しないA/D変換器、及びライ
ン方向の各画素に対応して設けられた図示しないイメー
ジセンサのばらつきを補正するための図示しない補正回
路から成る。該入力手段21は、画素単位でアドレス
(x,y)に対応して多値の濃度値I(x,y)をエッ
ジ判定手段23及び誤差拡散法2値化回路13に対して
出力する。Embodiments of the present invention will now be described in detail with reference to the drawings. FIG. 1 is a block diagram of an image processing apparatus to which an image processing method according to an embodiment of the present invention is applied. In the figure, 13 is an error diffusion binarization circuit, and 21 is an input means of the error diffusion binarization circuit 13. The input means 21 is provided corresponding to a scanner (not shown) for reading a printed image, an A / D converter (not shown) for converting analog data read by the scanner into digital data, and each pixel in the line direction. It comprises a correction circuit (not shown) for correcting variations in the image sensor (not shown). The input unit 21 outputs a multivalued density value I (x, y) corresponding to the address (x, y) in pixel units to the edge determination unit 23 and the error diffusion binarization circuit 13.
【0017】本実施例において、濃度値I(x,y)は
64階調であり、0から63までの値から成る。該濃度
値I(x,y)は前記誤差拡散法2値化回路13におい
て2値化され、2値の濃度値P(x,y)となって再配
置手段24に対して出力される。前記誤差拡散法2値化
回路13は、加算器11(図2参照)及び比較器12か
ら成る。In the present embodiment, the density value I (x, y) has 64 gradations and is composed of values from 0 to 63. The density value I (x, y) is binarized in the error diffusion method binarization circuit 13 to be a binary density value P (x, y) which is output to the rearrangement means 24. The error diffusion binarization circuit 13 includes an adder 11 (see FIG. 2) and a comparator 12.
【0018】また、前記誤差拡散法2値化回路13にお
いて、前記濃度値I(x,y)の画素を濃度値P(x,
y)の画素で表すと、濃度値P(x,y)の画素は本来
の画素より明るすぎたり暗すぎたりする。そこで、前記
濃度値I(x,y)と濃度値P(x,y)の差を誤差E
(x,y)として計算する。 E(x,y)=I(x,y)−P(x,y) そして、加算器11において前記誤差E(x,y)分の
濃度の重み付けを施して分配し、アドレス(x,y)の
周辺の画素の濃度値I(x,y)に加算するようにして
いる。次に、アドレス(x,y)の周辺の画素において
は、前記加算器11からの信号が前記固定閾値THによ
って2値化される。In the error diffusion binarization circuit 13, the pixel having the density value I (x, y) is converted into the density value P (x,
In terms of the pixel y), the pixel having the density value P (x, y) is too bright or too dark as compared with the original pixel. Therefore, the difference between the density value I (x, y) and the density value P (x, y) is calculated by the error E.
Calculate as (x, y). E (x, y) = I (x, y) -P (x, y) Then, the adder 11 weights and distributes the density of the error E (x, y), and distributes the address (x, y). ) Is added to the density value I (x, y) of the pixels around (). Next, in the pixels around the address (x, y), the signal from the adder 11 is binarized by the fixed threshold TH.
【0019】そして、加算器11からの信号を前記固定
閾値THによって2値化するたびに前記処理を繰り返す
ようにしている。なお、本実施例において、多値の濃度
値I(x,y)を2値化する手段として誤差拡散法2値
化回路13による誤差拡散法を使用しているが、該誤差
拡散法のほか平均誤差最小法などのランダムディザ法を
使用することもできる。The processing is repeated every time the signal from the adder 11 is binarized by the fixed threshold value TH. In this embodiment, the error diffusion method by the error diffusion method binarization circuit 13 is used as a means for binarizing the multivalued density value I (x, y). Random dither methods such as the minimum mean error method can also be used.
【0020】ところで、前記誤差拡散法2値化回路13
において写真などの濃淡のない画像について画像処理を
施した場合、画像処理後の画像に独特の縞パターンが発
生してしまう。そこで、エッジ判定手段23が画像デー
タをm×n画素のマトリクスから成る複数のメッシュに
分割し、注目メッシュ内に黒画素及び白画素によるエッ
ジが存在するか否かを判断する。そして、エッジが存在
する場合は、濃淡のある画像であって誤差拡散法による
画像処理を施しても縞パターンが発生することはない。
したがって、再配置手段24は誤差拡散法2値化回路1
3からの濃度値P(x,y)をそのまま出力手段25に
対して出力する。By the way, the error diffusion binarization circuit 13
When image processing is performed on an image having no light and shade, such as a photograph, a unique stripe pattern occurs in the image after the image processing. Therefore, the edge determination means 23 divides the image data into a plurality of meshes each consisting of a matrix of m × n pixels, and determines whether or not edges of black pixels and white pixels exist in the mesh of interest. If an edge is present, the image is a shaded image, and a stripe pattern does not occur even if the image processing by the error diffusion method is performed.
Therefore, the rearrangement means 24 uses the error diffusion binarization circuit 1
The density value P (x, y) from 3 is output to the output means 25 as it is.
【0021】また、注目メッシュ内にエッジが存在しな
い場合は、誤差拡散法による画像処理を施すと縞パター
ンが発生する。そこで、前記誤差拡散法2値化回路13
からの濃度値P(x,y)を再配置手段24によって再
配置し、再配置した後の濃度値P(x,y)を出力手段
25に対して出力する。本実施例において前記エッジ判
定手段23は、3×3画素のマトリクスから成る複数の
メッシュに分割する。そして、該メッシュ内で濃度値I
(x,y)の最大値MMAX と濃度値I(x,y)の最小
値MMIN の差を計算し、該差が設定されたエッジ判定閾
値ETHより大きい場合にそのメッシュ内にエッジが存在
すると判断する。If there is no edge in the mesh of interest, a stripe pattern is generated when the image processing by the error diffusion method is performed. Therefore, the error diffusion binarization circuit 13
The density values P (x, y) from the above are rearranged by the rearrangement means 24, and the density values P (x, y) after rearrangement are output to the output means 25. In this embodiment, the edge determination means 23 divides the mesh into a plurality of meshes each having a matrix of 3 × 3 pixels. Then, within the mesh, the density value I
The difference between the maximum value M MAX of (x, y) and the minimum value M MIN of the density value I (x, y) is calculated, and when the difference is larger than the set edge determination threshold E TH, an edge is present in the mesh. Is determined to exist.
【0022】MMAX −MMIN >ETH そして、注目メッシュ内にエッジが存在しない場合は縞
パターンが発生してしまう。そこで、再配置手段24が
設けられ、前記誤差拡散法2値化回路13からの濃度値
P(x,y)を再配置する。図3は本発明の実施例にお
ける再配置の順序を示す図である。M MAX −M MIN > E TH Then, when there is no edge in the mesh of interest, a striped pattern occurs. Therefore, rearrangement means 24 is provided to rearrange the density value P (x, y) from the error diffusion binarization circuit 13. FIG. 3 is a diagram showing a rearrangement order in the embodiment of the present invention.
【0023】この場合、再配置手段24(図1)は3×
3画素のマトリクスから成る各メッシュごとに画像デー
タを再配置する。すなわち、再配置手段24は、誤差拡
散法によって2値化された濃度値P(x,y)から成る
画像データを3×3画素のマトリクスから成る複数のメ
ッシュに分割し、各メッシュ内の黒画素を読み出し、読
み出した黒画素を図の“1”〜“9”で示す順序で書き
込む。In this case, the rearrangement means 24 (FIG. 1) is 3 ×.
Image data is rearranged for each mesh formed of a matrix of 3 pixels. That is, the rearrangement unit 24 divides the image data having the density values P (x, y) binarized by the error diffusion method into a plurality of meshes each having a matrix of 3 × 3 pixels, and black in each mesh. The pixels are read out, and the read black pixels are written in the order shown by "1" to "9" in the figure.
【0024】そして、再配置した後の画像データは出力
手段25に対して順次出力される。該出力手段25は、
図示しないプリンタ、ディスプレイ、符号化装置等であ
り、画像データを画像又はコードとして出力する。次
に、図4及び5を併用して前記再配置手段24の動作に
ついて説明する。図4は本発明の実施例における誤差拡
散法2値化回路からの画像データの出力例を示す図、図
5は本発明の実施例における再配置手段からの画像デー
タの出力例を示す図である。図においては、濃度が均一
で濃度値I(x,y)が“20(H ) ”に固定された画像
データを2値化したものであり、“1”は黒画素に、
“0”は白画素に対応する。Then, the rearranged image data is sequentially output to the output means 25. The output means 25 is
A printer, a display, an encoding device or the like (not shown) outputs image data as an image or a code. Next, the operation of the rearrangement means 24 will be described with reference to FIGS. FIG. 4 is a diagram showing an output example of image data from the error diffusion binarization circuit in the embodiment of the present invention, and FIG. 5 is a diagram showing an output example of image data from the rearrangement means in the embodiment of the present invention. is there. In the figure, the image data in which the density is uniform and the density value I (x, y) is fixed to “20 (H ) ” is binarized, and “1” is a black pixel,
"0" corresponds to a white pixel.
【0025】図において、31,32は3×3画素のマ
トリクスから成るメッシュである。この場合、入力手段
21から濃度値I(x,y)が入力されると、前記エッ
ジ判定手段23は、濃度値I(x,y)の画像データを
3×3画素のマトリクスから成る複数のメッシュ31,
32に分割する。そして、該メッシュ31,32内で濃
度値I(x,y)の最大値MMAX と濃度値I(x,y)
の最小値MMIN の差を計算し、該差が設定されたエッジ
判定閾値ETHより大きい場合にそのメッシュ31,32
内にエッジが存在すると判断する。この場合、エッジが
メッシュ31,32内に存在しないと判断されているも
のとする。In the figure, numerals 31 and 32 are meshes composed of a matrix of 3 × 3 pixels. In this case, when the density value I (x, y) is input from the input means 21, the edge determination means 23 makes the image data of the density value I (x, y) a plurality of 3 × 3 pixel matrixes. Mesh 31,
Divide into 32. Then, within the meshes 31 and 32, the maximum value M MAX of the density value I (x, y) and the density value I (x, y)
Minimum value M of the difference between MIN calculated, the mesh if the difference is greater than the set edge determination threshold E TH 31 and 32 that the
It is determined that there is an edge inside. In this case, it is assumed that it is determined that the edge does not exist in the meshes 31 and 32.
【0026】一方、前記誤差拡散法2値化回路13から
画像データが入力されると、再配置手段24は、前記画
像データを3×3画素のマトリクスから成る複数のメッ
シュ31,32に分割し、各メッシュ31,32内の黒
画素を読み出すとともに黒画素数をカウントする。この
場合、メッシュ31内には図4に示すように黒画素が3
個存在するため、図3の“1”〜“3”で示す順序で黒
画素を書き込む。こうすることにより、図5に示すよう
な画像データになる。On the other hand, when the image data is input from the error diffusion binarization circuit 13, the rearrangement means 24 divides the image data into a plurality of meshes 31 and 32 formed of a matrix of 3 × 3 pixels. , The black pixels in each mesh 31, 32 are read and the number of black pixels is counted. In this case, there are three black pixels in the mesh 31 as shown in FIG.
Since there are individual pixels, black pixels are written in the order shown by "1" to "3" in FIG. By doing so, the image data as shown in FIG. 5 is obtained.
【0027】また、メッシュ32内には図4に示すよう
に黒画素が2個存在するため、図3の“1”,“2”で
示す順序で黒画素を書き込む。こうすることにより、図
5に示すような画像データになる。なお、本発明は前記
実施例に限定されるものではなく、本発明の趣旨に基づ
いて種々変形することが可能であり、これらを本発明の
範囲から排除するものではない。Since there are two black pixels in the mesh 32 as shown in FIG. 4, the black pixels are written in the order shown by "1" and "2" in FIG. By doing so, the image data as shown in FIG. 5 is obtained. It should be noted that the present invention is not limited to the above-described embodiments, and various modifications can be made based on the spirit of the present invention, and these are not excluded from the scope of the present invention.
【0028】[0028]
【発明の効果】以上詳細に説明したように、本発明の画
像処理方法によれば、多値の濃度値の画像データを2値
化するとともに、多値の濃度値の画像データをm×n画
素のマトリクスから成る複数のメッシュに分割し、注目
メッシュ内に黒画素及び白画素によるエッジが存在する
か否かを判断する。As described above in detail, according to the image processing method of the present invention, multivalued image data of density values are binarized and image data of multivalued density values is m × n. It is divided into a plurality of meshes each composed of a matrix of pixels, and it is determined whether or not edges of black pixels and white pixels are present in the mesh of interest.
【0029】そして、エッジが存在する場合は、2値化
された画像データをそのまま出力し、エッジが存在しな
い場合は、2値化された画像データを前記マトリクス内
で再配置する。したがって、写真などの濃淡のない画像
について画像処理を施した場合、画像処理後の画像に独
特の縞パターンが発生するのを防止し、画像品位を向上
させることができる。If the edge exists, the binarized image data is output as it is, and if the edge does not exist, the binarized image data is rearranged in the matrix. Therefore, when image processing is performed on a non-shading image such as a photograph, it is possible to prevent a unique stripe pattern from occurring in the image after the image processing, and improve the image quality.
【図1】本発明の実施例を示す画像処理方法が適用され
る画像処理装置のブロック図である。FIG. 1 is a block diagram of an image processing apparatus to which an image processing method according to an embodiment of the present invention is applied.
【図2】従来の誤差拡散法を使用した誤差拡散法2値化
回路を示すブロック図である。FIG. 2 is a block diagram showing an error diffusion method binarization circuit using a conventional error diffusion method.
【図3】本発明の実施例における再配置の順序を示す図
である。FIG. 3 is a diagram showing a rearrangement order in the embodiment of the present invention.
【図4】本発明の実施例における誤差拡散法2値化回路
からの画像データの出力例を示す図である。FIG. 4 is a diagram showing an output example of image data from the error diffusion binarization circuit in the embodiment of the present invention.
【図5】本発明の実施例における再配置手段からの画像
データの出力例を示す図である。FIG. 5 is a diagram showing an output example of image data from a rearrangement unit in the embodiment of the present invention.
31,32 メッシュ I(x,y),P(x,y) 濃度値 31,32 mesh I (x, y), P (x, y) concentration value
Claims (1)
化し、 (b)多値の濃度値の画像データをm×n画素のマトリ
クスから成る複数のメッシュに分割し、 (c)注目メッシュ内に黒画素及び白画素によるエッジ
が存在するか否かを判断し、 (d)エッジが存在する場合は、2値化された画像デー
タをそのまま出力し、 (e)エッジが存在しない場合は、2値化された画像デ
ータを前記マトリクス内で再配置することを特徴とする
画像処理方法。1. (a) Binary image data of multi-valued density values, (b) Divide image data of multi-valued density values into a plurality of meshes composed of a matrix of m × n pixels, (c) ) It is determined whether or not there are edges due to black pixels and white pixels in the mesh of interest. (D) If an edge exists, the binarized image data is output as it is, and (e) an edge exists. If not, the image processing method is characterized by rearranging the binarized image data in the matrix.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5111481A JPH06326864A (en) | 1993-05-13 | 1993-05-13 | Picture processing method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5111481A JPH06326864A (en) | 1993-05-13 | 1993-05-13 | Picture processing method |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH06326864A true JPH06326864A (en) | 1994-11-25 |
Family
ID=14562355
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP5111481A Withdrawn JPH06326864A (en) | 1993-05-13 | 1993-05-13 | Picture processing method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH06326864A (en) |
-
1993
- 1993-05-13 JP JP5111481A patent/JPH06326864A/en not_active Withdrawn
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP0781034B1 (en) | Image processing apparatus and method | |
JPH01115271A (en) | Image processor | |
JPH06326864A (en) | Picture processing method | |
JP2637414B2 (en) | Image processing method | |
JP2003110852A (en) | Halftone processing method and processor | |
JPS60136478A (en) | Picture processor | |
JPH05183737A (en) | Picture processor | |
JPS60136476A (en) | Picture processor | |
JP3043033B2 (en) | Image processing method | |
JP2644491B2 (en) | Image processing device | |
JPH0644800B2 (en) | Image processing device | |
JPH0537775A (en) | Pseudo intermediate tone processing method and its device | |
JP2682986B2 (en) | Image processing method | |
JPH0197066A (en) | Picture processing method | |
JP2860039B2 (en) | Pseudo halftone image reduction device | |
JP2857906B2 (en) | Halftone binarization processor | |
JPH0457274B2 (en) | ||
JP2635306B2 (en) | Image processing device | |
JP2644492B2 (en) | Image processing device | |
JP3027489B2 (en) | Image processing device | |
JPH0691605B2 (en) | Image processing device | |
JP2913867B2 (en) | Color image processing method | |
JP2682985B2 (en) | Image processing method | |
JPS63288755A (en) | Image processing method | |
JPH01152869A (en) | Picture processor |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A300 | Withdrawal of application because of no request for examination |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 20000801 |