JP2001036745A - Device and method for generating image processing matrix - Google Patents

Device and method for generating image processing matrix

Info

Publication number
JP2001036745A
JP2001036745A JP11203232A JP20323299A JP2001036745A JP 2001036745 A JP2001036745 A JP 2001036745A JP 11203232 A JP11203232 A JP 11203232A JP 20323299 A JP20323299 A JP 20323299A JP 2001036745 A JP2001036745 A JP 2001036745A
Authority
JP
Japan
Prior art keywords
matrix
small
threshold value
threshold
matrices
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP11203232A
Other languages
Japanese (ja)
Inventor
Norio Takahashi
典雄 高橋
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.)
Seiko Instruments Inc
Original Assignee
Seiko Instruments Inc
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 Seiko Instruments Inc filed Critical Seiko Instruments Inc
Priority to JP11203232A priority Critical patent/JP2001036745A/en
Publication of JP2001036745A publication Critical patent/JP2001036745A/en
Pending legal-status Critical Current

Links

Landscapes

  • Image Processing (AREA)
  • Facsimile Image Signal Circuits (AREA)

Abstract

PROBLEM TO BE SOLVED: To simplify a binarization processing method, to accelerate binarization processing rate and to improve picture quality by deciding the mutual threshold of both small matrices adjacent to each other by means of plural small matrices obtained by dividing the size of a matrix that is to be generated. SOLUTION: The size of a large matrix to produced is decided in consideration of the resolution and the number of scales of an image, and the storing area of the large matrix is set in a threshold storage means 3. For instance, the size of the large matrix is set at (256×256) and then the large matrix is divided into 256 small matrices of each (16×16) size. The threshold of scale 0 is set for every small matrix and then the threshold is calculated for the scales 1-256 respectively. For instance, the threshold of scale 1 is calculated at an optimum position within (48×48) matrices in all including 8 small matrices which are adjacent vertically and horizontally to each other and 9 small matrices whose threshold should be decided. The calculation is carried out for every small matrix.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、カラーおよびモノ
クロプリンタおよびプロッタなどの記録装置の画像処理
に用いる画像処理用マトリックス作成装置および方法に
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image processing matrix creating apparatus and method for use in image processing of recording devices such as color and monochrome printers and plotters.

【0002】[0002]

【従来の技術】デジタルのカラーおよびモノクロのプリ
ンタを用いてプリントを行う際、インクジェット方式や
レーザー方式、溶融型熱転写方式などの2値の出力装置
に印字を行う場合、256階調など多値データのフルカラ
ー画像やグレースケール画像から、2値データに変換す
る必要がある。これを2値化処理(ハーフトーン処理)
という。この変換の時に、画像の解像度や階調性を劣化
させないための方法が重要となる。
2. Description of the Related Art When printing with a digital color or monochrome printer, when printing on a binary output device such as an ink jet system, a laser system, or a fusion type thermal transfer system, multi-level data such as 256 gradations is used. It is necessary to convert a full-color image or a grayscale image into binary data. This is binarized (halftone processing)
That. At the time of this conversion, a method for preventing the resolution and gradation of the image from deteriorating is important.

【0003】2値化処理の方法の1つにディザ法があ
る。ディザ法はマトリクスの閾値を規則的に配置する。
大きく分けて分散型と集中型があり、分散型はドット配
置をなるべく1ドットで形成するために解像度が高くな
る。この方法は溶融型熱転写方式などに用いられること
が多い。また集中型は中心を核として順次ドットが太る
ようにドットを配置して印字を行うため、1ドットに安
定性のないレーザー方式などに用いられることが多い。
一般に、ディザ法は階調性は良いが解像度が低い。例え
ば、300dpiでマトリクスの大きさが16x16の場合、階
調は256階調とれるが、解像度は300/16=18.7
5dpiといった低い値となる。
[0003] One of the binarization methods is a dither method. The dither method arranges the threshold values of the matrix regularly.
Broadly, there are a dispersion type and a centralized type. In the dispersion type, the dot arrangement is formed by one dot as much as possible, so that the resolution becomes high. This method is often used for a fusion-type thermal transfer system or the like. In addition, since the centralized type prints by arranging dots so that the dots become thicker in order with the center as a nucleus, it is often used for a laser method or the like in which one dot is not stable.
In general, the dither method has good gradation but low resolution. For example, if the matrix size is 16 × 16 at 300 dpi, 256 gradations can be obtained, but the resolution is 300/16 = 18.7.
The value is as low as 5 dpi.

【0004】2値化処理のもう一つの方法として誤差拡
散法があるが、これは2値化処理の際に生じる画素ごと
の誤差データを近傍の何ケ所かの画素に対し、ある重み
係数をかけて拡散させ処理していく方法である。この方
法は、個々の画素データの誤差をなるべく近傍のドット
に拡散しているため、階調性も原画像に近いイメージで
あり、解像度も高い。この方法は1ドットごとの安定性
がよいインクジェット方式などに使われることが多い。
しかし乗算などの計算が必要なため、処理速度が遅いと
いった欠点がある。
As another method of the binarization processing, there is an error diffusion method. In this method, error data for each pixel generated at the time of the binarization processing is obtained by assigning a certain weighting factor to some nearby pixels. It is a method of spreading and processing. In this method, since the error of each pixel data is diffused to the neighboring dots as much as possible, the image is an image close to the original image with high gradation and high resolution. This method is often used for an ink-jet method having good stability for each dot.
However, there is a disadvantage that the processing speed is slow because calculation such as multiplication is required.

【0005】これらの欠点を解消する方法として、近年
ブルーノイズマスクを用いたFMスクリーンが注目されて
いる。この方法はディザ法のようにマトリクスでありな
がら、誤差拡散法のような解像度や階調性が実現でき
る。ブルーノイズとはホワイトノイズの低周波数成分を
除いたものであり、高周波数成分のみのマトリクスとな
る。
As a method of solving these drawbacks, an FM screen using a blue noise mask has recently attracted attention. This method can realize the resolution and the gradation like the error diffusion method while using a matrix like the dither method. Blue noise is obtained by removing low frequency components of white noise, and is a matrix of only high frequency components.

【0006】このブルーノイズマスクを生成するために
は、現状ではフーリエ変換、逆フーリエ変換、分散など
を用いてかなりの量の計算を必要とする。
In order to generate this blue noise mask, a considerable amount of calculation is currently required using Fourier transform, inverse Fourier transform, variance, and the like.

【0007】[0007]

【発明が解決しようとする課題】以上説明したように、
ブルーノイズマスクを用いた2値化処理は誤差拡散法に
近い画質を得ることができるが、フーリエ変換、逆フー
リエ変換または分散などの計算によりマトリクスを生成
するため、ブルーノイズマスクを生成するためのアルゴ
リズムが複雑かつ計算量が多い。そのために画質は高画
質であるが画像処理速度が遅いという問題点があった。
As described above,
Binary processing using a blue noise mask can obtain an image quality similar to the error diffusion method, but because a matrix is generated by calculation such as Fourier transform, inverse Fourier transform or variance, it is necessary to generate a blue noise mask. The algorithm is complicated and the amount of calculation is large. Therefore, there is a problem that the image quality is high but the image processing speed is low.

【0008】従って、本発明の目的は、2値化処理の1つ
の手法であるFMスクリーンのマトリックスを生成するた
めの方法をより簡素化し、解像度、階調性の劣化のない
画像を生成するアルゴリズムを開発し、2値化処理速度
および画質の向上にある。
Accordingly, an object of the present invention is to simplify the method of generating a matrix of an FM screen, which is one method of the binarization processing, and to generate an image which does not deteriorate the resolution and gradation. To improve the binarization processing speed and image quality.

【0009】[0009]

【課題を解決するための手段】上記問題点を解決するた
めに、本発明では、作成すべき所要の大きさのマトリク
スサイズを設定し、設定したマトリクスを複数の小さな
マトリクスに分割し閾値を演算する閾値演算手段と、演
算した閾値を格納する閾値格納手段と、作成方法および
処理手順を格納する処理手順格納手段と、これらを制御
するとともに比較手段への出力を制御する制御手段とか
らマトリクス作成装置を構成する。
In order to solve the above problems, according to the present invention, a required matrix size to be created is set, the set matrix is divided into a plurality of small matrices, and a threshold value is calculated. A threshold value calculating means, a threshold value storing means for storing the calculated threshold value, a processing procedure storing means for storing the generating method and the processing procedure, and a control means for controlling these and controlling the output to the comparing means. Configure the device.

【0010】この構成において、まず作成すべきマトリ
クスのサイズを複数の小マトリクスに分割し、次にこの
小マトリクスを用いて隣接近傍の小マトリクス相互にお
いて閾値を決定するための演算を行う。以上の構成及び
方法により、閾値を決定する上で比較的に影響の少ない
離れた画素については演算を省略し、影響度の高い隣接
近傍のマトリックスだけを用いて演算を行うようにした
ので画像品質を低下させず少ない計算量で最適な閾値決
定、即ちドット配置をすることが可能になる。従って、
高解像度及び高階調性を保持しながら2値化処理速度を
向上させる。
In this configuration, first, the size of a matrix to be created is divided into a plurality of small matrices, and an operation for determining a threshold value between adjacent small matrices is performed using the small matrices. According to the above configuration and method, the calculation is omitted for the distant pixels having relatively little influence in determining the threshold value, and the calculation is performed using only the matrix of the adjacent neighborhood having a high influence. , It is possible to determine the optimum threshold value, that is, to arrange the dots with a small amount of calculation without reducing. Therefore,
Improves the binarization processing speed while maintaining high resolution and high gradation.

【0011】[0011]

【発明実施の形態】以下に本発明の実施の形態について
説明する。図1は、本発明の実施例を示すブロック図で
ある。比較手段2は、本発明のマトリクス作成装置1か
ら出力するマトリクスの閾値と、画像データを比較し、
入力した画像多値データを2値データに変換する。この
比較手段2はこれまでのハーフトーン処理において用い
る比較回路と同じ機能を有するものであればよく、特に
制限はない。
Embodiments of the present invention will be described below. FIG. 1 is a block diagram showing an embodiment of the present invention. The comparison means 2 compares the threshold value of the matrix output from the matrix creation device 1 of the present invention with the image data,
The input image multi-value data is converted into binary data. The comparison means 2 is not particularly limited as long as it has the same function as the comparison circuit used in the halftone processing so far.

【0012】まず、本発明のマトリクス作成装置1の構
成について説明する。閾値格納手段3は、作成すべき所
要の大きさのマトリクス(以下、大マトリクスと称す)
サイズを設定し演算した閾値を格納するもので、例え
ば、RAMのようなメモリデバイスや磁気ディスクのよ
うな記憶装置といったデータを記憶できるものであれば
よく、特に制限はない。閾値演算手段4は、大マトリク
スを分割して生成した複数の小さなマトリクス(以下、
小マトリクスと称す)について閾値を演算し、最終的に
大マトリクス内の閾値を演算する。処理手順格納手段5
は、大マトリクスの分割方法やサイズ、小マトリクスの
演算方法や順序といった閾値を演算し決定するまでの手
順を格納する。これもプログラマブルROMのようなメ
モリデバイスや磁気ディスクのような記憶装置といった
プログラムデータを記憶できるものであればよく、特に
制限はない。制御手段6は、処理手順格納手段5に格納
した手順に基づいて、閾値格納手段3と閾値演算手段4
と比較手段2への出力を制御する。図1において、閾値
演算手段4と制御手段6は区別して記述しているが、プ
ロセッサ(CPU)のように両方の機能を包含したもの
で構成してもよい。
First, the configuration of the matrix creation device 1 of the present invention will be described. The threshold value storage means 3 stores a matrix of a required size to be created (hereinafter, referred to as a large matrix).
It stores a threshold value calculated and calculated, and is not particularly limited as long as it can store data such as a memory device such as a RAM or a storage device such as a magnetic disk. The threshold value calculating means 4 includes a plurality of small matrices (hereinafter, referred to as a small matrix) generated by dividing a large matrix.
The threshold value is calculated for the small matrix, and finally the threshold value in the large matrix is calculated. Processing procedure storage means 5
Stores a procedure for calculating and determining a threshold value, such as a large matrix division method and size, and a small matrix calculation method and order. This is not particularly limited as long as it can store program data such as a memory device such as a programmable ROM or a storage device such as a magnetic disk. The control means 6 includes a threshold storage means 3 and a threshold calculation means 4 based on the procedure stored in the processing procedure storage means 5.
And the output to the comparing means 2 is controlled. In FIG. 1, the threshold value calculating means 4 and the control means 6 are separately described, but may be configured by a processor including both functions such as a processor (CPU).

【0013】次に、以上のように構成したマトリクス作
成装置1におけるマトリクス作成方法について説明す
る。図2にマトリクス作成方法のフローチャートを示
す。まず、画像の解像度と階調数を考慮して作成すべき
大マトリクスのサイズ(画素数:L×M)を決め、閾値
格納手段3での格納領域を設定する。これが、ステップ
S1である。理解を容易にするため、大マトリクスのサ
イズ(画素数:L×M)を256×256とし、分割す
る小マトリクスのサイズ(画素数:S×K)は階調数を
考慮して16×16として、以下説明する。
Next, a method of creating a matrix in the matrix creating apparatus 1 configured as described above will be described. FIG. 2 shows a flowchart of the matrix creation method. First, the size (number of pixels: L × M) of a large matrix to be created is determined in consideration of the image resolution and the number of gradations, and a storage area in the threshold storage unit 3 is set. This is step S1. For easy understanding, the size of the large matrix (number of pixels: L × M) is 256 × 256, and the size of the small matrix to be divided (number of pixels: S × K) is 16 × 16 in consideration of the number of gradations. This will be described below.

【0014】ステップS1において、大マトリクスのサ
イズを256×256として設定した後、ステップS2
において大マトリクスを16×16サイズの複数の小マ
トリクス256個に分割する。このことにより1つの1
6×16の小マトリクスに0から255の閾値をとるこ
とができる。このように小マトリクスごとに0から25
5の閾値を設定することにより、256x256のマト
リックス内部で均等に1階調ごとの閾値の配置をするこ
とができる。以上説明した大マトリクスと複数の小マト
リクス256個に分割したマトリクスの概念を図3に示
す。
In step S1, after setting the size of the large matrix as 256 × 256, step S2
In, the large matrix is divided into 256 small matrices of 16 × 16 size. This allows one
A threshold of 0 to 255 can be set for a 6 × 16 small matrix. Thus, from 0 to 25 for each small matrix
By setting the threshold value of 5, the threshold values for each gradation can be evenly arranged in the 256 × 256 matrix. FIG. 3 shows the concept of a matrix divided into 256 large matrices and 256 small matrices described above.

【0015】次にステップS3において、図4に示すよ
うに、まず0階調の閾値を16x16の小マトリクスに
1つずつ256個設定する。この設定方法は、上下左右
斜の隣接しあう16x16小マトリクスごとに、ドット
配置の分散性を考慮するために最低8画素以上最大24
画素以下の離れた位置に閾値を設定して、これを初期マ
トリクスとする。これは、隣り合う小マトリクスの画素
間の距離は最小で1画素、最大32画素(斜方向は約3
5画素)であるため、小マトリックスの連続性を考慮し
て、最低8画素以上最大24画素以下離れた場所に閾値
を設定することにより分散性を保つことができる。
Next, in step S3, as shown in FIG. 4, first, 256 thresholds of 0 gradation are set one by one in a small matrix of 16 × 16. In this setting method, at least 8 pixels or more and 24 pixels or less for each 16 × 16 small matrix adjacent to each other vertically and horizontally and obliquely in order to take into account the dispersibility of the dot arrangement.
A threshold value is set at a position distant from a pixel or less, and this is used as an initial matrix. This means that the distance between the pixels of adjacent small matrices is a minimum of 1 pixel and a maximum of 32 pixels (about 3 pixels in the oblique direction).
(5 pixels), the dispersibility can be maintained by setting a threshold value at a position at least 8 pixels or more and 24 pixels or less in consideration of the continuity of the small matrix.

【0016】次にステップS4おいて、1階調目から2
55階調までの閾値を演算する。まず、1階調目の閾値
の決定方法は、図5に示すように上下左右斜の隣接しあ
う16×16の小マトリクス8個と、閾値を決定すべき
範囲である16×16の小マトリクス9個の計48×4
8のマトリクス内で最適な位置に閾値が決定されるよう
に演算する。この場合、演算方法はこれまで閾値を決定
した画素に対して分散性が良い場所に配置する。そのた
めの方法として、48×48のマトリクス内でこれまで
に閾値を設定した位置に対し、次に閾値を決定する16
×16の小マトリクス内の画素との距離の分散値を演算
する。この分散値が最小となる位置に閾値を設定する。
これは、近い距離に位置する画素の閾値が演算を行う上
で影響度が大きく、離れた画素の閾値に関しては影響度
が小さいからである。
Next, in step S4, from the first gradation, 2
Calculate the threshold up to 55 gradations. First, as shown in FIG. 5, the method of determining the threshold value of the first gradation is as follows: eight 16 × 16 small matrices adjacent to each other vertically and horizontally and diagonally, and a 16 × 16 small matrix in which the threshold is to be determined. Nine pieces total 48 × 4
The calculation is performed so that the threshold value is determined at an optimum position in the matrix of No. 8. In this case, the calculation method is to arrange the pixels where the threshold value has been determined so far in a place having good dispersibility. As a method for this, a threshold value is determined next for a position where a threshold value has been set in a 48 × 48 matrix.
The variance value of the distance from the pixels in the × 16 small matrix is calculated. A threshold value is set at a position where the variance value is minimum.
This is because the threshold value of a pixel located at a short distance has a large influence on the calculation, and the threshold value of a distant pixel has a small influence.

【0017】以上の演算を各小マトリクス(256個)
毎に行い、1階調の閾値をすべての小マトリクスに対し
決定する。次に、2階調目の閾値も1階調の閾値を決定
した方法と同様の方法により各小マトリクス毎に行い閾
値を決定する。以下、以上を繰り返し255階調までの
閾値を演算する。もし、上下左右斜の隣接しあう16×
16の小マトリクスがない場合は、マトリクスの繰返し
性を考慮して、図6に示すのように、小マトリクス番号
1内の閾値を決定する際は、上下左右斜の隣接しあう番
号256、241、242、16、2、32、17、1
8小マトリクス8個を演算に使用する小マトリクスとし
て演算を行う。これまでの説明では、閾値を決定する小
マトリクス以外に8個の小マトリクスを考慮して演算を
行ったが、8個とは限らず、それ以外の任意の小マトリ
クスを追加参照して計算することによりマトリクスを最
適化することもできる。
The above operation is performed for each small matrix (256)
The threshold is determined for each of the small matrices. Next, the threshold for the second gradation is determined for each small matrix in the same manner as the method for determining the threshold for one gradation, and the threshold is determined. Hereinafter, the above is repeated to calculate the threshold up to 255 gradations. If the top, bottom, left, right, and diagonally adjacent 16x
In the case where there are no 16 small matrices, as shown in FIG. 6, in consideration of the repetition of the matrix, when determining the threshold value in the small matrix number 1, the numbers 256, 241 adjacent to each other in the up, down, left, and right directions are used. , 242, 16, 2, 32, 17, 1
The calculation is performed using eight small matrices as small matrices used for the calculation. In the description so far, the calculation is performed in consideration of the eight small matrices in addition to the small matrix for determining the threshold, but the calculation is not limited to eight, and the calculation is performed by additionally referring to any other small matrix. Thereby, the matrix can be optimized.

【0018】ステップS5においては、以上の演算で作
成した大マトリクスを単体又は複数個統合しマトリクス
の作成を終了する。作成したマトリクスはステップS6
において制御手段6の制御により比較手段2に出力し2
値化画像を行う。以上のように、分割した小マトリクス
を用いて演算を行うことにより、最大256×256の
大マトリクスにおいて各画素毎に分散値を計算する方法
と比べると、演算量が48x48の少ない量のマトリク
ス内に限定されるために演算量が格段に減少し、マトリ
クス作成時間も短縮することができる。
In step S5, one or a plurality of large matrices created by the above calculations are integrated, and the creation of the matrix is completed. The created matrix is stored in step S6.
Is output to the comparison means 2 by the control of the control means 6 at 2
Perform a digitized image. As described above, by performing an operation using the divided small matrices, compared to a method of calculating a variance value for each pixel in a large matrix of 256 × 256 at the maximum, the amount of operation in a small matrix of 48 × 48 is small. Therefore, the amount of calculation is significantly reduced, and the time required to create a matrix can be reduced.

【0019】[0019]

【発明の効果】以上説明したように、作成すべきマトリ
クスを複数の画素からなる複数個の小マトリクス分割し
閾値を演算処理する構成とし、本来は広範囲のマトリク
スを用いて行う演算処理を、閾値を決定する上で影響度
の高い隣接近傍のマトリクスに着目し演算処理を行う方
法にした。それにより、マトリクスを用いた2値化処理
において、演算量及びメモリ量が格段に減少しマトリク
スを高速かつ簡単に作成することができる。またこのマ
トリクスを使うことにより高画質化、高速化が可能とな
る。
As described above, the matrix to be created is divided into a plurality of small matrices composed of a plurality of pixels, and the threshold value is calculated. In determining, a method is employed in which arithmetic processing is performed by focusing on a matrix in the vicinity of an adjacent area having a high degree of influence. As a result, in a binarization process using a matrix, the amount of calculation and the amount of memory are significantly reduced, and a matrix can be created quickly and easily. Also, by using this matrix, high image quality and high speed can be achieved.

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

【図1】本発明の画像処理用マトリクス作成装置の実施
例を示すブロック構成図である。
FIG. 1 is a block diagram showing an embodiment of an image processing matrix creating apparatus according to the present invention.

【図2】本発明のマトリクス作成方法を示すフローチャ
ートである。
FIG. 2 is a flowchart illustrating a matrix creation method according to the present invention.

【図3】本発明のマトリクス概念を示す説明図である。FIG. 3 is an explanatory diagram showing a matrix concept of the present invention.

【図4】本発明の0階調目の閾値配置を示す説明図であ
る。
FIG. 4 is an explanatory diagram showing a threshold value arrangement of a 0th gradation in the present invention.

【図5】本発明の演算処理に利用する小マトリクスの配
置を示す説明図である。
FIG. 5 is an explanatory diagram showing the arrangement of small matrices used in the arithmetic processing of the present invention.

【図6】本発明の演算処理に利用する小マトリクスの配
置を示す説明図である。
FIG. 6 is an explanatory diagram showing the arrangement of small matrices used in the arithmetic processing of the present invention.

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

1 画像処理用マトリクス作成装置 2 比較手段 3 閾値格納手段 4 閾値演算手段 5 処理手順格納手段 6 制御手段 DESCRIPTION OF SYMBOLS 1 Matrix creation apparatus for image processing 2 Comparison means 3 Threshold storage means 4 Threshold calculation means 5 Processing procedure storage means 6 Control means

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 多値画像データを2値データに変換する
ために使用するマトリクスを作成する画像処理用マトリ
クス作成装置において、作成すべき所要の大きさのマト
リクスサイズを設定し、設定したマトリクスを複数の画
素から構成する小マトリクスに分割し閾値を演算する閾
値演算手段と、演算した閾値を格納する閾値格納手段
と、作成方法および処理手順を格納する処理手順格納手
段と、前記閾値演算手段及び前記閾値格納手段並びに処
理手順格納手段を制御するとともに比較手段への出力を
制御する制御手段とから構成されることを特徴とする画
像処理用マトリクス作成装置。
An image processing matrix creating apparatus for creating a matrix used to convert multi-valued image data into binary data, sets a required matrix size to be created, and sets the set matrix. Threshold calculating means for dividing the matrix into small matrices composed of a plurality of pixels and calculating a threshold; threshold storing means for storing the calculated threshold; processing procedure storing means for storing a creating method and a processing procedure; An image processing matrix creation device, comprising: a threshold value storage unit; and a control unit that controls the processing procedure storage unit and controls output to a comparison unit.
【請求項2】 前記閾値演算手段は、決定すべき閾値を
演算する際、隣接しあう近傍の小マトリクスを演算対象
として閾値の演算を行うことを特徴とする請求項1記載
の画像処理用マトリックス作成装置。
2. The image processing matrix according to claim 1, wherein said threshold value calculating means calculates the threshold value by using small matrices adjacent to each other as calculation targets when calculating the threshold value to be determined. Creating device.
【請求項3】 前記閾値演算手段は、決定すべき閾値を
演算する際、隣接しあう近傍の小マトリクス及び隣接し
あう近傍以外の任意の小マトリクスを演算対象として閾
値の演算を行うことを特徴とする請求項1記載の画像処
理用マトリックス作成装置。
3. The threshold value calculating means, when calculating a threshold value to be determined, performs the threshold value calculation on small matrices in adjacent neighborhoods and on arbitrary small matrices other than adjacent neighbors. The image processing matrix creating apparatus according to claim 1, wherein
【請求項4】 多値画像データを2値データに変換する
ために使用するマトリクスを作成する方法において、作
成すべき所要の大きさのマトリクスサイズを設定し、設
定したマトリクスを複数の画素から構成する小マトリク
スに分割し、その小マトリクス毎に閾値を演算し決定す
ることを特徴とするマトリクス作成方法。
4. A method for creating a matrix used to convert multi-valued image data into binary data, wherein a required matrix size to be created is set, and the set matrix is composed of a plurality of pixels. A matrix that is divided into small matrices, and a threshold value is calculated and determined for each of the small matrices.
【請求項5】 請求項4において、前記小マトリクスの
閾値を演算する際、決定すべき小マトリクスとその隣接
近傍の小マトリクス相互間において演算処理を行い、閾
値を決定することを特徴とするマトリクス作成方法。
5. The matrix according to claim 4, wherein when calculating the threshold value of the small matrix, a calculation process is performed between a small matrix to be determined and small matrices adjacent to the small matrix to determine the threshold value. How to make.
【請求項6】 請求項4において、前記小マトリクスの
閾値を演算する際、決定すべき小マトリクスとその隣接
近傍の小マトリクス及び隣接しあう近傍以外の任意の小
マトリクス相互間において演算処理を行い、閾値を決定
することを特徴とするマトリクス作成方法。
6. The method according to claim 4, wherein when the threshold value of the small matrix is calculated, a calculation process is performed between the small matrix to be determined, the small matrix adjacent to the small matrix, and any small matrix other than the adjacent neighbors. And a threshold value.
JP11203232A 1999-07-16 1999-07-16 Device and method for generating image processing matrix Pending JP2001036745A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11203232A JP2001036745A (en) 1999-07-16 1999-07-16 Device and method for generating image processing matrix

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11203232A JP2001036745A (en) 1999-07-16 1999-07-16 Device and method for generating image processing matrix

Publications (1)

Publication Number Publication Date
JP2001036745A true JP2001036745A (en) 2001-02-09

Family

ID=16470646

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11203232A Pending JP2001036745A (en) 1999-07-16 1999-07-16 Device and method for generating image processing matrix

Country Status (1)

Country Link
JP (1) JP2001036745A (en)

Similar Documents

Publication Publication Date Title
US4651287A (en) Digital image processing algorithm for output devices with discrete halftone gray scale capability
US7532365B2 (en) Threshold matrix generation method, threshold matrix generation apparatus, and recording medium
JP2000333010A (en) Gradation dependent type error spread half tone processing method
JP2003046777A (en) Mask preparation method, image processor, software program and mask data
US7158264B2 (en) Method of determining threshold array for generating gradation image
US20060285167A1 (en) Image processing method and a recording medium storing image processing program
US6025930A (en) Multicell clustered mask with blue noise adjustments
US6608700B1 (en) Removal of error diffusion artifacts with alternating distribution weights
US7315398B2 (en) Multi-level error diffusion with color image data
US20050135673A1 (en) Method for processing color image data employing a stamp field
US7295347B2 (en) Image processing method for generating multi-level data
JP3814921B2 (en) Grayscale image halftoning method and apparatus having grayscale image halftoning means
JP2001036745A (en) Device and method for generating image processing matrix
US6678073B1 (en) Error diffusion method and apparatus
JP2001326817A (en) Image processing unit
US7317556B2 (en) Method for error diffusion employing a stamp field
Trager et al. A GPU based implementation of Direct Multi-bit Search (DMS) screen algorithm
JP2022143445A (en) Image processing device
JPH08204958A (en) Image processor
JP2899304B2 (en) Dither image scaling processor
JP2000115541A (en) Image processing unit
KR20240099428A (en) Multi-primary display mask-based dithering with low blooming sensitivity
JP4965378B2 (en) Image forming method and image forming system
JP2019165325A (en) Image processing apparatus, control method of the same, and program
JP2002152512A (en) Image processing method and image processor

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20040302

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20050916

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20051018

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060926