JP2006173823A - Image processing apparatus and method - Google Patents

Image processing apparatus and method Download PDF

Info

Publication number
JP2006173823A
JP2006173823A JP2004360837A JP2004360837A JP2006173823A JP 2006173823 A JP2006173823 A JP 2006173823A JP 2004360837 A JP2004360837 A JP 2004360837A JP 2004360837 A JP2004360837 A JP 2004360837A JP 2006173823 A JP2006173823 A JP 2006173823A
Authority
JP
Japan
Prior art keywords
image
grid
data
color
lut
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP2004360837A
Other languages
Japanese (ja)
Inventor
耕生 ▲高▼橋
Kosei Takahashi
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2004360837A priority Critical patent/JP2006173823A/en
Publication of JP2006173823A publication Critical patent/JP2006173823A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Image Processing (AREA)
  • Facsimile Image Signal Circuits (AREA)
  • Color Image Communication Systems (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a method for improving color reproduction accuracy of important colors such as gray and skin colors by controlling a grid in the case of generating a LUT used for color conversion. <P>SOLUTION: The image processing method comprises: an image input step of receiving image data for denoting an input image; a grid data generating step of generating uneven interval grid data; a colorimetry step of generating the LUT in response to the uneven interval grid data on the basis of a result of the colorimetry processing applied to an outputted patch image; and a color space conversion step of carrying out color space conversion by using the generated LUT. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明はルックアップテーブルを用いて出力画像の色再現を行う際のルックアップテーブルを作成する技術に関する。   The present invention relates to a technique for creating a lookup table when performing color reproduction of an output image using a lookup table.

ディスプレイやプリンタ等の画像出力装置において、画像出力を行う場合には、通常装置固有の表色系を用いている。例えば、CRTディスプレイや、液晶ディスプレイではRGB表色系を用いており、また、インクジェットプリンタやレーザプリンタではCMY表色系を用いている。上記画像出力装置において異なる機器間、例えばCRTディスプレイと、インクジェットプリンタにおいて、同一の色を表現するためには、ディスプレイのRGB座標系からプリンタのCMY座標系への変換が必要となる。しかしながら、一般的に、RGB→CMY変換は、非線形性が強く、一意的な数式等で表現することが困難である。そこで、上記RGB→CMY変換を高精度に行うために、ルックアップテーブル(以下LUTと記す)を用いた手法が広く用いられている。LUTとは、異なる機器間の表色系の対応関係を規定したものであり、通常、図10に示すような、N 3個(NはLUTの各成分のグリッド数)の点の対応関係を記憶しておき、各グリッドの間の点が入力された場合には、周りの点から補間して出力値を得ている。ただし、多くの場合、汎用性を持たせるために、直接RGB→CMYの対応関係を直接求めるのではなく、中間にデバイスに依存しないCIELab等の表色系を経由し、RGB→Lab、Lab→CMYのように変換するのが一般的である。上記LUTを用いた変換において、LUTのグリッド上に無い色が入力された場合には、四面体補間等の線形補間を用いて補間し、出力値を求めているが、変換前後の色空間の非線形性が強い場合、十分な精度で変換するには、グリッド数を増やさなければならず、莫大なコストがかかるという問題があった。
特開平9−46542号公報
In an image output device such as a display or a printer, when performing image output, a color system unique to the normal device is used. For example, an RGB color system is used for CRT displays and liquid crystal displays, and a CMY color system is used for inkjet printers and laser printers. In the image output apparatus, in order to express the same color between different devices, for example, a CRT display and an ink jet printer, conversion from the RGB coordinate system of the display to the CMY coordinate system of the printer is necessary. However, in general, the RGB → CMY conversion has strong non-linearity and is difficult to express with a unique mathematical expression or the like. Therefore, in order to perform the RGB → CMY conversion with high accuracy, a technique using a lookup table (hereinafter referred to as LUT) is widely used. The LUT defines the correspondence of the color system between different devices. Usually, the correspondence of N 3 points (N is the number of grids of each component of the LUT) as shown in FIG. When the points between the grids are input, the output values are obtained by interpolation from the surrounding points. However, in many cases, in order to provide general versatility, instead of directly obtaining the correspondence relationship of RGB → CMY directly, it passes through a color system such as CIELab, which does not depend on the device, and RGB → Lab, Lab → In general, conversion is performed like CMY. In the conversion using the LUT, when a color that is not on the grid of the LUT is input, interpolation is performed using linear interpolation such as tetrahedral interpolation to obtain an output value. When the nonlinearity is strong, in order to perform conversion with sufficient accuracy, the number of grids has to be increased, and there is a problem that enormous cost is required.
JP-A-9-46542

しかしながら、上記LUTを用いた色変換方法では、図11に示すように、RGB色空間、またはCMY色空間内において立方格子状にグリッド点が並んでおり、該LUTにおけるグリッド点を、CIELab均等色空間上で見てみると、図12に示すように、空間内で明らかにグリッドが密である部分と、疎である部分に分かれてしまう。   However, in the color conversion method using the LUT, as shown in FIG. 11, grid points are arranged in a cubic lattice pattern in the RGB color space or the CMY color space, and the grid points in the LUT are converted into CIELab uniform colors. When viewed in space, as shown in FIG. 12, the grid is clearly divided into a dense part and a sparse part in the space.

隣り合うグリッド同士が密であるほど補間精度は明らかに高くなるため、グレイ、肌色、空の色等、重要な色ほど、グリッド間隔を密にすることが好ましいが、RGB空間内で均等にグリッドデータを作成した場合、CIELab空間内でのグリッド間隔が上記好ましい間隔にはなっていないという問題があった。   As the adjacent grids are denser, the interpolation accuracy is clearly higher. Therefore, it is preferable to make the grid intervals denser for important colors such as gray, skin color, and sky color. When the data is created, there is a problem that the grid interval in the CIELab space is not the preferred interval.

本発明は、以上のような課題に鑑みてなされたものであり、色変換を行うLUTを作成する際に、CIELab空間内での分布を考慮し、グリッドを作成することにより、グレイや肌色などの重要色の色再現精度を向上させる方法を提供することを目的としている。   The present invention has been made in view of the problems as described above. When creating an LUT for performing color conversion, a grid is created in consideration of the distribution in the CIELab space. It is an object of the present invention to provide a method for improving the color reproduction accuracy of important colors.

上記目的を達成するために、本発明は、カラー画像処理装置において、デジタル画像データを出力する場合に、画像を入力する画像入力手段と、非等間隔グリッドデータを作成するグリッドデータ作成手段と、出力したパッチ画像を測色し、LUTを作成する測色手段と、画像データの色空間から、出力空間の色空間へ色データを変換する色変換手段と、画像を出力する画像出力手段とを具備することを特徴とする。   In order to achieve the above object, in the color image processing apparatus, when digital image data is output, the present invention provides an image input means for inputting an image, a grid data creation means for creating non-uniformly spaced grid data, Color measurement means for measuring the output patch image and creating an LUT, color conversion means for converting color data from the color space of the image data to the color space of the output space, and image output means for outputting the image It is characterized by comprising.

本発明によれば、LUTのグリッドデータを効率的に使用することができ、高精度な色再現を行うことができる。   According to the present invention, grid data of the LUT can be used efficiently, and high-precision color reproduction can be performed.

(第一の実施形態)
以下、本発明に係る一実施形態について、添付の図面を参照して詳細に説明する。
(First embodiment)
Hereinafter, an embodiment according to the present invention will be described in detail with reference to the accompanying drawings.

図1は本発明の一実施形態である画像処理装置の構成を示したブロック図である。1は本発明の実施形態である画像処理装置。2はハードディスクや、CD−ROM等、出力する画像情報を記憶しておく画像データ記憶部。3は画像データ記憶部2から、画像処理装置1に画像データを読み込むための画像入力部。4は画像入力部3にて読み込まれた画像のヒストグラムを作成するヒストグラム作成部。5はヒストグラム作成部4にて作成されたヒストグラムを基に、LUTのグリッドデータを作成するグリッドデータ作成部。6は作成したLUTを記憶しておくLUT記憶部。7はLUT記憶部6に記憶されているLUTを用いて、入力画像固有の色空間内で表現されたRGBデータを、デバイスに依存しない色空間であるLab色空間内のデータに変換するためのRGB→Lab変換部。8はRGB→Lab変換部7にて変換されたLabデータを、LUT記憶部6に記憶されているLUTを用いてプリンタ固有の色空間であるCMY色空間内のデータに変換するためのLab→CMY変換部。9はLab→CMY変換部8にて変換されたCMYデータを出力するための画像出力部。10は画像出力部9から出力されたCMYデータに基づき、実際に印刷を行う画像出力装置。11は分光反射率測定機等、画像出力装置10にて出力されたパッチデータの色を測色するための測色装置。12は測色装置11にて測色された測色値を画像処理装置1に読み込む測色値入力部である。   FIG. 1 is a block diagram showing a configuration of an image processing apparatus according to an embodiment of the present invention. 1 is an image processing apparatus according to an embodiment of the present invention. An image data storage unit 2 stores image information to be output, such as a hard disk or a CD-ROM. 3 is an image input unit for reading image data from the image data storage unit 2 into the image processing apparatus 1. Reference numeral 4 denotes a histogram creation unit that creates a histogram of an image read by the image input unit 3. A grid data creation unit 5 creates LUT grid data based on the histogram created by the histogram creation unit 4. 6 is an LUT storage unit for storing the created LUT. 7 is for converting RGB data expressed in the color space unique to the input image into data in the Lab color space, which is a device-independent color space, using the LUT stored in the LUT storage unit 6. RGB → Lab converter. Reference numeral 8 denotes Lab → for converting the Lab data converted by the RGB → Lab conversion unit 7 into data in the CMY color space which is a color space unique to the printer using the LUT stored in the LUT storage unit 6. CMY conversion unit. Reference numeral 9 denotes an image output unit for outputting CMY data converted by the Lab → CMY conversion unit 8. Reference numeral 10 denotes an image output apparatus that actually performs printing based on the CMY data output from the image output unit 9. 11 is a colorimetric device for measuring the color of the patch data output from the image output device 10, such as a spectral reflectance measuring machine. A colorimetric value input unit 12 reads the colorimetric values measured by the colorimetric device 11 into the image processing apparatus 1.

<全体処理>
ここで図2は、画像処理装置1にて行われる画像処理のフローチャートである。以下、本発明にかかる一実施形態を、図面を用いて詳細に説明する。まず、S201では、従来手法により、RGBグリッドが等間隔に並んだLUTを作成し、LUT記憶部6に記憶しておく。次に、S202では、画像入力部3にて、画像データ記憶部2から画像データを読み込む。S203では、S202にて読み込まれた画像情報を用いて、非等間隔グリッドのLUTを作成し(詳細は後述)、LUT記憶部6に記憶する。S204では、LUT記憶部6に記憶されているLUT情報を用いて、S202にて読み込まれた画像のRGBデータを、RGB→Lab変換部7にてLabデータに変換した後、Lab→CMY変換部8にてCMYデータに変換する。S205では、S204にてCMYデータに変換された画像データを、画像出力部9から出力し、画像出力装置10にて印刷する。
<Overall processing>
Here, FIG. 2 is a flowchart of image processing performed in the image processing apparatus 1. Hereinafter, an embodiment according to the present invention will be described in detail with reference to the drawings. First, in S201, an LUT in which RGB grids are arranged at equal intervals is created and stored in the LUT storage unit 6 by a conventional method. In step S202, the image input unit 3 reads image data from the image data storage unit 2. In S203, using the image information read in S202, a non-equally spaced grid LUT is created (details will be described later) and stored in the LUT storage unit 6. In S204, using the LUT information stored in the LUT storage unit 6, the RGB data of the image read in S202 is converted into Lab data in the RGB → Lab conversion unit 7, and then the Lab → CMY conversion unit. At 8 the data is converted to CMY data. In S205, the image data converted into CMY data in S204 is output from the image output unit 9 and printed by the image output device 10.

<非等間隔グリッドLUT作成方法>
次に図3を用い、ステップS203である非等間隔グリッドLUT作成処理の詳細を説明する。
<Method for creating non-uniformly spaced grid LUT>
Next, details of the non-uniformly spaced grid LUT creation processing in step S203 will be described with reference to FIG.

S301ではヒストグラム作成部4にて、画像入力部で読み込んだ画像データのRGB各チャンネルのヒストグラムを作成する。S302では、S301にて算出したヒストグラムを基に、非等間隔のグリッドデータを作成する(詳細は後述)。S303では、S302にて作成した非等間隔のRGBグリッドデータを、RGB→Lab変換部7にてLabデータに変換し、さらにLab→CMY変換部8にて、CMYデータに変換し、画像出力部9において、画像出力装置10にて印刷する。S304では、S303にて出力したパッチを測色装置11にて測色し、測色値入力部12にて画像処理装置1に読み込む。S305では、S302にて作成した非等間隔グリッドデータ、およびS304にて測色した測色値を用いて非等間隔グリッドLUTを作成する。   In S301, the histogram creation unit 4 creates a histogram for each RGB channel of the image data read by the image input unit. In S302, non-uniformly spaced grid data is created based on the histogram calculated in S301 (details will be described later). In S303, the non-uniformly spaced RGB grid data created in S302 is converted into Lab data by the RGB → Lab converter 7 and further converted into CMY data by the Lab → CMY converter 8 to obtain an image output unit. In 9, printing is performed by the image output device 10. In step S304, the color measurement device 11 performs color measurement on the patch output in step S303, and the color measurement value input unit 12 reads the patch into the image processing device 1. In S305, a non-uniform spacing grid LUT is created using the non-uniform spacing grid data created in S302 and the colorimetric values measured in S304.

<非等間隔グリッドデータ作成方法>
次にステップS302である非等間隔グリッドLUT作成処理の詳細を説明する。
<How to create non-uniformly spaced grid data>
Next, details of the non-uniformly spaced grid LUT creation processing in step S302 will be described.

まず、画像データに対し、求められたヒストグラムに(図4)対し、累積ヒストグラム(図5)を作成する。更に、に示すような累積ヒストグラムの逆変換(図6)を作成し、概逆変換を新たなグリッド間隔として用いる。上記処理を、RGB各チャンネルに対して行うことにより、RGB各チャンネルの非等間隔グリッドが生成される。その後、各チャンネルにおける非等間隔グリッドのRGB値全ての組み合わせに対するパッチを作成し、出力、測色を行うことにより、図7に示すように、出力する画像中の出現頻度の多い色付近のグリッドが密となるような非等間隔グリッドLUTを作成することができる。   First, a cumulative histogram (FIG. 5) is created for image data with respect to the obtained histogram (FIG. 4). Further, an inverse transformation (FIG. 6) of the cumulative histogram as shown in FIG. 6 is created, and the approximate inverse transformation is used as a new grid interval. By performing the above processing for each of the RGB channels, a non-uniform grid for each of the RGB channels is generated. After that, patches for all combinations of RGB values of the non-uniformly spaced grid in each channel are created, and output and colorimetric are performed. As shown in FIG. 7, a grid near a color that appears frequently in the output image. It is possible to create a non-uniformly spaced grid LUT that is dense.

以上説明したように上記第一の実施形態によれば、Lab空間内において、出力する画像中の出現頻度の多い色付近のグリッドが密となるようなLUTを作成し、画像出力に用いることができ、LUTのサイズを変えることなく、画像全体での色再現精度の平均値を向上させることができる。   As described above, according to the first embodiment, in the Lab space, an LUT that creates a dense grid near colors that frequently appear in the output image is created and used for image output. It is possible to improve the average value of the color reproduction accuracy in the entire image without changing the size of the LUT.

(第二の実施形態)
以下、本発明に係る第二の実施形態について、添付の図面を参照して詳細に説明する。
(Second embodiment)
Hereinafter, a second embodiment according to the present invention will be described in detail with reference to the accompanying drawings.

図8は本発明の第二の実施形態である画像処理装置の構成を示したブロック図である。801は本発明の実施形態である画像処理装置。802はハードディスクや、CD−ROM等、様々な画像をデータベースとして記憶しておくため画像データベース。803はハードディスクや、CD−ROM等、出力する画像情報を記憶しておく画像データ記憶部。804は画像データベース802、および画像データ記憶部803から、画像処理装置801に画像データを読み込むための画像入力部。805は画像入力部804にて読み込まれた画像のヒストグラムを作成するヒストグラム作成部。806はヒストグラム作成部805にて作成されたヒストグラムを基に、LUTのグリッドデータを作成するグリッドデータ作成部。807は作成したLUTを記憶しておくLUT記憶部。808はLUT記憶部807に記憶されているLUTを用いて、入力画像固有の色空間内で表現されたRGBデータを、デバイスに依存しない色空間であるLab色空間内のデータに変換するためのRGB→Lab変換部。809はRGB→Lab変換部808にて変換されたLabデータを、LUT記憶部807に記憶されているLUTを用いてプリンタ固有の色空間であるCMY色空間内のデータに変換するためのLab→CMY変換部。810はLab→CMY変換部809にて変換されたCMYデータを出力するための画像出力部。811は画像出力部810から出力されたCMYデータに基づき、実際に印刷を行う画像出力装置。812は分光反射率測定機等、画像出力装置811にて出力されたパッチデータの色を測色するための測色装置。813は測色装置812にて測色された測色値を画像処理装置801に読み込む測色値入力部である。   FIG. 8 is a block diagram showing a configuration of an image processing apparatus according to the second embodiment of the present invention. An image processing apparatus 801 is an embodiment of the present invention. 802 is an image database for storing various images such as a hard disk and a CD-ROM as a database. An image data storage unit 803 stores image information to be output, such as a hard disk or a CD-ROM. An image input unit 804 reads image data from the image database 802 and the image data storage unit 803 into the image processing apparatus 801. A histogram creation unit 805 creates a histogram of the image read by the image input unit 804. A grid data creation unit 806 creates LUT grid data based on the histogram created by the histogram creation unit 805. An LUT storage unit 807 stores the created LUT. An 808 uses the LUT stored in the LUT storage unit 807 to convert RGB data expressed in the color space unique to the input image into data in the Lab color space, which is a device-independent color space. RGB → Lab converter. Reference numeral 809 denotes Lab for converting the Lab data converted by the RGB → Lab conversion unit 808 into data in the CMY color space, which is a printer-specific color space, using the LUT stored in the LUT storage unit 807. CMY conversion unit. Reference numeral 810 denotes an image output unit for outputting CMY data converted by the Lab → CMY conversion unit 809. 811 is an image output apparatus that actually performs printing based on CMY data output from the image output unit 810. Reference numeral 812 denotes a color measuring device for measuring the color of patch data output from the image output device 811 such as a spectral reflectance measuring machine. A colorimetric value input unit 813 reads the colorimetric values measured by the colorimetric device 812 into the image processing device 801.

<全体処理>
ここで図9は、画像処理装置801にて行われる画像処理のフローチャートである。以下、本発明にかかる第二の実施形態を、図面を用いて詳細に説明する。まず、S901では、従来手法により、RGBグリッドが等間隔に並んだLUTを作成し、LUT記憶部807に記憶しておく。次に、S902では、画像入力部804にて、画像データベース802から画像データを読み込む。S903では、S902にて読み込まれた画像データベース情報を用いて、上記第一の実施例と同様に、非等間隔グリッドのLUTを作成し、LUT記憶部807に記憶する。S904では、画像入力部804にて、画像データ記憶部803から出力画像データを読み込む。S905では、LUT記憶部807に記憶されているLUT情報を用いて、S904にて読み込まれた画像のRGBデータを、RGB→Lab変換部808にてLabデータに変換した後、Lab→CMY変換部809にてCMYデータに変換する。S906では、S904にてCMYデータに変換された画像データを、画像出力部810から出力し、画像出力装置811にて印刷する。
<Overall processing>
Here, FIG. 9 is a flowchart of image processing performed by the image processing apparatus 801. Hereinafter, a second embodiment according to the present invention will be described in detail with reference to the drawings. First, in S901, an LUT in which RGB grids are arranged at equal intervals is created and stored in the LUT storage unit 807 by a conventional method. In step S902, the image input unit 804 reads image data from the image database 802. In S903, using the image database information read in S902, a non-uniformly spaced grid LUT is created and stored in the LUT storage unit 807 as in the first embodiment. In S904, the image input unit 804 reads output image data from the image data storage unit 803. In S905, using the LUT information stored in the LUT storage unit 807, the RGB data of the image read in S904 is converted into Lab data by the RGB → Lab conversion unit 808, and then the Lab → CMY conversion unit. In 809, it is converted into CMY data. In S906, the image data converted into CMY data in S904 is output from the image output unit 810 and printed by the image output device 811.

以上説明したように上記第二の実施形態によれば、Lab空間内において、ユーザが持つ画像データベースの色分布を解析し、出現頻度の多い色付近のグリッドが密となるようなLUTを作成し、画像出力に用いることができ、LUTのサイズを変えることなく、画像全体での色再現精度の平均値を向上させることができる。   As described above, according to the second embodiment, in the Lab space, the color distribution of the image database possessed by the user is analyzed, and an LUT is created so that the grids near the colors with frequent appearances are dense. The average value of the color reproduction accuracy of the entire image can be improved without changing the size of the LUT.

(他の実施形態)
<色空間>
上記第一および第二の実施形態において、入力画像の色空間はRGB空間であり、デバイスに依存しない中間の色空間はLab空間であり、出力装置の色空間はCMY空間であるとしたが、これに限定される尾のではなく、例えば、入力色空間にYCC色空間、中間の色空間にXYZ色空間、出力色空間にRGB色空間を用いるなどしてもよい。
(Other embodiments)
<Color space>
In the first and second embodiments, the color space of the input image is the RGB space, the intermediate color space that does not depend on the device is the Lab space, and the color space of the output device is the CMY space. For example, a YCC color space may be used as the input color space, an XYZ color space may be used as the intermediate color space, and an RGB color space may be used as the output color space.

<非等間隔グリッドデータ作成方法>
上記第一、および第二の実施形態において、非等間隔グリッドデータを作成する方法として、画像のヒストグラムを用いる方法について記したが、これに限定されるものではなく、例えば、人間の目の弁別閾を表すMacAdam楕円を利用し、楕円が大きな領域では、グリッド間隔を疎にし、逆に楕円が小さな領域では、グリッド間隔を密にする方法などが考えられる。
<How to create non-uniformly spaced grid data>
In the first and second embodiments, the method of using the histogram of the image has been described as the method for creating the non-uniform grid data. However, the present invention is not limited to this. For example, discrimination of human eyes A MacAdam ellipse representing a threshold may be used, and in a region where the ellipse is large, the grid interval is sparse, and conversely, in a region where the ellipse is small, the grid interval is dense.

すなわち、出力画像において、色空間内で重要である色ほどグリッド間隔を密にできる方法であれば、その具体的内容については限定しない。   That is, the specific content of the output image is not limited as long as it is a method that can make the grid interval closer to the color that is more important in the color space.

<出力装置>
上記第一の実施形態、および第二の実施形態において、画像出力装置はプリンタであるとしているが、例えば、CRTディスプレイであったり、液晶プロジェクタであったりしても構わない。
<Output device>
In the first embodiment and the second embodiment, the image output device is a printer. However, for example, it may be a CRT display or a liquid crystal projector.

<記憶媒体>
なお、本発明は、複数の機器(例えばホストコンピュータ、インタフェイス機器、リーダ、プリンタなど)から構成されるシステムに適用しても、一つの機器からなる装置(例えば、複写機、ファクシミリ装置など)に適用しても良い。
<Storage medium>
Note that the present invention can be applied to a system including a plurality of devices (for example, a host computer, an interface device, a reader, and a printer), and a device (for example, a copying machine and a facsimile device) including a single device. You may apply to.

また、本発明の目的は、前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUまたはMPU)が記憶媒体に格納されたプログラムコードを読み出し実行することによっても達成されることは言うまでもない。   Another object of the present invention is to supply a storage medium storing software program codes for realizing the functions of the above-described embodiments to a system or apparatus, and the computer (or CPU or MPU) of the system or apparatus stores the storage medium. Needless to say, this can also be achieved by reading and executing the program code stored in.

この場合、記憶媒体から読み出されたプログラムコード自体が前述した実施形態の機能を実現することになり、そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。   In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiments, and the storage medium storing the program code constitutes the present invention.

プログラムコードを供給するための記憶媒体としては、例えば、フロッピー(登録商標)ディスク、ハードディスク、光ディスク、光磁気ディスク、CD-ROM、CD-R、磁気テープ、不揮発性のメモリカード、ROMなどを用いることが出来る。   As a storage medium for supplying the program code, for example, a floppy (registered trademark) disk, hard disk, optical disk, magneto-optical disk, CD-ROM, CD-R, magnetic tape, nonvolatile memory card, ROM or the like is used. I can do it.

また、コンピュータが読み出したプログラムコードを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼動しているOS(オペレーティングシステム)などが実際の処理の一部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   In addition, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but also an OS (operating system) running on the computer based on the instruction of the program code. It goes without saying that a part of the actual processing is performed and the functions of the above-described embodiments are realized by the processing.

さらに、記憶媒体から読み出されたプログラムコードが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPUなどが実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, after the program code read from the storage medium is written to a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, the function expansion is performed based on the instruction of the program code. It goes without saying that the CPU or the like provided in the board or the function expansion unit performs part or all of the actual processing, and the functions of the above-described embodiments are realized by the processing.

第一の実施形態の画像処理装置を示すブロック図。1 is a block diagram illustrating an image processing apparatus according to a first embodiment. 第一の実施形態の画像処理装置における処理の流れを説明するフローチャート。6 is a flowchart for explaining a processing flow in the image processing apparatus according to the first embodiment. 非等間隔グリッドLUT作成方法を説明するフローチャート。6 is a flowchart for explaining a method of creating a non-uniform grid LUT. 作成されたヒストグラムの一例。An example of a created histogram. 作成された累積ヒストグラムの一例。An example of the created cumulative histogram. 作成された非等間隔グリッドLUTの一例。An example of a created non-uniformly spaced grid LUT. 非等間隔LUTのグリッドのLab空間内での分布の一例。An example of distribution in the Lab space of the grid of a non-equal interval LUT. 第二の実施形態の画像処理装置を示すブロック図。The block diagram which shows the image processing apparatus of 2nd embodiment. 第二の実施形態の画像処理装置における処理の流れを説明するフローチャート。9 is a flowchart for explaining a processing flow in the image processing apparatus according to the second embodiment. RGB→Lab変換およびLab→CMY変換の概念図。The conceptual diagram of RGB-> Lab conversion and Lab-> CMY conversion. 等間隔LUTのグリッドのLab空間内での分布の一例。An example of distribution in Lab space of the grid of equally spaced LUTs.

Claims (8)

カラー画像処理装置において、デジタル画像データを出力する場合に、画像を入力する画像入力手段と、非等間隔グリッドデータを作成するグリッドデータ作成手段と、出力したパッチ画像を測色し、LUTを作成する測色手段と、画像データの色空間から、出力空間の色空間へ色データを変換する色変換手段と、画像を出力する画像出力手段とを具備することを特徴とする画像処理装置。   When digital image data is output in a color image processing device, an image input means for inputting an image, a grid data creation means for creating non-uniformly spaced grid data, and a color measurement of the output patch image to create an LUT An image processing apparatus comprising: a colorimetric unit that performs color conversion; a color conversion unit that converts color data from a color space of image data to a color space of an output space; and an image output unit that outputs an image. 上記グリッドデータ作成手段は、入力画像のヒストグラムに基づき、色空間において出現頻度の多い領域はグリッド間隔を密に、逆に出現頻度の小さい領域はグリッド間隔を疎にすることを特徴とする請求項1に記載の画像処理装置。   The grid data creation means is characterized in that, based on a histogram of an input image, a region having a high appearance frequency in the color space has a dense grid interval, and conversely a region having a low appearance frequency has a narrow grid interval. The image processing apparatus according to 1. 上記グリッドデータ作成手段は、MacAdamの楕円に基づき、楕円が大きな領域では、グリッド間隔を疎にし、逆に楕円が小さな領域では、グリッド間隔を密にすることを特徴とする請求項1に記載の画像処理装置。   2. The grid data creation unit according to claim 1, wherein, based on the MacAdam ellipse, the grid interval is sparse in a region where the ellipse is large, and conversely, the grid interval is dense in a region where the ellipse is small. Image processing device. 上記画像入力手段はRGB画像データを入力し、画像出力手段は、プリンタのインクまたはトナーの色の種類に相当する画像データを出力することを特徴とする請求項1に記載の画像処理装置。   2. The image processing apparatus according to claim 1, wherein the image input means inputs RGB image data, and the image output means outputs image data corresponding to the type of ink or toner color of the printer. 入力画像を示す画像データを入力する画像入力工程と、
非等間隔グリッドデータを作成するグリッドデータ作成工程と、
出力したパッチ画像の測色結果から前記非等間隔グリッドデータに応じたLUTを作成する測色工程と、
前記画像データに対して、前記作成されたLUTを用いて色空間変換するする色空間変換工程とを有することを特徴とする画像処理方法。
An image input process for inputting image data indicating an input image;
Grid data creation process for creating non-uniformly spaced grid data;
A colorimetric process for creating an LUT corresponding to the non-uniformly spaced grid data from the colorimetric result of the output patch image;
An image processing method comprising: a color space conversion step of performing color space conversion on the image data using the created LUT.
前記グリッドデータ作成工程は、
前記入力画像のヒストグラムに基づき、色空間において出現頻度の多い領域はグリッド間隔を密に、逆に出現頻度の小さい領域はグリッド間隔を疎にすることを特徴とする請求項5に記載の画像処理方法。
The grid data creation step includes
6. The image processing according to claim 5, wherein, based on a histogram of the input image, a region having a high appearance frequency in the color space has a dense grid interval, and conversely a region having a low appearance frequency has a sparse grid interval. Method.
前記グリッドデータ作成工程は、MacAdamの楕円に基づき、楕円が大きな領域では、グリッド間隔を疎にし、逆に楕円が小さな領域では、グリッド間隔を密にすることを特徴とする請求項6に記載の画像処理方法。 The grid data creation step is based on a MacAdam ellipse, and in a region where the ellipse is large, the grid interval is sparse, and conversely, in a region where the ellipse is small, the grid interval is dense. Image processing method. 請求項6または7に記載の画像処理方法をコンピュータにて実現させるためのプログラム。 A program for realizing the image processing method according to claim 6 or 7 on a computer.
JP2004360837A 2004-12-14 2004-12-14 Image processing apparatus and method Withdrawn JP2006173823A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004360837A JP2006173823A (en) 2004-12-14 2004-12-14 Image processing apparatus and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004360837A JP2006173823A (en) 2004-12-14 2004-12-14 Image processing apparatus and method

Publications (1)

Publication Number Publication Date
JP2006173823A true JP2006173823A (en) 2006-06-29

Family

ID=36674124

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004360837A Withdrawn JP2006173823A (en) 2004-12-14 2004-12-14 Image processing apparatus and method

Country Status (1)

Country Link
JP (1) JP2006173823A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016006429A1 (en) * 2014-07-07 2016-01-14 ソニー株式会社 Image processing device and method, program, and endoscope system
JP7469054B2 (en) 2020-01-30 2024-04-16 ローランドディー.ジー.株式会社 Printing method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016006429A1 (en) * 2014-07-07 2016-01-14 ソニー株式会社 Image processing device and method, program, and endoscope system
US10367974B2 (en) 2014-07-07 2019-07-30 Sony Corporation Image processing apparatus, image processing method, program, and endoscope system
JP7469054B2 (en) 2020-01-30 2024-04-16 ローランドディー.ジー.株式会社 Printing method

Similar Documents

Publication Publication Date Title
JP4771538B2 (en) Color conversion table generation method, color conversion table, and color conversion table generation apparatus
JP5354875B2 (en) Color processing apparatus and color processing method
JP2010056793A (en) Image processing method and image processing apparatus
JP2008154008A (en) Method and device for generating gradation correction table
JP2006345099A (en) Image processing apparatus and image processing method
JP2006295709A (en) Color reproduction method and apparatus therefor
CN103108106A (en) Image processing apparatus
JP2008219653A (en) Color processing apparatus and method therefor
JP2010056794A (en) Chart for multi-color calibration, and image processing method and image processing apparatus using the chart
JP4838699B2 (en) Color processing apparatus and method
JP2008109659A (en) Color rendering control system
JP2005110089A (en) Color conversion matrix generating method, color conversion table creating method and program
JP2007028427A (en) Color processing method and apparatus thereof
JP2006173823A (en) Image processing apparatus and method
JP2006048420A (en) Method for preparing color conversion table, and image processor
JP2001186368A (en) Method and device for converting color space coordinate, method and device for generating chrominance signal conversion table and memory medium
JP2009017473A (en) Color gamut generation device, color gamut generation method, color gamut generation program, and color conversion unit
JPWO2014050576A1 (en) Color conversion apparatus, image forming apparatus, and color conversion method
JP2006211579A (en) Color profile producing method and system
JP2004112270A (en) Color conversion table forming method, color conversion table forming apparatus, and program
JP2007116465A (en) Device and method for color profile gradation adjustment
JP2015027016A (en) Device, method and program for generating color chart, and profile generator device
US9942447B2 (en) Color processing device for compositing color conversion rules, image forming system, color processing method, and non-transitory computer readable medium
JP2004349937A (en) Information processor and printing program
JP2004048815A (en) Apparatus and method for generating color reconstruction information

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20080304