JP2002368994A - Image processor, image processing method and recording medium - Google Patents

Image processor, image processing method and recording medium

Info

Publication number
JP2002368994A
JP2002368994A JP2001174124A JP2001174124A JP2002368994A JP 2002368994 A JP2002368994 A JP 2002368994A JP 2001174124 A JP2001174124 A JP 2001174124A JP 2001174124 A JP2001174124 A JP 2001174124A JP 2002368994 A JP2002368994 A JP 2002368994A
Authority
JP
Japan
Prior art keywords
information
gradation
pixel
color
image processing
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
JP2001174124A
Other languages
Japanese (ja)
Inventor
Kazuhiro Saito
和浩 齋藤
Takeshi Makita
剛 蒔田
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 JP2001174124A priority Critical patent/JP2002368994A/en
Publication of JP2002368994A publication Critical patent/JP2002368994A/en
Withdrawn legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide an image processor where the substantial number of gradations is increased and the texture reproducing characteristic of a reproduced image is improved by distributing resolution information to gradation information without cutting a useful spatial frequency component based on the local characteristic of image data, and to provide an image processing method and a recording medium. SOLUTION: A gradation/resolution information generating part 401 generates information showing the priority of gradation information and resolution information for each pixel based on the local characteristic of input image data of eight bits. A gradation/resolution information control part 404 distributes resolution information to gradation information again from information showing priority and converts the bit size of pixel data into 12 bits based on re-distributed gradation information. A color matching processing part 404 matches colors by using 12 bits pixel data. An ink color conversion processing part 405 converts data into the color material color of a printer by using 12 bits data which is color-matched. A halftone processing part 406 converts 12 bits data converted into color material color into the number of bits that can be printed by the printer.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、スキャナ、デジタ
ルカメラ、プリンタ等の画像入出力機器における画像処
理装置及び方法並びに記録媒体に関するものである。特
に、画像データの有する階調情報量を増して画像データ
の質感再現特性の向上を実現する画像処理技術に関する
ものである。
The present invention relates to an image processing apparatus and method for an image input / output device such as a scanner, a digital camera, and a printer, and a recording medium. In particular, the present invention relates to an image processing technique for increasing the amount of gradation information included in image data and improving the texture reproduction characteristics of the image data.

【0002】[0002]

【従来技術】近年、スキャナ、デジタルカメラ、プリン
タ等の画像入出力機器における画像データの質感再現特
性を良くするために、階調特性又は解像度特性を向上さ
せるデバイスや画像処理技術の開発が盛んに進められて
いる。特に、階調特性を向上させるためのデバイスとし
ては、インクジェットプリンタにおいて、淡いインクと
濃いインクを使い分けることにより飛躍的な向上を実現
している。また、内部画像処理系では、画像データのビ
ット数を増すことにより、その演算精度を高め、階調/
解像度情報の保存がなされている。ビット数の増加方法
としては、単純にビット数を増やす方法や3×3フィル
ター等の周辺画素の情報を用いた方法がある。
2. Description of the Related Art In recent years, in order to improve the texture reproduction characteristics of image data in image input / output devices such as scanners, digital cameras, and printers, devices and image processing techniques for improving gradation characteristics or resolution characteristics have been actively developed. Is underway. In particular, as a device for improving the gradation characteristics, a dramatic improvement is realized by selectively using light ink and dark ink in an ink jet printer. Further, in the internal image processing system, by increasing the number of bits of the image data, the calculation accuracy is increased and the gradation /
Resolution information is stored. As a method of increasing the number of bits, there are a method of simply increasing the number of bits and a method of using information of peripheral pixels such as a 3 × 3 filter.

【0003】図1は、3×3フィルターのフィルター係
数を示す図である。このフィルター係数を用いてビット
数を増やすための方法について説明する。ここで、8ビ
ットで表現されたi行j列目の注目画素値をP(i,j)と
し、フィルター処理後の画素値をP'(i,j)とすると、 P'(i,j)=(a1・P(i-1,j-1)+a2・P(i-1,j)+a3・P(i-1,j+1) +a4・P(i,j-1) +a5・P(i,j) +a6・P(i,j+1) +a7・P(i+1,j-1)+a8・P(i+1,j)+a9・P(i+1,j+1))/sum1 …(1) 但し、 sum1=a1+a2+a3+a4+a5+a6+a7+a8+a9 …(2) である。ローパスの周波数特性を有するフィルター係数
としては、係数a1〜a9を図2に示すような係数に設定し
て用いる例が存在する。
FIG. 1 is a diagram showing filter coefficients of a 3 × 3 filter. A method for increasing the number of bits using the filter coefficient will be described. Here, assuming that the pixel value of interest on the i-th row and the j-th column expressed by 8 bits is P (i, j) and the pixel value after the filtering process is P ′ (i, j), P ′ (i, j) ) = (A1P (i-1, j-1) + a2P (i-1, j) + a3P (i-1, j + 1) + a4P (i, j-1) + a5P (i, j) + a6 · P (i, j + 1) + a7 · P (i + 1, j-1) + a8 · P (i + 1, j) + a9 · P (i + 1, j + 1)) / sum1 (1) where sum1 = a1 + a2 + a3 + a4 + a5 + a6 + a7 + a8 + a9 (2) As a filter coefficient having a low-pass frequency characteristic, there is an example in which coefficients a1 to a9 are set to coefficients as shown in FIG. 2 and used.

【0004】(1)式の演算処理後に、P'(i,j)の必要とな
るビット数に変換することにより、実質的な階調数を増
加することができる。
[0004] After the calculation processing of the equation (1), the number of necessary bits of P '(i, j) is converted to a substantial number of gradations.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、上記従
来例では、単純にビット数を増やしただけでは、実質的
な階調数の増加は実現できない。また、ローパスの周波
数特性を有する3×3フィルターを用いた方法では、実
質的な階調数を増加することが実現出来るが、ローパス
のフィルタリング処理が施されるため、対象となる画像
データの有用な空間周波数成分、即ち解像度情報をもが
カットされてしまい、再現画像の質感再現特性の向上を
実現することができない、という問題点が存在した。
However, in the above-mentioned conventional example, a substantial increase in the number of gray scales cannot be realized by simply increasing the number of bits. In addition, the method using a 3 × 3 filter having low-pass frequency characteristics can substantially increase the number of tones, but since low-pass filtering is performed, usefulness of the target image data is improved. However, there is a problem that the spatial frequency component, that is, the resolution information is also cut, and it is not possible to improve the texture reproduction characteristics of the reproduced image.

【0006】本発明の目的は、上述の課題を解決するた
めになされたもので、画像データの局所的な特性に基づ
き、有用な空間周波数成分をカットすることなく、解像
度情報を階調情報へ分配することにより実質的な階調数
を増加し、再現画像の質感再現特性の向上を実現させた
画像処理装置及び方法並びに記録媒体を提供することで
ある。
SUMMARY OF THE INVENTION An object of the present invention is to solve the above-described problem. Resolution information is converted into gradation information based on local characteristics of image data without cutting useful spatial frequency components. It is an object of the present invention to provide an image processing apparatus and method, and a recording medium, in which the number of gradations is substantially increased by distributing and the texture reproduction characteristics of a reproduced image are improved.

【0007】また、本発明の他の目的は、画像データの
局所的な特性に基づき、有用な空間周波数成分をカット
することなく、解像度情報を階調情報へ分配することに
より数値的な階調数を増加させると共に、発色剤や光沢
剤等の色再現域を拡大可能な材料を塗布して色再現のダ
イナミックレンジを大きくし、実質的な階調数の増加を
実現させ、再現画像の質感再現特性の向上を実現させた
画像処理装置及び方法並びに記録媒体を提供することで
ある。
Another object of the present invention is to distribute the resolution information to the gradation information based on the local characteristics of the image data without cutting useful spatial frequency components, thereby obtaining a numerical gradation. In addition to increasing the number of colors, applying a material that can expand the color reproduction range, such as color formers and brighteners, increases the dynamic range of color reproduction, realizes a substantial increase in the number of gradations, and enhances the texture of reproduced images. It is an object of the present invention to provide an image processing apparatus and method and a recording medium that realize improved reproduction characteristics.

【0008】[0008]

【課題を解決するための手段】上記目的を達成するため
に、本発明の画像処理装置は、Nビットの入力画像デー
タの局所的な特性に基づき画素毎に階調情報と解像度情
報の優先度を示す情報を生成する生成手段と、前記画素
毎の階調情報と解像度情報の優先度を示す情報に基づき
解像度情報を階調情報へ再配分する再分配手段と、前記
再配分された階調情報に基づき画素データのビットサイ
ズをM(M>N)ビットに変換する変換手段とを有する
ことを特徴とする。
In order to achieve the above-mentioned object, an image processing apparatus according to the present invention provides a method of setting priority of gradation information and resolution information for each pixel based on local characteristics of N-bit input image data. Generating means for generating information indicating the resolution, redistribution means for redistributing resolution information to the grayscale information based on the grayscale information for each pixel and information indicating the priority of the resolution information, and the redistributed grayscale. Converting means for converting the bit size of the pixel data into M (M> N) bits based on the information.

【0009】また、上記目的を達成するために、本発明
の画像処理方法は、Nビットの入力画像データの局所的
な特性に基づき画素毎に階調情報と解像度情報の優先度
を示す情報を生成する生成工程と、前記画素毎の階調情
報と解像度情報の優先度を示す情報に基づき解像度情報
を階調情報へ再配分する再分配工程と、前記再配分され
た階調情報に基づき画素データのビットサイズをM(M
>N)ビットに変換する変換工程とを有することを特徴
とする。
According to another aspect of the present invention, there is provided an image processing method comprising the steps of: providing information indicating priority of gradation information and resolution information for each pixel based on local characteristics of N-bit input image data; A generation step of generating, a redistribution step of redistributing resolution information to gradation information based on the gradation information of each pixel and information indicating a priority of the resolution information, and a pixel based on the redistributed gradation information. When the bit size of data is M (M
> N) a conversion step of converting the bits into bits.

【0010】[0010]

【発明の実施の形態】以下、図面を参照しながら本発明
に係る実施の形態を詳細に説明する。
Embodiments of the present invention will be described below in detail with reference to the drawings.

【0011】[第1の実施形態]図3は、第1の実施形
態におけるシステム構成を示す図である。同図におい
て、301はコンピュータであり、不図示の画像読取装
置や外部からネットワークを介して入力されたレッド
(R)、グリーン(G)、ブルー(B)で構成されるカ
ラー画像データを保持し、後述するカラーモニタやカラ
ープリンタへ送出する。302はカラーモニタであり、
コンピュータ301からのカラー画像データを表示す
る。303はカラープリンタであり、コンピュータ30
1から送出されたカラー画像データの再現を行う。
[First Embodiment] FIG. 3 is a diagram showing a system configuration according to the first embodiment. In FIG. 1, reference numeral 301 denotes a computer which holds color image data composed of red (R), green (G), and blue (B) input from an image reading device (not shown) or an external device via a network. Is transmitted to a color monitor or a color printer described later. 302 is a color monitor,
The color image data from the computer 301 is displayed. Reference numeral 303 denotes a color printer, which is a computer
The reproduction of the color image data sent from step 1 is performed.

【0012】図4は、第1の実施形態における画像処理
装置の構成を示すブロック図である。尚、この画像処理
装置は、図3に示すカラープリンタ303に搭載され、
コンピュータ301上に保持されているカラー画像デー
タをカラープリンタ303で印刷するための画像処理系
である。
FIG. 4 is a block diagram showing the configuration of the image processing apparatus according to the first embodiment. This image processing apparatus is mounted on a color printer 303 shown in FIG.
An image processing system for printing color image data held on the computer 301 by the color printer 303.

【0013】図4に示す401は階調/解像度情報生成
部であり、入力画像データの局所的な特性に応じて階調
/解像度の優先度を示す情報を生成する。この階調/解
像度情報生成部401からの出力データは8ビットで構
成され、出力値が大きければ大きいほど階調性情報を優
先し、小さければ小さいほど解像度情報を優先すること
を意味する。402は階調/解像度情報テーブル作成部
であり、階調/解像度情報生成部401に出力される階
調/解像度情報テーブルを作成する。403は階調/解
像度情報制御部であり、階調/解像度情報生成部401
から出力された階調/解像度の優先度を示す情報に基づ
き、解像度情報を階調情報へ再配分して入力画像データ
を8ビットから12ビットへ変換し、実質的な階調数の
増加処理を行う。
Referring to FIG. 4, reference numeral 401 denotes a gradation / resolution information generation unit which generates information indicating the priority of the gradation / resolution in accordance with the local characteristics of the input image data. The output data from the gradation / resolution information generation unit 401 is composed of 8 bits. The larger the output value, the higher the priority of the gradation information, and the smaller the output value, the higher the priority of the resolution information. Reference numeral 402 denotes a gradation / resolution information table creation unit that creates a gradation / resolution information table output to the gradation / resolution information generation unit 401. Reference numeral 403 denotes a gradation / resolution information control unit, and a gradation / resolution information generation unit 401
, The resolution information is redistributed to the gradation information based on the information indicating the priority of the gradation / resolution outputted from the CPU, the input image data is converted from 8 bits to 12 bits, and the substantial number of gradations is increased. I do.

【0014】404はカラーマッチング処理部であり、
入力画像データのプロファイル情報と対象となるカラー
プリンタのプロファイル情報とに基づき、再現画像の色
味をマッチングさせる。405はインク色変換処理部で
あり、入力されたカラー画像データを対象となるカラー
プリンタの色材色(CMYK)に変換する。406はハ
ーフトーン処理部であり、対象となるカラープリンタの
印刷可能なビット数に応じた中間調処理を実行する。こ
のハーフトーン処理部406により処理された1ビット
のC’M’Y’K’データはカラープリンタ303を用
いて印刷され、画像データの再現処理が実行される。
Reference numeral 404 denotes a color matching processing unit.
Based on the profile information of the input image data and the profile information of the target color printer, the colors of the reproduced image are matched. An ink color conversion processing unit 405 converts the input color image data into a color material color (CMYK) of a target color printer. A halftone processing unit 406 performs halftone processing according to the number of printable bits of the target color printer. The 1-bit C'M'Y'K 'data processed by the halftone processing unit 406 is printed using the color printer 303, and the image data is reproduced.

【0015】407はCPUであり、画像処理装置を制
御するためのコントローラである。408はROMであ
り、CPU407の制御プログラムや制御データを格納
したメモリである。409はRAMであり、CPU40
7がROM408に格納されたプログラムに従って処理
を実行時に使用するワークエリアや各種テーブル等が定
義されたメモリである。
Reference numeral 407 denotes a CPU, which is a controller for controlling the image processing apparatus. Reference numeral 408 denotes a ROM, which is a memory that stores a control program and control data of the CPU 407. 409 is a RAM, and the CPU 40
Reference numeral 7 denotes a memory in which a work area, various tables, and the like used when executing processing according to the program stored in the ROM 408 are defined.

【0016】尚、第1の実施形態では、階調/解像度情
報生成部401、階調/解像度情報テーブル作成部40
2、及び階調/解像度情報制御部403の3つのブロッ
クにて画像データの局所的な特性に基づき有用な空間周
波数成分をカットすることなく、解像度情報を階調情報
へ分配することにより実質的な階調数を増加し、再現画
像の質感再現特性の向上を実現することができるもので
ある。
In the first embodiment, the gradation / resolution information generation unit 401 and the gradation / resolution information table generation unit 40
2, and the three blocks of the gradation / resolution information control unit 403 substantially distribute the resolution information to the gradation information without cutting useful spatial frequency components based on local characteristics of the image data. The number of gradations can be increased to improve the texture reproduction characteristics of the reproduced image.

【0017】以下、図5以降を参照して、上述のブロッ
ク401,402,403の詳細な処理内容について説
明する。
Hereinafter, with reference to FIG. 5 and subsequent drawings, detailed processing contents of the above-described blocks 401, 402, and 403 will be described.

【0018】図5において、CPU407、ROM40
8、RAM409は、図4と同一なもので、図5の各ブ
ロックにおける必要なパラメータの設定、演算処理等を
制御するためのものである。
In FIG. 5, a CPU 407, a ROM 40
8. The RAM 409 is the same as that in FIG. 4 and controls the setting of necessary parameters, the arithmetic processing, and the like in each block in FIG.

【0019】図5に示す階調/解像度情報生成部401
において、501は輝度算出部で、RGBの入力画素デ
ータを輝度情報に変換するためのブロックである。50
2は空間周波数特性検出部で、輝度算出部501からの
輝度情報に基づき、対象となる3×3ブロックにおける
空間周波数特性の検出を行うブロックである。503は
平均輝度算出部で、輝度算出部501からの輝度情報に
基づき、対象となる3×3ブロックの平均輝度を算出す
るブロックである。504はフィルター係数αテーブル
部で、空間周波数特性検出部502からの空間周波数値
と平均輝度算出部503からの輝度値からフィルター係
数αを導くテーブル処理が実行される。ここで導出され
たα値は、階調/解像度情報制御部403へ転送され
る。
A gradation / resolution information generation unit 401 shown in FIG.
Reference numeral 501 denotes a luminance calculation unit, which is a block for converting RGB input pixel data into luminance information. 50
Reference numeral 2 denotes a spatial frequency characteristic detecting unit which detects spatial frequency characteristics in a target 3 × 3 block based on luminance information from the luminance calculating unit 501. An average luminance calculation unit 503 is a block that calculates the average luminance of a target 3 × 3 block based on the luminance information from the luminance calculation unit 501. Reference numeral 504 denotes a filter coefficient α table unit which executes a table process for deriving a filter coefficient α from the spatial frequency value from the spatial frequency characteristic detecting unit 502 and the luminance value from the average luminance calculating unit 503. The derived α value is transferred to the gradation / resolution information control unit 403.

【0020】一方、階調/解像度情報制御部403にお
いて、505は3×3基本フィルターテーブル部で、3
×3ブロックの基本テーブルが格納されており、フィル
ター係数αテーブル504からの出力値αに基づき、新
たな3×3フィルター係数を算出する。506は3×3
フィルター演算部で、新たな3×3フィルター係数を格
納すると共に、そのフィルター係数に基づきフィルタリ
ング処理し、ビット数変換処理を実行する。
On the other hand, in the gradation / resolution information control section 403, reference numeral 505 denotes a 3 × 3 basic filter table section.
A basic table of × 3 blocks is stored, and a new 3 × 3 filter coefficient is calculated based on the output value α from the filter coefficient α table 504. 506 is 3 × 3
The filter operation unit stores a new 3 × 3 filter coefficient, performs a filtering process based on the new filter coefficient, and executes a bit number conversion process.

【0021】そして、階調/解像度情報テーブル作成部
402において、511はフィルター係数αテーブル算
出部で、CPU407、ROM408、RAM409に
より、507の設定されたハイライトフィルター特性テ
ーブル部、508の中間輝度フィルター特性テーブル
部、509のシャドーフィルター特性テーブル部、51
0の輝度方向補間係数テーブル部のデータに基づき、フ
ィルター係数αテーブルを算出する。尚、算出されたフ
ィルター係数αは階調/解像度情報生成部401のフィ
ルター係数αテーブル部504に格納される。
In the gradation / resolution information table creating unit 402, a filter coefficient α table calculating unit 511 is a highlight filter characteristic table unit set in 507 by the CPU 407, ROM 408, and RAM 409, and an intermediate luminance filter 508 in 508. Characteristic table section, shadow filter characteristic table section of 509, 51
A filter coefficient α table is calculated based on the data of the 0 luminance direction interpolation coefficient table section. Note that the calculated filter coefficient α is stored in the filter coefficient α table unit 504 of the gradation / resolution information generation unit 401.

【0022】次に、各ブロックの具体的な処理内容につ
いて順次説明する。まず、輝度算出部501では、輝度
Y(i,j)を以下の式に基づき算出する。
Next, the specific processing contents of each block will be sequentially described. First, in the luminance calculation unit 501, the luminance
Y (i, j) is calculated based on the following equation.

【0023】 Y(i,j)=b1×R(i,j)+b2×G(i,j)+b3×B(i,j) …(3) ここで、b1、b2、b3はRGBデータから輝度を求めるた
めの係数である。
Y (i, j) = b1 × R (i, j) + b2 × G (i, j) + b3 × B (i, j) (3) where b1, b2, and b3 are obtained from the RGB data. This is a coefficient for obtaining luminance.

【0024】空間周波数特性検出部502では、注目画
素を中心にした3×3ブロック毎に輝度値を用いて空間
周波数F(i,j)の検出を行う。この3×3ブロックの空間
周波数F(i,j)は、注目画素の輝度をY(i,j)とすると、Y
(i,j)と以下に示すその8つの周辺画素の輝度値の差分
の絶対値のうちの最も大きい値により求められる。
The spatial frequency characteristic detecting section 502 detects the spatial frequency F (i, j) using the luminance value for each 3 × 3 block centering on the target pixel. The spatial frequency F (i, j) of this 3 × 3 block is given by: Y (i, j)
It is obtained from the largest value among the absolute values of the differences between the luminance values of (i, j) and the eight peripheral pixels shown below.

【0025】Y(i-1,j-1),Y(i-1,j),Y(i-1,j+1),Y(i,j-
1),Y(i,j+1),Y(i+1,j-1),Y(i+1,j),Y(i+1,j-1) また、平均輝度算出部503では、対象となる3×3ブ
ロックの9画素の輝度値の平均値を求める。フィルター
係数αテーブル部504は、図6に示すような空間周波
数と輝度値の2次元テーブルで構成される。この2次元
テーブルには、フィルター係数αを示す0〜255まで
の8ビットの値が格納されており、その値が大きければ
大きいほど階調優先、値が小さければ小さいほど、解像
度優先でビット数変換処理がなされることを意味する。
Y (i-1, j-1), Y (i-1, j), Y (i-1, j + 1), Y (i, j-
1), Y (i, j + 1), Y (i + 1, j-1), Y (i + 1, j), Y (i + 1, j-1) , The average value of the luminance values of the nine pixels of the target 3 × 3 block is determined. The filter coefficient α table unit 504 includes a two-dimensional table of spatial frequencies and luminance values as shown in FIG. In this two-dimensional table, 8-bit values from 0 to 255 indicating the filter coefficient α are stored. The larger the value, the higher the priority of the gradation. This means that conversion processing is performed.

【0026】次に、3×3基本フィルターテーブル部5
05では、図1に示したような基本となる3×3のフィ
ルター係数に図7で示すような階調/解像度の優先度を
示すフィルター係数を掛けた図8に示す3×3フィルタ
ー係数を算出し、その結果を3×3フィルター演算部5
06へ格納する。
Next, a 3 × 3 basic filter table section 5
05, a basic 3 × 3 filter coefficient as shown in FIG. 1 is multiplied by a filter coefficient indicating the priority of gradation / resolution as shown in FIG. Calculate and the result is 3 × 3 filter operation unit 5
06.

【0027】ここで、図1に示した3×3フィルター係
数は縦横斜め方向の2次元の周波数特性を規定する係数
であり、例えば図2に示したような係数を用いることに
より、ローパスの周波数特性を有する3×3フィルター
を設定することができる。
Here, the 3 × 3 filter coefficient shown in FIG. 1 is a coefficient that defines a two-dimensional frequency characteristic in the vertical and horizontal directions, and for example, by using the coefficient as shown in FIG. A 3 × 3 filter having characteristics can be set.

【0028】図7におけるβは、以下の式で求められ、
フィルター係数αテーブル部504からのα値により、
注目画素と周辺画素の比率を定めることができる。
Β in FIG. 7 is obtained by the following equation.
By the α value from the filter coefficient α table unit 504,
The ratio between the target pixel and the peripheral pixels can be determined.

【0029】β=510−α …(4) 次に、3×3フィルター演算部506では、(1)式と
同様に、i行j列の画素のR(レッド)データをR(i,j)、
フィルター処理後の値をR'(i,j)とすると、 R'(i,j)=(α・a1・R(i-1,j-1)+α・a2・R(i-1,j)+α・a3・R(i-1,j+1) +α・a4・R(i,j-1) +β・a5・R(i,j) +α・a6・R(i,j+1) +α・a7・R(i+1,j-1)+α・a8・R(i+1,j)+α・a9・R(i+1,j+1)) /sum2 …(5) 但し、 sum2=α・a1+α・a2+α・a3+α・a4+β・a5+α・a6+α・a7 +α・a8+α・a9 …(6) である。また、R以外のG(グリーン)、即ち、G(i,
j)、B(ブルー)、即ち、B(i,j)に関しても同様な処理
を行う。
Β = 510−α (4) Next, the 3 × 3 filter calculation unit 506 converts the R (red) data of the pixel in the i-th row and j-th column into R (i, j), as in the equation (1). ),
Assuming that the value after the filter processing is R ′ (i, j), R ′ (i, j) = (α · a1 · R (i−1, j−1) + α · a2 · R (i−1, j) ) + Α ・ a3 ・ R (i-1, j + 1) + α ・ a4 ・ R (i, j-1) + β ・ a5 ・ R (i, j) + α ・ a6 ・ R (i, j + 1) + α・ A7 ・ R (i + 1, j-1) + α ・ a8 ・ R (i + 1, j) + α ・ a9 ・ R (i + 1, j + 1)) / sum2… (5) where sum2 = α · a1 + α · a2 + α · a3 + α · a4 + β · a5 + α · a6 + α · a7 + α · a8 + α · a9 (6) G (green) other than R, that is, G (i,
j) and B (blue), that is, the same processing is performed for B (i, j).

【0030】そして、R'(i,j)を12ビット数に変換す
ることにより処理を終了する。
Then, the processing is completed by converting R '(i, j) into a 12-bit number.

【0031】上記の(4),(5)式より明らかなように、α
=0の場合は、β=510となり、このとき、全周波数
領域においてフラットな周波数特性となり、周辺画素の
値の影響を受けず、実質的な階調数の増加は実現できな
いものの、解像度情報は全く欠落されない。
As is apparent from the above equations (4) and (5), α
In the case of = 0, β = 510. At this time, a flat frequency characteristic is obtained in all frequency regions, and the value of the peripheral pixels is not affected. Not lost at all.

【0032】一方、α=255の場合は、β=255と
なり、3×3基本テーブルに格納されたローパスフィル
ターの周波数特性となり、実質的な階調数が増加し、階
調性は向上するものの、高周波数成分はカットされ、解
像度情報は欠落される。
On the other hand, when α = 255, β = 255, and the frequency characteristic of the low-pass filter stored in the 3 × 3 basic table is obtained. , High frequency components are cut and resolution information is lost.

【0033】従って、注目画素近辺の局所的な周波数特
性と平均輝度に基づき、最適なα値を設定することによ
り、有効な周波数成分、即ち解像度情報を欠落すること
なく階調性が良くなり、再現画像の質感再現特性の向上
を実現することができる。
Therefore, by setting the optimum α value based on the local frequency characteristics near the pixel of interest and the average luminance, the gradation is improved without losing effective frequency components, ie, resolution information. It is possible to improve the texture reproduction characteristics of the reproduced image.

【0034】次に、フィルター係数αテーブル部504
の設定方法に関して、具体的に説明する。
Next, the filter coefficient α table section 504
The setting method will be specifically described.

【0035】図6に示したような2次元のフィルター係
数αテーブルを作成するためには、空間周波数に対する
ハイライトのフィルター特性を規定するハイライトフィ
ルター特性テーブル部507と、空間周波数に対する中
間輝度のフィルター特性を規定する中間輝度フィルター
特性テーブル部508と、空間周波数に対するシャドー
のフィルター特性を規定するシャドーフィルター特性テ
ーブル部509の3つの1次元テーブルと、この3つの
1次元テーブルに基づき輝度方向の補間処理を実行し、
その間の輝度のフィルター係数αを算出するための輝度
方向の補間係数テーブル部510の計4つの1次元テー
ブルを用いて算出する。
In order to create a two-dimensional filter coefficient α table as shown in FIG. 6, a highlight filter characteristic table section 507 for defining a highlight filter characteristic with respect to a spatial frequency and an intermediate luminance with respect to a spatial frequency are provided. Three one-dimensional tables of an intermediate luminance filter characteristic table unit 508 for defining filter characteristics, a shadow filter characteristic table unit 509 for defining a filter characteristic of a shadow with respect to a spatial frequency, and interpolation in the luminance direction based on the three one-dimensional tables. Perform the processing,
The calculation is performed using a total of four one-dimensional tables of a luminance direction interpolation coefficient table unit 510 for calculating the filter coefficient α of the luminance during that time.

【0036】図9乃至図11は、それぞれ、ハイライト
フィルター特性テーブル部507、中間輝度フィルター
特性テーブル部508、シャドーフィルター特性テーブ
ル部509におけるフィルター特性テーブルの一例を示
す図である。そして、図12は、輝度方向補間係数テー
ブル部510における輝度方向補間係数テーブルの一例
を示す図である。
FIGS. 9 to 11 show examples of the filter characteristic tables in the highlight filter characteristic table 507, the intermediate luminance filter characteristic table 508, and the shadow filter characteristic table 509, respectively. FIG. 12 is a diagram illustrating an example of a luminance direction interpolation coefficient table in the luminance direction interpolation coefficient table unit 510.

【0037】図13は、4つの1次元テーブルと2次元
のフィルター係数αテーブルの関係を示す図である。ハ
イライトフィルター特性テーブル、中間輝度フィルター
特性テーブル、シャドーフィルター特性テーブルの3つ
のテーブルは、図13に示すように、それぞれ、25
5,128,0の輝度値のフィルター係数αテーブルに
格納される実値を示すものである。
FIG. 13 is a diagram showing the relationship between four one-dimensional tables and two-dimensional filter coefficient α tables. As shown in FIG. 13, each of the three tables of the highlight filter characteristic table, the intermediate luminance filter characteristic table, and the shadow filter characteristic table has 25 tables.
It shows the actual values stored in the filter coefficient α table of the luminance values of 5, 128, 0.

【0038】フィルター係数αテーブル算出部511で
は、上述の4つの1次元テーブルを用いて、以下の式に
基づきその間のフィルター係数αを算出する。空間周波
数をx(0≦x≦255)、輝度値をy(0≦y≦255)として2次元
のフィルター係数をα(x,y)、ハイライトフィルター特
性テーブルをH(x)、中間輝度フィルター特性テーブルを
M(x)、シャドーフィルター特性テーブルをS(x)、輝度方
向補間係数テーブルをI(y)とすると、フィルター係数α
(x,y)は、以下の式で求めることができる。
The filter coefficient α table calculation unit 511 calculates the filter coefficient α between the four one-dimensional tables based on the following equation. The spatial frequency is x (0 ≦ x ≦ 255), the luminance value is y (0 ≦ y ≦ 255), the two-dimensional filter coefficient is α (x, y), the highlight filter characteristic table is H (x), the intermediate luminance Filter characteristic table
If M (x), the shadow filter characteristic table is S (x), and the luminance direction interpolation coefficient table is I (y), the filter coefficient α
(x, y) can be obtained by the following equation.

【0039】 α(x,y)={(255-I(y))・H(x)+I(y)・M(x)}/255 但し、128<y<255 {(255-I(y))・S(x)+I(y)・M(x)}/255 但し、 0<y<128 …(7) 例えば、図9乃至図12を用いると、α(64,160)={(25
5-128)・140+128・0}/255≒70 …(8)となる。図9及
び図11のフィルター特性テーブルは、階調性優先のフ
ィルター特性を示し、図10のフィルター特性は、解像
度優先のフィルター特性を示している。従って、図9乃
至図12の設定値を用いることにより、中間輝度の画像
に対してはそのまま、ハイラトとシャドーは解像度の情
報量を階調に配分することにより、ハイライトとシャド
ーの階調性が良くなり、再現画像の質感再現特性の向上
を達成することができる。
Α (x, y) = {(255−I (y)) · H (x) + I (y) · M (x)} / 255 where 128 <y <255 {(255−I (y )) · S (x) + I (y) · M (x)} / 255 where 0 <y <128 (7) For example, using FIGS. 9 to 12, α (64,160) = {(25
5-128) ・ 140 + 128 ・ 0} / 255 ≒ 70 ... (8) The filter characteristic tables of FIGS. 9 and 11 show the filter characteristics giving priority to gradation, and the filter characteristics of FIG. 10 show the filter characteristics giving priority to resolution. Therefore, by using the set values of FIGS. 9 to 12, the highlight and the shadow are allocated to the gray scale by distributing the information amount of the resolution to the gray scale with respect to the image of the intermediate luminance. And the improvement of the texture reproduction characteristics of the reproduced image can be achieved.

【0040】[第2の実施形態]次に、図面を参照しな
がら本発明に係る第2の実施形態を詳細に説明する。
[Second Embodiment] Next, a second embodiment according to the present invention will be described in detail with reference to the drawings.

【0041】前述した第1の実施形態では、図3に示し
たコンピュータ301上に保持されているRGB画像デ
ータをカラープリンタ303で印刷するための画像処理
系をハードウエアにて実施する場合を例に説明したが、
第2の実施形態としてソフトウエアで実施する場合につ
いて説明する。
In the first embodiment described above, an example in which an image processing system for printing the RGB image data held on the computer 301 shown in FIG. As explained in
A case where the present invention is implemented by software will be described as a second embodiment.

【0042】図14は、画像処理系をソフトウェアで実
施する場合のフローチャートである。まず、ステップS
1401において、図6に示したような2次元のフィル
ター係数αテーブルの設定処理を実行する。尚、このス
テップS1401の詳細処理については、図15を用い
て更に後述する。次に、ステップS1402において、
図1に示したような3×3基本フィルターテーブルの設
定を行い、ステップS1403〜S1407までの閉ル
ープにて、対象となるRGB画像データの処理を順次実
行し、カラープリンタ−に転送して印刷処理を行う。
FIG. 14 is a flowchart when the image processing system is implemented by software. First, step S
In step 1401, a two-dimensional filter coefficient α table setting process as shown in FIG. 6 is executed. The detailed processing in step S1401 will be further described later with reference to FIG. Next, in step S1402,
The 3 × 3 basic filter table as shown in FIG. 1 is set, and the processes of the target RGB image data are sequentially executed in a closed loop from step S1403 to S1407, and transferred to a color printer for printing. I do.

【0043】ステップS1403において、ステップS
1401にて設定されたフィルター係数αテーブルと、
ステップS1402にて設定された3×3基本フィルタ
テーブルとを用いて、3×3のフィルタリング処理と階
調/解像度情報制御処理とを実行する。次に、ステップ
S1404において、画像データのプロファイル情報と
対象となるカラープリンタのプロファイル情報とに基づ
き、再現画像の色味を合わせるためのカラーマッチング
処理を実行する。そして、ステップS1405におい
て、対象となるカラープリンタの色材色に変換するため
のインク分解処理を実行する。次に、ステップS140
6において、対象となるカラープリンタの印刷可能なビ
ット数に応じた中間調(ハーフトーン)処理を実行す
る。そして、ステップS1407において、未処理画素
データが存在するかどうかを判定し、存在する(Ye
s)の場合はステップS1403に戻り、ステップS1
403〜ステップS1407までの処理を繰り返す。ま
た、存在しない(No)の場合は全ての画像処理を終了
する。
In step S1403, step S
A filter coefficient α table set in 1401;
A 3 × 3 filtering process and a gradation / resolution information control process are executed using the 3 × 3 basic filter table set in step S1402. Next, in step S1404, based on the profile information of the image data and the profile information of the target color printer, a color matching process for matching the tint of the reproduced image is executed. In step S1405, an ink separation process is performed to convert the color material into a color material color of the target color printer. Next, step S140
In step 6, halftone (halftone) processing corresponding to the number of printable bits of the target color printer is executed. In step S1407, it is determined whether or not unprocessed pixel data exists.
In the case of s), the process returns to step S1403, and step S1
The processing from 403 to step S1407 is repeated. If the image does not exist (No), all image processing ends.

【0044】図15は、図14に示したフィルター係数
αテーブルの設定(S1401)を示す詳細なフローチ
ャートである。まず、ステップS1501において、図
9に示したような特性のハイライトフィルター特性テー
ブルの設定を行う。そして、ステップS1502におい
て、図10に示したような特性の中間輝度フィルター特
性テーブルの設定を行う。次に、ステップS1503に
おいて、図11に示したような特性のシャドーフィルタ
ー特性テーブルの設定を行う。
FIG. 15 is a detailed flowchart showing the setting of the filter coefficient α table shown in FIG. 14 (S1401). First, in step S1501, a highlight filter characteristic table having characteristics as shown in FIG. 9 is set. Then, in step S1502, an intermediate luminance filter characteristic table having characteristics as shown in FIG. 10 is set. Next, in step S1503, a shadow filter characteristic table having characteristics as shown in FIG. 11 is set.

【0045】最後に、ステップS1504において、図
12に示したような特性の輝度方向補間係数テーブルの
設定を行う。そして、ステップS1505において、上
述のステップS1501〜ステップS1504で設定さ
れたテーブルを用いて2次元のフィルタ係数αテーブル
の算出を行い、このフィルター係数αテーブルの設定処
理を終了する。尚、この算出方法は第1の実施形態にお
いて(7)式で示したものと同様である。
Finally, in step S1504, a luminance direction interpolation coefficient table having characteristics as shown in FIG. 12 is set. In step S1505, a two-dimensional filter coefficient α table is calculated using the tables set in steps S1501 to S1504, and the filter coefficient α table setting process ends. Note that this calculation method is the same as that shown by the equation (7) in the first embodiment.

【0046】図16は、図14に示した階調/解像度情
報制御処理(S1403)を示す詳細なフローチャート
である。この処理は、順次入力されたRGB画素データ
の階調/解像度情報制御処理を行うものである。まず、
ステップS1601において、第1の実施形態における
(3)式を用いて入力されたRGB画素データの輝度の
算出処理を実行する。次に、ステップS1602におい
て、注目画素を中心にした3×3ブロック毎に輝度値を
用いて空間周波数F(i,j)の検出を行う。この3×3ブロ
ックの空間周波数F(i,j)は、注目画素の輝度をY(i,j)と
すると、Y(i,j)と以下に示すその8つの周辺画素の輝度
値の差分の絶対値のうちの最も大きい値により求められ
る。
FIG. 16 is a detailed flowchart showing the gradation / resolution information control processing (S1403) shown in FIG. This processing is to perform gradation / resolution information control processing of sequentially input RGB pixel data. First,
In step S1601, a process of calculating the luminance of the input RGB pixel data using the equation (3) in the first embodiment is executed. Next, in step S1602, the spatial frequency F (i, j) is detected using the luminance value for each 3 × 3 block centered on the target pixel. The spatial frequency F (i, j) of the 3 × 3 block is the difference between the luminance value of Y (i, j) and the luminance values of the eight peripheral pixels shown below, where Y (i, j) is the luminance of the target pixel. Is determined by the largest value of the absolute values of

【0047】Y(i-1,j-1),Y(i-1,j),Y(i-1,j+1),Y(i,j-
1),Y(i,j+1),Y(i+1,j-1),Y(i+1,j),Y(i+1,j-1) 次に、ステップS1603において、対象となる3×3
ブロックの9画素の輝度値の平均値を求める。そして、
ステップS1604において、上述のステップS160
2にて検出された空間周波数とステップS1603にて
算出された輝度値とを用いてステップS1601にて設
定されたフィルター係数αテーブルからフィルター係数
αの選択を行う。次に、ステップS1605において、
ステップS1402にて設定された3×3基本フィルタ
ー係数(図1参照)とステップS1604にて選択され
たフィルター係数αに基づく3×3フィルター(図7参
照)を乗算して、図8に示したような3×3フィルター
係数の算出を行う。次に、ステップS1606におい
て、第1の実施形態における(5)式で示すフィルタリ
ング処理を実行する。そして、ステップS1607にお
いて、ステップS1606にて処理された結果を12ビ
ットに変換処理し、階調/解像度情報制御処理を終了す
る。
Y (i-1, j-1), Y (i-1, j), Y (i-1, j + 1), Y (i, j-
1), Y (i, j + 1), Y (i + 1, j-1), Y (i + 1, j), Y (i + 1, j-1) Next, in step S1603, 3 × 3
The average value of the luminance values of the nine pixels of the block is obtained. And
In step S1604, the above-described step S160
The filter coefficient α is selected from the filter coefficient α table set in step S1601, using the spatial frequency detected in step 2 and the luminance value calculated in step S1603. Next, in step S1605,
8 is obtained by multiplying the 3 × 3 basic filter coefficient (see FIG. 1) set in step S1402 by the 3 × 3 filter (see FIG. 7) based on the filter coefficient α selected in step S1604. Calculation of such a 3 × 3 filter coefficient is performed. Next, in step S1606, the filtering process represented by Expression (5) in the first embodiment is performed. In step S1607, the result processed in step S1606 is converted into 12 bits, and the gradation / resolution information control processing ends.

【0048】[第3の実施形態]次に、図面を参照しな
がら本発明に係る第3の実施形態を詳細に説明する。
Third Embodiment Next, a third embodiment according to the present invention will be described in detail with reference to the drawings.

【0049】第3の実施形態では、前述した第1の実施
形態におけるシステム構成のカラープリンタにおいて、
発色剤や光沢剤等の色再現域を拡大可能な材料を塗布し
て色再現のダイナミックレンジを大きくし、実質的な階
調数の増加を実現させ、再現画像の質感再現特性の向上
を実現させたものである。
In the third embodiment, in the color printer having the system configuration in the first embodiment described above,
Applying materials that can expand the color reproduction range, such as color formers and gloss agents, expands the dynamic range of color reproduction, realizes a substantial increase in the number of gradations, and improves the texture reproduction characteristics of reproduced images. It was made.

【0050】図17は、第3の実施形態におけるシステ
ム構成を示す図である。図中に示す1701のコンピュ
ータ及び1702のカラーモニタは前述した第1の実施
形態で説明した図1のコンピュータ301及びカラーモ
ニタ302に相当するものであり、その説明は省略す
る。
FIG. 17 is a diagram showing a system configuration according to the third embodiment. The computer 1701 and the color monitor 1702 shown in the figure correspond to the computer 301 and the color monitor 302 in FIG. 1 described in the first embodiment, and a description thereof will be omitted.

【0051】図17において、1703は第3の実施形
態におけるカラープリンタであり、内部にカラープリン
タの材料タンク1704を備えている。具体的には、左
から色を再現するためのシアン、マゼンタ、イエロー、
ブラックのインクタンクと、カラープリンタの色再現域
を拡大し、実質的な階調数の増加を実現する光沢剤、或
いは発色剤を格納するためのタンクが備えられている。
In FIG. 17, reference numeral 1703 denotes a color printer according to the third embodiment, which is provided with a material tank 1704 of the color printer. Specifically, cyan, magenta, yellow for reproducing colors from the left,
A black ink tank and a tank for storing a glossing agent or a coloring agent for expanding the color reproduction range of the color printer and realizing a substantial increase in the number of gradations are provided.

【0052】図18は、第3の実施形態における画像処
理装置の構成を示すブロック図である。図中、階調/解
像度情報生成部1801、階調/解像度情報テーブル作
成部1802、階調/解像度情報制御部1803、カラ
ーマッチング処理部1804、インク色変換処理部18
05、CPU1807、ROM1808、及びRAM1
809は、前述した第1の実施形態で説明した図4の4
01〜405、407〜409に相当するものであり、
その説明は省略する。
FIG. 18 is a block diagram showing the configuration of the image processing apparatus according to the third embodiment. In the figure, a gradation / resolution information generation unit 1801, a gradation / resolution information table preparation unit 1802, a gradation / resolution information control unit 1803, a color matching processing unit 1804, and an ink color conversion processing unit 18
05, CPU 1807, ROM 1808, and RAM1
Reference numeral 809 denotes 4 in FIG. 4 described in the first embodiment.
01 to 405, 407 to 409,
The description is omitted.

【0053】図18において、1806は第3の実施形
態におけるハーフトーン処理部であり、階調/解像度情
報生成部1801からの8ビットで表現された階調/解
像度の優先度を示す情報に基づき、実質的な階調数を増
加するための光沢剤、発色剤を塗布するためのハーフト
ーン情報を生成する。ハーフトーン処理部1806によ
り処理された1ビットのC’M’Y’K’データと、光
沢剤、発色剤はカラープリンタ1703のインクタンク
1704を用いて印刷され、画像データの再現処理が実
行される。
In FIG. 18, reference numeral 1806 denotes a halftone processing unit according to the third embodiment, which is based on information indicating the priority of gradation / resolution represented by 8 bits from the gradation / resolution information generation unit 1801. And halftone information for applying a glossing agent and a coloring agent for substantially increasing the number of gradations. The 1-bit C'M'Y'K 'data processed by the halftone processing unit 1806, the glossing agent, and the coloring agent are printed using the ink tank 1704 of the color printer 1703, and the image data is reproduced. You.

【0054】このように、第3の実施形態によれば、前
述した第1の実施形態に加え、更に階調/解像度の優先
度を示す情報に基づき、発色剤や光沢剤等のカラープリ
ンタ色再現域を拡大することができる材料を塗布して色
再現のダイナミックレンジを大きくし、実質的な階調数
の増加を実現させ、再現画像の質感再現特性の向上を実
現することができる。
As described above, according to the third embodiment, in addition to the above-described first embodiment, based on information indicating the priority of gradation / resolution, a color printer color such as a coloring agent or a glossing agent is used. By applying a material capable of expanding the reproduction range, the dynamic range of color reproduction can be increased, the number of gradations can be substantially increased, and the texture reproduction characteristics of the reproduced image can be improved.

【0055】尚、階調/解像度情報生成部1801、階
調/解像度情報テーブル作成部1802、階調/解像度
情報制御部1803の詳細な構成は、図5以降を用いて
説明した第1の実施形態と同様であり、その説明は省略
する。
The detailed configurations of the gradation / resolution information generation unit 1801, gradation / resolution information table preparation unit 1802, and gradation / resolution information control unit 1803 are the same as those of the first embodiment described with reference to FIG. This is the same as the embodiment, and the description is omitted.

【0056】また、図19は、第3の実施形態における
ハイライトフィルター特性テーブルの一例であり、同様
に図20はシャドーフィルター特性テーブルの一例を示
す図である。尚、中間輝度フィルター特性テーブルは図
10と同様である。
FIG. 19 shows an example of a highlight filter characteristic table in the third embodiment, and FIG. 20 shows an example of a shadow filter characteristic table. Note that the intermediate luminance filter characteristic table is the same as that in FIG.

【0057】このテーブルを用いると、フィルター係数
α(x,y)は、以下のようになる。
Using this table, the filter coefficient α (x, y) is as follows.

【0058】 α(64,192)={(255-128)・64+128・0}/255≒32 …(9) このように、第3の実施形態によれば、第1の実施形態
と同様に、再現画像の質感再現特性の向上を達成するこ
とができる。
Α (64,192) = {(255−128) · 64 + 128 · 0} / 255 ≒ 32 (9) As described above, according to the third embodiment, the reproduction is performed in the same manner as in the first embodiment. It is possible to achieve an improvement in image texture reproduction characteristics.

【0059】[変形例]第1乃至第3の実施形態では、
3×3基本フィルターテーブルとして、図2に示すよう
な係数の3×3ローパスフィルターを用いたが、3×3
基本フィルターテーブルに用いられるフィルター係数
は、これに限らず、ローパスの周波数特性を有するもの
ならば良い。また、フィルタリング処理するためのブロ
ックサイズとして、3×3のブロックサイズを用いた
が、これに限らず、N×Nのブロックサイズでも同様に
処理を実行することができる。
[Modifications] In the first to third embodiments,
As a 3 × 3 basic filter table, a 3 × 3 low-pass filter having coefficients as shown in FIG. 2 was used.
The filter coefficient used in the basic filter table is not limited to this, but may be any as long as it has low-pass frequency characteristics. Further, the block size of 3 × 3 is used as the block size for the filtering process, but the present invention is not limited to this, and the process can be similarly performed with an N × N block size.

【0060】また、第1乃至第3の実施形態では、空間
周波数特性の検出と平均輝度の算出を3×3のブロック
単位で実行したが、これらの処理ブロックも3×3ブロ
ックに限定されるものでなく、M×Mブロックなどブロ
ックサイズを自由に設定し、注目画素近傍の空間周波数
特性の検出や平均輝度の算出を実行しても良い。また、
これら空間周波数特性の検出や平均輝度の算出におい
て、輝度値を用いたが、これらの検出や算出は、輝度値
に限らず、明るさを示すものならば良い。
In the first to third embodiments, the detection of the spatial frequency characteristic and the calculation of the average luminance are executed in units of 3 × 3 blocks. However, these processing blocks are also limited to 3 × 3 blocks. Instead, a block size such as an M × M block may be set freely, and the detection of the spatial frequency characteristics near the target pixel and the calculation of the average luminance may be executed. Also,
In the detection of the spatial frequency characteristic and the calculation of the average luminance, the luminance value is used. However, the detection and the calculation are not limited to the luminance value, and may be any as long as they indicate the brightness.

【0061】更に、第1乃至第3の実施形態では、空間
周波数特性の検出に注目画素と周辺画素の輝度成分の差
分値の最大値を用いて空間周波数特性を規定したが、空
間周波数特性の検出方法は、これに限らず、FFT等を
用いて空間周波数変換をしてから周波数特性を求めるな
ど、注目画素近傍の周波数特性が求められるものなら他
の方法であっても良い。
Further, in the first to third embodiments, the spatial frequency characteristic is defined by using the maximum value of the difference between the luminance component of the target pixel and the peripheral pixel for detecting the spatial frequency characteristic. The detection method is not limited to this, and other methods may be used as long as the frequency characteristics near the target pixel are obtained, such as obtaining the frequency characteristics after spatial frequency conversion using FFT or the like.

【0062】また、第1乃至第3の実施形態では、図
3、図17に示すようなシステム構成を用いたが、本発
明の適用範囲は、これに限らず、スキャナやデジタルカ
メラ等の画像データの入力機器における画像処理部や画
像データを処理するアプリケーションソフトなど、画像
処理に関するものであれば、どこにでも適用することが
可能である。
Further, in the first to third embodiments, the system configuration as shown in FIGS. 3 and 17 is used. However, the scope of the present invention is not limited to this. The present invention can be applied to any image processing unit such as an image processing unit in a data input device and application software for processing image data.

【0063】更に、第3の実施形態では、色を再現する
ためのシアン、マゼンタ、イエロー、ブラックインクの
他に、カラープリンタの色再現域を拡大し、実質的な階
調数の増加を実現するための材料として、光沢剤、発色
剤を用いたが、これら材料は2種類に限らず、例えば電
子写真における定着性を向上するためのオイルなど、結
果としてカラープリンタの色再現域を拡大し、実質的な
階調数の増加を実現することができる材料であれば良
い。
Further, in the third embodiment, in addition to cyan, magenta, yellow, and black inks for reproducing colors, the color reproduction range of a color printer is expanded to realize a substantial increase in the number of gradations. For this purpose, brighteners and color formers were used. However, these materials are not limited to two types. For example, oil for improving the fixability in electrophotography can be used to expand the color reproduction range of a color printer. Any material can be used as long as it can substantially increase the number of gradations.

【0064】また、第3の実施形態においても、前述し
た第1の実施形態と同様に、第2の実施形態であるソフ
トウェアにて画像処理系を実施することも可能である。
この場合、図14乃至図16に示したフローチャートに
従って処理を実行することにより、ハードウェアにて実
施する場合と同様な効果を得られるものである。
In the third embodiment, as in the first embodiment, the image processing system can be implemented by software of the second embodiment.
In this case, by executing the processing in accordance with the flowcharts shown in FIGS. 14 to 16, the same effect as in the case where the processing is executed by hardware can be obtained.

【0065】尚、本発明は複数の機器(例えば、ホスト
コンピュータ,インタフェイス機器,リーダ,プリンタ
など)から構成されるシステムに適用しても、一つの機
器からなる装置(例えば、複写機,ファクシミリ装置な
ど)に適用してもよい。
Even if the present invention is applied to a system including a plurality of devices (for example, a host computer, an interface device, a reader, a printer, etc.), an apparatus (for example, a copier, a facsimile) comprising one device Device).

【0066】また、本発明の目的は前述した実施形態の
機能を実現するソフトウェアのプログラムコードを記録
した記憶媒体を、システム或いは装置に供給し、そのシ
ステム或いは装置のコンピュータ(CPU若しくはMP
U)が記憶媒体に格納されたプログラムコードを読出し
実行することによっても、達成されることは言うまでも
ない。
Further, an object of the present invention is to supply a storage medium storing a program code of software for realizing the functions of the above-described embodiment to a system or an apparatus, and to provide a computer (CPU or MP) of the system or apparatus.
It goes without saying that U) is also achieved by reading and executing the program code stored in the storage medium.

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

【0068】プログラムコードを供給するための記憶媒
体としては、例えばフロッピー(登録商標)ディスク,
ハードディスク,光ディスク,光磁気ディスク,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-
A ROM, a CD-R, a magnetic tape, a nonvolatile memory card, a ROM, and the like can be used.

【0069】また、コンピュータが読出したプログラム
コードを実行することにより、前述した実施形態の機能
が実現されるだけでなく、そのプログラムコードの指示
に基づき、コンピュータ上で稼働しているOS(オペレ
ーティングシステム)などが実際の処理の一部又は全部
を行い、その処理によって前述した実施形態の機能が実
現される場合も含まれることは言うまでもない。
When the computer executes the readout program code, not only the functions of the above-described embodiment are realized, but also the OS (Operating System) running on the computer based on the instruction of the program code. ) May perform some or all of the actual processing, and the processing may realize the functions of the above-described embodiments.

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

【0071】[0071]

【発明の効果】以上説明したように、本発明によれば、
画像データの局所的な特性に基づき、有用な空間周波数
成分をカットすることなく、解像度情報を階調情報へ分
配することにより実質的な階調数を増加し、再現画像の
質感再現特性の向上を実現することができる。
As described above, according to the present invention,
Based on the local characteristics of the image data, the resolution information is distributed to the gradation information without cutting useful spatial frequency components, thereby increasing the actual number of gradations and improving the texture reproduction characteristics of the reproduced image. Can be realized.

【0072】また、階調/解像度の優先度を示す情報に
基づき、発色剤や光沢剤等のカラープリンタ色再現域を
拡大することができる材料を塗布して色再現のダイナミ
ックレンジを大きくし、実質的な階調数の増加を実現さ
せ、再現画像の質感再現特性の向上を実現することがで
きる。
Further, based on information indicating the priority of gradation / resolution, a material capable of expanding the color reproduction range of a color printer, such as a coloring agent or a glossing agent, is applied to increase the dynamic range of color reproduction. It is possible to realize a substantial increase in the number of gradations and to improve the texture reproduction characteristics of the reproduced image.

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

【図1】3×3フィルターのフィルター係数を示す図で
ある。
FIG. 1 is a diagram showing filter coefficients of a 3 × 3 filter.

【図2】ローパスの周波数特性を有するフィルター係数
を示す図である。
FIG. 2 is a diagram illustrating a filter coefficient having a low-pass frequency characteristic.

【図3】第1の実施形態におけるシステム構成を示す図
である。
FIG. 3 is a diagram illustrating a system configuration according to the first embodiment.

【図4】第1の実施形態における画像処理装置の構成を
示すブロック図である。
FIG. 4 is a block diagram illustrating a configuration of an image processing apparatus according to the first embodiment.

【図5】図4に示す階調/解像度情報生成部401、階
調/解像度情報テーブル作成部402、及び階調/解像
度情報制御部403の詳細を示すブロック図である。
FIG. 5 is a block diagram showing details of a gradation / resolution information generation unit 401, a gradation / resolution information table creation unit 402, and a gradation / resolution information control unit 403 shown in FIG.

【図6】空間周波数と輝度値の2次元テーブルの構成を
示す図である。
FIG. 6 is a diagram showing a configuration of a two-dimensional table of spatial frequencies and luminance values.

【図7】フィルター係数αテーブル部504にて選択さ
れた3×3のフィルター係数を示す図である。
FIG. 7 is a diagram showing 3 × 3 filter coefficients selected by a filter coefficient α table unit 504;

【図8】階調/解像度の優先度を示すフィルター係数を
掛けた3×3のフィルター係数を示す図である。
FIG. 8 is a diagram showing a 3 × 3 filter coefficient multiplied by a filter coefficient indicating the priority of gradation / resolution.

【図9】ハイライトフィルター特性テーブルの一例を示
す図である。
FIG. 9 is a diagram illustrating an example of a highlight filter characteristic table.

【図10】中間輝度フィルター特性テーブルの一例を示
す図である。
FIG. 10 is a diagram illustrating an example of an intermediate luminance filter characteristic table.

【図11】シャドーフィルター特性テーブルの一例を示
す図である。
FIG. 11 is a diagram illustrating an example of a shadow filter characteristic table.

【図12】輝度方向補間係数テーブルの一例を示す図で
ある。
FIG. 12 is a diagram illustrating an example of a luminance direction interpolation coefficient table.

【図13】4つの1次元テーブルと2次元のフィルター
係数αテーブルの関係を示す図である。
FIG. 13 is a diagram illustrating a relationship between four one-dimensional tables and a two-dimensional filter coefficient α table.

【図14】画像処理系をソフトウェアで実施する場合の
フローチャートである。
FIG. 14 is a flowchart when the image processing system is implemented by software.

【図15】図14に示したフィルター係数αテーブルの
設定(S1401)を示す詳細なフローチャートであ
る。
FIG. 15 is a detailed flowchart showing setting of a filter coefficient α table shown in FIG. 14 (S1401).

【図16】図14に示した階調/解像度情報制御処理
(S1403)を示す詳細なフローチャートである。
FIG. 16 is a detailed flowchart showing the gradation / resolution information control processing (S1403) shown in FIG.

【図17】第3の実施形態におけるシステム構成を示す
図である。
FIG. 17 is a diagram illustrating a system configuration according to a third embodiment.

【図18】第3の実施形態における画像処理装置の構成
を示すブロック図である。
FIG. 18 is a block diagram illustrating a configuration of an image processing device according to a third embodiment.

【図19】第3の実施形態におけるハイライトフィルタ
ー特性テーブルの一例を示す図である。
FIG. 19 is a diagram illustrating an example of a highlight filter characteristic table according to the third embodiment.

【図20】第3の実施形態におけるシャドーフィルター
特性テーブルの一例を示す図である。
FIG. 20 is a diagram illustrating an example of a shadow filter characteristic table according to the third embodiment.

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

301 コンピュータ 302 モニタ 303 カラープリンタ 401 階調/解像度情報生成部 402 階調/解像度情報テーブル作成部 403 階調/解像度情報制御部 404 カラーマッチング処理部 405 インク色変換処理部 406 ハーフトーン処理部 407 CPU 408 ROM 409 RAM 501 輝度算出部 502 空間周波数検出部 503 平均輝度算出部 504 フィルター係数αテーブル部 505 3×3基本フィルターテーブル部 506 3×3フィルター演算部 507 ハイライトフィルター特性テーブル部 508 中間輝度フィルター特性テーブル部 509 シャドーフィルター特性テーブル部 510 輝度方向補間係数テーブル部 511 フィルター係数αテーブル算出部 301 computer 302 monitor 303 color printer 401 gradation / resolution information generation unit 402 gradation / resolution information table creation unit 403 gradation / resolution information control unit 404 color matching processing unit 405 ink color conversion processing unit 406 halftone processing unit 407 CPU 408 ROM 409 RAM 501 Luminance calculation unit 502 Spatial frequency detection unit 503 Average luminance calculation unit 504 Filter coefficient α table unit 505 3 × 3 basic filter table unit 506 3 × 3 filter operation unit 507 Highlight filter characteristic table unit 508 Intermediate luminance filter Characteristic table section 509 Shadow filter characteristic table section 510 Luminance direction interpolation coefficient table section 511 Filter coefficient α table calculation section

フロントページの続き Fターム(参考) 5B057 CA01 CA08 CA16 CB01 CB08 CB16 CE06 CE11 CH09 5C077 LL19 MP01 MP08 NN02 PP01 PP32 PP33 PP48 PQ12 RR06 TT02 5C079 HB01 HB03 HB12 KA15 LA02 LA14 LA31 LA33 MA11 NA05 PA03 Continued on front page F term (reference) 5B057 CA01 CA08 CA16 CB01 CB08 CB16 CE06 CE11 CH09 5C077 LL19 MP01 MP08 NN02 PP01 PP32 PP33 PP48 PQ12 RR06 TT02 5C079 HB01 HB03 HB12 KA15 LA02 LA14 LA31 LA33 MA11 NA05

Claims (16)

【特許請求の範囲】[Claims] 【請求項1】 Nビットの入力画像データの局所的な特
性に基づき画素毎に階調情報と解像度情報の優先度を示
す情報を生成する生成手段と、 前記画素毎の階調情報と解像度情報の優先度を示す情報
に基づき解像度情報を階調情報へ再配分する再分配手段
と、 前記再配分された階調情報に基づき画素データのビット
サイズをM(M>N)ビットに変換する変換手段とを有
することを特徴とする画像処理装置。
1. A generating means for generating information indicating the priority of gradation information and resolution information for each pixel based on local characteristics of N-bit input image data; and gradation information and resolution information for each pixel. Redistribution means for redistributing resolution information to gradation information based on the information indicating the priority of the conversion, and converting the bit size of the pixel data into M (M> N) bits based on the redistributed gradation information And an image processing apparatus.
【請求項2】 前記生成手段は、 局所的な特性から画素毎に空間周波数特性を検出する検
出手段と、 局所的な特性から画素毎に輝度を算出する算出手段とを
有し、 検出した空間周波数と算出した輝度とから2次元のテー
ブルを用いて局所的な空間周波数と輝度とに応じた画素
毎の階調情報と解像度情報の優先度を示す情報を生成す
ることを特徴とする請求項1に記載の画像処理装置。
2. The image processing apparatus according to claim 1, wherein the generation unit includes: a detection unit configured to detect a spatial frequency characteristic for each pixel from local characteristics; and a calculation unit configured to calculate a luminance for each pixel from the local characteristics. A method for generating, from a frequency and calculated luminance, information indicating priority of gradation information and resolution information for each pixel according to a local spatial frequency and luminance using a two-dimensional table. 2. The image processing device according to 1.
【請求項3】 前記2次元のテーブルは、 ハイライトの特性を規定する1次元のテーブルと、 中間輝度の特性を規定する1次元のテーブルと、 シャドーの特性を規定する1次元のテーブルと、 輝度方向の補間係数を規定する1次元のテーブルとを用
いて作成されることを特徴とする請求項2に記載の画像
処理装置。
3. The two-dimensional table includes a one-dimensional table defining characteristics of highlight, a one-dimensional table defining characteristics of intermediate luminance, a one-dimensional table defining characteristics of shadow, The image processing apparatus according to claim 2, wherein the image processing apparatus is created using a one-dimensional table that defines an interpolation coefficient in a luminance direction.
【請求項4】 前記再配分手段は、L×Lのローパスフ
ィルターで構成され、前記注目画素と周辺画素の比率を
階調情報と解像度情報の優先度を示す情報に基づき制御
することを特徴とする請求項1に記載の画像処理装置。
4. The redistribution means is constituted by an L × L low-pass filter, and controls a ratio between the target pixel and peripheral pixels based on information indicating priority of gradation information and resolution information. The image processing device according to claim 1.
【請求項5】 前記再配分手段は、中間輝度レベルの特
性は変えずに、ハイライト領域とシャドー領域のみ解像
度情報を階調情報へ配分し、再現画像の階調再現性を向
上させることを特徴とする請求項1に記載の画像処理装
置。
5. The method according to claim 1, wherein the redistribution means distributes resolution information only to the highlight area and the shadow area to the gradation information without changing the characteristic of the intermediate luminance level, thereby improving the gradation reproducibility of the reproduced image. The image processing apparatus according to claim 1, wherein:
【請求項6】 前記Mビット画素データを用いて、カラ
ーマッチングを行うカラーマッチング手段と、 前記カラーマッチングされたMビットデータを用いてプ
リンタの色材色へ変換する色変換手段と、 前記色材色へ変換されたMビットのデータをプリンタで
印刷可能なビット数に変換するためのハーフトーン処理
手段とを更に有することを特徴とする請求項1に記載の
画像処理装置。
6. A color matching unit that performs color matching using the M-bit pixel data, a color conversion unit that converts the color-matched M-bit data into a color material of a printer, and the color material. 2. The image processing apparatus according to claim 1, further comprising halftone processing means for converting the M-bit data converted into the color into a bit number printable by a printer.
【請求項7】 前記画素毎の階調情報と解像度情報の優
先度を示す情報に基づき、プリンタの色再現域を拡大可
能な発色剤或いは光沢剤の塗布量を制御する制御手段を
更に有することを特徴とする請求項1に記載の画像処理
装置。
7. A control means for controlling an application amount of a coloring agent or a glossing agent capable of expanding a color reproduction range of a printer based on information indicating priority of gradation information and resolution information for each pixel. The image processing apparatus according to claim 1, wherein:
【請求項8】 Nビットの入力画像データの局所的な特
性に基づき画素毎に階調情報と解像度情報の優先度を示
す情報を生成する生成工程と、 前記画素毎の階調情報と解像度情報の優先度を示す情報
に基づき解像度情報を階調情報へ再配分する再分配工程
と、 前記再配分された階調情報に基づき画素データのビット
サイズをM(M>N)ビットに変換する変換工程とを有
することを特徴とする画像処理方法。
8. A generation step of generating information indicating priority of gradation information and resolution information for each pixel based on local characteristics of N-bit input image data; and a gradation information and resolution information for each pixel. A redistribution step of redistributing resolution information to gradation information based on the information indicating the priority of the pixel data; And an image processing method.
【請求項9】 前記生成工程は、 局所的な特性から画素毎に空間周波数特性を検出する検
出工程と、 局所的な特性から画素毎に輝度を算出する算出工程とを
有し、 検出した空間周波数と算出した輝度とから2次元のテー
ブルを用いて局所的な空間周波数と輝度とに応じた画素
毎の階調情報と解像度情報の優先度を示す情報を生成す
ることを特徴とする請求項8に記載の画像処理方法。
9. The generating step includes a detecting step of detecting a spatial frequency characteristic for each pixel from a local characteristic, and a calculating step of calculating a luminance for each pixel from a local characteristic. A method for generating, from a frequency and calculated luminance, information indicating priority of gradation information and resolution information for each pixel according to a local spatial frequency and luminance using a two-dimensional table. 9. The image processing method according to 8.
【請求項10】 前記2次元のテーブルは、 ハイライトの特性を規定する1次元のテーブルと、 中間輝度の特性を規定する1次元のテーブルと、 シャドーの特性を規定する1次元のテーブルと、 輝度方向の補間係数を規定する1次元のテーブルとを用
いて作成されることを特徴とする請求項9に記載の画像
処理方法。
10. The two-dimensional table includes: a one-dimensional table defining characteristics of highlight; a one-dimensional table defining characteristics of intermediate luminance; a one-dimensional table defining characteristics of shadow; The image processing method according to claim 9, wherein the image processing method is created using a one-dimensional table that defines an interpolation coefficient in a luminance direction.
【請求項11】 前記再配分工程は、L×Lのローパス
フィルターを用いて、前記注目画素と周辺画素の比率を
階調情報と解像度情報の優先度を示す情報に基づき制御
することを特徴とする請求項8に記載の画像処理方法。
11. The method according to claim 11, wherein the redistribution step uses an L × L low-pass filter to control a ratio between the target pixel and peripheral pixels based on information indicating priority of gradation information and resolution information. The image processing method according to claim 8, wherein:
【請求項12】 前記再配分工程は、中間輝度レベルの
特性は変えずに、ハイライト領域とシャドー領域のみ解
像度情報を階調情報へ配分し、再現画像の階調再現性を
向上させることを特徴とする請求項8に記載の画像処理
方法。
12. The re-distribution step includes distributing resolution information to gradation information only in a highlight area and a shadow area without changing a characteristic of an intermediate luminance level, and improving gradation reproducibility of a reproduced image. The image processing method according to claim 8, wherein:
【請求項13】 前記Mビット画素データを用いて、カ
ラーマッチングを行うカラーマッチング工程と、 前記カラーマッチングされたMビットデータを用いてプ
リンタの色材色へ変換する色変換工程と、 前記色材色へ変換されたMビットのデータをプリンタで
印刷可能なビット数に変換するためのハーフトーン処理
工程とを更に有することを特徴とする請求項8に記載の
画像処理方法。
13. A color matching step of performing color matching using the M-bit pixel data; a color conversion step of converting the color-matched M-bit data to a color material color of a printer; The image processing method according to claim 8, further comprising: a halftone processing step of converting the M-bit data converted into the color into a bit number printable by a printer.
【請求項14】 前記画素毎の階調情報と解像度情報の
優先度を示す情報に基づき、プリンタの色再現域を拡大
可能な発色剤或いは光沢剤の塗布量を制御する制御工程
を更に有することを特徴とする請求項8に記載の画像処
理方法。
14. A control step of controlling a coating amount of a coloring agent or a glossing agent capable of expanding a color gamut of a printer based on information indicating priority of gradation information and resolution information for each pixel. The image processing method according to claim 8, wherein:
【請求項15】 画像処理方法のプログラムが記録され
たコンピュータ読み取り可能な記録媒体であって、前記
プログラムは、 Nビットの入力画像データの局所的な特性に基づき画素
毎に階調情報と解像度情報の優先度を示す情報を生成す
る生成工程と、 前記画素毎の階調情報と解像度情報の優先度を示す情報
に基づき解像度情報を階調情報へ再配分する再分配工程
と、 前記再配分された階調情報に基づき画素データのビット
サイズをM(M>N)ビットに変換する変換工程とを有
することを特徴とする記録媒体。
15. A computer-readable recording medium on which a program for an image processing method is recorded, wherein the program comprises: gradation information and resolution information for each pixel based on local characteristics of N-bit input image data. A generation step of generating information indicating the priority of the pixel; a redistribution step of redistributing resolution information to gradation information based on the gradation information of each pixel and information indicating the priority of the resolution information; and Converting the bit size of the pixel data into M (M> N) bits based on the obtained gradation information.
【請求項16】 前記生成工程は、 局所的な特性から画素毎に空間周波数特性を検出する検
出工程と、 局所的な特性から画素毎に輝度を算出する算出工程とを
有し、 検出した空間周波数と算出した輝度とから2次元のテー
ブルを用いて局所的な空間周波数と輝度とに応じた画素
毎の階調情報と解像度情報の優先度を示す情報を生成す
ることを特徴とする請求項15に記載の記録媒体。
16. The generating step includes a detecting step of detecting a spatial frequency characteristic for each pixel from a local characteristic, and a calculating step of calculating a luminance for each pixel from a local characteristic. A method for generating, from a frequency and calculated luminance, information indicating priority of gradation information and resolution information for each pixel according to a local spatial frequency and luminance using a two-dimensional table. 16. The recording medium according to 15.
JP2001174124A 2001-06-08 2001-06-08 Image processor, image processing method and recording medium Withdrawn JP2002368994A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001174124A JP2002368994A (en) 2001-06-08 2001-06-08 Image processor, image processing method and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001174124A JP2002368994A (en) 2001-06-08 2001-06-08 Image processor, image processing method and recording medium

Publications (1)

Publication Number Publication Date
JP2002368994A true JP2002368994A (en) 2002-12-20

Family

ID=19015456

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001174124A Withdrawn JP2002368994A (en) 2001-06-08 2001-06-08 Image processor, image processing method and recording medium

Country Status (1)

Country Link
JP (1) JP2002368994A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7612907B2 (en) 2004-04-16 2009-11-03 Canon Kabushiki Kaisha Printing apparatus, print control method, computer-readable recording medium for storing program, and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7612907B2 (en) 2004-04-16 2009-11-03 Canon Kabushiki Kaisha Printing apparatus, print control method, computer-readable recording medium for storing program, and program

Similar Documents

Publication Publication Date Title
US8842349B2 (en) Color conversion method and profile generation method
US6814420B2 (en) Image processing method and apparatus, storage medium and program
JP2005328845A (en) Methods, apparatus and computer for transforming digital colour images
JP2009260473A (en) Color processing method and apparatus, program, and recording medium
WO2003001791A1 (en) Image-processing device and method, program, and recording medium
JP2020004268A (en) Image processing device, image processing method, and program
JP4637686B2 (en) Color conversion apparatus, image forming apparatus, color conversion method, and computer program
JP7297547B2 (en) Image processing device, image forming device
JP2007228322A (en) Image processing apparatus, image processing method and image processing program
JP2001292331A (en) Image processing method and device, image processing system and recording medium
JPH11298749A (en) Color signal conversion method
JP2002368994A (en) Image processor, image processing method and recording medium
JP3833170B2 (en) Gray line setting method, image processing apparatus and image processing method
JPH10224648A (en) Picture processor and picture processing method
JPH10229501A (en) Image processing device and method
US8390895B2 (en) Color conversions in the real domain
JP4921339B2 (en) Color processing apparatus and method
JP5306110B2 (en) Image processing apparatus, image processing method, program, and storage medium
JP2009004917A (en) Color processing device and its method
JP2001036762A (en) Device and method for preparing color correction definition
JP6781398B2 (en) Image processing equipment and computer programs
JP4261720B2 (en) Image processing apparatus, image processing method, and recording medium
JP2021197717A (en) Image processing device and computer program
JPH10336433A (en) Image processing method and system therefor
JP2005165683A (en) Device and method for color correction, optical instrument, and color correction program

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: 20080902