JP2001157072A - Image processing method, image processor and image- forming device provided with the same - Google Patents

Image processing method, image processor and image- forming device provided with the same

Info

Publication number
JP2001157072A
JP2001157072A JP2000169633A JP2000169633A JP2001157072A JP 2001157072 A JP2001157072 A JP 2001157072A JP 2000169633 A JP2000169633 A JP 2000169633A JP 2000169633 A JP2000169633 A JP 2000169633A JP 2001157072 A JP2001157072 A JP 2001157072A
Authority
JP
Japan
Prior art keywords
image data
data
color
processing
image
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
JP2000169633A
Other languages
Japanese (ja)
Inventor
Makio Goto
牧生 後藤
Tatsuya Tanaka
達哉 田中
Masanori Minami
雅範 南
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.)
Sharp Corp
Original Assignee
Sharp Corp
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 Sharp Corp filed Critical Sharp Corp
Priority to JP2000169633A priority Critical patent/JP2001157072A/en
Publication of JP2001157072A publication Critical patent/JP2001157072A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide an image processing method and an image processor capable of executing fast chromatic conversion processing, while suppressing the size of an LUT. SOLUTION: When an RGB image data is inputted to a chromatic conversion processing part 1, a cyan data separation part 2a separates G and B to data G' and B' being upper 4 bits and data G'' and B'' being lower 4 bits with R, being the complementary color of C as is. A cyan table access part 3a reads prescribed number of the table values of C prepared concerning only grid point in an input color space expressed by address data of coordinates (G', R', B') and a cyan two-dimensional interpolation arithmetic part 4a obtains output image data of C concerning points, except for the grid points by two-dimensional interpolation arithmetic by using there table values and G'' and B''. Concerning M and Y, RGB image data except for the complementary color is also separated to be upper bit data and power bit data to obtain output image data by two-dimensional interpolation arithmetic.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、フルカラー複写機
等の画像形成装置やカラーマネージメントシステム等で
使用されるテーブル参照法により画像データを変換する
画像処理方法及びこの画像処理方法を実行する画像処理
方法及び装置、並びにそれを備えた画像形成装置に関
し、色補正処理や色空間変換処理を好適に行うものであ
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image processing method for converting image data by a table reference method used in an image forming apparatus such as a full-color copying machine, a color management system, and the like, and an image processing for executing the image processing method. A color correction process and a color space conversion process are suitably performed in a method and an apparatus and an image forming apparatus including the same.

【0002】[0002]

【従来の技術】フルカラー複写機等のディジタル画像形
成装置において、画像入力装置からの入力画像データを
色補正された出力画像データに変換する色補正方法や入
力画像データを均等色空間データに変換するための色座
標変換方法については、従来より数多くの提案がなされ
ている。このような方法として、色彩科学ハンドブック
新編,第1137〜1149頁(日本色彩学会編・東京大学出版
会刊行)や日本画像学会誌,第37巻,第4号(1998),第
555 〜559 頁に記載されているテーブル参照(Look Up
Table :ルックアップテーブル 以下LUTと記す)法
がある。以下では、そのままでは出力として不適切な信
号になってしまう色信号の補正を行う処理、色自体を変
化させるために色信号を変換する処理、及び色自体が変
化しなくても色信号の座標系を変換する処理を全て色変
換と呼ぶことにする。
2. Description of the Related Art In a digital image forming apparatus such as a full-color copying machine, a color correction method for converting input image data from an image input device into color-corrected output image data, and converting input image data into uniform color space data. There have been many proposals for color conversion methods for this purpose. Examples of such methods include the new edition of the Color Science Handbook, pp. 1137-1149 (edited by the Japan Society of Color Science, published by The University of Tokyo Press), and the Journal of the Imaging Society of Japan, Vol. 37, No. 4, (1998),
Refer to the table on pages 555 to 559 (Look Up
Table: Lookup Table). In the following, a process of correcting a color signal that would otherwise be an inappropriate signal as an output, a process of converting a color signal to change the color itself, and a coordinate of the color signal even if the color itself does not change All processes for converting the system will be referred to as color conversion.

【0003】LUT法の一つである直接変換法は、全て
の入力画像データの組み合わせに対して色変換データを
あらかじめ計算して、その結果を色変換テーブルに格納
し、入力画像データに対するテーブル値を参照し、出力
画像データとして出力する方法である。この直接変換法
は色変換テーブルにアクセスするものであり、回路構成
も簡単で比較的高速に処理することが可能で、どのよう
な非線形特性であっても適用することができる。
In the direct conversion method, which is one of the LUT methods, color conversion data is calculated in advance for all combinations of input image data, the result is stored in a color conversion table, and table values for the input image data are stored. And outputting as output image data. This direct conversion method accesses a color conversion table, has a simple circuit configuration, can perform relatively high-speed processing, and can be applied to any nonlinear characteristic.

【0004】また、別のLUT法である3次元補間法
は、選択された一部の入力画像データについての組合せ
に対するテーブル値を予め計算して色変換テーブルに格
納し、色変換テーブルにテーブル値が格納されている入
力画像データの近傍の入力画像データについては、色変
換テーブルに格納されているテーブル値を用いて3次元
補間演算により算出するものである。一例として、入力
画像データを構成する8ビット3色の各画像データを
X,Y,Z座標とし、各座標軸が4ビット、すなわち、
4 =16分割された入力色空間を図8に示す。
In another three-dimensional interpolation method, which is another LUT method, a table value for a combination of some selected input image data is calculated in advance, stored in a color conversion table, and the table value is stored in the color conversion table. Is calculated by three-dimensional interpolation using the table values stored in the color conversion table. As an example, each image data of 8 bits and 3 colors constituting the input image data is defined as X, Y, Z coordinates, and each coordinate axis is 4 bits, that is,
FIG. 8 shows the input color space divided into 2 4 = 16.

【0005】この場合、入力色空間は4096(16×16×1
6)個の立方体に分割され、格子点すなわちテーブル値
の総数は4913(17×17×17)となる。立方体の各格子点
i (i=0,1,…,7)の座標は各色画像データの
上位4ビットで表され、該格子点 pi に入力画像データ
に対応する色変換データが格納されている。格子点 pi
以外の点となる入力画像データに対しては、各色画像デ
ータの下位4ビットと、近傍にある8つの格子点pi
テーブル値とを用いた補間演算により色変換データが求
められる。
In this case, the input color space is 4096 (16 × 16 × 1).
6) It is divided into cubes, and the total number of grid points, or table values, is 4913 (17 × 17 × 17). The coordinates of each grid point p i (i = 0, 1,..., 7) of the cube are represented by the upper 4 bits of each color image data, and the grid point p i stores color conversion data corresponding to the input image data. ing. Grid point p i
For an input image data to be a point other than the lower 4 bits of each color image data, the color conversion data obtained by interpolation using the table values of the eight grid points p i in the vicinity.

【0006】今、図8に示すように、任意の入力画像デ
ータpの各格子内での格子幅に対する相対比を、格子点
0 を基準にしてX軸,Y軸,Z軸方向にそれぞれa,
b,c(0≦a,b,c≦1)とすると、8点補間(立
方体補間)での補間値f(p)は、格子点pi におけるテ
ーブル値をf(pi ) として、下記式(1)により求めら
れる。
[0006] Now, as shown in FIG. 8, each relative ratio grid width in each grid of any of the input image data p, X-axis grid point p 0 in the standard, Y-axis, the Z-axis direction a,
Assuming that b and c (0 ≦ a, b, c ≦ 1), the interpolation value f (p) in the eight-point interpolation (cubic interpolation) is expressed by the following table, where f (p i ) is the table value at the grid point p i . It is determined by equation (1).

【0007】 f(p) = (1-a)(1-b)(1-c)・f(p0)+ a(1-b)(1-c)・f(p1) + ab(1-c)・f(p2) + (1-a)b(1-c)・f(p3) + (1-a)(1-b)c・f(p4)+ a(1-b)c・f(p5) + abc・f(p6)+ (1-a)bc・f(p7) ………(1) 図9に、上記の処理を行う従来の色変換処理部51の一
構成例を示す。同図は入力画像データを構成するR,
G,Bの各画像データから、出力画像データのうちのシ
アン(C)の画像データを得る構成である。まず、8ビ
ットのR,G,Bの画像データがシアンデータ分離部5
2に入力されると、シアンデータ分離部52は各画像デ
ータを上位4ビットのデータR′・G′・B′と下位4
ビットのデータR″・G″・B″とに分離する。上位4
ビットの各データはシアンテーブルアクセス部53に入
力され、下位4ビットの各データはシアン3次元補間演
算部54に入力される。シアンテーブルアクセス部53
は、R,G,Bの各画像データを座標とする入力色空間
内で入力画像データを含む立方体を探し、各格子点p i
に対応する8つのテーブル値f(pi ) をシアンのLUT
から読み出す。
F (p) = (1-a) (1-b) (1-c) · f (p0) + A (1-b) (1-c) ・ f (p1) + Ab (1-c) ・ f (pTwo) + (1-a) b (1-c) ・ f (pThree) + (1-a) (1-b) c ・ f (pFour) + A (1-b) c ・ f (pFive) + Abc ・ f (p6) + (1-a) bc ・ f (p7) (1) FIG. 9 shows an example of a conventional color conversion processing unit 51 that performs the above processing.
An example of the configuration is shown. The figure shows R, which constitutes the input image data.
From each of the G and B image data,
This is a configuration for obtaining image data of Ann (C). First, 8
R, G, and B image data are converted to cyan data separation unit 5
2, the cyan data separation unit 52 outputs
The upper 4 bits of data R ', G', B 'and the lower 4 bits.
Bit data R ", G", B ".
Each bit data is input to the cyan table access unit 53.
Each of the lower 4 bits is cyan 3D interpolation
It is input to the calculating unit 54. Cyan table access unit 53
Is an input color space having coordinates of R, G, and B image data.
Search for a cube containing the input image data in i
Table values f (pi) Is the cyan LUT
Read from

【0008】これらのテーブル値f(pi ) がシアン3次
元補間演算部54に入力されると、シアン3次元補間演
算部54は下位4ビットのデータR″・G″・B″から
立方体の格子幅に対応する相対比a,b,cを求め、式
(1)により補間演算を行って補間値f(p) を算出す
る。この結果、シアンの出力画像データが得られる。こ
の例ではマゼンタ及びイエローへの色変換処理に対して
も図9と同様の構成が適用される。
When these table values f (p i ) are input to the cyan three-dimensional interpolation calculating unit 54, the cyan three-dimensional interpolation calculating unit 54 converts the lower 4 bits of data R ″, G ″, B ″ into a cube. The relative ratios a, b, and c corresponding to the grid widths are obtained, and the interpolation value f (p) is calculated by performing an interpolation operation according to Equation (1), thereby obtaining cyan output image data. The same configuration as in FIG. 9 is applied to the color conversion processing to magenta and yellow.

【0009】この3次元補間法は、予めテーブル値を算
出しておくべき入力画像データ数を限定した場合でも全
ての入力画像データの組合せに対して色変換値を求める
ことができ、色変換テーブルのサイズを小型化すること
ができる。
This three-dimensional interpolation method can obtain color conversion values for all combinations of input image data even when the number of input image data for which table values are to be calculated in advance is limited. Can be reduced in size.

【0010】[0010]

【発明が解決しようとする課題】しかしながら、前記の
各画像処理方法については以下に示す問題点がある。直
接変換法では、入力画像データと出力画像データとの関
係が任意の非線形性を有する場合にも高い変換精度を得
ることができるが、全ての入力画像データについてのテ
ーブル値を色変換テーブルに格納しておく必要があり、
色変換テーブルのサイズが非常に大きくなるという問題
点がある。例えば、8ビット3色の入力画像データの場
合は48Mバイト、10ビット4色の入力画像データの
場合は4Gバイトのテーブルサイズが必要になり、コス
ト面で問題がある。
However, each of the above image processing methods has the following problems. In the direct conversion method, high conversion accuracy can be obtained even when the relationship between the input image data and the output image data has an arbitrary nonlinearity. However, table values for all the input image data are stored in the color conversion table. Need to be
There is a problem that the size of the color conversion table becomes very large. For example, input image data of 8 bits and 3 colors requires a table size of 48 Mbytes and input image data of 10 bits and 4 colors requires a table size of 4 Gbytes, which is problematic in terms of cost.

【0011】これに対して、3次元補間法では、全入力
画像データのうち一部の入力画像データのみについての
テーブル値によってメモリーテーブルを構成するもので
あるためテーブルサイズに関しては問題がないが、3次
元補間演算処理は計算量が多く、またこの処理のための
複雑な回路が別途必要になるため、処理速度が遅くなる
という問題がある。
On the other hand, in the three-dimensional interpolation method, since the memory table is constituted by the table values of only some of the input image data among all the input image data, there is no problem regarding the table size. The three-dimensional interpolation calculation process requires a large amount of calculation, and a complicated circuit for this process is additionally required, so that there is a problem that the processing speed is reduced.

【0012】本発明は、上記従来の問題点に鑑みなされ
たものであり、その第1の目的は、LUTのサイズを抑
えながら高速の色変換処理を行うことのできる画像処理
方法及び画像処理装置並びに画像形成装置を提供するこ
とにある。
The present invention has been made in view of the above-mentioned conventional problems, and a first object of the present invention is to provide an image processing method and an image processing apparatus capable of performing high-speed color conversion processing while suppressing the size of an LUT. Another object of the present invention is to provide an image forming apparatus.

【0013】そして、本発明の第2の目的は、第1の目
的を達成し得る本発明のLUTを用いた色変換処理を含
め、従来よりある3次元補間法を用いた色変換処理、及
び直接変換法を用いた色変換処理等を、出力画像データ
を構成する各座標の画像データの色毎に個別に設定する
ことで、さらに画質の高い出力画像を得ることが可能な
画像処理方法及び画像処理装置並びに画像形成装置を提
供することにある。
A second object of the present invention is to provide a color conversion process using a conventional three-dimensional interpolation method, including a color conversion process using the LUT of the present invention capable of achieving the first object, and An image processing method capable of obtaining an output image with higher image quality by individually setting a color conversion process or the like using a direct conversion method for each color of image data of each coordinate constituting output image data. An object of the present invention is to provide an image processing apparatus and an image forming apparatus.

【0014】[0014]

【課題を解決するための手段】本発明の第1の画像処理
方法は、上記第1の目的を達成するために、各座標の画
像データが所定ビットで表される第1の表色系の入力画
像データから、第2の表色系の各座標の画像データを個
別に求めて出力画像データとする色変換処理を行う画像
処理方法において、上記入力画像データのうち、求めよ
うとする上記出力画像データの各座標の画像データごと
に定めた特定の2座標の画像データについては上位ビッ
トデータと下位ビットデータとに分離するデータ分離処
理を施す一方、上記入力画像データの他の座標の画像デ
ータについては上記データ分離処理を施さず、上記上位
ビットデータと上記データ分離処理を施さない画像デー
タとをアドレスデータとし、上記アドレスデータで表さ
れる上記入力画像データについては、対応する上記出力
画像データの各座標の画像データが予め格納されたルッ
クアップテーブルからテーブル値を読み出し、上記アド
レスデータで表されない上記入力画像データについて
は、上記ルックアップテーブルからテーブル値を所定数
読み出し、上記所定数のテーブル値と上記下位ビットデ
ータとを用いて2次元補間演算を行うことにより、対応
する上記出力画像データの各座標の画像データを求める
ことを特徴としている。
According to a first image processing method of the present invention, in order to achieve the first object, a first colorimetric system in which image data of each coordinate is represented by predetermined bits. An image processing method for individually obtaining image data of each coordinate of a second color system from input image data and performing a color conversion process as output image data, wherein the output to be obtained from the input image data is The image data of the specific two coordinates defined for each image data of each coordinate of the image data is subjected to data separation processing for separating into upper bit data and lower bit data, while image data of other coordinates of the input image data is performed. Is not subjected to the data separation processing, the upper bit data and the image data not subjected to the data separation processing are used as address data, and the input image represented by the address data For the data, a table value is read from a look-up table in which image data of each coordinate of the corresponding output image data is stored in advance, and for the input image data not represented by the address data, a table is read from the look-up table. By reading a predetermined number of values and performing a two-dimensional interpolation operation using the predetermined number of table values and the lower-order bit data, image data of each coordinate of the corresponding output image data is obtained.

【0015】上記の発明によれば、第1の表色系の入力
画像データのうち、特定の2つの座標の画像データにつ
いては、上位ビットデータと下位ビットデータとに分離
する処理を行う。また、抽出した上位ビットデータと、
データ分離処理を行わない他の座標の画像データとをア
ドレスデータとし、このアドレスデータで表される入力
画像データに対してのみ、対応する出力画像データの各
座標の画像データを予めテーブル値として用意する。そ
して、上記アドレスデータで表されないその他の入力画
像データ、すなわち本来画像データの下位ビットデータ
で細かくアドレスが指定されるべき入力画像データにつ
いては、その近傍のアドレスデータにおけるテーブル値
など所定数のテーブル値を読み出し、これらのテーブル
値と上記下位ビットデータとを用いて2次元補間演算を
行うことにより出力画像データの各座標の画像データを
求める。
According to the above invention, of the input image data of the first color system, the image data of the specific two coordinates is subjected to the process of separating into upper bit data and lower bit data. Also, the extracted upper bit data,
Image data of other coordinates that do not perform data separation processing is used as address data, and image data of each coordinate of corresponding output image data is prepared as a table value only for input image data represented by the address data. I do. For other input image data not represented by the address data, that is, input image data to which an address should be finely specified by lower-order bit data of the image data, a predetermined number of table values such as a table value in address data in the vicinity thereof Is read, and a two-dimensional interpolation operation is performed using these table values and the lower-order bit data to obtain image data at each coordinate of the output image data.

【0016】このように、下位ビットデータに対応する
テーブル値を省略した分、LUT(ルックアップテーブ
ル)のサイズは直接変換法で用いられるものよりも格段
に小さくなり、補間演算の時間が3次元補間法よりも短
縮される。この結果、LUTのサイズを抑えながら、第
1の表色系よりなる入力画像データから第2の表色系よ
りなる出力画像データへの高速の色変換処理を行うこと
ができる。
As described above, since the table value corresponding to the lower bit data is omitted, the size of the LUT (look-up table) is much smaller than that used in the direct conversion method, and the time of the interpolation calculation is three-dimensional. It is shorter than the interpolation method. As a result, high-speed color conversion processing from input image data having the first color system to output image data having the second color system can be performed while suppressing the size of the LUT.

【0017】また、本発明の第1の画像処理装置は、上
記第1の目的を達成するために、各座標の画像データが
所定ビットで表される第1の表色系の入力画像データか
ら、第2の表色系の各座標の画像データを個別に求めて
出力画像データとする色変換処理部を有する画像処理装
置において、上記色変換処理部は、上記入力画像データ
のうち、求めようとする上記出力画像データの各座標の
画像データごとに定めた特定の2座標の画像データにつ
いては上位ビットデータと下位ビットデータとに分離す
るデータ分離処理を施す一方、他の座標の画像データに
ついては上記データ分離処理を施さないデータ分離部
と、上記データ分離部により抽出された上記上位ビット
データと上記データ分離処理を施さない画像データとを
アドレスデータとし、上記アドレスデータで表される上
記入力画像データについては、対応する上記出力画像デ
ータの各座標の画像データが予め格納されたルックアッ
プテーブルからテーブル値を読み出し、上記アドレスデ
ータで表されない上記入力画像データについては、上記
ルックアップテーブルからテーブル値を所定数読み出す
ルックアップテーブルアクセス部と、上記ルックアップ
テーブルアクセス部により読み出された所定数のテーブ
ル値と上記データ分離部により抽出された下位ビットデ
ータとから2次元補間演算を行うことにより、上記アド
レスデータで表されない上記入力画像データに対応する
上記出力画像データの各座標の画像データを求める2次
元補間演算部とを有することを特徴としている。
Further, in order to achieve the first object, the first image processing apparatus of the present invention converts input image data of a first color system in which image data of each coordinate is represented by predetermined bits. In an image processing apparatus having a color conversion processing unit that individually obtains image data of each coordinate of the second color system and uses it as output image data, the color conversion processing unit may obtain the input image data. The image data of the specific two coordinates defined for each image data of each coordinate of the output image data is subjected to a data separation process of separating upper bit data and lower bit data, while image data of other coordinates is performed. Is a data separation unit that does not perform the data separation processing, and the upper bit data extracted by the data separation unit and the image data that is not subjected to the data separation processing are address data. For the input image data represented by the address data, read a table value from a look-up table in which image data of each coordinate of the corresponding output image data is stored in advance, and read the input image data not represented by the address data. A lookup table access unit that reads a predetermined number of table values from the lookup table; a predetermined number of table values read by the lookup table access unit; and lower bit data extracted by the data separation unit. And a two-dimensional interpolation operation unit that obtains image data of each coordinate of the output image data corresponding to the input image data not represented by the address data by performing a two-dimensional interpolation operation.

【0018】上記の発明によれば、第1の表色系の入力
画像データのうち、特定の2座標の画像データについて
は、データ分離部により上位ビットデータと下位ビット
データとに分離する処理を行う。また、抽出した上位ビ
ットデータと、データ分離処理を行わない他の座標の画
像データとをアドレスデータとし、このアドレスデータ
で表される入力画像データに対してのみ、対応する出力
画像データの各座標の画像データを予めテーブル値とし
て用意する。そして、ルックアップテーブルアクセス部
は、上記アドレスデータで表されないその他の入力画像
データ、すなわち本来画像データの下位ビットデータで
細かくアドレスが指定されるべき入力画像データについ
ては、その近傍のアドレスデータにおけるテーブル値な
ど所定数のテーブル値を読み出し、2次元補間演算部が
これらのテーブル値と下位ビットデータとを用いて2次
元補間演算を行うことにより出力画像データの各座標の
画像データを求める。
According to the above-mentioned invention, of the input image data of the first color system, image data of specific two coordinates is separated by the data separation unit into upper bit data and lower bit data. Do. Further, the extracted upper bit data and the image data of the other coordinates that are not subjected to the data separation processing are used as address data, and only the input image data represented by the address data is used for each coordinate of the corresponding output image data. Are prepared in advance as table values. The look-up table access unit, for other input image data not represented by the address data, that is, for input image data whose address is to be finely specified by the lower bit data of the image data, a table in the address data in the vicinity thereof A predetermined number of table values, such as values, are read out, and the two-dimensional interpolation operation unit performs two-dimensional interpolation operation using these table values and lower-order bit data to obtain image data of each coordinate of the output image data.

【0019】このように、下位ビットデータに対応する
テーブル値を省略した分、LUT(ルックアップテーブ
ル)のサイズは直接変換法で用いられるものよりも格段
に小さくなり、補間演算の時間が3次元補間法よりも短
縮される。この結果、LUTのサイズを抑えながら、第
1の表色系よりなる入力画像データから第2の表色系よ
りなる出力画像データへの高速の色変換処理を行うこと
ができる。
As described above, since the table value corresponding to the lower bit data is omitted, the size of the LUT (look-up table) is much smaller than that used in the direct conversion method, and the time of the interpolation operation is three-dimensional. It is shorter than the interpolation method. As a result, high-speed color conversion processing from input image data having the first color system to output image data having the second color system can be performed while suppressing the size of the LUT.

【0020】ところで、第1の表色系の入力画像データ
のうち、第2の表色系の出力画像データにおける所定座
標の画像データと補色の関係にある画像データは、第2
の表色系の出力画像データへの変換精度に最も大きな影
響を与える。
Incidentally, among the input image data of the first color system, the image data having a complementary color relationship with the image data of the predetermined coordinates in the output image data of the second color system is the second image data.
Has the greatest effect on the conversion accuracy to the color image output image data.

【0021】そこで、本発明の第1の画像処理装置にお
いては、さらに、上記データ分離部により上記データ分
離処理が施されない画像データは、出力画像データの求
めようとする座標の画像データと補色の関係にある画像
データである構成とすることができる。
Therefore, in the first image processing apparatus of the present invention, the image data which has not been subjected to the data separation processing by the data separation unit is further converted into image data of coordinates to be obtained for output image data and complementary color data. The image data may be configured to be related image data.

【0022】これによれば、上記補色の関係にある画像
データに対してはデータ分離処理を施さないことによ
り、補間演算による変換誤差を極力避ける。従って、色
ずれを生ずることなく精度良く、また、効率良く色変換
処理を行うことができる。
According to this, the data separation processing is not performed on the image data having the complementary color relationship, thereby minimizing the conversion error due to the interpolation operation. Therefore, color conversion processing can be performed accurately and efficiently without causing color shift.

【0023】さらに、本発明の第1の画像処理装置にお
いては、上記出力画像データに黒色の画像データが含ま
れる場合、黒色の画像データを求めるに際して上記デー
タ分離部により上記データ分離処理が施されない画像デ
ータは、上記出力画像データの明度に対する寄与率の高
い座標の画像データである構成とすることができる。
Further, in the first image processing apparatus of the present invention, when black image data is included in the output image data, the data separation processing is not performed by the data separation unit when obtaining black image data. The image data can be configured to be image data of coordinates having a high contribution rate to the brightness of the output image data.

【0024】これによれば、第2の表色系の出力画像デ
ータに黒色の画像データが含まれる場合、黒色の画像デ
ータを求めるのに第1の表色系の入力画像データのう
ち、第2の表色系の出力画像データの明度に対する寄与
率の高い画像データに対してデータ分離処理を施さな
い。これにより、出力画像データのグレー成分に対して
補間演算による変換誤差を極力避ける。従って、色ずれ
を生ずることなく精度良く、また、効率良く色変換処理
を行うことができる。
According to this, when black image data is included in the second colorimetric output image data, the first colorimetric input image data of the first colorimetric input image data is used to obtain black image data. Data separation processing is not performed on the image data having a high contribution rate to the brightness of the output image data of the second color system. As a result, a conversion error due to the interpolation operation with respect to the gray component of the output image data is minimized. Therefore, color conversion processing can be performed accurately and efficiently without causing color shift.

【0025】さらに、本発明の第1の画像処理装置にお
いては、上記入力画像データが明度データと色度データ
とを含む場合、上記出力画像データの各座標の画像デー
タを求めるに際して上記データ分離部により上記データ
分離処理が施されない画像データは上記明度データであ
る構成とすることができる。
Further, in the first image processing apparatus according to the present invention, when the input image data includes lightness data and chromaticity data, the data separation unit is used when obtaining image data of each coordinate of the output image data. Accordingly, the image data not subjected to the data separation processing can be configured to be the brightness data.

【0026】これによれば、第1の表色系の入力画像デ
ータが明度データと色度データとからなる場合、明度デ
ータに対してデータ分離処理を施さない。これにより、
出力画像データの明度成分に対して補間演算による誤差
を極力避ける。従って、色ずれを生ずることなく精度良
く、また、効率良く色変換処理を行うことができる。
According to this, when the input image data of the first color system includes lightness data and chromaticity data, the data separation processing is not performed on the lightness data. This allows
An error due to the interpolation calculation is avoided as much as possible for the brightness component of the output image data. Therefore, color conversion processing can be performed accurately and efficiently without causing color shift.

【0027】さらに、本発明の第1の画像処理装置にお
いては、色変換処理部に、ルックアップテーブル法を用
いた3次元補間演算にて黒色の画像データを求める黒色
画像データ生成部が別途備える構成とすることもでき
る。
Further, in the first image processing apparatus of the present invention, the color conversion processing unit is separately provided with a black image data generation unit for obtaining black image data by a three-dimensional interpolation operation using a look-up table method. It can also be configured.

【0028】2次元補間演算を用いる場合、色変換精度
が高く精確であるが、若干リップル誤差が発生する。黒
の画像データで形成されるグレー近傍の色は人の目に敏
感で、白から黒のグラデーション等にリップルが生じる
と、その他の色でリップルが発生する場合に比べて目立
ち易い。そこで、上記のように、ルックアップテーブル
法を用いた3次元補間演算にて黒色の画像データを求め
る黒色画像データ生成部を別途備えた構成とすること
で、上記したリップルによる画質低下を防止して、画質
をさらに向上させることができる。
When the two-dimensional interpolation operation is used, the color conversion accuracy is high and accurate, but a slight ripple error occurs. Colors near gray formed by black image data are sensitive to human eyes, and when ripples occur in white to black gradations and the like, they are more conspicuous than when ripples occur in other colors. Therefore, as described above, by separately providing a black image data generation unit that obtains black image data by three-dimensional interpolation using the look-up table method, it is possible to prevent the image quality from deteriorating due to the above-described ripple. Thus, the image quality can be further improved.

【0029】さらに、本発明の第1の画像処理装置にお
いては、色変換処理部に、ルックアップテーブル法を用
いて補間演算を行うことなく黒色の画像データを求める
黒色画像データ生成部を別途備える構成とすることもで
き、これによっても、上記した黒色の画像データで表さ
れるグレー画像におけるリップルの発生を防止して、画
質をさらに向上させることができる。
Further, in the first image processing apparatus of the present invention, the color conversion processing unit is separately provided with a black image data generation unit for obtaining black image data without performing an interpolation operation using a look-up table method. It is also possible to adopt a configuration, whereby it is possible to prevent the occurrence of ripples in a gray image represented by the above-described black image data, and to further improve the image quality.

【0030】また、本発明の第2の画像処理方法におい
ては、上記した第2の目的を達成するために、各座標の
画像データが所定ビットで表される第1の表色系の入力
画像データから、第2の表色系の各座標の画像データを
個別に求めて出力画像データとする色変換処理をルック
アップテーブル法を用いて行う画像処理方法において、
出力画像データの各座標の画像データ毎に、画像データ
の色にあった色変換処理を行うことを特徴としている。
In the second image processing method of the present invention, in order to achieve the second object, an input image of a first color system in which image data of each coordinate is represented by predetermined bits. An image processing method in which image data of each coordinate of the second color system is individually obtained from the data and color conversion processing as output image data is performed using a lookup table method.
A color conversion process suitable for the color of the image data is performed for each image data at each coordinate of the output image data.

【0031】ルックアップテーブル法を用いた色変換処
理として、直接変換法や3次元補間法が従来より知られ
ている。本願出願人が、これら直接変換法、3次元補間
法、及び上記した本発明の第1の画像処理方法及び画像
処理装置の構成である2次元補間法といった各色変換処
理毎について種々検討を行ったところ、各色変換処理に
はそれぞれ、補間演算を用いるか否か、及び用いる補間
演算に応じて、処理速度やリップル誤差、補間誤差等に
違いがあり、また、同じ補間演算法を用いても、出力画
像の画質は画像に依存、より詳細には、出力画像データ
を構成する色に依存することを見い出した。
As a color conversion process using a lookup table method, a direct conversion method and a three-dimensional interpolation method have been conventionally known. The present applicant has conducted various studies on each of the color conversion processes such as the direct conversion method, the three-dimensional interpolation method, and the two-dimensional interpolation method which is the configuration of the above-described first image processing method and image processing apparatus of the present invention. However, for each color conversion process, there is a difference in processing speed, ripple error, interpolation error, etc., depending on whether interpolation calculation is used, and the interpolation calculation used, and even if the same interpolation calculation method is used, It has been found that the image quality of the output image depends on the image, and more specifically, on the colors constituting the output image data.

【0032】そこで、上記した本発明の第2の画像処理
方法では、出力画像データを構成する第2の表色系の各
座標の画像データの色によってルックアップテーブル法
を用いた色変換処理を個別に設定するものとしている。
これにより、ルックアップテーブル法を用いた色変換処
理のそれぞれの特徴を活かして、出力画像データを構成
する各画像データの色に応じた色変換処理が実施可能と
なり、本発明の画像処理方法を画像形成装置に適用する
ことで、全体的に画質が向上した出力画像を得ることが
可能となる。
Therefore, in the above-described second image processing method of the present invention, a color conversion process using a look-up table method is performed according to the color of image data of each coordinate of a second color system forming output image data. It is set individually.
This makes it possible to perform a color conversion process according to the color of each image data constituting the output image data by utilizing each feature of the color conversion process using the lookup table method. By applying the present invention to an image forming apparatus, it is possible to obtain an output image with improved image quality as a whole.

【0033】例えば、出力画像データを構成する第2の
表色系の画像データが、シアン、マゼンタ、及びイエロ
ーからなるとした場合、シアンとマゼンタに関しては、
リップル誤差の少ない3次元補間演算を行って階調性を
高め、イエローに関しては2次元補間演算を行うこと
で、色変換精度を高めて正確な色を出すことで、全体と
して画質を向上できる。
For example, if the image data of the second color system forming the output image data is composed of cyan, magenta, and yellow, for cyan and magenta,
By performing a three-dimensional interpolation operation with a small ripple error to enhance gradation, and performing a two-dimensional interpolation operation for yellow, color conversion accuracy can be increased and accurate colors can be obtained, so that the overall image quality can be improved.

【0034】出力画像データを構成する第2の表色系の
画像データが、シアン、マゼンタ、及びイエローに、さ
らに黒色を加えたものからなる場合、シアン、マゼン
タ、及びイエローに関しては、2次元補間処理を行うこ
とで、3次元補間処理に比べて色変換精度が高くなり、
正確な色を出すことができるが、前述したように、黒色
の画像データに対しても2次元補間処理を行うと、リッ
プル誤差によって画質が低下する恐れがある。
If the image data of the second color system constituting the output image data is composed of cyan, magenta, and yellow and black, the two-dimensional interpolation is performed for cyan, magenta, and yellow. By performing the processing, the color conversion accuracy is higher than the three-dimensional interpolation processing,
Although accurate colors can be output, as described above, if two-dimensional interpolation processing is performed on black image data, image quality may be degraded due to ripple errors.

【0035】そこで、上記した本発明の第2の画像処理
方法においては、画像データが黒色の場合は、3次元補
間法を用いた色変換処理か、ルックアップテーブルより
読み出したテーブル値をそのまま使用する色変換処理を
用いる構成とすることがより好ましく、これにより、色
変換処理にて黒の画像データまで生成する構成において
も、黒色の画像データで表されるグレー画像におけるリ
ップルの発生を防止しながら、他の色においては色変換
精度を高めて正確な色を出し、全体として画質を向上で
きる。
Therefore, in the above-described second image processing method of the present invention, when the image data is black, a color conversion process using a three-dimensional interpolation method or a table value read from a lookup table is used as it is. It is more preferable to adopt a configuration that uses a color conversion process that performs a color conversion process, thereby preventing generation of ripples in a gray image represented by black image data even in a configuration that generates up to black image data by the color conversion process. However, for other colors, the color conversion accuracy is increased to produce accurate colors, and the image quality can be improved as a whole.

【0036】このような本発明の第2の画像処理方法を
実現する画像処理装置としては、以下のような構成を挙
げることができる。
An image processing apparatus for realizing the second image processing method of the present invention has the following configuration.

【0037】本発明の第2の画像処理装置は、上記第2
の目的を達成するために、色変換処理部は、出力画像デ
ータの各座標毎に、第1の表色系の入力画像データを、
補間演算の有無を含む補間演算処理の種類に応じて、ア
ドレスデータのみ、或いはアドレスデータと補間用デー
タとの形態に分離するデータ分離部と、入力画像データ
における各座標の画像データの組み合わせを上記アドレ
スデータとし、該アドレスデータに対応する出力画像デ
ータの所定座標の画像データがテーブル値として格納さ
れた、補間演算処理の種類にあったルックアップテーブ
ルを有し、上記データ分離部によって分離されたアドレ
スデータに対応するテーブル値を読み出すルックアップ
テーブルアクセス部と、ルックアップテーブルアクセス
部にてルックアップテーブルより読み出されたテーブル
値のみ、或いは該テーブル値とデータ分離部にて分離さ
れた補間用データとを用いて、所定の補間演算処理を行
う補間演算処理部とを備え、出力画像データの座標毎に
設けられた、これらデータ分離部、ルックアップテーブ
ルアクセス部、及び補間演算処理部からなる各系の補間
演算処理は、出力画像データの各座標の画像データの色
に応じて設定されていることを特徴としている。
The second image processing apparatus according to the present invention comprises the second image processing apparatus.
In order to achieve the object of (1), the color conversion processing unit, for each coordinate of the output image data, the input image data of the first color system,
According to the type of the interpolation operation including the presence or absence of the interpolation operation, a combination of the image data of each coordinate in the input image data and the data separation unit for separating only the address data or the address data and the data for the interpolation is described above. A lookup table suitable for the type of interpolation calculation processing, in which image data at predetermined coordinates of output image data corresponding to the address data is stored as a table value as the address data, is separated by the data separation unit. A lookup table access unit for reading a table value corresponding to address data, and only a table value read from a lookup table by the lookup table access unit, or an interpolation unit separated from the table value by a data separation unit Interpolation operation processing unit that performs predetermined interpolation operation processing using data The interpolation calculation processing of each system including the data separation unit, the look-up table access unit, and the interpolation calculation processing unit provided for each coordinate of the output image data is performed on the image data of each coordinate of the output image data. It is characterized in that it is set according to the color.

【0038】上記の構成によれば、データ分離部は、第
1の表色系の入力画像データを、出力画像データにおけ
る求める画像データの色にあった補間演算処理に応じ
て、アドレスデータと補間用データとの形態に分離す
る。ここで、求める画像データの色にあった補間演算処
理が、補間演算を行わない処理である場合は、補間用デ
ータは必要なく、アドレスデータのみが抽出される。
According to the above arrangement, the data separation unit converts the input image data of the first color system into the address data and the interpolation data in accordance with the interpolation calculation processing suitable for the color of the image data to be obtained in the output image data. And separate it into data and data format. Here, if the interpolation calculation process corresponding to the color of the image data to be obtained is a process in which no interpolation calculation is performed, no interpolation data is required, and only the address data is extracted.

【0039】アドレスデータとは、データ分離部の後段
に備えられるルックアップテーブルアクセス部のルック
アップテーブルに格納されるテーブル値を読み出すため
のアドレスを示すものであり、ルックアップテーブルに
は、入力画像データにおける各座標の画像データの組み
合わせを上記アドレスデータとして、該アドレスデータ
に対応する出力画像データの各座標の画像データがテー
ブル値として格納されている。このようなルックアップ
テーブルは、補間演算処理毎に作成されている。
The address data indicates an address for reading a table value stored in a look-up table of a look-up table access unit provided at a subsequent stage of the data separating unit. The combination of the image data of each coordinate in the data is stored as the address data, and the image data of each coordinate of the output image data corresponding to the address data is stored as a table value. Such a look-up table is created for each interpolation calculation process.

【0040】ルックアップテーブルアクセス部は、具備
するルックアップテーブルを用いて、アドレスデータに
対応するテーブル値を読み出し、後段の補間演算処理部
へと出力する。補間演算処理部では、予め定められてい
る補間演算処理を、ルックアップテーブルアクセス部に
て読み出されたテーブル値とデータ分離部にて分離され
た補間用データとを用いて行う。なお、補間演算を行わ
ない補間演算処理が設定されている場合は、テーブル値
をそのまま出力する。
The look-up table access unit reads a table value corresponding to the address data by using the provided look-up table, and outputs the read table value to the interpolation operation processing unit at the subsequent stage. The interpolation calculation processing unit performs a predetermined interpolation calculation process using the table values read by the lookup table access unit and the interpolation data separated by the data separation unit. If the interpolation calculation process that does not perform the interpolation calculation is set, the table value is output as it is.

【0041】これにより、ルックアップテーブル法を用
いた色変換処理のそれぞれの特徴を活かして、出力画像
データを構成する各画像データの色に応じた色変換処理
が実施可能となり、その結果、このような画像処理装置
を備えた画像形成装置においては、全体的に画質が向上
した出力画像を得ることが可能となる。画像形成装置
は、例えば、インクジェット方式や電子写真方式を用い
たデジタルカラー複写機で実現される。
This makes it possible to perform a color conversion process according to the color of each image data constituting the output image data by utilizing each feature of the color conversion process using the lookup table method. In an image forming apparatus provided with such an image processing apparatus, it is possible to obtain an output image with improved image quality as a whole. The image forming apparatus is realized by, for example, a digital color copying machine using an inkjet system or an electrophotographic system.

【0042】また、上記した本発明の第2の画像処理装
置においては、画像データが黒色である系では、3次元
補間演算を用いた色変換処理が行われる構成とすること
がより好ましく、これにより、上記した黒色の画像デー
タで表されるグレー画像におけるリップルの発生を防止
して、画質をさらに向上させることができる。
Further, in the above-mentioned second image processing apparatus of the present invention, in a system where the image data is black, it is more preferable that the color conversion processing using three-dimensional interpolation is performed. Accordingly, it is possible to prevent the occurrence of ripples in the gray image represented by the above-described black image data, and to further improve the image quality.

【0043】また、上記した本発明の第2の画像処理装
置においては、画像データが黒色である系では、ルック
アップテーブルより読み出したテーブル値をそのまま使
用する色変換処理が行われる構成とすることがより好ま
しく、これにより、上記した黒色の画像データで表され
るグレー画像におけるリップルの発生を防止して、画質
をさらに向上させることができる。
In the above-described second image processing apparatus of the present invention, in a system where the image data is black, a color conversion process using the table value read from the lookup table as it is is performed. Thus, it is possible to prevent the occurrence of ripples in the gray image represented by the above-described black image data, and to further improve the image quality.

【0044】[0044]

【発明の実施の形態】〔実施の形態1〕本発明の画像処
理方法及び画像処理装置並びに画像形成装置の実施の一
形態について、図1ないし図7を用いて説明すれば以下
の通りである。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS [Embodiment 1] An embodiment of an image processing method, an image processing apparatus, and an image forming apparatus according to the present invention will be described below with reference to FIGS. .

【0045】図1に本実施の形態の画像処理装置のう
ち、特徴的な部分である色変換処理部1の構成を示す。
色変換処理部1は、RGB(R:赤,G:緑,B:青)
座標で表される第1の表色系の入力画像データを、CM
Y(C:シアン,M:マゼンタ,Y:イエロー)座標で
表される第2の表色系の出力画像データに変換するもの
であり、データ分離部2、色変換テーブルアクセス部
(ルックアップテーブルアクセス部)3、2次元補間演
算部4、及び黒生成/下色除去部5から構成される。さ
らにデータ分離部2はシアンデータ分離部2a、マゼン
タデータ分離部2b、及びイエローデータ分離部2cか
らなり、色変換テーブルアクセス部3はシアンテーブル
アクセス部3a、マゼンタテーブルアクセス部3b、及
びイエローテーブルアクセス部3cからなり、2次元補
間演算部4はシアン2次元補間演算部4a、マゼンタ2
次元補間演算部4b、及びイエロー2次元補間演算部4
cからなる。
FIG. 1 shows a configuration of a color conversion processing unit 1 which is a characteristic part of the image processing apparatus according to the present embodiment.
The color conversion processing unit 1 performs RGB (R: red, G: green, B: blue)
Input image data of the first color system represented by coordinates
The image data is converted into output image data of a second color system represented by Y (C: cyan, M: magenta, Y: yellow) coordinates. The data separation unit 2 and the color conversion table access unit (look-up table) (Access unit) 3, two-dimensional interpolation operation unit 4, and black generation / under color removal unit 5. Further, the data separation unit 2 includes a cyan data separation unit 2a, a magenta data separation unit 2b, and a yellow data separation unit 2c, and the color conversion table access unit 3 includes a cyan table access unit 3a, a magenta table access unit 3b, and a yellow table access. The two-dimensional interpolation operation unit 4 includes a cyan two-dimensional interpolation operation unit 4a and a magenta 2
Dimensional interpolation calculation unit 4b and yellow two-dimensional interpolation calculation unit 4
c.

【0046】シアンデータ分離部2a、シアンテーブル
アクセス部3a、及びシアン2次元補間演算部4aは、
入力画像データを構成するR・G・Bの各画像データか
ら、出力画像データのうちのCの画像データを求める。
マゼンタデータ分離部2b、マゼンタテーブルアクセス
部3b、及びマゼンタ2次元補間演算部4bは、入力画
像データを構成するR・G・Bの各画像データから、出
力画像データのうちのMの画像データを求める。イエロ
ーデータ分離部2c、イエローテーブルアクセス部3
c、及びイエロー2次元補間演算部4cは、入力画像デ
ータを構成するR・G・Bの各画像データから、出力画
像データのうちのYの画像データを求める。
The cyan data separation unit 2a, cyan table access unit 3a, and cyan two-dimensional interpolation operation unit 4a
From the R, G, and B image data constituting the input image data, C image data of the output image data is obtained.
The magenta data separation unit 2b, the magenta table access unit 3b, and the magenta two-dimensional interpolation calculation unit 4b convert the M image data of the output image data from the R, G, and B image data constituting the input image data. Ask. Yellow data separation unit 2c, yellow table access unit 3
The c and yellow two-dimensional interpolation calculation unit 4c obtains Y image data of the output image data from each of the R, G, and B image data constituting the input image data.

【0047】データ分離部2は、各々8ビットで表され
る3種類の座標の画像データR・G・Bのうち、求めよ
うとする3種類の座標の画像データC・M・Yごとに定
めた特定の2種類の画像データについては上位4ビット
のデータと下位4ビットのデータとに分離するデータ分
離処理を行い、残りの画像データについてはデータ分離
処理を行わずに8ビットのデータのまま出力する。分離
されてできた上位4ビットのデータと、分離されなかっ
た8ビットのデータとは色変換テーブルアクセス部3に
入力され、分離されてできた下位4ビットのデータは2
次元補間演算部4に入力される。なお、第1の表色系の
入力画像データを構成する各画像データは8ビットに限
らず、10ビットなど他のビット数でもよく、分離する
上位ビット数及び下位ビット数が任意であってもよいこ
とは以下の説明から明らかである。
The data separation unit 2 determines the image data C, M, and Y of the three types of coordinates to be obtained among the image data R, G, and B of the three types of coordinates each represented by 8 bits. The specific two types of image data are subjected to a data separation process of separating upper 4-bit data and lower 4-bit data, and the remaining image data is left as 8-bit data without performing the data separation process. Output. The upper 4-bit data separated and the 8-bit data not separated are input to the color conversion table access unit 3, and the separated lower 4-bit data is 2 bits.
It is input to the dimensional interpolation calculator 4. Note that each image data constituting the first color system input image data is not limited to 8 bits, but may be another bit number such as 10 bits, and even if the number of upper bits and the number of lower bits to be separated are arbitrary. The good thing is clear from the following description.

【0048】ここでは、第1の表色系の入力画像データ
のうち、第2の表色系の出力画像データの中で求めよう
とする座標の画像データと補色の関係にある画像データ
についてデータ分離処理を行わないこととする。例えば
シアンデータ分離部2aは、Cの補色であるRの画像デ
ータについては何も処理を施さずに8ビットのままで出
力し、Gの画像データ,Bの画像データについては上位
4ビットのデータG′・B′と、下位4ビットのデータ
G″・B″とに分離して出力する。同じく、Mに対して
はG、Yに対してはBについてデータ分離処理を行わな
い。
Here, of the input image data of the first color system, image data having a complementary color relationship with image data of coordinates to be obtained in output image data of the second color system. No separation processing is performed. For example, the cyan data separation unit 2a outputs the R image data, which is the complementary color of C, as it is, without any processing, as it is in 8 bits, and outputs the upper 4 bits of the G image data and the B image data. G'.B 'and lower 4-bit data G ".B" are output separately. Similarly, no data separation processing is performed for G for M and for B for Y.

【0049】色変換テーブルアクセス部3は、データ分
離部2から入力される信号、すなわちデータ分離部2で
抽出された上位4ビットのデータと分離されなかった8
ビットの画像データとをアドレスデータとして、内部に
格納された表色系変換用の色変換テーブル(ルックアッ
プテーブル)にアクセスしてテーブル値を読み出し、2
次元補間演算部4に入力する。
The color conversion table access unit 3 determines whether the signal input from the data separation unit 2, that is, the upper 4 bits of data extracted by the data separation unit 2, is not separated.
Using the bit image data as address data, a color conversion table (lookup table) for color system conversion stored therein is accessed to read a table value and read out.
It is input to the dimensional interpolation calculator 4.

【0050】色変換テーブルは図2に示すような入力色
空間に対応して作成される。同図において、X軸・Y軸
・Z軸の座標はそれぞれR,G,Bの画像データのいず
れかに相当し、これらの組み合わせで指定される入力色
空間内の1点の座標(x,y,z)が1つの入力画像デ
ータに相当する。入力色空間はX軸及びZ軸の方向に2
4 =16分割されており、各格子点のX座標及びZ座標
が2種類の画像データの上位4ビットに対応する。ま
た、入力色空間はY軸方向に28 =256分割されてお
り、格子点のY座標が8ビットで表される画像データに
対応する。そして、これら格子点の座標(x,y,z)
は前記アドレスデータに相当し、色変換テーブルはアド
レスデータごとにテーブル値を格納している。
The color conversion table is created corresponding to the input color space as shown in FIG. In the figure, the X-axis, Y-axis, and Z-axis coordinates correspond to any of the R, G, and B image data, respectively, and the coordinates (x, (y, z) corresponds to one input image data. The input color space is 2 in the X-axis and Z-axis directions.
4 = 16, and the X coordinate and Z coordinate of each grid point correspond to the upper 4 bits of the two types of image data. The input color space is divided into 2 8 = 256 in the Y-axis direction, and the Y coordinate of the grid point corresponds to image data represented by 8 bits. And the coordinates (x, y, z) of these grid points
Corresponds to the address data, and the color conversion table stores a table value for each address data.

【0051】例えば、シアンテーブルアクセス部3aの
色変換テーブルは、(x,y,z)=(G′,R,
B′)を格子点の座標とする入力色空間に対応して作成
されており、格子点ごとに1対1に対応するCの画像デ
ータがテーブル値として格納されている。そして、シア
ンテーブルアクセス部3aは、ある格子点の座標
(G′,R,B′)が指定されるとこの格子点に対応す
るテーブル値をCの色変換テーブルから読み出すように
なっている。ここで、RはCの補色であって、Cの出力
画像データへの変換精度に最も影響を与えるため、Rに
ついては8ビット分(256段階)の格子点を用意して
おき、後述する補間演算による誤差を極力避けるように
している。これにより、色ずれを生ずることなく精度良
く、また、効率良く色変換処理を行うことができる。
For example, the color conversion table of the cyan table access unit 3a is (x, y, z) = (G ', R,
B ') is created corresponding to the input color space with the coordinates of the grid points, and the image data of C corresponding to each grid point on a one-to-one basis is stored as a table value. When the coordinates (G ', R, B') of a certain grid point are designated, the cyan table access unit 3a reads a table value corresponding to this grid point from the C color conversion table. Here, R is a complementary color of C and has the greatest influence on the conversion accuracy of C into output image data. Therefore, for R, 8-bit (256 steps) grid points are prepared, and interpolation to be described later is performed. We try to avoid errors due to calculations as much as possible. As a result, color conversion processing can be performed accurately and efficiently without causing color shift.

【0052】色変換テーブルの作成方法は例えば以下の
手順で行う。 1)カラー画像形成部でCMYの各色パッチを出力す
る。 2)出力された各色パッチをカラー画像入力装置から読
み取り、RGB画像データを得る。 3)出力したCMY値と読み取ったRGB値を対応付
け、ニューラルネットワークやマスキング演算係数決定
法により画像形成装置の入出力特性、すなわちCMY値
とRGB値との間の係数を定義する。 4)前記手法で求められた係数で色変換計算を行なう。
The method of creating the color conversion table is performed, for example, in the following procedure. 1) The color image forming unit outputs each color patch of CMY. 2) Each output color patch is read from the color image input device to obtain RGB image data. 3) The output CMY values are associated with the read RGB values, and the input / output characteristics of the image forming apparatus, that is, the coefficients between the CMY values and the RGB values are defined by a neural network or a masking operation coefficient determination method. 4) Color conversion calculation is performed using the coefficients obtained by the above method.

【0053】前記入力色空間にはX軸方向及びZ軸方向
には入力画像データのうち16ビットごとにしか格子点
が設けられておらず、色変換テーブルには本来データ分
離部2で抽出した下位4ビットのデータで指定されるべ
きアドレスに対応したテーブル値が格納されていない。
このように、本実施の形態に係る色変換テーブルは、2
種類の画像データについて下位ビットデータに対応する
テーブル値を省略しているので、直接変換法で用いるL
UTよりも格段にサイズが小さくなる。
In the input color space, grid points are provided only for every 16 bits in the input image data in the X-axis direction and the Z-axis direction. The table value corresponding to the address to be specified by the lower 4-bit data is not stored.
Thus, the color conversion table according to the present embodiment
Since the table value corresponding to the lower bit data is omitted for the type of image data, L used in the direct conversion method is used.
It is much smaller in size than UT.

【0054】2次元補間演算部4は、格子点以外の点に
対応する出力画像データを求めるために、図2に示すよ
うにその点の近傍にある4つの格子点pi (i=0,
…,3)を頂点とする単位正方形を抜き出し、該単位正
方形の各格子点pi に対応して格納されているテーブル
値g(pi ) を用いて2次元補間演算を行う。任意の入力
画像データpの単位正方形内の点の位置座標は、データ
分離部2で抽出した下位4ビットのデータ、例えばCに
対してはG″,B″で決定される。上記位置座標が与え
られると各格子内での格子幅に対する相対比が決まる。
To obtain output image data corresponding to a point other than a grid point, the two-dimensional interpolation operation unit 4 determines four grid points p i (i = 0, i = 0,
, 3) are extracted and a two-dimensional interpolation operation is performed using a table value g (p i ) stored corresponding to each grid point p i of the unit square. The position coordinates of a point in the unit square of the arbitrary input image data p are determined by G ″, B ″ for lower 4 bits of data extracted by the data separation unit 2, for example, C. Given the position coordinates, the relative ratio to the grid width in each grid is determined.

【0055】図2に示すように、この相対比を格子点p
0 を基準にしてX軸,Z軸方向にそれぞれa,b(0≦
a,b≦1)とすると、4点補間による任意の入力画像
データpに対する補間値g(p) は、格子点pi における
テーブル値をg(pi ) として、下記式(2)により求め
られる。
As shown in FIG. 2, this relative ratio is calculated by
A , b (0 ≦
a, b ≦ 1), an interpolated value g (p) for any input image data p by four-point interpolation is obtained by the following equation (2), where g (p i ) is the table value at the grid point p i . Can be

【0056】 g(p) =(1-a)(1-b)・g(p0)+a(1-b)・g(p1)+ab・g(p2) +(1-a)b・g(p3) (2) 4点補間による式(2)の計算量は8点補間による式
(1)の計算量の3分の1程度で済むので、3次元補間
法を用いる場合に比して色変換処理の高速化が図れる。
G (p) = (1-a) (1-b) · g (p 0 ) + a (1-b) · g (p 1 ) + ab · g (p 2 ) + (1-a) b G (p 3 ) (2) The amount of calculation of equation (2) by four-point interpolation is only about one third of the amount of calculation of equation (1) by eight-point interpolation. In comparison, the speed of the color conversion processing can be increased.

【0057】黒生成・下色除去部5は、2次元補間演算
部4より出力されたCMYの色変換値(出力画像デー
タ)に対して黒生成処理/下色除去処理を行う。黒生成
/下色除去を行う方法としては、図7に示すようなスケ
ルトンブラックによる黒生成を行う方法が一般的であ
る。スケルトンカーブの入出力特性をy=f(x)、入
力されるデータをC,M,Y,出力されるデータを
C′,M′,Y′,K′、UCR(Under Color Remova
l )率をγ(0<γ<1)とすると、黒生成/下色除去
処理は以下の式(3)で表わされる。
The black generation / under color removal section 5 performs black generation processing / under color removal processing on the CMY color conversion values (output image data) output from the two-dimensional interpolation calculation section 4. As a method of performing black generation / undercolor removal, a method of performing black generation using skeleton black as shown in FIG. 7 is general. The input / output characteristic of the skeleton curve is y = f (x), the input data is C, M, Y, the output data is C ′, M ′, Y ′, K ′, and the UCR (Under Color Remova).
l) If the rate is γ (0 <γ <1), the black generation / undercolor removal processing is represented by the following equation (3).

【0058】 K′ =f{min (C, M, Y)} C′ =C−γK′ (3) M′ =M−γK′ Y′ =Y−γK′ 次に、RGBの入力画像データからCMYの他にK
(黒)の出力画像データを生成する場合の色変換処理部
11の構成を図3に示す。色変換処理部11は、図2の
色変換処理部1に黒データ分離部2d、黒テーブルアク
セス部3d、及び黒2次元補間演算部4dをさらに設
け、黒生成/下色除去部5を省略した構成である。ま
た、黒生成の結果を色変換テーブルアクセス部3のKの
色変換テーブルに、下色除去を施した結果をCMYの各
色変換テーブルに予め格納する。
K ′ = f {min (C, M, Y)} C ′ = C−γK ′ (3) M ′ = M−γK ′ Y ′ = Y−γK ′ Next, from the RGB input image data, K in addition to CMY
FIG. 3 shows the configuration of the color conversion processing unit 11 when generating (black) output image data. The color conversion processing unit 11 further includes a black data separation unit 2d, a black table access unit 3d, and a black two-dimensional interpolation calculation unit 4d in the color conversion processing unit 1 of FIG. 2, and omits the black generation / under color removal unit 5. This is the configuration. In addition, the result of black generation is stored in the K color conversion table of the color conversion table access unit 3, and the result of under color removal is stored in each of the CMY color conversion tables in advance.

【0059】黒データ分離部2dは、入力されるRGB
の画像データのうち、出力画像データのグレー成分(も
しくは明度成分)に対する寄与率の高い画像データにつ
いてはデータ分離処理を行わない。グレー成分(もしく
は明度成分)に対するRGBのそれぞれの寄与率は、一
般にG≧R≧Bであって、最終的に生成しようとする色
に含まれるグレー成分(もしくは明度成分)の精度にG
の画像データが最も影響を与えやすい。従って、Gの画
像データについてはデータ分離処理を行わないで補間演
算による誤差を極力避けるようにし、R,Bの画像デー
タについては上位4ビットのデータと下位4ビットのデ
ータとに分離する。これにより、色ずれを生ずることな
く精度良く、また、効率良く色変換処理を行うことがで
きる。
The black data separating section 2d receives the input RGB data.
Among the image data, the data separation process is not performed on image data having a high contribution ratio to the gray component (or brightness component) of the output image data. The respective contribution rates of RGB to the gray component (or lightness component) are generally G ≧ R ≧ B, and the accuracy of the gray component (or lightness component) included in the color to be finally generated is G
Image data is the most influential. Therefore, the G image data is not subjected to data separation processing to avoid errors due to the interpolation operation as much as possible, and the R and B image data is separated into upper 4-bit data and lower 4-bit data. As a result, color conversion processing can be performed accurately and efficiently without causing color shift.

【0060】次に、第1の表色系の入力画像データがC
IE(Commission Internationalede l′Eclairage :
国際照明委員会)L* * * データ(L* は明度デー
タ、a* ,b* は色度データ)である場合の色変換処理
部21の構成を図4に示す。色変換処理部21は、色変
換処理部1の色変換テーブルアクセス部3、2次元補間
演算部4、黒生成/下色除去部5に、色座標変換部6、
色変換/データ処理部7、及びデータ分離部8を追加し
た構成である。
Next, the input image data of the first color system is C
IE (Commission Internationaled l'Eclairage:
FIG. 4 shows the configuration of the color conversion processing unit 21 in the case of L * a * b * data (L * is brightness data, a * and b * are chromaticity data). The color conversion processing unit 21 includes a color conversion table access unit 3, a two-dimensional interpolation operation unit 4, a black generation / under color removal unit 5 of the color conversion processing unit 1, a color coordinate conversion unit 6,
This is a configuration in which a color conversion / data processing unit 7 and a data separation unit 8 are added.

【0061】色座標変換部6は入力されるRGBの画像
データをまず均等色空間データであるCIEL* *
* データに変換する。色座標変換の方法は以下の手順で
行う。 1)カラーチャート原稿の各色パッチを測色器で測色し
* * * 値を求める。 2)測色に用いたカラーチャート原稿をカラー画像入力
装置から読み取り、RGB値を得る。 3)測色したL* * * 値と読み取ったRGB値を対
応付けるため、ニューラルネットワークやマスキング演
算係数決定法によりL* * * 値とRGB値との間の
係数を求める。 4)前記手法で求められた係数で色座標変換を行なう。
この時、回路構成としては、マトリクスによるマスキン
グ演算で行うものでも良いし、3次元補間演算を用いた
LUT方式によるものであっても良いし、本実施の形態
の構成のような2次元補間演算を用いたLUT方式によ
るものでも良い。
The color coordinate converter 6 converts the input RGB image data into CIEL * a * b, which is uniform color space data.
* Convert to data. The color coordinate conversion is performed in the following procedure. 1) Measure each color patch of a color chart original with a colorimeter to obtain L * a * b * values. 2) The color chart original used for color measurement is read from a color image input device to obtain RGB values. 3) In order to associate the measured L * a * b * value with the read RGB value, a coefficient between the L * a * b * value and the RGB value is obtained by a neural network or a masking operation coefficient determination method. 4) Perform color coordinate conversion using the coefficients obtained by the above method.
At this time, the circuit configuration may be a masking operation using a matrix, may be an LUT method using a three-dimensional interpolation operation, or may be a two-dimensional interpolation operation as in the configuration of the present embodiment. The LUT method using the LUT may be used.

【0062】色変換/データ処理部7は、色座標変換部
6で得られた均等色空間データL** * に対して画
像編集による色変換処理、色再現領域補間による明度・
彩度圧縮などのデータ処理を行い、それぞれを8ビット
の画像データL*(1)・a*(1)・b*(1)として出力する。
データ分離部8は、色変換/データ処理部7から入力さ
れる画像データのうち色変換処理の精度に影響を与えや
すい明度データL*(1)についてはデータ分離処理を行わ
ず、色度データa*(1)・b*(1)を上位ビットのデータa
*(2)・b*(2)と下位ビットのデータa*(3)・b*(3)とに
分離する。このように明度データL*(1)についてはデー
タ分離処理を行わないで補間演算による誤差を極力避け
るようにしているので、色ずれを生ずることなく精度良
く、また、効率良く色変換処理を行うことができる。
The color conversion / data processing section 7 performs color conversion processing by image editing on the uniform color space data L * a * b * obtained by the color coordinate conversion section 6 and brightness / lightness conversion by color reproduction area interpolation.
Data processing such as saturation compression is performed, and each is output as 8-bit image data L * (1) · a * (1) · b * (1) .
The data separation unit 8 does not perform the data separation process on the brightness data L * (1) that easily affects the accuracy of the color conversion process among the image data input from the color conversion / data processing unit 7, a * (1) · b * (1) is the upper bit data a
* (2) · b * (2) and lower bit data a * (3) · b * (3) . As described above, for the brightness data L * (1) , the error due to the interpolation calculation is avoided as much as possible without performing the data separation processing, so that the color conversion processing is performed accurately and efficiently without causing color shift. be able to.

【0063】8ビットの明度データL*(1)及び上位4ビ
ットのデータa*(2)・b*(2)は色変換テーブルアクセス
部3のシアンテーブルアクセス部3a、マゼンタテーブ
ルアクセス部3b、及びイエローテーブルアクセス部3
cのそれぞれに共通に入力され、下位ビットのデータa
*(3)・b*(3)は2次元補間演算部4のシアン2次元補間
演算部4a、マゼンタ2次元補間演算部4b、及びイエ
ロー2次元補間演算部4cのそれぞれに共通に入力され
る。なお、色変換処理部21は色変換処理後に黒生成/
下色除去処理を行う構成となっているが、図3の場合と
同様にKの色変換テーブルを備える構成としても構わな
い。
The 8-bit lightness data L * (1) and the upper 4 bits of data a * (2) · b * (2) are stored in the cyan table access section 3a, the magenta table access section 3b of the color conversion table access section 3, and And yellow table access unit 3
c is input in common to each of
* (3) · b * (3) is commonly input to each of the cyan two-dimensional interpolation calculator 4a, the magenta two-dimensional interpolation calculator 4b, and the yellow two-dimensional interpolation calculator 4c of the two-dimensional interpolation calculator 4. . Note that the color conversion processing unit 21 generates /
Although the under color removal process is performed, a configuration including a K color conversion table as in the case of FIG. 3 may be employed.

【0064】以上から明らかなように、本実施の形態に
係る色変換処理部1・11・21においては、第1の表
色系及び第2の表色系の組み合わせは任意である。
As is apparent from the above, in the color conversion processing units 1, 11, and 21 according to the present embodiment, the combination of the first color system and the second color system is arbitrary.

【0065】次に、色変換処理部1・11・21による
第1の表色系よりなる入力画像データから第2の表色系
よりなる出力画像データへの一連の色変換処理を図5の
フローチャートに示す。まずS1で、データ分離部2・
8により第1の表色系よりなる入力画像データのうち、
所定の画像データについてはデータ分離処理を行わず、
他の画像データについては上位ビットデータと下位ビッ
トデータとに分離する。次いでS2で、色変換テーブル
アクセス部3により、データ分離処理を施さなかった画
像データと、データ分離処理を施した他の画像データの
上位ビットデータとをアドレスデータとして、色変換テ
ーブルよりテーブル値を読み出す。そしてS3で、2次
元補間演算部4により、色変換テーブルから読み出され
たテーブル値と、データ分離処理が施された画像データ
の下位ビットデータとを用いて2次元補間演算を行う。
最後に2次元補間演算により求められた値を第2の表色
系の出力画像データ(色変換値)として出力する。
Next, a series of color conversion processes from the input image data having the first color system to the output image data having the second color system by the color conversion processing sections 1, 11, 21 are shown in FIG. Shown in the flowchart. First, in S1, the data separation unit 2
8, among the input image data of the first color system,
No data separation process is performed for the given image data,
Other image data is separated into upper bit data and lower bit data. Next, at S2, the color conversion table access unit 3 uses the color conversion table as a table value from the color conversion table, using the image data not subjected to the data separation processing and the upper bit data of the other image data subjected to the data separation processing as address data. read out. Then, in S3, the two-dimensional interpolation calculation unit 4 performs a two-dimensional interpolation calculation using the table values read from the color conversion table and the lower-order bit data of the image data subjected to the data separation processing.
Finally, the value obtained by the two-dimensional interpolation calculation is output as output image data (color conversion value) of the second color system.

【0066】ここで、本実施の形態に係る2次元補間法
の特徴と、従来行われていた直接変換法及び3次元補間
法の特徴とを比較してまとめると、表1のようになる。
Here, Table 1 summarizes the characteristics of the two-dimensional interpolation method according to the present embodiment and those of the conventional direct conversion method and three-dimensional interpolation method.

【0067】[0067]

【表1】 [Table 1]

【0068】上表から分かるように、本実施の形態に係
る2次元補間法では、回路の小型化、高変換速度化、及
び低コスト化を同時に図ることができる。
As can be seen from the above table, the two-dimensional interpolation method according to this embodiment can simultaneously reduce the size of the circuit, increase the conversion speed, and reduce the cost.

【0069】次に、色変換処理部1(または11・2
1)を用いた画像処理装置31の構成を図6に示す。画
像処理装置31は、A/D変換部32、シェーディング
補正部33、入力階調補正部34、色変換処理部1(ま
たは11・21)、空間フィルタ処理部35、出力階調
補正部36、及び階調再現処理部37から構成される。
また、画像処理装置31の前段にはカラー画像入力装置
15、後段にはカラー画像形成部16が備えられてい
る。前述の2次元補間演算を行う画像処理装置31は、
色変換処理部1(または11・21)が小サイズの色変
換テーブルを用いて高速の色変換処理を行うので、画像
出力の高速化や低価格化が望まれる複写機・複合機に特
に有効なものである。
Next, the color conversion processing unit 1 (or 11.2)
FIG. 6 shows the configuration of the image processing apparatus 31 using 1). The image processing device 31 includes an A / D conversion unit 32, a shading correction unit 33, an input gradation correction unit 34, a color conversion processing unit 1 (or 11/21), a spatial filter processing unit 35, an output gradation correction unit 36, And a tone reproduction processing section 37.
Further, a color image input device 15 is provided at a stage preceding the image processing device 31, and a color image forming unit 16 is provided at a stage subsequent to the image processing device 31. The image processing device 31 that performs the above-described two-dimensional interpolation calculation includes:
Since the color conversion processing unit 1 (or 11/21) performs high-speed color conversion processing using a small-sized color conversion table, it is particularly effective for a copying machine or a multifunction peripheral in which high-speed image output and low cost are desired. It is something.

【0070】カラー画像入力装置15は、例えばスキャ
ナを有する構成であり、原稿からの反射光像をRGBの
アナログ信号としてCCD(Charge Coupled Device )
で読み取り、画像処理装置31に入力する。画像処理装
置31では、まずA/D(アナログ/デジタル)変換部
が、入力されたRGB信号をデジタルの画像データに変
換する。次いで、シェーディング補正部33が上記画像
データから、画像入力装置の照明系、結像系、撮像系で
生じる各種の歪みを取り除く処理を行う。その後、入力
階調補正部34が、RGBの反射率信号を、カラーバラ
ンスを整えるのと同時に、濃度信号など画像処理システ
ムの扱いやすい信号に変換する処理を施す。
The color image input device 15 has, for example, a scanner, and converts a reflected light image from an original into RGB analog signals as a CCD (Charge Coupled Device).
And input it to the image processing device 31. In the image processing device 31, first, an A / D (analog / digital) converter converts an input RGB signal into digital image data. Next, the shading correction unit 33 performs a process of removing various distortions generated in the illumination system, the imaging system, and the imaging system of the image input device from the image data. After that, the input tone correction unit 34 performs a process of converting the RGB reflectance signals into signals that are easy to handle by the image processing system, such as density signals, while adjusting the color balance.

【0071】次に、色変換処理部1(または11・2
1)が、RGBの画像データを2次元補間演算によって
CMYの画像データに変換するとともに、色再現の忠実
化実現のためにCMYの画像データから、不要吸収成分
を含むCMY色材の分光特性に基づいた色濁りを取り除
く処理を行う。また、色変換後のCMY3 色の画像デー
タからK(黒)の画像データを生成する黒生成処理、さ
らには下色除去処理を行って、CMYK4 色の画像デー
タを生成する。
Next, the color conversion processing unit 1 (or 11.2)
1) converts the RGB image data into CMY image data by a two-dimensional interpolation operation, and converts the CMY image data from CMY image data into spectral characteristics of CMY color materials including unnecessary absorption components in order to realize faithful color reproduction. A process for removing color turbidity based on the image is performed. Further, black generation processing for generating K (black) image data from the CMY three-color image data after the color conversion and under color removal processing are performed to generate CMYK four-color image data.

【0072】次に、空間フィルタ処理部35が、得られ
た画像データに対して、デジタルフィルタによる空間フ
ィルタ処理を施し、空間周波数特性を補正することによ
って出力画像のボヤケや粒状性劣化を防ぐよう処理す
る。そして、出力階調補正部36が、濃度信号などの信
号をカラー画像形成部16の特性値である網点面積率に
変換する出力階調補正処理を行い、最終的に階調再現処
理部37が、画像を画素に分割してそれぞれの階調を再
現できるように処理する階調再現処理(中間調生成)を
行う。
Next, the spatial filter processing section 35 performs a spatial filter process using a digital filter on the obtained image data, and corrects the spatial frequency characteristics so as to prevent blurring and graininess deterioration of the output image. To process. Then, the output tone correction unit 36 performs an output tone correction process of converting a signal such as a density signal into a dot area ratio which is a characteristic value of the color image forming unit 16, and finally, a tone reproduction processing unit 37. Performs a tone reproduction process (halftone generation) that divides an image into pixels and reproduces each tone.

【0073】カラー画像形成部16は、画像データを記
録媒体(例えば紙等)上に出力するもので、例えば、電
子写真方式やインクジェット方式を用いたカラー画像形
成装置等を挙げることができるが特に限定されるもので
はない。
The color image forming section 16 outputs image data on a recording medium (for example, paper). For example, a color image forming apparatus using an electrophotographic system or an ink jet system can be used. It is not limited.

【0074】以上に述べたように、本実施の形態の画像
処理方法及び画像処理装置によれば、LUTのサイズを
抑えながら、第1の表色系よりなる入力画像データから
第2の表色系よりなる出力画像データへの高速の色変換
処理を行うことができる。
As described above, according to the image processing method and the image processing apparatus of the present embodiment, the second color expression is obtained from the input image data of the first color system while suppressing the size of the LUT. It is possible to perform high-speed color conversion processing on output image data comprising a system.

【0075】〔実施の形態2〕本発明の画像処理方法及
び画像処理装置並びに画像形成装置の実施のその他の形
態について、図10ないし図12を用いて説明すれば以
下の通りである。なお、説明の便宜上、実施の形態1の
図面に示した構成要素と同一の機能を有する構成要素に
ついては、同一の符号を付し、その説明を省略する。
[Embodiment 2] Another embodiment of an image processing method, an image processing apparatus, and an image forming apparatus according to the present invention will be described below with reference to FIGS. For convenience of explanation, components having the same functions as those shown in the drawings of Embodiment 1 are given the same reference numerals, and descriptions thereof are omitted.

【0076】本実施の形態では、実施の形態1で詳細に
説明した2次元補間演算を用いた色変換処理を含むLU
T法を用いた色変換処理を、出力画像データを構成する
各座標の画像データの色毎に個別に設定することで、さ
らに画質の高い出力画像を得ることが可能な画像処理方
法及び画像処理装置並びに画像形成装置に関するもので
ある。
In the present embodiment, the LU including the color conversion processing using the two-dimensional interpolation operation described in detail in the first embodiment is used.
An image processing method and an image processing method capable of obtaining an output image with higher image quality by individually setting the color conversion processing using the T method for each color of the image data of each coordinate constituting the output image data The present invention relates to an apparatus and an image forming apparatus.

【0077】図10のブロック図に、本発明の画像処理
方法及び画像処理装置の構成が適用された画像処理装置
39を備える、実施の一形態であるデジタルカラー複写
機の構成を示す。
FIG. 10 is a block diagram showing a configuration of a digital color copying machine according to an embodiment including an image processing device 39 to which the configuration of the image processing method and the image processing device of the present invention is applied.

【0078】図10に示すように、画像処理装置39
は、A/D変換部32、シェーディング補正部33、入
力階調補正部34、領域分離処理部40、色変換処理部
41、黒生成/下色除去部5、空間フィルタ処理部3
5、出力階調補正部36、及び階調再現処理部37とか
ら構成されており、これに、カラー画像入力装置15と
カラー画像形成部16とが接続され、全体としてデジタ
ルカラー複写機を構成している。
As shown in FIG. 10, the image processing device 39
Are an A / D conversion unit 32, a shading correction unit 33, an input gradation correction unit 34, an area separation processing unit 40, a color conversion processing unit 41, a black generation / under color removal unit 5, a spatial filter processing unit 3.
5, an output tone correction section 36, and a tone reproduction processing section 37. The color image input device 15 and the color image forming section 16 are connected to the output tone correction section 36 and the color image forming section 16 to constitute a digital color copying machine as a whole. are doing.

【0079】カラー画像入力装置15にて読み取られた
RGBのアナログ信号は、画像処理装置39内を、A/
D変換部32、シェーディング補正部33、入力階調補
正部34、領域分離処理部40、色変換処理部41、黒
生成/下色除去部5、空間フィルタ処理部35、出力階
調補正部36、及び階調再現処理部37の順で送られ、
CMYKのデジタルカラー信号として、カラー画像形成
部16へ出力される。
The RGB analog signals read by the color image input device 15 are transmitted to the A /
D conversion unit 32, shading correction unit 33, input gradation correction unit 34, area separation processing unit 40, color conversion processing unit 41, black generation / under color removal unit 5, spatial filter processing unit 35, output gradation correction unit 36 , And the tone reproduction processing section 37 in this order.
It is output to the color image forming unit 16 as a CMYK digital color signal.

【0080】実施の形態1に用いた図6と一部説明が重
複するが、図10に示す各部材について説明すると、A
/D(アナログ/デジタル)変換部32は、RGBのア
ナログ信号をデジタル信号に変換するもので、シェーデ
ィング補正部33は、A/D変換部32より送られてき
たデジタルのRGB信号に対して、カラー画像入力装置
15の照明系、結像系、撮像系で生じる各種の歪みを取
り除く処理を施すものである。
Although the description partially overlaps with FIG. 6 used in the first embodiment, the members shown in FIG.
The / D (analog / digital) conversion unit 32 converts an RGB analog signal into a digital signal, and the shading correction unit 33 converts a digital RGB signal sent from the A / D conversion unit 32 into a digital signal. The color image input device 15 performs a process of removing various distortions generated in the illumination system, the imaging system, and the imaging system.

【0081】入力階調補正部34は、シェーディング補
正部33にて各種の歪みが取り除かれたRGB信号(R
GBの反射率信号)に対して、カラーバランスを整える
と同時に、濃度信号など画像処理装置39に採用されて
いる画像処理システムの扱い易い信号に変換する処理を
施すものである。
The input tone correction section 34 outputs the RGB signals (R
In addition to adjusting the color balance of the (GB reflectance signal), the image signal is converted into a signal, such as a density signal, which can be easily handled by an image processing system employed in the image processing apparatus 39.

【0082】領域分離処理部40は、RGB信号より、
入力画像中の各画素を文字領域、網点領域、写真領域の
何れかに分離するものである。領域分離処理部40は、
分離結果に基づき、画素がどの領域に属しているかを示
す領域識別信号を、黒生成/下色除去部5、空間フィル
タ処理部35、及び階調再現処理部37へと出力する。
The segmentation processing section 40 converts the RGB signals into
Each pixel in the input image is separated into a character area, a halftone dot area, and a photograph area. The area separation processing unit 40
Based on the separation result, an area identification signal indicating which area the pixel belongs to is output to the black generation / under color removal unit 5, the spatial filter processing unit 35, and the tone reproduction processing unit 37.

【0083】色変換処理部41は、RGB座標で表され
る第1の表色系の入力画像データを、CMY(C:シア
ン,M:マゼンタ,Y:イエロー)座標で表される第2
の表色系の出力画像データに変換するものである。色再
現の忠実化実現のために、不要吸収成分を含むCMY色
材の分光特性に基づいた色濁りを取り除く処理を行うも
のであって、色変換処理部41の詳細については後述す
る。
The color conversion processing section 41 converts the input image data of the first color system represented by RGB coordinates into CMY (C: cyan, M: magenta, Y: yellow) coordinates.
Is converted into output image data of the color system. In order to realize faithful color reproduction, processing for removing color turbidity based on the spectral characteristics of CMY color materials including unnecessary absorption components is performed. The details of the color conversion processing unit 41 will be described later.

【0084】黒生成/下色除去部5は、色補正後のCM
Yの3色信号から黒(K)信号を生成する黒生成、元の
CMY信号から黒生成で得たK信号を差し引いて新たな
CMY信号を生成する処理を行うものであって、CMY
の3色信号はCMYKの4色信号に変換される。黒生成
処理の一例として、スケルトンブラックによる黒生成を
行なう方法(一般的方法)があるが、この方法は、実施
の形態1で説明した通りであるので、便宜上、これ以上
の説明を省略する。
The black generation / under color removal unit 5 outputs the CM after color correction.
The CMY is a process for generating a new CMY signal by subtracting the K signal obtained by the black generation from the original CMY signal from black generation for generating a black (K) signal from three Y color signals.
Are converted into CMYK four-color signals. As an example of the black generation processing, there is a method of performing black generation using skeleton black (general method). However, since this method is as described in the first embodiment, further description is omitted for convenience.

【0085】空間フィルタ処理部35は、黒生成/下色
除去部5より入力されるCMYK信号の画像データに対
して、領域識別信号を基にデジタルフィルタによる空間
フィルタ処理を行い、空間周波数特性を補正することに
よって出力画像のぼやけや粒状性劣化を防ぐように処理
するものであって、出力階調補正部36、階調再現処理
部37も、空間フィルタ処理部35と同様に、CMYK
信号の画像データに対して、領域識別信号を基に所定の
処理を施するものである。
The spatial filter processing unit 35 performs a spatial filter process on the image data of the CMYK signal input from the black generation / under color removal unit 5 using a digital filter based on the region identification signal, and removes the spatial frequency characteristics. The output gradation correction unit 36 and the gradation reproduction processing unit 37 perform the CMYK correction in the same manner as the spatial filter processing unit 35.
A predetermined process is performed on the image data of the signal based on the region identification signal.

【0086】例えば、領域分離処理部40にて文字に分
離された領域は、特に黒文字或いは色文字の再現性を高
めるために、空間フィルタ処理部35による鮮鋭強調処
理で高周波数の強調量が大きくされる。同時に、階調再
現処理部37においては、高域周波数の再現に適した高
解像度のスクリーンでの二値化または多値化処理が選択
される。
For example, in the area separated into characters by the area separation processing section 40, the sharpening processing by the spatial filter processing section 35 has a large amount of high-frequency enhancement in order to particularly enhance the reproducibility of black characters or color characters. Is done. At the same time, the tone reproduction processing section 37 selects binarization or multi-value processing on a high-resolution screen suitable for reproduction of high-frequency components.

【0087】また、領域分離処理部40にて網点に分離
された領域に関しては、空間フィルタ処理部35におい
て、入力網点成分を除去するためのローパス・フィルタ
処理が施される。そして、出力階調補正部36では、濃
度信号などの信号をカラー画像形成部16の特性値であ
る網点面積率に変換する出力階調補正処理を行った後、
階調再現処理部37で、最終的に画像を画素に分離して
それぞれの階調を再現できるように処理する階調再現処
理(中間調生成)が施される。領域分離処理部40にて
写真に分離された領域に関しては、階調再現性を重視し
たスクリーンでの二値化または多値化処理が行われる。
Further, with respect to the area separated into halftone dots by the area separation processing section 40, the spatial filter processing section 35 performs low-pass filter processing for removing an input halftone dot component. The output tone correction unit 36 performs an output tone correction process of converting a signal such as a density signal into a dot area ratio which is a characteristic value of the color image forming unit 16,
In the tone reproduction processing section 37, a tone reproduction process (halftone generation) for finally separating an image into pixels and performing processing so that each tone can be reproduced is performed. With respect to the region separated into photographs by the region separation processing unit 40, binarization or multi-value processing is performed on a screen that emphasizes tone reproducibility.

【0088】上述した各処理が施された画像データは、
一旦記憶手段に記憶され、所定のタイミングで読み出さ
れてカラー画像形成部16に入力される。
The image data subjected to each of the above-described processes is
The data is temporarily stored in the storage unit, read out at a predetermined timing, and input to the color image forming unit 16.

【0089】以下、上記色変換補正部41について、詳
細に説明する。なお、本発明はスキャナ等の画像入力装
置・画像処理装置・カラープリンタ等の画像形成装置や
ディスプレイ等の画像表示装置がネットワークを介して
構成されるシステムにも適用可能である。
Hereinafter, the color conversion correction section 41 will be described in detail. The present invention is also applicable to a system in which an image input device such as a scanner, an image processing device, an image forming device such as a color printer, and an image display device such as a display are configured via a network.

【0090】図11に、画像処理装置39における色変
換処理部41の構成を示す。図11に示すように、色変
換処理部41は、データ分離部62、色変換テーブルア
クセス部63、及び補間演算処理部64から構成され
る。これらデータ分離部62、色変換テーブルアクセス
部63、及び補間演算処理部64は、出力画像データを
構成するCMYKのうちのCMY3色の各画像データ毎
に設けられており、データ分離部62は、シアンデータ
分離部62a、マゼンタデータ分離部62b、及びイエ
ローデータ分離部62cからなり、色変換テーブルアク
セス部63は、シアンテーブルアクセス部63a、マゼ
ンタテーブルアクセス部63b、及びイエローテーブル
アクセス部63cから、補間演算処理部64は、シアン
3次元補間演算処理部64a、マゼンタ3次元補間演算
処理部64b、及びイエロー2次元補間演算処理部64
cからなる。
FIG. 11 shows a configuration of the color conversion processing section 41 in the image processing device 39. As shown in FIG. 11, the color conversion processing unit 41 includes a data separation unit 62, a color conversion table access unit 63, and an interpolation calculation processing unit 64. The data separation unit 62, the color conversion table access unit 63, and the interpolation operation processing unit 64 are provided for each of CMYK image data of CMYK constituting output image data. The color conversion table access unit 63 includes a cyan data separation unit 62a, a magenta data separation unit 62b, and a yellow data separation unit 62c. The color conversion table access unit 63 performs interpolation from the cyan table access unit 63a, the magenta table access unit 63b, and the yellow table access unit 63c. The arithmetic processing unit 64 includes a cyan three-dimensional interpolation arithmetic processing unit 64a, a magenta three-dimensional interpolation arithmetic processing unit 64b, and a yellow two-dimensional interpolation arithmetic processing unit 64
c.

【0091】上記シアンデータ分離部62a、シアンテ
ーブルアクセス部63a、及びシアン3次元補間演算処
理部64aが、入力画像データを構成するRGBの各画
像データから、出力画像データのうちのCの画像データ
を求める系であり、マゼンタデータ分離部62b、マゼ
ンタテーブルアクセス部63b、及びマゼンタ3次元補
間演算処理部64bが、RGBの各画像データからMの
画像データを求める系、イエローデータ分離部62c、
イエローテーブルアクセス部63c、及びイエロー2次
元補間演算処理部64cが、RGBの各画像データか
ら、Yの画像データを求める系である。
The cyan data separation section 62a, cyan table access section 63a, and cyan three-dimensional interpolation calculation processing section 64a convert the C image data of the output image data from the RGB image data constituting the input image data. A magenta data separation unit 62b, a magenta table access unit 63b, and a magenta three-dimensional interpolation calculation processing unit 64b determine a M image data from each of the RGB image data, a yellow data separation unit 62c,
The yellow table access unit 63c and the yellow two-dimensional interpolation calculation processing unit 64c are systems for obtaining Y image data from RGB image data.

【0092】そしてこれら3つの系のうち、CとMの画
像データを求める系は、3次元補間処理を行って出力画
像データを得るようになっており、イエローの画像デー
タを求める系のみ、2次元補間処理を行って出力画像デ
ータを得るようになっている。
Of these three systems, the system that obtains C and M image data is configured to perform three-dimensional interpolation processing to obtain output image data. Output image data is obtained by performing a dimensional interpolation process.

【0093】ここで、表2を用いて、2次元補間処理、
3次元補間処理、及び補間演算を行わない補間演算無し
処理の各特徴について説明する。表2は、これら3通り
補間演算処理間の変換速度や階調性を比較した結果であ
る。
Here, using Table 2, two-dimensional interpolation processing,
Each feature of the three-dimensional interpolation processing and the processing without interpolation calculation without performing the interpolation calculation will be described. Table 2 shows the results of comparing the conversion speed and gradation between these three types of interpolation calculation processing.

【0094】[0094]

【表2】 [Table 2]

【0095】表2に示されるように、テーブルサイズが
等しい場合、3次元補間処理は、変換速度は遅いもの
の、リップル誤差が少なく、階調性に優れるといった特
徴がある。リップルとは、濃度の濃淡縞のことである。
リップル誤差が大きいと、画像にさざ波のような縞模様
のリップルが現れる。一方、2次元補間法を用いた2次
元補間処理は、補間誤差が小さく精確で、また、3次元
補間処理に比べて変換速度も速く、かつ、階調性も3次
元補間処理程ではないが良好であるといった特徴点を有
している。また、補間演算無し処理とは、後述する実施
の形態3において使用するものであるが、補間演算を行
わないため、テーブルサイズを補間を行うものと同じに
すると、階調性は望めないものの、変換速度が極めて速
く、高速であるといった特徴がある。
As shown in Table 2, when the table sizes are the same, the three-dimensional interpolation processing has a characteristic that although the conversion speed is slow, the ripple error is small and the gradation is excellent. Ripple is light and dark stripes of density.
If the ripple error is large, ripples such as ripples appear in the image. On the other hand, the two-dimensional interpolation processing using the two-dimensional interpolation method has a small and accurate interpolation error, has a higher conversion speed than the three-dimensional interpolation processing, and the gradation is not as good as the three-dimensional interpolation processing. It has the characteristic point that it is good. In addition, the processing without interpolation calculation is used in the third embodiment described later. However, since interpolation calculation is not performed, if the table size is set to the same as that for performing interpolation, gradation cannot be expected. The conversion speed is extremely fast and high speed.

【0096】このような各補間演算処理の特徴を考慮し
て、出力画像データを構成する各画像データを求める系
の補間演算処理が、上記のように設定されている。つま
り、CとMの画像データを求める系に対しては、リップ
ル誤差の少ない3次元補間処理を行うことで、階調性が
良好になる。一方、イエローに対しては、2次元補間処
理を用いるので、3次元補間処理に比べて色変換精度が
高くなり、正確な色を出すことができる。2次元補間処
理の場合、リップルが発生する恐れがあるが、イエロー
では視覚的に目立たないので問題はない。
In consideration of such features of the respective interpolation calculation processes, the interpolation calculation process of the system for obtaining each image data constituting the output image data is set as described above. That is, for a system that obtains C and M image data, gradation is improved by performing a three-dimensional interpolation process with a small ripple error. On the other hand, since two-dimensional interpolation processing is used for yellow, color conversion accuracy is higher than in three-dimensional interpolation processing, and an accurate color can be obtained. In the case of the two-dimensional interpolation processing, there is a possibility that ripples may occur, but there is no problem because yellow is not visually noticeable.

【0097】図11に戻り、データ分離部62は、各々
所定ビットで表される入力画像データであるRGB信号
をそれぞれ、色変換テーブルアクセス部63に備えられ
る色変換テーブルのアドレスデータとなる上位ビットデ
ータと、補間演算のために用いられる補間用データとな
る下位ビットデータとに分離するデータ分離処理を行う
ものであって、分離形態は、補間演算処理に応じて異な
る。
Returning to FIG. 11, the data separation unit 62 converts the RGB signals, which are input image data represented by predetermined bits, into higher-order bits serving as address data of a color conversion table provided in the color conversion table access unit 63. The data separation process is performed to separate the data into lower-order bit data that is used as interpolation data used for the interpolation calculation. The separation mode differs depending on the interpolation calculation process.

【0098】表3に、RGB信号が各々8ビットである
場合の、データ分離部62におけるデータ分離例を示
す。なお、表3では、アドレスデータとなる上位ビット
データのビット数を示している。
Table 3 shows an example of data separation in the data separation section 62 when each of the RGB signals is 8 bits. Note that Table 3 shows the number of bits of higher-order bit data serving as address data.

【0099】[0099]

【表3】 [Table 3]

【0100】2次元補間処理を行う系のイエローデータ
分離部62cでは、実施の形態1において説明したよう
に、RGBの各画像データのうち、Yと補色の関係にあ
る色、つまり、Bのデータについてはデータの分離を行
わず8ビットのままで出力し、RとGのデータに対し
て、上位4ビットのデータであるR’・G’と、下位4
ビットのデータであるR”・G”とに分離する。
As described in the first embodiment, the yellow data separation section 62c of the system that performs the two-dimensional interpolation process, among the RGB image data, the color having a complementary color relationship with Y, that is, the B data Is output as it is with 8 bits without separating the data, and the R and G data are compared with the upper 4-bit data R ′ · G ′ and the lower 4 bits.
It is separated into bit data R ″ and G ″.

【0101】3次元補間処理を行う系のシアンデータ分
離部62aとマゼンタデータ分離部62bでは、RGB
の各画像データは共に上位5ビットのデータであるR’
・G’・B’と下位3ビットのデータであるR”・G”
・B”とに分離する。
The cyan data separation unit 62a and the magenta data separation unit 62b of the system for performing the three-dimensional interpolation process
Are the upper 5 bits of data R ′
G'B 'and lower 3 bits R "G"
・ B ”.

【0102】データ分離部62で分離された上位ビット
データは、対応する色変換テーブルアクセス部63へと
出力され、下位ビットデータは、対応する補間演算処理
部64へと出力される。
The upper bit data separated by the data separation section 62 is output to the corresponding color conversion table access section 63, and the lower bit data is output to the corresponding interpolation operation processing section 64.

【0103】なお、ここでは、入力画像データを構成す
るRGBの各画像データを8ビットとしたが、これに限
らず、10ビットなど他のビット数でもよく、分離する
上位ビットデータ及び下位ビットデータの各ビット数
は、上記した特定の条件を満たせば任意でよい。
Here, each of the RGB image data constituting the input image data is 8 bits. However, the present invention is not limited to this, and other bit numbers such as 10 bits may be used. May be arbitrary as long as the above specific conditions are satisfied.

【0104】色変換テーブルアクセス部63は、補間演
算処理の種類にあった色変換テーブル(ルックアップテ
ーブル)を備えており、シアンテーブルアクセス部63
aとマゼンタテーブルアクセス部63bでは、3次元補
間処理にあった色変換テーブルを有し、イエローテーブ
ルアクセス部63cでは、2次元補間処理にあった色変
換テーブルを有する。
The color conversion table access section 63 has a color conversion table (look-up table) suitable for the type of interpolation calculation processing.
a and the magenta table access unit 63b have a color conversion table for the three-dimensional interpolation process, and the yellow table access unit 63c has a color conversion table for the two-dimensional interpolation process.

【0105】各色変換テーブルには、入力画像データの
うち上位Nビットのデータで表される座標(RGBの各
色)の組み合わせに対応する出力画像データの所定の座
標(CMYの中のある色)のテーブル値が、予め計算さ
れて格納されている。入力画像データの上位ビットデー
タに対応するアドレスのテーブル値が色変換テーブルか
ら読み出され、対応する補間演算処理部64に入力され
る。なお、3次元補間処理用の色変換テーブルは従来よ
り知られており、また、2次元補間処理の色変換テーブ
ルについても、前述の実施の形態1で説明しているの
で、便宜上、ここではこれ以上の説明は省略する。
In each color conversion table, predetermined coordinates (a certain color in CMY) of output image data corresponding to a combination of coordinates (each color of RGB) represented by upper N bits of data of the input image data are stored. Table values are calculated and stored in advance. The table value of the address corresponding to the upper bit data of the input image data is read from the color conversion table, and is input to the corresponding interpolation operation processing unit 64. Note that a color conversion table for three-dimensional interpolation processing is conventionally known, and a color conversion table for two-dimensional interpolation processing is also described in the first embodiment. The above description is omitted.

【0106】補間演算処理部64におけるシアン3次元
補間演算処理部64aとマゼンタ3次元補間演算処理部
64bでは、RGBの入力画像データに対して、上位ビ
ットデータを(5,5,5)の15ビットとし、該上位
15ビットのデータを、下位の3ビット×3ビット×3
ビットで3次元補間して、C及びMの各画像データを得
る。イエロー2次元補間演算処理部64cでは、RGB
の入力画像データに対して、上位ビットデータを(4,
4,8)の16ビットとし、この上位16ビットのデー
タを、下位の4ビット×4ビットで2次元補間して、Y
の画像データを得る。
The cyan three-dimensional interpolation calculation processing part 64a and the magenta three-dimensional interpolation calculation processing part 64b in the interpolation calculation processing part 64 use the upper bit data of (5,5,5) for RGB input image data. And the upper 15-bit data is divided into lower 3 bits × 3 bits × 3
Three-dimensional interpolation is performed using bits to obtain C and M image data. In the yellow two-dimensional interpolation calculation processing unit 64c, the RGB
For the input image data of
4, 8), and the upper 16-bit data is two-dimensionally interpolated by lower 4 bits × 4 bits to obtain Y data.
Is obtained.

【0107】最後に、上記色変換処理部41の処理手順
を、図12のフローチャートを用いて説明する。色変換
処理にあたり、まず、データ分離部62が、第1の表色
系からなる画像データ、つまり、ここではRGBの各画
像データを、各系の補間演算法に則した形態のアドレス
データとなる上位ビットデータと補間用データとなる下
位ビットデータとに分離する(S11)。
Finally, the processing procedure of the color conversion processing section 41 will be described with reference to the flowchart of FIG. In the color conversion process, first, the data separation unit 62 converts the image data of the first color system, that is, here, the image data of RGB into address data in a form conforming to the interpolation calculation method of each system. It is separated into upper bit data and lower bit data serving as interpolation data (S11).

【0108】次いで、色変換テーブルアクセス部63
が、上位ビッドデータをアドレスデータとして、色変換
テーブルよりテーブル値を読み出す(S12)。
Next, the color conversion table access unit 63
Reads the table value from the color conversion table using the upper bid data as address data (S12).

【0109】補間演算処理部64では、色変換テーブル
より読み出されたテーブル値と下位ビットデータとを用
いて、CとMの系では3次元補間演算、Yの系では2次
元補間演算の各補間演算処理を行い(S13)、補間演
算処理により得られた値を、第2の表色系のCMYの各
画像データとして出力する(S14)。
The interpolation operation processing unit 64 uses the table values read from the color conversion table and the lower-order bit data to perform three-dimensional interpolation operations in the C and M systems and two-dimensional interpolation operations in the Y system. Interpolation processing is performed (S13), and the value obtained by the interpolation processing is output as CMY image data of the second color system (S14).

【0110】以上のように、本実施の形態のデジタルカ
ラー複写機では、出力画像データを構成するCとMの画
像データを求める系では、リップル誤差の少ない3次元
補間処理を行い、Yの画像データを求める系では、変換
精度の高い精確な2次元補間処理を行う構成となってい
る。
As described above, in the digital color copying machine according to the present embodiment, in the system for obtaining the C and M image data constituting the output image data, the three-dimensional interpolation process with a small ripple error is performed, and the Y image is output. The system for obtaining data is configured to perform accurate two-dimensional interpolation processing with high conversion accuracy.

【0111】したがって、シアンとマゼンタでは階調性
が良好になり、イエローに対しては、2次元補間処理を
用いた分、3次元補間処理に比べて色変換精度が高くな
り、正確な色を出すことができる、その結果、本実施の
形態のデジタルカラー複写機で得られる出力画像は、C
MY全てを3次元補間処理する場合と比較して、精度及
び階調性が上がり、全体として出力画像の画質が向上す
る。
Therefore, the gradation is improved in cyan and magenta, and the color conversion accuracy is improved for yellow because of the use of the two-dimensional interpolation, compared to the three-dimensional interpolation, so that accurate colors can be obtained. As a result, the output image obtained by the digital color copying machine of the present embodiment is C
Compared to the case where all the MYs are subjected to the three-dimensional interpolation processing, the accuracy and gradation are improved, and the image quality of the output image is improved as a whole.

【0112】〔実施の形態3〕本発明の画像処理方法及
び画像処理装置並びに画像形成装置の実施のその他の形
態について、図13、図14を用いて説明すれば以下の
通りである。なお、説明の便宜上、前述した実施の形態
の図面に示した構成要素と同一の機能を有する構成要素
については、同一の符号を付し、その説明を省略する。
[Embodiment 3] Another embodiment of an image processing method, an image processing apparatus, and an image forming apparatus according to the present invention will be described below with reference to FIGS. Note that, for convenience of explanation, components having the same functions as those shown in the drawings of the above-described embodiments are given the same reference numerals, and descriptions thereof will be omitted.

【0113】本発明に係るその他の実施の形態としての
デジタルカラー複写機は、実施の形態2で説明した図1
0に示す画像処理装置39における色変換処理部41と
黒生成/下色除去部5とが一体化され、黒生成も含めて
色変換処理を行うものであって、色変換処理部41と黒
生成/下色除去部5とに替えて、図13に示す色変換/
黒生成部44を備えている。
A digital color copying machine according to another embodiment of the present invention is similar to the digital color copying machine shown in FIG.
The color conversion processing unit 41 and the black generation / under color removal unit 5 in the image processing device 39 shown in FIG. 0 are integrated to perform color conversion processing including black generation. Instead of the generation / under color removal unit 5, the color conversion /
A black generator 44 is provided.

【0114】図13に示すように、本実施の形態に係る
デジタルカラー複写機の画像処理装置39に備えられた
色変換/黒生成部44は、データ分離部65、色変換テ
ーブルアクセス部66、補間演算処理部67からなる。
As shown in FIG. 13, the color conversion / black generation section 44 provided in the image processing device 39 of the digital color copying machine according to the present embodiment includes a data separation section 65, a color conversion table access section 66, It comprises an interpolation operation processing section 67.

【0115】上記データ分離部65は、シアンデータ分
離部65a、マゼンタデータ分離部65b、イエローデ
ータ分離部65c、及びブラックデータ分離部65dか
らなり、色変換テーブルアクセス部66は、シアンテー
ブルアクセス部66a、マゼンタテーブルアクセス部6
6b、イエローテーブルアクセス部66c、及びブラッ
クテーブルアクセス部66dから、補間演算処理部67
は、シアン2次元補間演算処理部67a、マゼンタ2次
元補間演算処理部67b、イエロー2次元補間演算処理
部67c、及びブラック3次元補間演算処理部67dか
らなる。
The data separation section 65 includes a cyan data separation section 65a, a magenta data separation section 65b, a yellow data separation section 65c, and a black data separation section 65d. The color conversion table access section 66 includes a cyan table access section 66a. , Magenta table access unit 6
6b, the yellow table access unit 66c, and the black table access unit 66d.
Is composed of a cyan two-dimensional interpolation calculation processing unit 67a, a magenta two-dimensional interpolation calculation processing unit 67b, a yellow two-dimensional interpolation calculation processing unit 67c, and a black three-dimensional interpolation calculation processing unit 67d.

【0116】上記シアンデータ分離部65a、シアンテ
ーブルアクセス部66a、及びシアン2次元補間演算処
理部67aが、入力画像データを構成するRGBの各画
像データから、出力画像データのうちのCの画像データ
を求める系であり、マゼンタデータ分離部65b、マゼ
ンタテーブルアクセス部66b、及びマゼンタ2次元補
間演算処理部67bが、RGBの各画像データからMの
画像データを求める系、イエローデータ分離部65c、
イエローテーブルアクセス部66c、及びイエロー2次
元補間演算処理部67cが、RGBの各画像データから
Yの画像データを求める系、ブラックデータ分離部65
d、ブラックテーブルアクセス部66d、及びブラック
3次元補間演算処理部67dが、RGBの各画像データ
からKの画像データを求める系である。
The cyan data separation unit 65a, cyan table access unit 66a, and cyan two-dimensional interpolation operation processing unit 67a convert the C image data of the output image data from the RGB image data constituting the input image data. A magenta data separation unit 65b, a magenta table access unit 66b, and a magenta two-dimensional interpolation calculation processing unit 67b determine a M image data from each of the RGB image data, a yellow data separation unit 65c,
A yellow table access unit 66c and a yellow two-dimensional interpolation calculation processing unit 67c are provided with a system for obtaining Y image data from RGB image data, and a black data separation unit 65.
d, a black table access unit 66d, and a black three-dimensional interpolation calculation processing unit 67d are systems for obtaining K image data from each of the RGB image data.

【0117】これらのうち、CとMとYの画像データを
求める系は、2次元補間処理を行って出力画像データを
得るようになっており、Kの画像データを求める系(黒
色画像データ生成部)のみ、3次元補間処理を行って出
力画像データを得るようになっている。
Among these, the system for obtaining C, M, and Y image data is configured to obtain output image data by performing two-dimensional interpolation processing, and the system for obtaining K image data (black image data generation). ), Output image data is obtained by performing three-dimensional interpolation processing.

【0118】表4に、RGB信号が各々8ビットである
場合の、データ分離部65におけるデータ分離例を示
す。なお、表4では、アドレスデータとなる上位ビット
データのビット数を示している。
Table 4 shows an example of data separation in the data separation section 65 when each of the RGB signals is 8 bits. Note that Table 4 shows the number of bits of higher-order bit data serving as address data.

【0119】[0119]

【表4】 [Table 4]

【0120】データ分離部65では、CMYの系のシア
ンデータ分離部65a、マゼンタデータ分離部65b、
及びイエローデータ分離部65cにおいて、2次元補間
処理に適した分離を行う。即ち、シアンデータ分離部6
5aでは、実施の形態1において説明したように、RG
Bの各画像データのうち、Cと補色の関係にある色、つ
まり、Rのデータについてはデータの分離を行わず8ビ
ットのままで出力し、GとBのデータに対して、上位4
ビットのデータであるG’・B’と、下位4ビットのデ
ータであるG”・B”とに分離する。同様に、マゼンタ
データ分離部65bでは、Gのデータについてはデータ
の分離を行わず8ビットのままで出力し、BとRのデー
タに対して、上位4ビットのデータであるB’・R’
と、下位4ビットのデータであるB”・R”とに分離す
る。また、イエローデータ分離部65cでは、Bのデー
タについてはデータの分離を行わず8ビットのままで出
力し、RとGのデータに対して、上位4ビットのデータ
であるR’・G’と、下位4ビットのデータであるR”
・G”とに分離する。
The data separation unit 65 includes a CMY cyan data separation unit 65a, a magenta data separation unit 65b,
And the yellow data separation unit 65c performs separation suitable for two-dimensional interpolation processing. That is, the cyan data separation unit 6
In 5a, as described in Embodiment 1, RG
Among the image data of B, the color having a complementary color relationship with C, that is, the data of R is output as it is with 8 bits without separating the data, and the upper 4 bits are compared with the data of G and B.
It is separated into G'.B 'which is bit data and G ".B" which is data of lower 4 bits. Similarly, the magenta data separation unit 65b outputs the G data as it is with 8 bits without separating the data, and replaces the B and R data with B ′ · R ′, which are the upper 4 bits of data.
And B ".R" which is data of lower 4 bits. In addition, the yellow data separation unit 65c outputs the B data as it is with 8 bits without separating the data, and outputs R ′ and G ′, which are the upper 4 bits of data, for the R and G data. , The lower 4-bit data R ″
・ G ”is separated.

【0121】3次元補間処理を行うブラックデータ分離
部65dでは、RGBの各画像データは共に上位5ビッ
トのデータであるR’・G’・B’と下位3ビットのデ
ータであるR”・G”・B”とに分離する。
In the black data separation section 65d for performing the three-dimensional interpolation processing, each of the RGB image data is R'G'B 'which is the upper 5 bits of data and R "G which is the lower 3 bits of data. ".B".

【0122】また、色変換テーブルアクセス部66で
は、ブラックテーブルアクセス部66dに備えられた3
次元補間用の色変換テーブルに、黒色の画像データがテ
ーブル値として格納されると共に、CMYの各テーブル
アクセス部66a〜66cに備えられた2次元補間用の
色変換テーブルには、下色除去を施した後の値(既に黒
色の画像データを差し引いた値)がそれぞれ格納されて
いる。
In the color conversion table access section 66, the 3
Black image data is stored as table values in the color conversion table for dimensional interpolation, and undercolor removal is performed in the color conversion table for two-dimensional interpolation provided in each of the CMY table access units 66a to 66c. The values after application (the values obtained by subtracting the black image data) are stored.

【0123】補間演算処理部67におけるCMYの各2
次元補間演算処理部67a〜67cでは、RGBの入力
画像データに対して、上位ビットデータを(8,4,
4;シアンの場合)の16ビットとし、この上位16ビ
ットのデータを、下位の4ビット×4ビットで2次元補
間する。一方、ブラック3次元補間演算処理部67dで
は、RGBの入力画像データに対して、上位ビットデー
タを(5,5,5)の15ビットとし、該上位15ビッ
トのデータを、下位の3ビット×3ビット×3ビットで
3次元補間する。
Each of CMY in interpolation calculation processing section 67
In the dimensional interpolation calculation processing units 67a to 67c, high-order bit data is added to (8, 4,
4; in the case of cyan), and the upper 16 bits of data are two-dimensionally interpolated with lower 4 bits × 4 bits. On the other hand, the black three-dimensional interpolation calculation processing unit 67d sets the upper bit data to 15 bits of (5, 5, 5) with respect to the RGB input image data, and converts the upper 15 bits of data into lower 3 bits × Three-dimensional interpolation is performed with 3 bits × 3 bits.

【0124】このようにCMYの各画像データを求める
系に対しては、2次元補間処理を行うことで、3次元補
間処理に比べて色変換精度が高くなり、正確な色を出す
ことができる。一方、Kに対しては、リップル誤差の少
ない3次元補間処理を行うことで、リップルが目立ち難
くなる。Kの画像データで形成されるグレー近傍の色は
人の目に敏感であり、白から黒のグラデーション等にリ
ップルが生じると目立ち易く画質が低下するが、このよ
うにKの画像データを求める系に3次元補間処理を用い
ることで、特にリップルが目立つグレーに対して抑制効
果がある。
As described above, by performing two-dimensional interpolation processing on a system for obtaining CMY image data, the color conversion accuracy is higher than that of three-dimensional interpolation processing, and accurate colors can be obtained. . On the other hand, for K, the ripple becomes less noticeable by performing three-dimensional interpolation processing with a small ripple error. The color near gray formed by the image data of K is sensitive to human eyes, and if ripples occur in gradation from white to black, the image becomes conspicuous and the image quality deteriorates. By using the three-dimensional interpolation processing, there is an effect of suppressing gray, in particular, in which ripples are noticeable.

【0125】その結果、本実施の形態のデジタルカラー
複写機では、全体として出力画像の画質を高めることが
可能となり、画質の高い出力画像を得ることができる。
また、このような構成とすることで、黒色生成/下色除
去部5を別途設ける必要がなくなるので、画像処理装置
39としての回路構成の簡素化が図れるといった効果も
ある。
As a result, in the digital color copying machine of the present embodiment, it is possible to improve the quality of the output image as a whole, and to obtain an output image with high image quality.
Further, with such a configuration, it is not necessary to separately provide the black generation / under color removal unit 5, so that the circuit configuration of the image processing device 39 can be simplified.

【0126】ところで、前記した表4にも示すように、
Kの画像データを求める系に関しては、3次元補間処理
以外に、補間演算無し処理を設定することもできる。K
に対して補間演算無し処理を行う構成では、Kに対して
3次元補間処理を行う構成に比べて、画質は多少低下す
るが処理速度が速くなるといった利点がある。
By the way, as shown in Table 4 above,
For a system for obtaining K image data, a process without interpolation calculation can be set in addition to the three-dimensional interpolation process. K
However, the configuration in which the process without interpolation calculation is performed has an advantage that the image quality is slightly reduced but the processing speed is faster than the configuration in which the three-dimensional interpolation process is performed on K.

【0127】図14に、Kの画像データを求める系に、
補間演算無し処理を設定した色変換/黒生成部44’の
構成を示す。
FIG. 14 shows a system for obtaining K image data.
The configuration of the color conversion / black generation unit 44 'in which no interpolation calculation processing is set is shown.

【0128】通常、補間演算無し処理の場合は、RGB
の各画像データのうち、求める画像データの色と補色の
関係にある色のデータを、その他の色のデータよりも上
位ビット数を多くなるように分離するが、Kの場合、補
色の関係にあたる色がないので、入力されるRGBの各
画像データに対して、グレー成分(もしくは明度成分)
に対する寄与率の高い画像データについて、抽出する上
位ビット数を多くする。
Normally, in the case of processing without interpolation calculation, RGB
Is separated so that the number of higher-order bits is larger than that of the other color data. However, in the case of K, the color data has a complementary color relationship. Since there is no color, a gray component (or lightness component) is applied to each input RGB image data.
The number of upper bits to be extracted is increased for image data having a high contribution rate to the image data.

【0129】RGBの各画像データにおけるグレー成分
(もしくは明度成分)に対する寄与率は、一般に、G≧
R≧Bとされている。したがって、データ分離部65’
におけるブラックデータ分離部65d’では、Gの成分
に対して、R,Bよりも抽出する上位ビット数を多くす
ることが好ましい。また、補間演算を行わない場合、出
力画像データの精度を上げるためには、補間演算を行う
場合よりも上位ビット数を多く抽出する必要がある。こ
れらのことから、表4に示されるように、ここでは、G
の成分に対しては7ビット、R,Bに対しては各々6ビ
ット抽出するものとしている。
In general, the contribution rate to the gray component (or lightness component) in each of the RGB image data is represented by G ≧
R ≧ B. Therefore, the data separation unit 65 '
In the black data separation unit 65d ′, it is preferable that the number of upper bits to be extracted is larger than that of R and B for the G component. Further, when the interpolation calculation is not performed, it is necessary to extract a larger number of high-order bits than in the case where the interpolation calculation is performed, in order to increase the accuracy of the output image data. From these, as shown in Table 4, here, G
It is assumed that 7 bits are extracted for the component and 6 bits are extracted for each of R and B.

【0130】色変換テーブルアクセス部66’における
ブラックテーブルアクセス部66d’の色変換テーブル
には、このような補間演算無し処理の上位ビット数の組
み合わせをアドレスデータとして、黒色の画像データが
テーブル値として格納されている。
In the color conversion table of the black table access section 66d 'in the color conversion table access section 66', the combination of the number of high-order bits of the process without interpolation calculation is used as address data, and the black image data is used as a table value. Is stored.

【0131】補間演算処理部67’では、Kに関して
は、RGBの入力画像データに対して、上位ビットデー
タを(6,7,6)の19ビットとし、該上位19ビッ
トのデータをそのままKの画像データとして出力する。
In the interpolation operation processing section 67 ′, the upper bit data is set to 19 bits of (6, 7, 6) with respect to the RGB input image data, and the upper 19 bit data is used as is for K. Output as image data.

【0132】なお、図13、図14の何れの色変換/黒
生成部44・44’においても、実施の形態2で示した
例のように、CとMには3次元補間処理を用い、Yに対
しては2次元補間処理を用いるようにしてもよい。ま
た、Kの画像データを求める系に関しては、LUT法の
直接変換法を使用し、LUTに全ての入力画像データの
組み合わせに対してKの画像データのテーブル値を持た
せる構成としてもよい。この場合、テーブルサイズは大
きくなるが、目立ち易い白から黒のグラデーションが非
常に精確に行われるので、さらなる画質の向上が望め
る。
In each of the color conversion / black generation units 44 and 44 'shown in FIGS. 13 and 14, three-dimensional interpolation is used for C and M as in the example shown in the second embodiment. Two-dimensional interpolation processing may be used for Y. Further, with respect to a system for obtaining K image data, a direct conversion method of the LUT method may be used, and the LUT may have a table value of K image data for all combinations of input image data. In this case, the table size becomes large, but the gradation from white to black, which is conspicuous, is very accurately performed, so that further improvement in image quality can be expected.

【0133】〔実施の形態4〕本発明の画像処理方法及
び画像処理装置並びに画像形成装置の実施のその他の形
態について、図15を用いて説明すれば以下の通りであ
る。なお、説明の便宜上、前述した実施の形態の図面に
示した構成要素と同一の機能を有する構成要素について
は、同一の符号を付し、その説明を省略する。
[Embodiment 4] Another embodiment of an image processing method, an image processing apparatus, and an image forming apparatus according to the present invention will be described below with reference to FIG. Note that, for convenience of explanation, components having the same functions as those shown in the drawings of the above-described embodiments are given the same reference numerals, and descriptions thereof will be omitted.

【0134】本発明に係るその他の実施の形態としての
デジタルカラー複写機は、実施の形態2で説明した図1
0に示す画像処理装置39における色変換処理部41と
黒生成/下色除去部5とが一体化され、黒生成も含めて
色変換処理を行うものであって、色変換処理部41と黒
生成/下色除去部5とに替えて、図15に示す色変換/
黒生成部46を備えている。
A digital color copying machine according to another embodiment of the present invention is similar to the digital color copying machine shown in FIG.
The color conversion processing unit 41 and the black generation / under color removal unit 5 in the image processing device 39 shown in FIG. 0 are integrated to perform color conversion processing including black generation. Instead of the generation / under color removal unit 5, the color conversion /
A black generator 46 is provided.

【0135】図15に示す色変換/黒生成部46は、C
MYの各画像データを求める系が、実施の形態1で図4
に示した色変換処理部21の構成を有し、また、Kの画
像データを求める系に、実施の形態3で図13に示した
色変換/黒生成部44における3次元補間処理を行う構
成が組み合わされたものである。
The color conversion / black generation section 46 shown in FIG.
A system for obtaining each image data of MY is described in the first embodiment with reference to FIG.
And a configuration for performing a three-dimensional interpolation process in the color conversion / black generation unit 44 shown in FIG. 13 in the third embodiment in a system for obtaining K image data. Are combined.

【0136】色変換/黒生成部46は、色座標変換部
6、色変換/データ処理部7、データ分離部72、色変
換テーブルアクセス部73、及び補間演算処理部74か
らなる。このうち、データ分離部72は、図4のデータ
分離部8に等しいCMYデータ分離部72aと、ブラッ
クデータ分離部72bとを有している。また、色変換テ
ーブルアクセス部73は、図4のシアン,マゼンタ,イ
エローの各テーブルアクセス部3a〜3cに等しい、シ
アン,マゼンタ,イエローの各テーブルアクセス部73
a〜73cと、ブラックテーブルアクセス部73dとを
有し、補間演算処理部74は、図4のシアン,マゼン
タ,イエローの各2次元補間演算部4a〜4cに等しい
シアン,マゼンタ,イエローの各2次元補間演算処理部
74a〜74cと、図13のブラック3次元補間演算処
理部67dに等しいブラック3次元補間演算処理部74
dを有している。
The color conversion / black generation section 46 comprises a color coordinate conversion section 6, a color conversion / data processing section 7, a data separation section 72, a color conversion table access section 73, and an interpolation calculation processing section 74. Among them, the data separation unit 72 has a CMY data separation unit 72a equal to the data separation unit 8 in FIG. 4 and a black data separation unit 72b. The color conversion table access unit 73 is equivalent to the cyan, magenta, and yellow table access units 3a to 3c in FIG.
a to 73c, and a black table access unit 73d. The interpolation operation processing unit 74 is equivalent to the cyan, magenta, and yellow two-dimensional interpolation operation units 4a to 4c in FIG. The three-dimensional interpolation calculation processing units 74a to 74c and the black three-dimensional interpolation calculation processing unit 74 equivalent to the black three-dimensional interpolation calculation processing unit 67d in FIG.
d.

【0137】なお、図15の構成では、CMYの画像デ
ータを求める各系に関しては、2次元補間処理を設定
し、Kの画像データを求める系に関しては、3次元補間
処理を設定しているが、この場合も、CとMの画像デー
タを求める各系に関して3次元補間処理を設定し、Yの
画像データを求める系に関しては2次元補間処理を設定
し、さらに、Kの画像データを求める系に関しては、補
間演算無し処理或いは、直接変換処理を設定することも
できる。Kの画像データを求める系に補間演算無し処理
を用いる場合は、明度成分のデータの上位ビット数が多
くなるように抽出する。
In the configuration of FIG. 15, two-dimensional interpolation processing is set for each system for obtaining CMY image data, and three-dimensional interpolation processing is set for the system for obtaining K image data. Also in this case, a three-dimensional interpolation process is set for each system for obtaining C and M image data, a two-dimensional interpolation process is set for a system for obtaining Y image data, and a system for obtaining K image data. With regard to, processing without interpolation calculation or direct conversion processing can also be set. In the case where the processing without interpolation calculation is used for the system for obtaining the K image data, extraction is performed so that the number of high-order bits of the lightness component data is increased.

【0138】表5に、RGB信号が各々8ビットである
場合の、データ分離部72におけるデータ分離例を示
す。なお、表5では、アドレスデータとなる上位ビット
データのビット数を示している。
Table 5 shows an example of data separation in the data separation section 72 when each of the RGB signals is 8 bits. Note that Table 5 shows the number of bits of higher-order bit data serving as address data.

【0139】[0139]

【表5】 [Table 5]

【0140】これにおいても、Kの画像データを求める
系に関しては、リップルの少ない3次元補間処理、補間
演算無し処理、或いは直接変換法を用いることで、リッ
プルが目立ち易いグレー近傍の画像を高い画質で再現で
きる。
Also in this case, in the system for obtaining the image data of K, by using the three-dimensional interpolation processing with little ripple, the processing without interpolation calculation, or the direct conversion method, the image near the gray where the ripple is conspicuous can be obtained with high image quality. Can be reproduced.

【0141】[0141]

【発明の効果】本発明の第1の画像処理方法は、以上の
ように、入力画像データのうち、求めようとする出力画
像データの各座標の画像データごとに定めた特定の2座
標の画像データについては上位ビットデータと下位ビッ
トデータとに分離するデータ分離処理を施す一方、上記
入力画像データの他の座標の画像データについては上記
データ分離処理を施さず、上記上位ビットデータと上記
データ分離処理を施さない画像データとをアドレスデー
タとし、上記アドレスデータで表される上記入力画像デ
ータについては、対応する上記出力画像データの各座標
の画像データが予め格納されたルックアップテーブルか
らテーブル値を読み出し、上記アドレスデータで表され
ない上記入力画像データについては、上記ルックアップ
テーブルからテーブル値を所定数読み出し、上記所定数
のテーブル値と上記下位ビットデータとを用いて2次元
補間演算を行うことにより、対応する上記出力画像デー
タの各座標の画像データを求める構成である。
As described above, according to the first image processing method of the present invention, the image of the specific two coordinates determined for each coordinate of the output image data to be obtained from the input image data is obtained. Data is subjected to a data separation process for separating upper bit data and lower bit data, while image data of other coordinates of the input image data is not subjected to the data separation process, and the upper bit data and the data separation are not performed. Unprocessed image data and address data, and for the input image data represented by the address data, a table value from a lookup table in which the image data of each coordinate of the corresponding output image data is stored in advance. For the input image data which is read out and not represented by the address data, the data is read from the lookup table. Predetermined number of read Le values, by performing two-dimensional interpolation operation by using the above-mentioned predetermined number of table value and the lower bit data, a configuration for obtaining the image data of each coordinate of the corresponding said output image data.

【0142】それゆえ、アドレスデータで表される入力
画像データに対してのみテーブル値を用意し、本来画像
データの下位ビットデータで細かくアドレスが指定され
るべき入力画像データについては、アドレスデータのテ
ーブル値と下位ビットデータとを用いて2次元補間演算
を行うことにより出力画像データの各座標の画像データ
を求める。
Therefore, a table value is prepared only for the input image data represented by the address data. For the input image data whose address is to be specified in detail by the lower bit data of the image data, a table of the address data is prepared. Image data of each coordinate of the output image data is obtained by performing a two-dimensional interpolation operation using the value and the lower bit data.

【0143】このように、下位ビットデータに対応する
テーブル値を省略した分、LUT(ルックアップテーブ
ル)のサイズは直接変換法で用いられるものよりも格段
に小さくなり、補間演算の時間が3次元補間法よりも短
縮される。この結果、LUTのサイズを抑えながら、第
1の表色系よりなる入力画像データから第2の表色系よ
りなる出力画像データへの高速の色変換処理を行うこと
ができるという効果を奏する。
As described above, since the table value corresponding to the lower bit data is omitted, the size of the LUT (look-up table) is much smaller than that used in the direct conversion method, and the time of the interpolation operation is three-dimensional. It is shorter than the interpolation method. As a result, there is an effect that high-speed color conversion processing can be performed from input image data of the first color system to output image data of the second color system while suppressing the size of the LUT.

【0144】また、本発明の第1の画像処理装置は、以
上のように、色変換処理部は、入力画像データのうち、
求めようとする出力画像データの各座標の画像データご
とに定めた特定の2座標の画像データについては上位ビ
ットデータと下位ビットデータとに分離するデータ分離
処理を施す一方、他の座標の画像データについては上記
データ分離処理を施さないデータ分離部と、上記データ
分離部により抽出された上記上位ビットデータと上記デ
ータ分離処理を施さない画像データとをアドレスデータ
とし、上記アドレスデータで表される上記入力画像デー
タについては、対応する上記出力画像データの各座標の
画像データが予め格納されたルックアップテーブルから
テーブル値を読み出し、上記アドレスデータで表されな
い上記入力画像データについては、上記ルックアップテ
ーブルからテーブル値を所定数読み出すルックアップテ
ーブルアクセス部と、上記ルックアップテーブルアクセ
ス部により読み出された所定数のテーブル値と上記デー
タ分離部により抽出された下位ビットデータとから2次
元補間演算を行うことにより、上記アドレスデータで表
されない上記入力画像データに対応する上記出力画像デ
ータの各座標の画像データを求める2次元補間演算部と
を有する構成である。
In the first image processing apparatus of the present invention, as described above, the color conversion processing section performs
The image data of the specific two coordinates defined for each image data of each coordinate of the output image data to be obtained is subjected to data separation processing for separating upper bit data and lower bit data, while image data of other coordinates is performed. With respect to the data separation unit that does not perform the data separation processing, the upper bit data extracted by the data separation unit and the image data that is not subjected to the data separation processing are used as address data, and the data represented by the address data For the input image data, read the table value from the lookup table in which the image data of each coordinate of the corresponding output image data is stored in advance, and for the input image data not represented by the address data, read from the lookup table. Look-up table access unit that reads a predetermined number of table values By performing a two-dimensional interpolation operation from a predetermined number of table values read by the lookup table access unit and lower-order bit data extracted by the data separation unit, the input image data not represented by the address data is obtained. And a two-dimensional interpolation calculation unit for obtaining image data of each coordinate of the output image data corresponding to the above.

【0145】それゆえ、アドレスデータで表される入力
画像データに対してのみテーブル値を用意し、本来画像
データの下位ビットデータで細かくアドレスが指定され
るべき入力画像データについては、アドレスデータのテ
ーブル値と下位ビットデータとを用いて2次元補間演算
を行うことにより出力画像データの各座標の画像データ
を求める。
Therefore, a table value is prepared only for the input image data represented by the address data. For the input image data to which the address should be specified in detail by the lower bit data of the image data, a table of the address data is prepared. Image data of each coordinate of the output image data is obtained by performing a two-dimensional interpolation operation using the value and the lower bit data.

【0146】このように、下位ビットデータに対応する
テーブル値を省略した分、LUT(ルックアップテーブ
ル)のサイズは直接変換法で用いられるものよりも格段
に小さくなり、補間演算の時間が3次元補間法よりも短
縮される。この結果、LUTのサイズを抑えながら、第
1の表色系よりなる入力画像データから第2の表色系よ
りなる出力画像データへの高速の色変換処理を行うこと
ができるという効果を奏する。
As described above, since the table value corresponding to the lower bit data is omitted, the size of the LUT (look-up table) is much smaller than that used in the direct conversion method, and the time of the interpolation operation is three-dimensional. It is shorter than the interpolation method. As a result, there is an effect that high-speed color conversion processing can be performed from input image data of the first color system to output image data of the second color system while suppressing the size of the LUT.

【0147】さらに、本発明の第1の画像処理装置にお
いては、上記データ分離部により上記データ分離処理が
施されない画像データは、出力画像データの求めようと
する座標の画像データと補色の関係にある画像データで
ある構成とすることもできる。
Further, in the first image processing apparatus of the present invention, the image data which is not subjected to the data separation processing by the data separation unit has a relationship between the image data of the coordinates to be obtained for the output image data and the complementary color. It may be configured to be certain image data.

【0148】これによれば、変換精度に最も大きな影響
を与える補色の関係にある画像データに対してはデータ
分離処理を施さないことにより、補間演算による変換誤
差を極力避ける。従って、色ずれを生ずることなく精度
良く、また、効率良く色変換処理を行うことができると
いう効果を奏する。
According to this, the data separation processing is not performed on the image data having the relationship of the complementary color which has the greatest influence on the conversion accuracy, thereby minimizing the conversion error due to the interpolation operation. Therefore, there is an effect that color conversion processing can be performed accurately and efficiently without causing color shift.

【0149】さらに、本発明の第1の画像処理装置にお
いては、上記出力画像データに黒色の画像データが含ま
れる場合、黒色の画像データを求めるに際して上記デー
タ分離部により上記データ分離処理が施されない画像デ
ータは、上記出力画像データの明度に対する寄与率の高
い座標の画像データである構成とすることもできる。
Further, in the first image processing apparatus according to the present invention, when black image data is included in the output image data, the data separation processing is not performed by the data separation unit when obtaining black image data. The image data may be configured to be image data of coordinates having a high contribution rate to the brightness of the output image data.

【0150】これによれば、第1の表色系の入力画像デ
ータのうち、第2の表色系の出力画像データの明度に対
する寄与率の高い画像データに対してデータ分離処理を
施さないことにより、出力画像データのグレー成分に対
して補間演算による変換誤差を極力避ける。従って、色
ずれを生ずることなく精度良く、また、効率良く色変換
処理を行うことができるという効果を奏する。
According to this, of the input image data of the first color system, the data separation processing is not performed on the image data having a high contribution to the brightness of the output image data of the second color system. As a result, a conversion error due to the interpolation operation for the gray component of the output image data is minimized. Therefore, there is an effect that color conversion processing can be performed accurately and efficiently without causing color shift.

【0151】さらに、本発明の第1の画像処理装置にお
いては、上記入力画像データが明度データと色度データ
とを含む場合、上記出力画像データの各座標の画像デー
タを求めるに際して上記データ分離部により上記データ
分離処理が施されない画像データは上記明度データであ
る構成とすることもできる。
Further, in the first image processing apparatus according to the present invention, when the input image data includes lightness data and chromaticity data, the data separation unit is used when obtaining image data of each coordinate of the output image data. Accordingly, the image data not subjected to the data separation processing may be the brightness data.

【0152】これによれば、明度データに対してデータ
分離処理を施さないことにより、出力画像データの明度
成分に対して補間演算による誤差を極力避ける。従っ
て、色ずれを生ずることなく精度良く、また、効率良く
色変換処理を行うことができるという効果を奏する。
According to this, the data separation processing is not performed on the brightness data, so that an error due to the interpolation operation on the brightness component of the output image data is avoided as much as possible. Therefore, there is an effect that color conversion processing can be performed accurately and efficiently without causing color shift.

【0153】さらに、本発明の第1の画像処理装置にお
いては、色変換処理部に、ルックアップテーブル法を用
いた3次元補間演算にて黒色の画像データを求める黒色
画像データ生成部が別途備えられている構成とすること
もできる。
Further, in the first image processing apparatus of the present invention, the color conversion processing unit is separately provided with a black image data generation unit for obtaining black image data by three-dimensional interpolation using a look-up table method. It is also possible to adopt a configuration that has been used.

【0154】2次元補間演算を用いる場合、色変換精度
が高く精確であるが、若干リップル誤差が発生し、黒の
画像データで形成されるグレー近傍の色は人の目に敏感
で、白から黒のグラデーション等にリップルが生じる
と、その他の色でリップルが発生する場合に比べて目立
ち易いが、このように、ルックアップテーブル法を用い
た3次元補間演算にて黒色の画像データを求める黒色画
像データ生成部を別途備えた構成とすることで、上記し
たリップルによる画質低下を防止して、画質をさらに向
上させることができるという効果を奏する。
When the two-dimensional interpolation operation is used, the color conversion accuracy is high and accurate, but a slight ripple error occurs, and the color near gray formed by black image data is sensitive to human eyes, and the When a ripple occurs in a black gradation or the like, it is more conspicuous than in a case where a ripple occurs in other colors, but as described above, a black image data for obtaining black image data by a three-dimensional interpolation operation using a lookup table method is used. By providing a configuration including the image data generating unit separately, it is possible to prevent the image quality from being degraded due to the above-described ripple, and to further improve the image quality.

【0155】さらに、本発明の第1の画像処理装置にお
いては、色変換処理部に、ルックアップテーブル法を用
いて補間演算を行うことなく黒色の画像データを求める
黒色画像データ生成部が別途備えられている構成とする
こともでき、これによっても、上記した黒色の画像デー
タで表されるグレー画像におけるリップルの発生を防止
して、画質をさらに向上させることができるという効果
を奏するまた、本発明の第2の画像処理方法では、以上
のように、各座標の画像データが所定ビットで表される
第1の表色系の入力画像データから、第2の表色系の各
座標の画像データを個別に求めて出力画像データとする
色変換処理をルックアップテーブル法を用いて行う画像
処理方法において、出力画像データの各座標の画像デー
タ毎に、画像データの色にあった色変換処理を行う構成
である。
Further, in the first image processing apparatus of the present invention, the color conversion processing unit is separately provided with a black image data generation unit for obtaining black image data without performing an interpolation operation using a lookup table method. This also has the effect of preventing the occurrence of ripples in the gray image represented by the above-described black image data and further improving the image quality. According to the second image processing method of the present invention, as described above, the image data of each coordinate of the second color system is converted from the input image data of the first color system in which the image data of each coordinate is represented by predetermined bits. In an image processing method in which data is individually obtained and color conversion processing to be output image data is performed using a look-up table method, an image data is generated for each image data of each coordinate of the output image data. It is configured to perform color conversion processing suitable for the color.

【0156】ルックアップテーブル法を用いた各色変換
処理にはそれぞれ、補間演算を用いるか否か、及び用い
る補間演算に応じて、処理速度やリップル誤差、補間誤
差等に違いがあり、また、同じ補間演算法を用いても、
画質は出力画像データを構成する色に依存するが、これ
によれば、出力画像データを構成する第2の表色系の各
座標の画像データの色によってルックアップテーブル法
を用いた色変換処理を個別に設定している。
Each of the color conversion processes using the look-up table method has a difference in processing speed, ripple error, interpolation error, etc., depending on whether or not interpolation calculation is used and the interpolation calculation to be used. Even if the interpolation method is used,
The image quality depends on the colors constituting the output image data. According to this, the color conversion processing using the look-up table method is performed based on the colors of the image data at each coordinate of the second color system constituting the output image data. Are set individually.

【0157】したがって、ルックアップテーブル法を用
いた色変換処理のそれぞれの特徴を活かして、出力画像
データを構成する各画像データの色に応じた色変換処理
が実施可能となり、本発明の画像処理方法を画像形成装
置に適用することで、全体的に画質が向上した出力画像
を得ることが可能となるという効果を奏する。
Therefore, the color conversion processing according to the color of each image data constituting the output image data can be performed by utilizing the respective features of the color conversion processing using the look-up table method. By applying the method to the image forming apparatus, it is possible to obtain an output image with improved image quality as a whole.

【0158】また、上記した本発明の第2の画像処理方
法では、画像データが黒色の場合は、3次元補間法を用
いた色変換処理か、ルックアップテーブルより読み出し
たテーブル値をそのまま使用する色変換処理を用いる構
成とすることがより好ましく、これにより、色変換処理
にて黒の画像データまで生成する構成において、色変換
精度を高めて正確な色を出して、全体として画質を向上
できるという効果を奏する。
In the above-described second image processing method of the present invention, when the image data is black, a color conversion process using a three-dimensional interpolation method or a table value read from a lookup table is used as it is. It is more preferable to employ a configuration using color conversion processing. With this configuration, in a configuration in which even the black image data is generated by the color conversion processing, it is possible to improve the color conversion accuracy and output accurate colors, thereby improving the image quality as a whole. This has the effect.

【0159】本発明の第2の画像処理装置では、以上の
ように、色変換処理部は、出力画像データの各座標毎
に、第1の表色系の入力画像データを、補間演算の有無
を含む補間演算処理の種類に応じて、アドレスデータの
み、或いはアドレスデータと補間用データとの形態に分
離するデータ分離部と、入力画像データにおける各座標
の画像データの組み合わせを上記アドレスデータとし、
該アドレスデータに対応する出力画像データの所定座標
の画像データがテーブル値として格納された、補間演算
処理の種類にあったルックアップテーブルを有し、上記
データ分離部によって分離されたアドレスデータに対応
するテーブル値を読み出すルックアップテーブルアクセ
ス部と、ルックアップテーブルアクセス部にてルックア
ップテーブルより読み出されたテーブル値のみ、或いは
該テーブル値とデータ分離部にて分離された補間用デー
タとを用いて、所定の補間演算処理を行う補間演算処理
部とを備え、出力画像データの座標毎に設けられた、こ
れらデータ分離部、ルックアップテーブルアクセス部、
及び補間演算処理部からなる各系の補間演算処理は、出
力画像データの各座標の画像データの色に応じて設定さ
れている構成である。
In the second image processing apparatus of the present invention, as described above, the color conversion processing unit converts the input image data of the first color system into the presence or absence of an interpolation operation for each coordinate of the output image data. According to the type of the interpolation calculation processing including, a data separation unit that separates only the address data or the form of the address data and the interpolation data, and the combination of the image data of each coordinate in the input image data as the address data,
A lookup table in which image data at predetermined coordinates of the output image data corresponding to the address data is stored as a table value, and which has a lookup table suitable for the type of interpolation processing, and which corresponds to the address data separated by the data separation unit. A lookup table access unit that reads out a table value to be read, and only the table value read from the lookup table by the lookup table access unit, or the table value and the interpolation data separated by the data separation unit. An interpolation operation processing unit that performs a predetermined interpolation operation process, the data separation unit, the look-up table access unit, provided for each coordinate of the output image data;
The interpolation calculation processing of each system including the interpolation calculation processing unit is set in accordance with the color of the image data at each coordinate of the output image data.

【0160】これにより、ルックアップテーブル法を用
いた色変換処理のそれぞれの特徴を活かして、出力画像
データを構成する各画像データの色に応じた色変換処理
が実施可能となり、その結果、このような画像処理装置
を備えた画像形成装置においては、全体的に画質が向上
した出力画像を得ることが可能となるという効果を奏す
る。
As a result, the color conversion processing according to the color of each image data constituting the output image data can be performed by utilizing the respective features of the color conversion processing using the look-up table method. The image forming apparatus provided with such an image processing apparatus has an effect that it is possible to obtain an output image with improved image quality as a whole.

【0161】また、上記した本発明の第2の画像処理装
置においては、画像データが黒色である系では、3次元
補間演算を用いた色変換処理が行われる構成とすること
がより好ましく、これにより、上記した黒色の画像デー
タで表されるグレー画像におけるリップルの発生を防止
して、画質をさらに向上させることができるという効果
を奏する。
In the above-described second image processing apparatus of the present invention, in a system where the image data is black, it is more preferable that color conversion processing using three-dimensional interpolation is performed. Accordingly, it is possible to prevent the occurrence of ripples in the gray image represented by the above-described black image data, and to further improve the image quality.

【0162】また、上記した本発明の第2の画像処理装
置においては、画像データが黒色である系では、ルック
アップテーブルより読み出したテーブル値をそのまま使
用する色変換処理が行われる構成とすることがより好ま
しく、これにより、上記した黒色の画像データで表され
るグレー画像におけるリップルの発生を防止して、画質
をさらに向上させることができるという効果を奏する。
In the above-described second image processing apparatus of the present invention, in a system where the image data is black, the color conversion processing using the table values read from the lookup table as they are is performed. This is more preferable, whereby the effect of preventing the occurrence of ripples in the gray image represented by the above-described black image data and further improving the image quality can be obtained.

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

【図1】本発明の実施の一形態に係る画像処理装置の、
色変換処理部の一構成例を示すブロック図である。
FIG. 1 illustrates an image processing apparatus according to an embodiment of the present invention.
FIG. 3 is a block diagram illustrating a configuration example of a color conversion processing unit.

【図2】図1の色変換処理部により行われる2次元補間
演算方法を説明する説明図である。
FIG. 2 is an explanatory diagram illustrating a two-dimensional interpolation calculation method performed by a color conversion processing unit in FIG. 1;

【図3】本発明の実施の一形態に係る画像処理装置の、
色変換処理部の他の構成例を示すブロック図である。
FIG. 3 illustrates an image processing apparatus according to an embodiment of the present invention.
It is a block diagram showing other examples of composition of a color conversion processing part.

【図4】本発明の実施の一形態に係る画像処理装置の、
色変換処理部のさらに他の構成例を示すブロック図であ
る。
FIG. 4 illustrates an image processing apparatus according to an embodiment of the present invention.
FIG. 21 is a block diagram illustrating yet another configuration example of the color conversion processing unit.

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

【図6】本発明の実施の一形態に係る画像処理装置の構
成を示すブロック図である。
FIG. 6 is a block diagram illustrating a configuration of an image processing apparatus according to an embodiment of the present invention.

【図7】黒生成時に用いるスケルトンカーブの一例を示
すグラフである。
FIG. 7 is a graph showing an example of a skeleton curve used when generating black.

【図8】従来の色変換処理部により行われる3次元補間
演算方法を説明する説明図である。
FIG. 8 is an explanatory diagram illustrating a three-dimensional interpolation calculation method performed by a conventional color conversion processing unit.

【図9】従来の画像処理装置の色変換処理部の構成を示
すブロック図である。
FIG. 9 is a block diagram illustrating a configuration of a color conversion processing unit of a conventional image processing apparatus.

【図10】本発明の他の実施の一形態であるデジタルカ
ラー複写機に備えられる、画像処理装置の構成を示すブ
ロック図である。
FIG. 10 is a block diagram illustrating a configuration of an image processing apparatus provided in a digital color copying machine according to another embodiment of the present invention.

【図11】図10に示す画像処理装置における色変換処
理部の構成を示すブロック図である。
11 is a block diagram showing a configuration of a color conversion processing unit in the image processing device shown in FIG.

【図12】図11に示す色変換処理部における色変換処
理手順を示すフローチャートである。
FIG. 12 is a flowchart illustrating a color conversion processing procedure in a color conversion processing unit illustrated in FIG. 11;

【図13】本発明の他の実施の一形態であるデジタルカ
ラー複写機に備えられる、画像処理装置における色変換
処理部の構成を示すブロック図である。
FIG. 13 is a block diagram illustrating a configuration of a color conversion processing unit in an image processing apparatus provided in a digital color copying machine according to another embodiment of the present invention.

【図14】本発明の他の実施の一形態であるデジタルカ
ラー複写機に備えられる、画像処理装置における色変換
処理部の構成を示すブロック図である。
FIG. 14 is a block diagram illustrating a configuration of a color conversion processing unit in an image processing apparatus provided in a digital color copying machine according to another embodiment of the present invention.

【図15】本発明の他の実施の一形態であるデジタルカ
ラー複写機に備えられる、画像処理装置における色変換
処理部の構成を示すブロック図である。
FIG. 15 is a block diagram illustrating a configuration of a color conversion processing unit in an image processing apparatus provided in a digital color copying machine according to another embodiment of the present invention.

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

1 色変換処理部 2 データ分離部 3 色変換テーブルアクセス部(ルックアップテー
ブルアクセス部) 4 2次元補間演算部 6 色座標変換部 8 データ分離部 11 色変換処理部 21 色変換処理部 31 画像処理装置 39 画像処理装置 41 色変換処理部 44 色変換/黒生成部(色変換処理部) 44’ 色変換/黒生成部(色変換処理部) 46 色変換/黒生成部(色変換処理部) 62 データ分離部 63 色変換テーブルアクセス部(ルックアップテー
ブルアクセス部) 64 補間演算処理部 65 データ分離部 65’ データ分離部 66 色変換テーブルアクセス部(ルックアップテー
ブルアクセス部) 66’ 色変換テーブルアクセス部(ルックアップテー
ブルアクセス部) 67 補間演算処理部 67’ 補間演算処理部 72 データ分離部 73 色変換テーブルアクセス部(ルックアップテー
ブルアクセス部) 74 補間演算処理部
Reference Signs List 1 color conversion processing unit 2 data separation unit 3 color conversion table access unit (lookup table access unit) 4 2D interpolation calculation unit 6 color coordinate conversion unit 8 data separation unit 11 color conversion processing unit 21 color conversion processing unit 31 image processing Device 39 Image processing device 41 Color conversion processing unit 44 Color conversion / black generation unit (color conversion processing unit) 44 'Color conversion / black generation unit (color conversion processing unit) 46 Color conversion / black generation unit (color conversion processing unit) 62 data separation unit 63 color conversion table access unit (lookup table access unit) 64 interpolation calculation processing unit 65 data separation unit 65 'data separation unit 66 color conversion table access unit (lookup table access unit) 66' color conversion table access Section (lookup table access section) 67 interpolation calculation processing section 67 ′ interpolation calculation processing section 72 data separation section 73 Conversion table access unit (lookup table access unit) 74 interpolation processing section

───────────────────────────────────────────────────── フロントページの続き (72)発明者 南 雅範 大阪府大阪市阿倍野区長池町22番22号 シ ャープ株式会社内 Fターム(参考) 5B057 CA01 CA08 CA12 CA16 CB01 CB08 CB12 CB16 CC01 CE17 CE18 CH07 5C077 LL17 LL18 MP08 NP05 PP31 PP32 PP33 PP36 PP37 PP38 PQ12 PQ23 RR19 5C079 HB01 HB03 HB06 HB08 HB12 LA28 LB02 MA04 MA11 NA02 NA03 NA10 NA11 NA13 PA02 ────────────────────────────────────────────────── ─── Continued on the front page (72) Inventor Masanori Minami 22-22, Nagaike-cho, Abeno-ku, Osaka City, Osaka F-term (reference) 5B057 CA01 CA08 CA12 CA16 CB01 CB08 CB12 CB16 CC01 CE17 CE18 CH07 5C077 LL17 LL18 MP08 NP05 PP31 PP32 PP33 PP36 PP37 PP38 PQ12 PQ23 RR19 5C079 HB01 HB03 HB06 HB08 HB12 LA28 LB02 MA04 MA11 NA02 NA03 NA10 NA11 NA13 PA02

Claims (14)

【特許請求の範囲】[Claims] 【請求項1】各座標の画像データが所定ビットで表され
る第1の表色系の入力画像データから、第2の表色系の
各座標の画像データを個別に求めて出力画像データとす
る色変換処理を行う画像処理方法において、 上記入力画像データのうち、求めようとする上記出力画
像データの各座標の画像データごとに定めた特定の2座
標の画像データについては上位ビットデータと下位ビッ
トデータとに分離するデータ分離処理を施す一方、上記
入力画像データの他の座標の画像データについては上記
データ分離処理を施さず、上記上位ビットデータと上記
データ分離処理を施さない画像データとをアドレスデー
タとし、上記アドレスデータで表される上記入力画像デ
ータについては、対応する上記出力画像データの各座標
の画像データが予め格納されたルックアップテーブルか
らテーブル値を読み出し、上記アドレスデータで表され
ない上記入力画像データについては、上記ルックアップ
テーブルからテーブル値を所定数読み出し、上記所定数
のテーブル値と上記下位ビットデータとを用いて2次元
補間演算を行うことにより、対応する上記出力画像デー
タの各座標の画像データを求めることを特徴とする画像
処理方法。
An image data of each coordinate of a second color system is individually obtained from input image data of a first color system in which image data of each coordinate is represented by predetermined bits. In the image processing method of performing color conversion processing, among the input image data, image data of two specific coordinates defined for each image data of each coordinate of the output image data to be obtained is determined by upper bit data and lower bit data. While performing data separation processing for separating the input image data into bit data, the image data of the other coordinates of the input image data is not subjected to the data separation processing, and the upper bit data and the image data not subjected to the data separation processing are separated. Regarding the input image data represented by the address data as the address data, the image data of each coordinate of the corresponding output image data is stored in advance. For the input image data not represented by the address data, a predetermined number of table values are read from the lookup table, and a predetermined number of table values are read from the lookup table, and the predetermined number of table values and the lower bit data are used. An image processing method characterized by obtaining image data of each coordinate of the corresponding output image data by performing a two-dimensional interpolation operation.
【請求項2】各座標の画像データが所定ビットで表され
る第1の表色系の入力画像データから、第2の表色系の
各座標の画像データを個別に求めて出力画像データとす
る色変換処理部を有する画像処理装置において、 上記色変換処理部は、上記入力画像データのうち、求め
ようとする上記出力画像データの各座標の画像データご
とに定めた特定の2座標の画像データについては上位ビ
ットデータと下位ビットデータとに分離するデータ分離
処理を施す一方、他の座標の画像データについては上記
データ分離処理を施さないデータ分離部と、 上記データ分離部により抽出された上記上位ビットデー
タと上記データ分離処理を施さない画像データとをアド
レスデータとし、上記アドレスデータで表される上記入
力画像データについては、対応する上記出力画像データ
の各座標の画像データが予め格納されたルックアップテ
ーブルからテーブル値を読み出し、上記アドレスデータ
で表されない上記入力画像データについては、上記ルッ
クアップテーブルからテーブル値を所定数読み出すルッ
クアップテーブルアクセス部と、上記ルックアップテー
ブルアクセス部により読み出された所定数のテーブル値
と上記データ分離部により抽出された下位ビットデータ
とから2次元補間演算を行うことにより、上記アドレス
データで表されない上記入力画像データに対応する上記
出力画像データの各座標の画像データを求める2次元補
間演算部とを有することを特徴とする画像処理装置。
2. The image data of each coordinate of the second color system is individually obtained from the input image data of the first color system in which the image data of each coordinate is represented by predetermined bits. In the image processing apparatus having a color conversion processing section, the color conversion processing section includes an image of specific two coordinates defined for each image data of each coordinate of the output image data to be obtained from the input image data. The data is subjected to a data separation process for separating upper bit data and lower bit data, while the image data of other coordinates is not subjected to the data separation process. The upper bit data and the image data not subjected to the data separation processing are used as address data, and the input image data represented by the address data has a corresponding A table value is read from a lookup table in which image data of each coordinate of the output image data is stored in advance, and for the input image data not represented by the address data, a predetermined number of table values are read from the lookup table. By performing a two-dimensional interpolation operation on a table access unit and a predetermined number of table values read by the lookup table access unit and lower-order bit data extracted by the data separation unit, the data is not represented by the address data. An image processing apparatus comprising: a two-dimensional interpolation calculating unit that obtains image data of each coordinate of the output image data corresponding to the input image data.
【請求項3】上記データ分離部により上記データ分離処
理が施されない画像データは、出力画像データの求めよ
うとする座標の画像データと補色の関係にある画像デー
タであることを特徴とする請求項2に記載の画像処理装
置。
3. The image data which is not subjected to the data separation processing by the data separation unit is image data having a complementary color relationship with image data of coordinates to be obtained for output image data. 3. The image processing device according to 2.
【請求項4】上記出力画像データに黒色の画像データが
含まれる場合、黒色の画像データを求めるに際して上記
データ分離部により上記データ分離処理が施されない画
像データは、上記出力画像データの明度に対する寄与率
の高い座標の画像データであることを特徴とする請求項
2に記載の画像処理装置。
4. When the output image data includes black image data, the image data that is not subjected to the data separation processing by the data separation unit when obtaining the black image data has a contribution to the brightness of the output image data. The image processing apparatus according to claim 2, wherein the image data is coordinate data having a high rate.
【請求項5】上記入力画像データが明度データと色度デ
ータとを含む場合、上記出力画像データの各座標の画像
データを求めるに際して上記データ分離部により上記デ
ータ分離処理が施されない画像データは上記明度データ
であることを特徴とする請求項2に記載の画像処理装
置。
5. When the input image data includes brightness data and chromaticity data, the image data not subjected to the data separation processing by the data separation unit when obtaining image data of each coordinate of the output image data is the same as the image data. The image processing apparatus according to claim 2, wherein the image processing apparatus is lightness data.
【請求項6】上記色変換処理部に、ルックアップテーブ
ル法を用いた3次元補間演算にて黒色の画像データを求
める黒色画像データ生成部が別途備えられていることを
特徴とする請求項2、3又は5に記載の画像処理装置。
6. The color conversion processing unit according to claim 2, further comprising a black image data generation unit for obtaining black image data by a three-dimensional interpolation operation using a look-up table method. 6. The image processing device according to 3 or 5.
【請求項7】上記色変換処理部に、ルックアップテーブ
ル法を用いて補間演算を行うことなく黒色の画像データ
を求める黒色画像データ生成部が別途備えられているこ
とを特徴とする請求項2、3又は5に記載の画像処理装
置。
7. The color conversion processing unit further comprises a black image data generation unit for obtaining black image data without performing an interpolation operation using a look-up table method. 6. The image processing device according to 3 or 5.
【請求項8】各座標の画像データが所定ビットで表され
る第1の表色系の入力画像データから、第2の表色系の
各座標の画像データを個別に求めて出力画像データとす
る色変換処理をルックアップテーブル法を用いて行う画
像処理方法において、 出力画像データの各座標の画像データ毎に、画像データ
の色にあった色変換処理を行うことを特徴とする画像処
理方法。
8. The image data of each coordinate of the second color system is individually obtained from the input image data of the first color system in which the image data of each coordinate is represented by a predetermined bit. An image processing method for performing color conversion processing using a look-up table method, wherein color conversion processing suitable for the color of the image data is performed for each image data at each coordinate of the output image data. .
【請求項9】画像データが黒色の場合は、3次元補間演
算を用いた色変換処理を行うことを特徴とする請求項8
に記載の画像処理方法。
9. A color conversion process using a three-dimensional interpolation operation when the image data is black.
The image processing method according to 1.
【請求項10】画像データが黒色の場合は、ルックアッ
プテーブルより読み出したテーブル値をそのまま使用す
る色変換処理を行うことを特徴とする請求項8に記載の
画像処理方法。
10. The image processing method according to claim 8, wherein when the image data is black, a color conversion process is performed using the table value read from the lookup table as it is.
【請求項11】各座標の画像データが所定ビットで表さ
れる第1の表色系の入力画像データから、第2の表色系
の各座標の画像データを個別に求めて出力画像データと
する色変換処理部を有する画像処理装置において、 上記色変換処理部は、出力画像データの各座標毎に、 第1の表色系の入力画像データを、補間演算の有無を含
む補間演算処理の種類に応じて、アドレスデータのみ、
或いはアドレスデータと補間用データとの形態に分離す
るデータ分離部と、 入力画像データにおける各座標の画像データの組み合わ
せを上記アドレスデータとし、該アドレスデータに対応
する出力画像データの所定座標の画像データがテーブル
値として格納された、補間演算処理の種類にあったルッ
クアップテーブルを有し、上記データ分離部によって分
離されたアドレスデータに対応するテーブル値を読み出
すルックアップテーブルアクセス部と、 上記ルックアップテーブルアクセス部にてルックアップ
テーブルより読み出されたテーブル値のみ、或いは該テ
ーブル値と上記データ分離部にて分離された補間用デー
タとを用いて、所定の補間演算処理を行う補間演算処理
部とを備え、 出力画像データの座標毎に設けられた、これら上記デー
タ分離部、ルックアップテーブルアクセス部、及び補間
演算処理部からなる各系の補間演算処理は、出力画像デ
ータの各座標の画像データの色に応じて設定されている
ことを特徴とする画像処理装置。
11. An image data of each coordinate of a second color system is individually obtained from input image data of a first color system in which image data of each coordinate is represented by predetermined bits, and output image data and In the image processing apparatus having a color conversion processing unit, the color conversion processing unit performs, for each coordinate of the output image data, the input image data of the first color system based on an interpolation operation process including the presence or absence of an interpolation operation. Depending on the type, only the address data,
Alternatively, a data separation unit that separates the data into a form of address data and interpolation data; and a combination of image data of each coordinate in the input image data as the address data, and image data of predetermined coordinates of output image data corresponding to the address data. A lookup table access unit that has a lookup table suitable for the type of interpolation calculation processing stored as a table value, and reads a table value corresponding to the address data separated by the data separation unit; An interpolation operation processing unit that performs a predetermined interpolation operation using only the table value read from the look-up table by the table access unit or using the table value and the interpolation data separated by the data separation unit These data are provided for each coordinate of the output image data. Image processing, wherein the interpolation calculation processing of each system including the data separation unit, the lookup table access unit, and the interpolation calculation processing unit is set according to the color of the image data at each coordinate of the output image data. apparatus.
【請求項12】画像データが黒色である系では、3次元
補間演算を用いた色変換処理が行われることを特徴とす
る請求項11に記載の画像処理装置。
12. The image processing apparatus according to claim 11, wherein a color conversion process using a three-dimensional interpolation operation is performed in a system where the image data is black.
【請求項13】画像データが黒色である系では、ルック
アップテーブルより読み出したテーブル値をそのまま使
用する色変換処理が行われることを特徴とする請求項1
1に記載の画像処理装置。
13. The system according to claim 1, wherein in a system in which the image data is black, a color conversion process using the table value read from the lookup table as it is is performed.
2. The image processing device according to 1.
【請求項14】上記請求項2〜7、11〜13の何れか
1項に記載の画像処理装置を備えたことを特徴とする画
像形成装置。
14. An image forming apparatus comprising the image processing apparatus according to any one of claims 2 to 7, and 11 to 13.
JP2000169633A 1999-09-14 2000-06-06 Image processing method, image processor and image- forming device provided with the same Pending JP2001157072A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000169633A JP2001157072A (en) 1999-09-14 2000-06-06 Image processing method, image processor and image- forming device provided with the same

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP26097799 1999-09-14
JP11-260977 1999-09-14
JP2000169633A JP2001157072A (en) 1999-09-14 2000-06-06 Image processing method, image processor and image- forming device provided with the same

Publications (1)

Publication Number Publication Date
JP2001157072A true JP2001157072A (en) 2001-06-08

Family

ID=26544844

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000169633A Pending JP2001157072A (en) 1999-09-14 2000-06-06 Image processing method, image processor and image- forming device provided with the same

Country Status (1)

Country Link
JP (1) JP2001157072A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100487308B1 (en) * 2002-05-08 2005-05-03 엘지전자 주식회사 Image compensation apparatus
CN1301002C (en) * 2002-06-14 2007-02-14 夏普公司 Image processing, forming device, image processing method, program, and recording medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100487308B1 (en) * 2002-05-08 2005-05-03 엘지전자 주식회사 Image compensation apparatus
CN1301002C (en) * 2002-06-14 2007-02-14 夏普公司 Image processing, forming device, image processing method, program, and recording medium
US7460268B2 (en) 2002-06-14 2008-12-02 Sharp Kabushiki Kaisha Image processing device, image forming device, image processing method, image processing program, and recording medium containing the image processing program recorded thereon

Similar Documents

Publication Publication Date Title
JP3384580B2 (en) Background removal method
JP3268512B2 (en) Image processing apparatus and image processing method
US6975437B2 (en) Method, apparatus and recording medium for color correction
JPH05292306A (en) Color picture processing method and device
US7333136B2 (en) Image processing apparatus for carrying out tone conversion processing and color correction processing using a three-dimensional look-up table
US20040017595A1 (en) Image processing apparatus and method thereof
JP2007028336A (en) Apparatus and method for image processing, image forming apparatus, program, and recording medium
US7034959B1 (en) Method, apparatus and recording medium for image processing
JP4429439B2 (en) Color conversion method and conversion processor
JP4321698B2 (en) Image output method and apparatus, and recording medium
JP3749102B2 (en) Image processing apparatus, image forming apparatus, and image processing method
JPH07152904A (en) Image processor
JP2001157072A (en) Image processing method, image processor and image- forming device provided with the same
JPH08275010A (en) Method and device for image processing
JP2001320593A (en) Image processing unit, and image forming device provided with it, and image processing method
JP2001352456A (en) Image-processing method and image-processing unit, and image-forming device provided with them
JP3728025B2 (en) Image processing method and apparatus
JP2002314827A (en) Image processing method, image processing device, image forming device equipped therewith, image processing program, and recording medium
JP2002237963A (en) Image processing method and image processing unit, and imaging device using them
JP2000253267A (en) Method and device for color image processing
JPH10224648A (en) Picture processor and picture processing method
JPH09511635A (en) Black Recalculation Method for Arbitrary HSL Correction in CMY Color Space
JP2002237958A (en) Color converter, color conversion profile generator and generating method, imaging device, program, recording medium
JP2002232731A (en) Image processing method, image processing apparatus, and image forming apparatus provided with same
JP2001157066A (en) Method and device for processing color image