JP2012169758A - 色処理装置および色処理プログラム - Google Patents
色処理装置および色処理プログラム Download PDFInfo
- Publication number
- JP2012169758A JP2012169758A JP2011027350A JP2011027350A JP2012169758A JP 2012169758 A JP2012169758 A JP 2012169758A JP 2011027350 A JP2011027350 A JP 2011027350A JP 2011027350 A JP2011027350 A JP 2011027350A JP 2012169758 A JP2012169758 A JP 2012169758A
- Authority
- JP
- Japan
- Prior art keywords
- solution
- color
- color signal
- matrix
- color 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.)
- Granted
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N1/00—Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
- H04N1/46—Colour picture communication systems
- H04N1/56—Processing of colour picture signals
- H04N1/60—Colour correction or control
- H04N1/6016—Conversion to subtractive colour signals
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Color Image Communication Systems (AREA)
- Image Processing (AREA)
- Facsimile Image Signal Circuits (AREA)
Abstract
【解決手段】第1算出部1は、出力装置の入出力特性関数の感度行列の逆行列を用いて逐次解を繰り返して算出することにより、与えられた第1の色信号から第2の色信号を逐次近似して算出する。判定部2は、第1算出部1で算出された逐次解が発散しているか否かを判定する。判定部2で発散すると判定された場合には、第2算出部3において、感度行列の逆行列を用いない方法、あるいは逆行列を用いる場合でも発散しないように変更した方法など、第1算出部1とは異なる方法により逐次解を算出する。
【選択図】図1
Description
F(x0 +Δx)=F(x0 )+∂F(x0 )Δx
として、F(x0 +Δx)=0の計算を行う。すると、
Δx=−∂F(x0 )-1F(x0 )
となるので、初期値より新しい解x1 は
x1 =x0 +Δx=x0 −∂F(x0 )-1F(x0 )
となる。k回目に更新された逐次解をxk として一般化すると、
xk+1 =xk +Δx=xk −∂F(xk )-1F(xk )
により逐次解が更新されてゆくことになる。この式を変形し
F(xk )=−∂F(xk )(xk+1 −xk )
とし、F(x)=Y−f(x)とおくと、∂F(xk )=−∂f(xk )より
Y−f(xk )=∂f(xk )(xk+1 −xk )
となる。この式は関数fのxk における接線を示しており、∂f(xk )は傾きを表すことになる。図3においてはy=f(x)の関数においてYが与えられた場合のXを求めるものとしており、Δxk はxk+1 −xk 、Δyk はf(xk+1 )−f(xk )である。
Δxk =∂f(xk )-1Δyk
を算出してxk+1 =xk +Δxk により逐次解xk+1 を求めればよい。この処理を図2のS12で行う。
Δyk =∂f(xk )Δxk
とし、これを以下のように展開する。
∂f(xk )T Δyk =∂f(xk )T ∂f(xk )Δxk
とする(ガウスニュートン法)と、Δxk を算出するためには、∂f(xk )T ∂f(xk )の逆行列が必要になる。ここではさらに、∂f(xk )T ∂f(xk )の安定性を確保するために、単位行列I、正則化パラメータμ(μ>0)を用い、
∂f(xk )T Δyk =(∂f(xk )T ∂f(xk )+μI)Δxk
とする。∂f(xk )T ∂f(xk )+μIは正定値行列になるので、安全な逆行列を持ち、かつ、収束方向へ向かう解が算出される。
Δ(Ck ,Mk ,Yk )T =∂f(Ck ,Mk ,Yk )-1Δ(L* ,a* ,b* )T
を算出し、
(Ck+1 ,Mk+1 ,Yk+1 )T =(Ck ,Mk ,Yk )T +Δ(Ck ,Mk ,Yk )T
により逐次解を求めればよい。この場合のKは予め求めて固定しておく。
Claims (7)
- 出力装置の入出力特性関数の感度行列の逆行列を用いて逐次解を繰り返して算出することにより与えられた第1の色信号から第2の色信号を逐次近似により算出する第1の算出手段と、前記第1の算出手段で算出された逐次解が発散しているか否かを判定する判定手段と、前記判定手段で発散すると判定された場合に前記第1の算出手段とは異なる方法により逐次解を算出する第2の算出手段を有することを特徴とする色処理装置。
- 前記第2の算出手段は、前記感度行列を用いた線形方程式の未知数のうち少なくとも1つを固定値に設定した線形方程式を、固定する未知数を変更して複数生成する線形方程式生成手段と、それぞれの線形方程式を最小化する解を求める最小化演算手段と、最小化した解をもとに前記入出力特性関数を用いてそれぞれの解に対応する色信号を予測する予測手段と、予測された色信号が前記第1の色信号との差が最小となる線形方程式を選択して該線形方程式により得られた解を逐次解とする選択手段を有することを特徴とする請求項1に記載の色処理装置。
- 前記線形方程式生成手段は、前記出力装置により再現される色域の外郭の色信号となるように未知数を固定することを特徴とする請求項2に記載の色処理装置。
- 前記第2の算出手段は、前記感度行列を用いた線形方程式を最小化する逐次解を算出することを特徴とする請求項1に記載の色処理装置。
- 前記第2の算出手段は、前記感度行列と正則化係数を用いた行列の逆行列を用いて逐次解を算出することを特徴とする請求項1に記載の色処理装置。
- 前記判定手段は、前記感度行列の行列式、または、算出された逐次解と前記出力装置により再現される色域の外郭を表す色信号との差によって判定を行うことを特徴とする請求項1から請求項5のいずれか1項に記載の色処理装置。
- コンピュータに、請求項1から請求項6のいずれか1項に記載の色処理装置の機能を実行させるものであることを特徴とする色処理プログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011027350A JP5700206B2 (ja) | 2011-02-10 | 2011-02-10 | 色処理装置および色処理プログラム |
US13/238,884 US8428347B2 (en) | 2011-02-10 | 2011-09-21 | Color processing apparatus, color processing method, and non-transitory computer readable medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011027350A JP5700206B2 (ja) | 2011-02-10 | 2011-02-10 | 色処理装置および色処理プログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012169758A true JP2012169758A (ja) | 2012-09-06 |
JP5700206B2 JP5700206B2 (ja) | 2015-04-15 |
Family
ID=46636912
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2011027350A Expired - Fee Related JP5700206B2 (ja) | 2011-02-10 | 2011-02-10 | 色処理装置および色処理プログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US8428347B2 (ja) |
JP (1) | JP5700206B2 (ja) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH09259169A (ja) * | 1996-03-26 | 1997-10-03 | Mitsubishi Rayon Co Ltd | 光路追跡方法、光路表示方法、光路表示装置及びレンズ設計方法 |
JPH10117294A (ja) * | 1996-08-22 | 1998-05-06 | Fuji Photo Film Co Ltd | 色変換方法 |
US6229915B1 (en) * | 1996-08-22 | 2001-05-08 | Fuji Photo Film Co., Ltd. | Method of converting data of a first colorimetric system to data of a second colorimetric system, including a mapping of out of boundary data |
Family Cites Families (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3714701B2 (ja) | 1995-06-22 | 2005-11-09 | 富士写真フイルム株式会社 | 色変換方法 |
EP0763928B1 (en) | 1995-09-15 | 2001-10-10 | Agfa-Gevaert N.V. | Colour separation method and apparatus for same |
JP3767657B2 (ja) | 1997-01-14 | 2006-04-19 | 富士ゼロックス株式会社 | 色伝達特性予測方法 |
US6636628B1 (en) * | 2000-01-19 | 2003-10-21 | Xerox Corporation | Iteratively clustered interpolation for geometrical interpolation of an irregularly spaced multidimensional color space |
JP3968976B2 (ja) | 2000-09-07 | 2007-08-29 | 富士ゼロックス株式会社 | 色伝達特性予測方法 |
JP2008067308A (ja) * | 2006-09-11 | 2008-03-21 | Fuji Xerox Co Ltd | 色処理装置、色処理方法およびプログラム |
-
2011
- 2011-02-10 JP JP2011027350A patent/JP5700206B2/ja not_active Expired - Fee Related
- 2011-09-21 US US13/238,884 patent/US8428347B2/en not_active Expired - Fee Related
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH09259169A (ja) * | 1996-03-26 | 1997-10-03 | Mitsubishi Rayon Co Ltd | 光路追跡方法、光路表示方法、光路表示装置及びレンズ設計方法 |
JPH10117294A (ja) * | 1996-08-22 | 1998-05-06 | Fuji Photo Film Co Ltd | 色変換方法 |
US6229915B1 (en) * | 1996-08-22 | 2001-05-08 | Fuji Photo Film Co., Ltd. | Method of converting data of a first colorimetric system to data of a second colorimetric system, including a mapping of out of boundary data |
Also Published As
Publication number | Publication date |
---|---|
US8428347B2 (en) | 2013-04-23 |
US20120207385A1 (en) | 2012-08-16 |
JP5700206B2 (ja) | 2015-04-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP2953342A1 (en) | Profile creation method and computer readable recording medium stored with profile creation program | |
JP5644345B2 (ja) | 色変換装置、画像形成装置及び色変換プログラム | |
US8605329B2 (en) | CMYK color conversion using iterative coordinate revision | |
US20030072018A1 (en) | Color processing method, storage medium, color processing apparatus, color transforming apparatus, and image forming apparatus | |
US7573620B2 (en) | Gamuts and gamut mapping | |
JP5152515B2 (ja) | 色補正係数生成装置及び色補正係数生成プログラム | |
JP5699608B2 (ja) | 画像処理装置、画像処理方法および画像処理プログラム | |
JP5700206B2 (ja) | 色処理装置および色処理プログラム | |
JPH02136848A (ja) | カラーパッチを用いた色再現特性の推定方法 | |
JP4506948B2 (ja) | 色変換係数作成方法および色変換係数作成装置、色変換係数作成プログラム、記憶媒体 | |
US8576418B2 (en) | Method for dynamic optimization of refinement patches for color printer characterization | |
JP2008067308A (ja) | 色処理装置、色処理方法およびプログラム | |
JP4518011B2 (ja) | 情報処理装置、情報処理システム、情報処理方法および情報処理プログラム | |
JP7211215B2 (ja) | 色変換情報生成方法、色変換情報生成プログラム、および色変換情報生成装置 | |
US8587851B2 (en) | Target color recipes | |
JP4379603B2 (ja) | 色処理装置、色処理プログラム、記憶媒体 | |
JP2012175448A (ja) | 色処理装置および色処理プログラム | |
JP2012147297A (ja) | 画像処理装置、画像処理方法および画像処理プログラム | |
JP2014197790A (ja) | 印刷再現色予測方法及びデバイス制御値算出方法 | |
US8379973B2 (en) | Color processing apparatus and computer-readable medium storing color processing program | |
JP6428000B2 (ja) | 色補正装置、画像形成装置、及び色補正プログラム | |
JP5846324B2 (ja) | 画像処理装置、画像処理方法および画像処理プログラム | |
US20080144114A1 (en) | Method and system for dynamic printer profiling | |
JP6794802B2 (ja) | 刷版カーブ作成装置、方法及びプログラム | |
Maltz et al. | Jab to RGB multidimensional lookup tables |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20140121 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20141006 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20141105 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20141226 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20150121 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20150203 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5700206 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
LAPS | Cancellation because of no payment of annual fees |