JP4989401B2 - Video signal processing apparatus, method and program thereof - Google Patents

Video signal processing apparatus, method and program thereof Download PDF

Info

Publication number
JP4989401B2
JP4989401B2 JP2007259855A JP2007259855A JP4989401B2 JP 4989401 B2 JP4989401 B2 JP 4989401B2 JP 2007259855 A JP2007259855 A JP 2007259855A JP 2007259855 A JP2007259855 A JP 2007259855A JP 4989401 B2 JP4989401 B2 JP 4989401B2
Authority
JP
Japan
Prior art keywords
color conversion
conversion
color
rgb
signal
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.)
Expired - Fee Related
Application number
JP2007259855A
Other languages
Japanese (ja)
Other versions
JP2009089319A (en
Inventor
勝 金澤
直人 大坪
裕一 日下部
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.)
Japan Broadcasting Corp
Original Assignee
Japan Broadcasting Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Japan Broadcasting Corp filed Critical Japan Broadcasting Corp
Priority to JP2007259855A priority Critical patent/JP4989401B2/en
Publication of JP2009089319A publication Critical patent/JP2009089319A/en
Application granted granted Critical
Publication of JP4989401B2 publication Critical patent/JP4989401B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Processing Of Color Television Signals (AREA)

Description

本発明は、CIECAM02等のカラーアピアランスモデルを用いて色信号を変換する映像信号処理装置、その方法及びそのプログラムに関する。   The present invention relates to a video signal processing apparatus that converts a color signal using a color appearance model such as CIECAM02, a method thereof, and a program thereof.

近年、インターネット環境の急速な普及により,異なる機器や映像メディア間での色再現性が重要となりつつある。異なる機器やメディア間での色再現性を考える場合、分光組織や測色値を一致させたとしても、色の見えが一致するとは限らない。ここで、色の見えとは、明るさ、鮮やかさ及び色合いといった視覚によるものであり、背景の色や照明等の視環境に影響される。これまで、様々なカラーアピアランスモデルが提案されてきたが,CIE(国際照明委員会)によって、これらを包括したモデルとして、CIECAM02モデルが提案されている(非特許文献1参照)。CIECAM02モデルは、4つの環境パラメータを用いて、様々な視環境下での色の見えを予測するものである。
CIE,CIE 159−2004,A color appearance model for color management systems:CIECAM02
In recent years, with the rapid spread of the Internet environment, color reproducibility between different devices and video media is becoming important. When considering color reproducibility between different devices and media, even if spectral structures and colorimetric values are matched, the color appearances do not always match. Here, the color appearance is visual such as brightness, vividness, and hue, and is influenced by the visual environment such as background color and illumination. Various color appearance models have been proposed so far, and the CIECAM02 model has been proposed by the CIE (International Lighting Commission) as a comprehensive model (see Non-Patent Document 1). The CIECAM02 model predicts the appearance of color under various visual environments using four environmental parameters.
CIE, CIE 159-2004, A color appearance model for color management systems: CIECAM02

様々な視環境下での色の見えを予測するため、CIECAM02モデルでの色変換処理は非常に複雑であり、このCIECAM02モデルを映像信号に適用する場合、演算時間が長く、その処理を行う装置に高い性能が要求される。   In order to predict the appearance of colors under various viewing environments, the color conversion process in the CIECAM02 model is very complicated. When this CIECAM02 model is applied to a video signal, the calculation time is long, and the apparatus performs the process High performance is required.

本発明は、前記した問題を解決し、演算時間が短く、簡易な構成で、CIECAM02モデルと略等しい色変換処理を可能とする映像信号処理装置、その方法及びそのプログラムを提供することを目的とする。   It is an object of the present invention to provide a video signal processing apparatus, a method thereof, and a program thereof that can solve the above-described problems and that can perform color conversion processing that is substantially the same as the CIECAM02 model with a simple configuration and a short calculation time. To do.

前記した課題を解決するため、請求項1に係る映像信号処理装置は、RGB色空間で表現された色変換前視覚RGB信号を人間の視覚感度に沿った色信号に変換する映像信号処理装置において、前記色変換前視覚RGB信号を、CIECAM02近似式としての式(1)によって、RGB色空間で表現された色変換後視覚RGB信号に変換するCIECAM02近似変換手段、を備える構成とした。   In order to solve the above-described problem, a video signal processing apparatus according to claim 1 is a video signal processing apparatus that converts a visual RGB signal before color conversion expressed in an RGB color space into a color signal in accordance with human visual sensitivity. The above-mentioned visual RGB signal before color conversion is configured to include CIECAM02 approximate conversion means for converting the visual RGB signal before color conversion into the visual RGB signal after color conversion expressed in the RGB color space by the expression (1) as the CIECAM02 approximate expression.

但し、式(1)において、R,G,Bは前記色変換前視覚RGB信号、R,G,Bは前記色変換後視覚RGB信号、Pは色変換前の明るさに関する係数、Qは色変換前の彩度に関する係数を表す。 In Equation (1), R i , G i , B i are the visual RGB signals before color conversion, R d , G d , B d are the visual RGB signals after color conversion, and P is the brightness before color conversion. , Q represents a coefficient related to saturation before color conversion.

かかる構成によれば、CIECAM02近似変換手段によって、色変換前視覚RGB信号を、CIECAM02近似式を用いて、色変換後視覚RGB信号に色変換処理する。ここで、色を明るさ、色相及び彩度の3要素で定義するため、輝度の変換、色相の変換、彩度の変換に分けると、色変換処理が直感的に把握しやすくなる。このため、映像信号処理装置は、CIECAM02近似式によって、色変換前視覚RGB信号を輝度信号と色差信号に変換して、輝度の変換と彩度の変換を分けている。次に、映像信号処理装置は、CIECAM02近似式によって、輝度信号を色変換前の明るさに関する係数Pで変換し(輝度の変換)、色差信号を色変換前の彩度に関する係数Qで変換する(彩度の変換)。なお、映像信号処理装置では、色相の変換を行っていない。また、CIECAM02近似式は、行列を用いた演算のみであることからCIECAMモデルの計算式と比べて計算量が大幅に少なく、CIECAM02モデルを用いた色変換処理と略等しい結果を得ることができる。   According to this configuration, the CIECAM02 approximate conversion means performs color conversion processing on the visual RGB signal before color conversion into the visual RGB signal after color conversion using the CIECAM02 approximate expression. Here, since the color is defined by the three elements of brightness, hue, and saturation, dividing into luminance conversion, hue conversion, and saturation conversion makes it easier to intuitively understand the color conversion processing. For this reason, the video signal processing device converts the luminance RGB and the saturation conversion by converting the visual RGB signal before color conversion into a luminance signal and a color difference signal by the CIECAM02 approximate expression. Next, the video signal processing device converts the luminance signal by a coefficient P related to brightness before color conversion (luminance conversion) and converts the color difference signal by a coefficient Q related to saturation before color conversion by the CIECAM02 approximate expression. (Saturation conversion). Note that the video signal processing apparatus does not perform hue conversion. Further, since the CIECAM02 approximate expression is only an operation using a matrix, the amount of calculation is significantly smaller than the calculation expression of the CIECAM model, and a result almost equal to the color conversion process using the CIECAM02 model can be obtained.

請求項2に係る映像信号処理装置は、請求項1に係る映像信号処理装置において、前記CIECAM02近似変換手段が、前記色変換前の明るさに関する係数P及び前記色変換前の彩度に関する係数Qを、式(2)を用いて算出することを特徴とする。   The video signal processing apparatus according to claim 2 is the video signal processing apparatus according to claim 1, wherein the CIECAM02 approximate conversion unit includes a coefficient P relating to brightness before color conversion and a coefficient Q relating to saturation before color conversion. Is calculated using Equation (2).

但し、式(2)において、Piは色変換前の明るさ、Pi-maxは色変換前の明るさの最大値、C〜Cは視環境によって定まる係数、hは色変換前の色相、Cは色変換前の彩度を表す。 In Equation (2), P i is the brightness before color conversion, P i-max is the maximum brightness before color conversion, C 1 to C 5 are coefficients determined by the viewing environment, and h is the color before color conversion. , C represents the saturation before color conversion.

かかる構成によれば、映像信号処理装置は、CIECAM02近似変換手段によって、CIECAM02近似式の行列の要素となる色変換前の明るさに関する係数P及び色変換前の彩度に関する係数Qを算出することができる。視環境によって定まる係数C〜Cを式(2)のように用いることで、映像信号処理装置は、適切な色変換処理が可能となる。 According to this configuration, the video signal processing apparatus calculates the coefficient P relating to the brightness before color conversion and the coefficient Q relating to the saturation before color conversion, which are elements of the matrix of the CIECAM02 approximate expression, by the CIECAM02 approximate conversion unit. Can do. By using the coefficients C 1 to C 5 determined by the viewing environment as in Expression (2), the video signal processing apparatus can perform appropriate color conversion processing.

請求項3に係る映像信号処理装置は、請求項1又は2に記載の映像信号処理装置において、逆ガンマ補正手段と、色変換前XYZ信号変換手段と、色変換前RGB信号変換手段と、色変換後XYZ信号変換手段と、色変換後RGB信号変換手段と、ガンマ補正手段と、をさらに備えることを特徴とする。   The video signal processing device according to claim 3 is the video signal processing device according to claim 1 or 2, wherein the inverse gamma correction means, the XYZ signal conversion means before color conversion, the RGB signal conversion means before color conversion, The apparatus further comprises post-conversion XYZ signal conversion means, post-color conversion RGB signal conversion means, and gamma correction means.

かかる構成によれば、映像信号処理装置は、逆ガンマ補正手段によって、入力された色変換前RGB信号を、逆ガンマ補正して逆ガンマ補正後色変換前RGB信号を出力する。入力された映像信号に対して行われているガンマ補正が、CIECAM02近似変換手段の色変換処理に影響を及ぼすためである。また、映像信号処理装置は、色変換前XYZ信号変換手段によって、逆ガンマ補正後色変換前RGB信号を、XYZ色空間で表現された色変換前XYZ信号に変換する。さらに、映像信号処理装置は、色変換前RGB信号変換手段によって、色変換前XYZ信号を、色変換前視覚RGB信号に変換してCIECAM02近似変換手段に出力する。   According to such a configuration, the video signal processing apparatus performs reverse gamma correction on the input RGB signal before color conversion by the inverse gamma correction means, and outputs the RGB signal before color conversion after reverse gamma correction. This is because the gamma correction performed on the input video signal affects the color conversion processing of the CIECAM02 approximate conversion means. Further, the video signal processing apparatus converts the RGB signal before color conversion after inverse gamma correction into the XYZ signal before color conversion expressed in the XYZ color space by the XYZ signal conversion means before color conversion. Further, the video signal processing device converts the XYZ signal before color conversion into the visual RGB signal before color conversion by the RGB signal conversion means before color conversion and outputs it to the CIECAM02 approximate conversion means.

また、映像信号処理装置は、色変換後XYZ信号変換手段によって、色変換後視覚RGB信号を、色変換後XYZ信号に変換する。また、映像信号処理装置は、色変換後RGB信号変換手段によって、色変換後XYZ信号を、RGB色空間で表現された色変換後RGB信号に変換する。このRGB信号は、ディスプレイ、ビデオやカメラ等の幅広い機器に対応する。さらに、映像信号処理装置は、ガンマ補正手段によって、色変換後RGB信号を、ガンマ補正してガンマ補正後色変換後RGB信号を出力する。これによって、色変換処理した映像信号を受信した機器で個別にガンマ補正を行うことを防止できる。   The video signal processing apparatus converts the color RGB visual RGB signal into the color converted XYZ signal by the color converted XYZ signal conversion means. The video signal processing apparatus converts the color-converted XYZ signal into the color-converted RGB signal expressed in the RGB color space by the color-converted RGB signal conversion means. This RGB signal corresponds to a wide range of devices such as a display, a video and a camera. Further, the video signal processing apparatus outputs the RGB signal after color conversion after gamma correction by performing gamma correction on the RGB signal after color conversion by the gamma correction unit. As a result, it is possible to prevent gamma correction from being individually performed by a device that has received a color-converted video signal.

また、前記した課題を解決するため、請求項4に係る映像信号処理方法は、RGB色空間で表現された色変換前視覚RGB信号を人間の視覚感度に沿った色信号に変換する映像信号処理装置において、前記色変換前視覚RGB信号を、CIECAM02近似式としての式(1)によって、RGB色空間で表現された色変換後視覚RGB信号に変換するCIECAM02近似変換ステップ、を備える構成とした。   In order to solve the above-described problem, a video signal processing method according to claim 4 is a video signal processing for converting a visual RGB signal before color conversion expressed in an RGB color space into a color signal according to human visual sensitivity. The apparatus is configured to include a CIECAM02 approximate conversion step of converting the visual RGB signal before color conversion into a visual RGB signal after color conversion expressed in the RGB color space by Expression (1) as a CIECAM02 approximate expression.

但し、式(1)において、R,G,Bは前記色変換前視覚RGB信号、R,G,Bは前記色変換後視覚RGB信号、Pは色変換前の明るさに関する係数、Qは色変換前の彩度に関する係数を表す。 In Equation (1), R i , G i , B i are the visual RGB signals before color conversion, R d , G d , B d are the visual RGB signals after color conversion, and P is the brightness before color conversion. , Q represents a coefficient related to saturation before color conversion.

また、前記した課題を解決するため、請求項5に係る映像信号処理プログラムは、RGB色空間で表現された色変換前視覚RGB信号を人間の視覚感度に沿った色信号に変換するために、コンピュータを、前記色変換前視覚RGB信号をCIECAM02近似式としての式(1)によって、RGB色空間で表現された色変換後視覚RGB信号に変換するCIECAM02近似変換手段、として機能させる構成とした。   In order to solve the above-described problem, the video signal processing program according to claim 5 is configured to convert the visual RGB signal before color conversion expressed in the RGB color space into a color signal in accordance with human visual sensitivity. The computer is configured to function as CIECAM02 approximate conversion means for converting the visual RGB signal before color conversion into a visual RGB signal after color conversion expressed in the RGB color space according to Expression (1) as a CIECAM02 approximate expression.

但し、式(1)において、R,G,Bは前記色変換前視覚RGB信号、R,G,Bは前記色変換後視覚RGB信号、Pは色変換前の明るさに関する係数、Qは色変換前の彩度に関する係数を表す。 In Equation (1), R i , G i , B i are the visual RGB signals before color conversion, R d , G d , B d are the visual RGB signals after color conversion, and P is the brightness before color conversion. , Q represents a coefficient related to saturation before color conversion.

本発明に係る映像信号処理装置、その方法及びそのプログラムによれば、以下のような優れた効果を奏する。請求項1,2,4,5に係る発明によれば、計算量の少ないCIECAM02近似式を用いるために、演算時間が短く、簡易な構成で、CIECAM02モデルと略等しい色変換処理を行うことが可能となる。また、請求項3に係る発明によれば、RGB信号が入力可能であると共にRGB信号を出力するために、ディスプレイ、ビデオやカメラ等の幅広い機器に対応でき、汎用性を高くすることができる。   The video signal processing apparatus, method and program thereof according to the present invention have the following excellent effects. According to the first, second, fourth, and fifth aspects of the invention, since the CIECAM02 approximation formula with a small amount of calculation is used, the color conversion processing can be performed with a simple configuration and the same configuration as the CIECAM02 model with a simple configuration. It becomes possible. According to the third aspect of the present invention, since RGB signals can be input and RGB signals are output, it can be applied to a wide range of devices such as displays, videos, cameras, etc., and versatility can be enhanced.

以下、本発明の実施形態について、適宜図面を参照しながら詳細に説明する。なお、各実施形態において、同一の機能を有する手段及び同一の部材には同一の符号を付し、説明を省略した。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings as appropriate. In each embodiment, means having the same function and the same member are denoted by the same reference numerals, and description thereof is omitted.

[映像信号処理装置の構成]
図1を参照して、映像信号処理装置の構成について説明する。図1は、本発明の本実施形態に係る映像信号処理装置のブロック図である。映像信号処理装置1は、例えば、CPU(Central Processing Unit)、ROM(Read Only Memory)、RAM(Random Access Memory)、HDD(Hard Disk Drive)及び入出力インターフェースから構成される。また、映像信号処理装置1は、後記する各種機能を実現するために、映像信号変換手段10と、CIECAM02近似変換手段20と、色変換後XYZ信号変換手段30と、色変換後RGB信号変換手段40と、ガンマ補正手段50と、入出力手段60と、記憶手段70と、を備える。
[Configuration of video signal processing device]
The configuration of the video signal processing apparatus will be described with reference to FIG. FIG. 1 is a block diagram of a video signal processing apparatus according to this embodiment of the present invention. The video signal processing apparatus 1 includes, for example, a CPU (Central Processing Unit), a ROM (Read Only Memory), a RAM (Random Access Memory), a HDD (Hard Disk Drive), and an input / output interface. Further, the video signal processing apparatus 1 has a video signal conversion means 10, a CIECAM02 approximate conversion means 20, a color-converted XYZ signal conversion means 30, and a color-converted RGB signal conversion means in order to realize various functions described later. 40, a gamma correction unit 50, an input / output unit 60, and a storage unit 70.

映像信号変換手段10は、外部から入力された映像信号を、RGB色空間で表現された色変換前視覚RGB信号に変換するものである。例えば、映像信号変換手段10は、逆ガンマ補正手段11と、色変換前XYZ信号変換手段12と、色変換前RGB信号変換手段13と、を備える。   The video signal conversion means 10 converts a video signal input from the outside into a visual RGB signal before color conversion expressed in an RGB color space. For example, the video signal conversion unit 10 includes an inverse gamma correction unit 11, a pre-color conversion XYZ signal conversion unit 12, and a pre-color conversion RGB signal conversion unit 13.

逆ガンマ補正手段11は、入力された色変換前RGB信号を、逆ガンマ補正して逆ガンマ補正後色変換前RGB信号を出力するものである。この場合、逆ガンマ補正手段11は、式(3)を用いて、色変換前RGB信号を逆ガンマ補正後色変換前RGB信号に逆ガンマ補正し、色変換前XYZ信号変換手段12に出力する。   The inverse gamma correction unit 11 performs inverse gamma correction on the input RGB signal before color conversion and outputs an RGB signal before color conversion after reverse gamma correction. In this case, the inverse gamma correction unit 11 performs inverse gamma correction on the RGB signal before color conversion to the RGB signal before color conversion after reverse gamma correction using Expression (3), and outputs the RGB signal to the XYZ signal conversion unit 12 before color conversion. .

但し、式(3)において、E,E,Eは逆ガンマ補正後色変換前RGB信号、E’,E’,E’は色変換前RGB信号を表す。 In Equation (3), E R , E G , and E B represent RGB signals before color conversion after inverse gamma correction, and E R ′, E G ′, and E B ′ represent RGB signals before color conversion.

色変換前XYZ信号変換手段12は、逆ガンマ補正手段11によって逆ガンマ補正された逆ガンマ補正後色変換前RGB信号を、XYZ色空間で表現された色変換前XYZ信号に変換するものである(マトリクス変換)。この場合、色変換前XYZ信号変換手段12は、式(4)を用いて、逆ガンマ補正後色変換前RGB信号を色変換前XYZ信号に変換し、色変換前RGB信号変換手段13に出力する。   The XYZ signal conversion means 12 before color conversion converts the RGB signal before color conversion after inverse gamma correction, which has been subjected to inverse gamma correction by the inverse gamma correction means 11, into an XYZ signal before color conversion expressed in the XYZ color space. (Matrix conversion). In this case, the XYZ signal conversion means 12 before color conversion converts the RGB signal before color conversion after inverse gamma correction into an XYZ signal before color conversion using the equation (4), and outputs it to the RGB signal conversion means 13 before color conversion. To do.

但し、式(4)において、X,Y,Zは色変換前XYZ信号、E,E,Eは逆ガンマ補正後色変換前RGB信号を表す。 However, expressed in equation (4), X, Y, Z color before conversion XYZ signals, E R, E G, E B is the color before conversion RGB signal after inverse gamma correction.

色変換前RGB信号変換手段13は、色変換前XYZ信号変換手段12によって変換された色変換前XYZ信号を、色変換前視覚RGB信号に変換してCIECAM02近似変換手段20に出力するものである(マトリクス変換)。この場合、色変換前RGB信号変換手段13は、式(5)を用いて、色変換前XYZ信号を色変換前視覚RGB信号に変換する。   The pre-color conversion RGB signal conversion means 13 converts the pre-color conversion XYZ signal converted by the pre-color conversion XYZ signal conversion means 12 into a pre-color conversion visual RGB signal and outputs it to the CIECAM02 approximate conversion means 20. (Matrix conversion). In this case, the RGB signal conversion means 13 before color conversion converts the XYZ signal before color conversion into a visual RGB signal before color conversion using Expression (5).

但し、式(5)において、R,G,Bは色変換前視覚RGB信号、X,Y,Zは色変換前XYZ信号を表す。 In Equation (5), R i , G i and B i represent visual RGB signals before color conversion, and X, Y and Z represent XYZ signals before color conversion.

CIECAM02近似変換手段20は、映像信号変換手段10によって変換された色変換前視覚RGB信号を、CIECAM02近似式としての式(1)によって、RGB色空間で表現された色変換後視覚RGB信号に変換し、色変換後XYZ信号変換手段30に出力するものである。   The CIECAM02 approximate conversion means 20 converts the visual RGB signal before color conversion converted by the video signal conversion means 10 into a visual RGB signal after color conversion expressed in the RGB color space by Expression (1) as a CIECAM02 approximate expression. Then, it is output to the XYZ signal conversion means 30 after color conversion.

但し、式(1)において、R,G,Bは前記色変換前視覚RGB信号、R,G,Bは前記色変換後視覚RGB信号、Pは色変換前の明るさに関する係数、Qは色変換前の彩度に関する係数を表す。 In Equation (1), R i , G i , B i are the visual RGB signals before color conversion, R d , G d , B d are the visual RGB signals after color conversion, and P is the brightness before color conversion. , Q represents a coefficient related to saturation before color conversion.

また、この演算の前に、CIECAM02近似変換手段20は、色変換前の明るさに関する係数P及び色変換前の彩度に関する係数Qを、式(2)を用いて算出しておいても良い。   Prior to this calculation, the CIECAM02 approximate conversion means 20 may calculate the coefficient P related to brightness before color conversion and the coefficient Q related to saturation before color conversion using Expression (2). .

但し、式(2)において、Piは色変換前の明るさ、Pi-maxは色変換前の明るさの最大値、C〜Cは視環境によって定まる係数、hは色変換前の色相、Cは色変換前の彩度を表す。 In Equation (2), P i is the brightness before color conversion, P i-max is the maximum brightness before color conversion, C 1 to C 5 are coefficients determined by the viewing environment, and h is the color before color conversion. , C represents the saturation before color conversion.

ここで、視環境によって定まる係数C〜Cは、以下のように決定しても良い。ある映像信号をCIECAM02モデルで色変換処理した結果と、その映像信号を映像信号処理装置1で色変換処理した結果とを対比し、両結果の色の見えが略等しくなるように視環境によって定まる係数C〜Cの値をそれぞれ変更する。例えば、ピーク輝度が3000cd/m、かつ、室内光の条件下で撮影した映像信号を、ピーク輝度が100cd/m、かつ、暗室の条件下で見る場合、視環境によって定まる係数C=0.2、視環境によって定まる係数C=0.6、視環境によって定まる係数C=−0.1、視環境によって定まる係数C=0.02、視環境によって定まる係数C=0.2となる。なお、視環境によって定まる係数C〜Cは、上記値に限定されない。 Here, the coefficients C 1 to C 5 determined by the visual environment may be determined as follows. The result of color conversion processing of a video signal using the CIECAM02 model is compared with the result of color conversion processing of the video signal by the video signal processing apparatus 1, and the result is determined by the viewing environment so that the color appearances of the two results are substantially equal. The values of the coefficients C 1 to C 5 are changed. For example, when a video signal captured under a peak luminance of 3000 cd / m 2 and room light conditions is viewed under a peak luminance of 100 cd / m 2 and a dark room condition, the coefficient C 1 determined by the viewing environment = 0.2, coefficient C 2 = 0.6 determined by the visual environment, coefficient C 3 = −0.1 determined by the visual environment, coefficient C 4 = 0.02 determined by the visual environment, coefficient C 5 = 0 determined by the visual environment .2. The coefficients C 1 to C 5 determined by the visual environment are not limited to the above values.

色変換後XYZ信号変換手段30は、CIECAM02近似変換手段20によって変換された色変換後視覚RGB信号を、XYZ色空間で表現された色変換後XYZ信号に変換するものである(マトリクス変換)。この場合、色変換後XYZ信号変換手段30は、式(6)を用いて、色変換後視覚RGB信号を色変換後XYZ信号に変換し、色変換後RGB信号変換手段40に出力する。   The post-color conversion XYZ signal conversion means 30 converts the post-color conversion visual RGB signal converted by the CIECAM02 approximate conversion means 20 into a post-color conversion XYZ signal expressed in the XYZ color space (matrix conversion). In this case, the color-converted XYZ signal conversion unit 30 converts the color-converted visual RGB signal into the color-converted XYZ signal using the equation (6), and outputs the converted color-converted visual RGB signal to the color-converted RGB signal conversion unit 40.

但し、式(6)において、X,Y,Zは色変換後XYZ信号、R,G,Bは色変換後視覚RGB信号を表す。 In Equation (6), X, Y, and Z represent XYZ signals after color conversion, and R d , G d , and B d represent visual RGB signals after color conversion.

色変換後RGB信号変換手段40は、色変換後XYZ信号変換手段30によって変換された色変換後XYZ信号を、RGB色空間で表現された色変換後RGB信号に変換するものである(マトリクス変換)。この場合、色変換後RGB信号変換手段40は、式(7)を用いて、色変換後XYZ信号を色変換後RGB信号に変換し、ガンマ補正手段50に出力する。   The post-color conversion RGB signal conversion unit 40 converts the post-color conversion XYZ signal converted by the post-color conversion XYZ signal conversion unit 30 into a post-color conversion RGB signal expressed in the RGB color space (matrix conversion). ). In this case, the RGB signal conversion means 40 after color conversion converts the XYZ signal after color conversion into an RGB signal after color conversion using the equation (7), and outputs it to the gamma correction means 50.

但し、式(7)において、E,E,Eは色変換後RGB信号、X,Y,Zは色変換後XYZ信号を表す。 In Equation (7), E R , E G , and E B represent RGB signals after color conversion, and X, Y, and Z represent XYZ signals after color conversion.

ガンマ補正手段50は、色変換後RGB信号変換手段40によって変換された色変換後RGB信号を、ガンマ補正してガンマ補正後色変換後RGB信号を出力するものである。この場合、ガンマ補正手段50は、式(8)を用いて、色変換後RGB信号をガンマ補正後色変換後RGB信号にガンマ補正する。なお、映像信号処理装置1は、ガンマ補正後色変換後RGB信号を出力することに限定せず、他の色空間で表現された信号を出力しても良い。   The gamma correction unit 50 performs gamma correction on the color-converted RGB signal converted by the color-converted RGB signal conversion unit 40 and outputs the color-converted RGB signal after gamma correction. In this case, the gamma correction means 50 gamma-corrects the color-converted RGB signal to the color-converted RGB signal after gamma correction using Expression (8). Note that the video signal processing apparatus 1 is not limited to outputting the RGB signal after color conversion after gamma correction, and may output a signal expressed in another color space.

但し、式(8)において、E’,E’,E’はガンマ補正後色変換後RGB信号、E,E,Eは色変換後RGB信号を表す。 In Equation (8), E R ′, E G ′, and E B ′ represent RGB signals after color conversion after gamma correction, and E R , E G , and E B represent RGB signals after color conversion.

入出力手段60は、LANポート、ディスプレイ端子等を備え、他のコンピュータ等からの映像信号を逆ガンマ補正手段11に出力すると共に、ガンマ補正手段50からのガンマ補正後色変換後RGB信号を他のコンピュータやディスプレイに出力するものである。なお、図1では、説明の都合上、入出力手段60を一体に表示しているが、個別に構成しても良い。   The input / output unit 60 includes a LAN port, a display terminal, and the like, and outputs a video signal from another computer or the like to the inverse gamma correction unit 11 and other RGB signals after color conversion after gamma correction from the gamma correction unit 50. Output to a computer or display. In FIG. 1, the input / output unit 60 is integrally displayed for convenience of explanation, but may be configured separately.

記憶手段70は、視環境によって定まる係数C〜Cやその他の映像信号処理装置1の動作に必要となるデータを記憶するものである。また、映像信号処理装置1は、映像信号処理装置1を操作するためのキーボードやマウスを備えても良い。 The storage means 70 stores coefficients C 1 to C 5 determined by the visual environment and other data necessary for the operation of the video signal processing apparatus 1. Further, the video signal processing device 1 may include a keyboard and a mouse for operating the video signal processing device 1.

なお、映像信号処理装置1は、ガンマ補正されていないRGB信号が入力される場合、逆ガンマ補正手段11を備えなくとも良い。また、XYZ信号が入力されるのであれば、映像信号処理装置1は、逆ガンマ補正手段11及び色変換前XYZ信号変換手段12を備えなくとも良い。また、色変換前視覚RGB信号(式(4)参照)が入力される場合、映像信号処理装置1は、逆ガンマ補正手段11、色変換前XYZ信号変換手段12及び色変換前RGB信号変換手段13を備えなくとも良い。さらに、HSV信号、YUV信号、L等の他の色空間で表現された信号が映像信号として入力される場合、映像信号処理装置1は、これら他の色空間で表現された信号を色変換前視覚RGB信号に変換する手段を備えても良い。 Note that the video signal processing apparatus 1 may not include the inverse gamma correction unit 11 when an RGB signal that has not been gamma corrected is input. If an XYZ signal is input, the video signal processing apparatus 1 may not include the inverse gamma correction unit 11 and the pre-color conversion XYZ signal conversion unit 12. When a visual RGB signal before color conversion (see Expression (4)) is input, the video signal processing apparatus 1 includes an inverse gamma correction unit 11, an XYZ signal conversion unit 12 before color conversion, and an RGB signal conversion unit before color conversion. 13 may not be provided. Furthermore, when a signal expressed in another color space such as an HSV signal, a YUV signal, or L * a * b * is input as a video signal, the video signal processing apparatus 1 is expressed in these other color spaces. Means for converting the signal into a visual RGB signal before color conversion may be provided.

また、ガンマ補正せずにRGB信号を出力する場合、映像信号処理装置1は、ガンマ補正手段50を備えなくとも良い。また、XYZ信号を出力する場合、映像信号処理装置1は、色変換後RGB信号変換手段40及びガンマ補正手段50を備えなくとも良い。また、色変換処理を行った信号をそのまま出力する場合、映像信号処理装置1は、色変換後XYZ信号変換手段30、色変換後RGB信号変換手段40及びガンマ補正手段50を備えなくとも良い。さらに、色変換処理を行った信号を他の色空間で表現された信号に変換して出力する場合、映像信号処理装置1は、色変換後視覚RGB信号をこれら他の色空間で表現された信号に変換する手段を備えても良い。   Further, when the RGB signal is output without performing the gamma correction, the video signal processing apparatus 1 may not include the gamma correction unit 50. Further, when outputting the XYZ signal, the video signal processing apparatus 1 may not include the post-color conversion RGB signal conversion unit 40 and the gamma correction unit 50. Further, when outputting the signal after the color conversion process as it is, the video signal processing apparatus 1 may not include the post-color conversion XYZ signal conversion unit 30, the post-color conversion RGB signal conversion unit 40, and the gamma correction unit 50. Further, when the signal subjected to the color conversion process is converted into a signal expressed in another color space and output, the video signal processing apparatus 1 displays the color RGB visual RGB signal expressed in these other color spaces. Means for converting into a signal may be provided.

[映像信号処理装置の動作]
図2を参照して、映像信号処理装置の動作について説明する(適宜図1参照)。図2は、図1の映像信号処理装置の動作を示すフローチャートである。まず、映像信号処理装置1は、逆ガンマ補正手段11によって、色変換前RGB信号を逆ガンマ補正して逆ガンマ補正後色変換前RGB信号を出力する(ステップS1)。また、映像信号処理装置1は、色変換前XYZ信号変換手段12によって、逆ガンマ補正後色変換前RGB信号を色変換前XYZ信号に変換(マトリクス変換)する(ステップS2、)。また、映像信号処理装置1は、色変換前RGB信号変換手段13によって、色変換前XYZ信号を色変換前視覚RGB信号に変換(マトリクス変換)する(ステップS3)。さらに、映像信号処理装置1は、CIECAM02近似変換手段20によって、色変換前視覚RGB信号を色変換後視覚RGB信号に変換する(ステップS4)。
[Operation of video signal processor]
The operation of the video signal processing apparatus will be described with reference to FIG. 2 (see FIG. 1 as appropriate). FIG. 2 is a flowchart showing the operation of the video signal processing apparatus of FIG. First, the video signal processing apparatus 1 performs inverse gamma correction on the RGB signal before color conversion by the inverse gamma correction unit 11 and outputs the RGB signal before color conversion after inverse gamma correction (step S1). Further, the video signal processing apparatus 1 converts the RGB signal before color conversion after inverse gamma correction into the XYZ signal before color conversion (matrix conversion) by the XYZ signal conversion means 12 before color conversion (step S2). Further, the video signal processing apparatus 1 converts (matrix conversion) the pre-color conversion XYZ signals into the pre-color conversion visual RGB signals by the pre-color conversion RGB signal conversion means 13 (step S3). Further, the video signal processing apparatus 1 converts the visual RGB signal before color conversion into the visual RGB signal after color conversion by the CIECAM02 approximate conversion means 20 (step S4).

以下、図3を参照して、図2のCIECAM02近似変換処理(ステップS4)の詳細について説明する。図3は、図2のCIECAM02近似変換処理の詳細を示すフローチャートである。まず、映像信号処理装置1は、記憶手段70から視環境によって定まる係数C〜Cを読み出す。そして、映像信号処理装置1は、CIECAM02近似変換手段20が、式(2)を用いて、色変換前の明るさPi、色変換前の色相h及び色変換前の彩度Cを算出する(ステップS41)。 The details of the CIECAM02 approximate conversion process (step S4) in FIG. 2 will be described below with reference to FIG. FIG. 3 is a flowchart showing details of the CIECAM02 approximate conversion process of FIG. First, the video signal processing apparatus 1 reads out the coefficients C 1 to C 5 determined by the viewing environment from the storage unit 70. In the video signal processing apparatus 1, the CIECAM02 approximate conversion unit 20 calculates the brightness P i before color conversion, the hue h before color conversion, and the saturation C before color conversion using Equation (2). (Step S41).

ステップS41に続いて、映像信号処理装置1は、CIECAM02近似変換手段20が、式(2)を用いて、色変換前の明るさに関する係数P及び色変換前の彩度に関する係数Qを算出する(ステップS42)。さらに、映像信号処理装置1は、CIECAM02近似変換手段20が、式(1)を用いて、ステップS3で変換した色変換前視覚RGB信号を、色変換後視覚RGB信号に変換する(ステップS43)。以上のように、映像信号処理装置1は、CIECAM02近似変換処理を3ステップで行う。   Subsequent to step S41, in the video signal processing apparatus 1, the CIECAM02 approximate conversion unit 20 uses the equation (2) to calculate the coefficient P related to brightness before color conversion and the coefficient Q related to saturation before color conversion. (Step S42). Furthermore, in the video signal processing apparatus 1, the CIECAM02 approximate conversion unit 20 converts the visual RGB signal before color conversion converted in step S3 into the visual RGB signal after color conversion, using Expression (1) (step S43). . As described above, the video signal processing apparatus 1 performs the CIECAM02 approximate conversion process in three steps.

図2に戻り、映像信号処理装置1の動作について説明を続ける。図2のステップS4に続いて、映像信号処理装置1は、色変換後XYZ信号変換手段30によって、色変換後視覚RGB信号を色変換後XYZ信号に変換(マトリクス変換)する(ステップS5)。また、映像信号処理装置1は、色変換後RGB信号変換手段40によって、色変換後XYZ信号を色変換後RGB信号に変換(マトリクス変換)する(ステップS6)。さらに、映像信号処理装置1は、ガンマ補正手段50によって、色変換後RGB信号をガンマ補正してガンマ補正後色変換後RGB信号を出力する(ステップS7)。   Returning to FIG. 2, the operation of the video signal processing apparatus 1 will be described. Following step S4 in FIG. 2, the video signal processing apparatus 1 converts the color-converted visual RGB signal into a color-converted XYZ signal (matrix conversion) by the color-converted XYZ signal conversion means 30 (step S5). Further, the video signal processing apparatus 1 converts the color-converted XYZ signals into color-converted RGB signals (matrix conversion) by the color-converted RGB signal conversion means 40 (step S6). Further, the video signal processing apparatus 1 gamma-corrects the color-converted RGB signal by the gamma correction means 50 and outputs the color-converted RGB signal after gamma correction (step S7).

なお、本実施形態において、映像信号処理装置1を独立した装置として説明したが、本発明に係る映像信号処理装置は、ディスプレイ、ビデオ、カメラ等の機器に組み込んでも良い。また、映像信号処理装置1は、一般的なコンピュータを、前記した各手段として機能させるプログラムによって動作させることもできる。このプログラムは、通信回線を介して配布しても良く、CD−ROMやフラッシュメモリ等の記録媒体に書き込んで配布しても良い。   In the present embodiment, the video signal processing apparatus 1 has been described as an independent apparatus. However, the video signal processing apparatus according to the present invention may be incorporated in a device such as a display, a video, or a camera. The video signal processing apparatus 1 can also operate a general computer by a program that functions as each of the above-described means. This program may be distributed via a communication line, or may be distributed by writing in a recording medium such as a CD-ROM or a flash memory.

[比較例]
図4を参照して、CIECAM02モデルによる色変換処理と比べ、映像信号処理装置1でのCIECAM02近似変換処理が如何に簡易であるかについて説明する。図4は、CIECAM02モデルによる色変換処理を示すフローチャートである。以下、CIECAM02モデルによる色変換処理を行う装置を色変換装置と記す。まず、色変換装置は、映像信号処理装置1と同様に、式(3)を用いて、入力されたRGB信号を逆ガンマ補正する(ステップS101)。また、色変換装置は、映像信号処理装置1と同様に、式(4)を用いて、逆ガンマされたRGB信号をXYZ信号に変換(マトリクス変換)する(ステップS102)。さらに、色変換装置は、映像信号処理装置1と同様に、式(5)を用いて、XYZ信号をRGB信号に変換(マトリクス変換)する(ステップS103)。
[Comparative example]
With reference to FIG. 4, how simple the CIECAM02 approximate conversion process in the video signal processing apparatus 1 is compared with the color conversion process based on the CIECAM02 model will be described. FIG. 4 is a flowchart showing color conversion processing based on the CIECAM02 model. Hereinafter, an apparatus that performs color conversion processing using the CIECAM02 model is referred to as a color conversion apparatus. First, similarly to the video signal processing apparatus 1, the color conversion apparatus performs inverse gamma correction on the input RGB signal using Expression (3) (step S101). Similarly to the video signal processing device 1, the color conversion device converts the inverse-gamma RGB signal into an XYZ signal (matrix conversion) using Equation (4) (step S102). Further, the color conversion apparatus converts the XYZ signal into an RGB signal (matrix conversion) using Expression (5), similarly to the video signal processing apparatus 1 (step S103).

ここで、色変換装置は、後記するステップS104〜ステップS117で、CIECAM02モデルを用いた色変換処理を行う。色変換装置は、式(101)によって、順応係数D算出する(ステップS104)。   Here, the color conversion apparatus performs color conversion processing using the CIECAM02 model in steps S104 to S117 described later. The color conversion apparatus calculates an adaptation coefficient D by the equation (101) (step S104).

但し、式(101)において、Dは順応係数、Fは観視条件による係数、Lはピーク輝度を表す。 However, in the formula (101), D is adaptation coefficient, F is the coefficient by forceps conditions, L A represents a peak intensity.

ステップS104に続いて、色変換装置は、式(102)によって、重み付けした色順応後のRGB信号を算出する(ステップS105)。   Subsequent to step S104, the color conversion apparatus calculates a weighted RGB signal after chromatic adaptation according to equation (102) (step S105).

但し、式(102)において、R,G,Bは重み付けした色順応後のRGB信号、R,G,Bは視覚RGB信号、Dは順応係数、R,G,Bは基準白色でのRGB信号、Yは基準白色での輝度を表す。 In Equation (102), R C , G C and B C are weighted RGB signals after chromatic adaptation, R, G and B are visual RGB signals, D is an adaptation coefficient, and R W , G W and B W are RGB signal at the reference white, Y W represents luminance of the reference white.

ステップS105に続いて、色変換装置は、式(103)によって、所定の係数k等を算出する(ステップS106)。   Subsequent to step S105, the color conversion apparatus calculates a predetermined coefficient k and the like according to equation (103) (step S106).

但し、式(103)において、k,F,n,Nbb,Ncb,zは所定の係数、Yは背景輝度、Yは基準白色での輝度、Lはピーク輝度を表す。 However, represented in formula (103), k, F L , n, N bb, N cb, z is predetermined coefficient, Y b is the background luminance, Y W is the luminance of the reference white, a L A peak luminance.

ステップS106に続いて、色変換装置は、式(104)によって、重み付けした色順応後のRGB信号をHPE色空間で表現されたRGB信号に変換する(ステップS107)。   Subsequent to step S106, the color conversion apparatus converts the weighted RGB signal after chromatic adaptation into an RGB signal expressed in the HPE color space according to equation (104) (step S107).

但し、式(104)において、R’,G’,B’はHPE色空間で表現されたRGB信号、R,G,Bは重み付けした色順応後のRGB信号を表す。 In Equation (104), R ′, G ′, and B ′ represent RGB signals expressed in the HPE color space, and R C , G C , and B C represent weighted RGB signals after chromatic adaptation.

ステップS107に続いて、色変換装置は、式(105)によって、HPE色空間で表現されたRGB信号をPost−adaptation−non−linear圧縮する(ステップS108)。   Subsequent to Step S107, the color conversion apparatus performs Post-adaptation-non-linear compression on the RGB signal expressed in the HPE color space by Expression (105) (Step S108).

但し、式(105)において、R’,G’,B’は圧縮されたRGB信号、R’,G’,B’はHPE色空間で表現されたRGB信号、Fは所定の係数を表す。 However, in the formula (105), R a ', G a', B a 'RGB signals compressed, R', G ', B ' is RGB signal represented by HPE color space, F L is the predetermined Represents a coefficient.

ステップS108に続いて、色変換装置は、式(106)によって、所定の係数a,b等を算出する(ステップS109)。   Subsequent to step S108, the color conversion apparatus calculates predetermined coefficients a, b, and the like according to equation (106) (step S109).

但し、式(106)において、a,b,e,h,hは所定の係数、R’,G’,B’は圧縮されたRGB信号を表す。 However, represented in formula (106), a, b, e t, h, h r are predetermined coefficients, the R a ', G a', B a 'RGB signals compressed.

ステップS110では、色変換装置は、式(107)によって、無彩色応答Aを算出する。また、色変換装置は、式(108)によって、明度J(白に対する明るさ)を算出する。   In step S110, the color conversion apparatus calculates an achromatic color response A according to equation (107). Further, the color conversion apparatus calculates the lightness J (brightness with respect to white) according to the equation (108).

但し、式(107)において、Aは無彩色応答、R’,G’,B’は圧縮されたRGB信号、Nbbは所定の係数を表す。 In equation (107), A represents an achromatic response, R a ′, G a ′, and B a ′ represent compressed RGB signals, and N bb represents a predetermined coefficient.

但し、式(108)において、Jは明度、Aは無彩色応答、Aは基準白色での無彩色応答、a,b,e,N,Ncbは所定の係数、R’,G’,B’は圧縮されたRGB信号を表す。 However, in the formula (108), J is the lightness, A is achromatic response, achromatic response in A W is the reference white, a, b, e t, N c, N cb is predetermined coefficient, R a ', G a ′ and B a ′ represent compressed RGB signals.

また、ステップS110では、色変換装置は、式(109)によって、明るさQ(光量の多さに関する視覚度)を算出する。さらに、色変換装置は、式(110)によって、彩度Mを算出する。   In step S110, the color conversion apparatus calculates brightness Q (visual degree related to a large amount of light) by Expression (109). Further, the color conversion apparatus calculates the saturation M by the equation (110).

但し、式(109)において、Qは明るさ、Cは彩度、Aは無彩色応答、Aは基準白色での無彩色応答、Jは明度を表す。 However, in the formula (109), Q is the brightness, C is chroma, A is achromatic response, A W achromatic response in reference white, J represents lightness.

但し、Mは視覚による彩度、Cは彩度、Fは所定の係数を表す。 However, M is a visual saturation, C is a saturation, and FL is a predetermined coefficient.

また、ステップS110では、色変換装置は、表1及び式(111)によって、h<h<hi+1の関係を満たすように所定の係数i等を算出する。さらに、色変換装置は、式(112)によって、色相Hを算出する(ステップS110)。 In step S110, the color conversion apparatus calculates a predetermined coefficient i and the like so as to satisfy the relationship of h i <h <h i + 1 according to Table 1 and Expression (111). Further, the color conversion apparatus calculates the hue H according to the equation (112) (step S110).

但し、式(111)において、h,hは所定の係数を表す。 However, in formula (111), h and h 1 represent predetermined coefficients.

但し、式(112)において、Hは色相、e,e,h,hは所定の係数を表す。 However, in the formula (112), H is the hue, e, e t, h, h i denotes a predetermined coefficient.

また、ステップS111〜ステップS117のそれぞれでは、色変換装置は、式(101)〜式(112)の逆変換処理を行う。また、色変換装置は、映像信号処理装置1と同様に、式(6)を用いて、RGB信号をXYZ信号に変換(マトリクス変換)する(ステップS118)。また、色変換装置は、映像信号処理装置1と同様に、式(7)を用いて、XYZ信号をRGB信号に変換(マトリクス変換)する(ステップS119)。さらに、色変換装置は、映像信号処理装置1と同様に、式(8)を用いて、RGB信号をガンマ補正する(ステップS120)。   In each of Steps S111 to S117, the color conversion apparatus performs inverse conversion processing of Expressions (101) to (112). Similarly to the video signal processing apparatus 1, the color conversion apparatus converts RGB signals into XYZ signals (matrix conversion) using Expression (6) (step S118). Similarly to the video signal processing apparatus 1, the color conversion apparatus converts the XYZ signal into an RGB signal (matrix conversion) using Expression (7) (step S119). Further, the color conversion device performs gamma correction on the RGB signals using the equation (8), similarly to the video signal processing device 1 (step S120).

以上、色変換装置は、ステップS104〜ステップS117(計14ステップ)の演算によってCIECAM02モデルでの色変換処理を実現する。図4に示すように、CIECAM02モデルでの色変換処理は、非常に複雑であり、これを実現する色変換装置には、高い性能が要求され、演算時間も長くなる。一方、図1の映像信号処理装置1は、図3に示すように、ステップS41〜ステップS43(計3ステップ)で、色信号の変換を可能とする。このように、映像信号処理装置1は、その計算量が色変換装置の計算量の1/4以下であり、演算時間を短縮できると共に簡易な構成とすることが可能となる。   As described above, the color conversion apparatus realizes the color conversion processing in the CIECAM02 model by the calculation of Step S104 to Step S117 (14 steps in total). As shown in FIG. 4, the color conversion processing in the CIECAM02 model is very complicated, and a color conversion device that realizes this requires high performance and a long calculation time. On the other hand, as shown in FIG. 3, the video signal processing apparatus 1 in FIG. 1 enables color signal conversion in steps S41 to S43 (3 steps in total). As described above, the amount of calculation of the video signal processing device 1 is ¼ or less of the amount of calculation of the color conversion device, so that the calculation time can be shortened and the configuration can be simplified.

また、図5を参照して、CIECAM02モデルによる色変換処理の結果と本発明に係る映像信号処理装置で色変換処理の結果を例示して説明する。図5(a)は色変換処理を行う前の映像(原映像)であり、図5(b)はその原映像をCIECAM02モデルで色変換処理を行った後の映像であり、図5(c)はその原映像を本発明に係る映像信号処理装置で色変換処理を行った後の映像である。図5(b)及び図5(c)に示すように、同じ映像を、映像信号処理装置1で色変換処理を行った場合と色変換装置で色変換処理を行った場合とで見比べても、肉眼では、両映像の見えの差異を判別することができない。   In addition, with reference to FIG. 5, the result of the color conversion processing by the CIECAM02 model and the result of the color conversion processing by the video signal processing apparatus according to the present invention will be exemplified and described. FIG. 5A shows a video (original video) before color conversion processing, and FIG. 5B shows a video after the original video has been subjected to color conversion processing using the CIECAM02 model. ) Is an image after the original image is color-converted by the image signal processing apparatus according to the present invention. As shown in FIG. 5B and FIG. 5C, even if the same video is compared with the case where the color conversion processing is performed by the video signal processing device 1 and when the color conversion processing is performed by the color conversion device, The visual difference between the two images cannot be discriminated with the naked eye.

本発明の本実施形態に係る映像信号処理装置のブロック図である。1 is a block diagram of a video signal processing apparatus according to an embodiment of the present invention. 図1の映像信号処理装置の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the video signal processing apparatus of FIG. 図2のCIECAM02近似変換処理の詳細を示すフローチャートである。It is a flowchart which shows the detail of the CIECAM02 approximate conversion process of FIG. CIECAM02モデルによる色変換処理を示すフローチャートである。It is a flowchart which shows the color conversion process by a CIECAM02 model. (a)は色変換処理を行う前の映像(原映像)であり、(b)はその原映像をCIECAM02モデルで色変換処理を行った後の映像であり、(c)はその原映像を本発明に係る映像信号処理装置で色変換処理を行った後の映像である。(A) is an image (original image) before color conversion processing, (b) is an image after color conversion processing is performed on the original image using the CIECAM02 model, and (c) is the original image. It is the image | video after performing the color conversion process with the video signal processing apparatus which concerns on this invention.

符号の説明Explanation of symbols

1 映像信号処理装置
10 映像信号変換手段
11 逆ガンマ補正手段
12 色変換前XYZ信号変換手段
13 色変換前RGB信号変換手段
20 CIECAM02近似変換手段
30 色変換後XYZ信号変換手段
40 色変換後RGB信号変換手段
50 ガンマ補正手段
60 入出力インターフェース
70 記憶手段
DESCRIPTION OF SYMBOLS 1 Video signal processing apparatus 10 Video signal conversion means 11 Reverse gamma correction means 12 XYZ signal conversion means before color conversion 13 RGB signal conversion means before color conversion 20 CIECAM02 approximate conversion means 30 XYZ signal conversion means after color conversion 40 RGB signal after color conversion Conversion means 50 Gamma correction means 60 Input / output interface 70 Storage means

Claims (5)

RGB色空間で表現された色変換前視覚RGB信号を人間の視覚感度に沿った色信号に変換する映像信号処理装置において、
前記色変換前視覚RGB信号を、CIECAM02近似式としての式(1)によって、RGB色空間で表現された色変換後視覚RGB信号に変換するCIECAM02近似変換手段、
を備えることを特徴とする映像信号処理装置。
但し、式(1)において、R,G,Bは前記色変換前視覚RGB信号、R,G,Bは前記色変換後視覚RGB信号、Pは色変換前の明るさに関する係数、Qは色変換前の彩度に関する係数を表す。
In a video signal processing apparatus for converting a visual RGB signal before color conversion expressed in an RGB color space into a color signal in accordance with human visual sensitivity,
CIECAM02 approximate conversion means for converting the visual RGB signal before color conversion into a visual RGB signal after color conversion expressed in the RGB color space according to the expression (1) as a CIECAM02 approximate expression;
A video signal processing apparatus comprising:
In Equation (1), R i , G i , B i are the visual RGB signals before color conversion, R d , G d , B d are the visual RGB signals after color conversion, and P is the brightness before color conversion. , Q represents a coefficient related to saturation before color conversion.
前記CIECAM02近似変換手段は、前記色変換前の明るさに関する係数P及び前記色変換前の彩度に関する係数Qを、式(2)を用いて算出することを特徴とする請求項1に記載の映像信号処理装置。
但し、式(2)において、Piは色変換前の明るさ、Pi-maxは色変換前の明るさの最大値、C〜Cは視環境によって定まる係数、hは色変換前の色相、Cは色変換前の彩度を表す。
2. The CIECAM02 approximate conversion unit calculates a coefficient P related to brightness before the color conversion and a coefficient Q related to saturation before the color conversion using Expression (2). Video signal processing device.
In Equation (2), P i is the brightness before color conversion, P i-max is the maximum brightness before color conversion, C 1 to C 5 are coefficients determined by the viewing environment, and h is the color before color conversion. , C represents the saturation before color conversion.
外部から入力された色変換前RGB信号を、逆ガンマ補正して逆ガンマ補正後色変換前RGB信号を出力する逆ガンマ補正手段と、
前記逆ガンマ補正手段によって逆ガンマ補正された前記逆ガンマ補正後色変換前RGB信号を、XYZ色空間で表現された色変換前XYZ信号に変換する色変換前XYZ信号変換手段と、
前記色変換前XYZ信号変換手段によって変換された前記色変換前XYZ信号を、前記色変換前視覚RGB信号に変換して前記CIECAM02近似変換手段に出力する色変換前RGB信号変換手段と、
前記CIECAM02近似変換手段によって変換された前記色変換後視覚RGB信号を、XYZ色空間で表現された色変換後XYZ信号に変換する色変換後XYZ信号変換手段と、
前記色変換後XYZ信号変換手段によって変換された前記色変換後XYZ信号を、RGB色空間で表現された色変換後RGB信号に変換する色変換後RGB信号変換手段と、
前記色変換後RGB信号変換手段によって変換された前記色変換後RGB信号を、ガンマ補正してガンマ補正後色変換後RGB信号を出力するガンマ補正手段と、
をさらに備えることを特徴とする請求項1又は2に記載の映像信号処理装置。
A reverse gamma correction means for performing reverse gamma correction on an externally input RGB signal before color conversion and outputting an RGB signal before color conversion after reverse gamma correction;
XYZ signal conversion means before color conversion for converting the RGB signal before color conversion after the inverse gamma correction subjected to the inverse gamma correction by the inverse gamma correction means into an XYZ signal before color conversion expressed in an XYZ color space;
Pre-color conversion RGB signal conversion means for converting the pre-color conversion XYZ signal converted by the pre-color conversion XYZ signal conversion means into the pre-color conversion visual RGB signal and outputting it to the CIECAM02 approximate conversion means;
A post-color-conversion XYZ signal conversion unit that converts the post-color-conversion visual RGB signal converted by the CIECAM02 approximation conversion unit into a post-color conversion XYZ signal expressed in an XYZ color space;
A post-color-converted RGB signal converting means for converting the post-color-converted XYZ signal converted by the post-color-converted XYZ signal converting means into a post-color-converted RGB signal expressed in an RGB color space;
Gamma correction means for gamma-correcting the color-converted RGB signal converted by the color-converted RGB signal conversion means to output a color-converted RGB signal after gamma correction;
The video signal processing apparatus according to claim 1, further comprising:
RGB色空間で表現された色変換前視覚RGB信号を人間の視覚感度に沿った色信号に変換する映像信号処理装置において、
前記色変換前視覚RGB信号を、CIECAM02近似式としての式(1)によって、RGB色空間で表現された色変換後視覚RGB信号に変換するCIECAM02近似変換ステップ、
を備えることを特徴とする映像信号処理方法。
但し、式(1)において、R,G,Bは前記色変換前視覚RGB信号、R,G,Bは前記色変換後視覚RGB信号、Pは色変換前の明るさに関する係数、Qは色変換前の彩度に関する係数を表す。
In a video signal processing apparatus for converting a visual RGB signal before color conversion expressed in an RGB color space into a color signal in accordance with human visual sensitivity,
A CIECAM02 approximate conversion step of converting the visual RGB signal before color conversion into a visual RGB signal after color conversion expressed in the RGB color space according to Equation (1) as a CIECAM02 approximate equation;
A video signal processing method comprising:
In Equation (1), R i , G i , B i are the visual RGB signals before color conversion, R d , G d , B d are the visual RGB signals after color conversion, and P is the brightness before color conversion. , Q represents a coefficient related to saturation before color conversion.
RGB色空間で表現された色変換前視覚RGB信号を人間の視覚感度に沿った色信号に変換するために、コンピュータを、
前記色変換前視覚RGB信号を、CIECAM02近似式としての式(1)によって、RGB色空間で表現された色変換後視覚RGB信号に変換するCIECAM02近似変換手段、
として機能させることを特徴とする映像信号処理プログラム。
但し、式(1)において、R,G,Bは前記色変換前視覚RGB信号、R,G,Bは前記色変換後視覚RGB信号、Pは色変換前の明るさに関する係数、Qは色変換前の彩度に関する係数を表す。
In order to convert the visual RGB signal before color conversion expressed in the RGB color space into a color signal in accordance with human visual sensitivity,
CIECAM02 approximate conversion means for converting the visual RGB signal before color conversion into a visual RGB signal after color conversion expressed in the RGB color space according to the expression (1) as a CIECAM02 approximate expression;
A video signal processing program characterized by functioning as
In Equation (1), R i , G i , B i are the visual RGB signals before color conversion, R d , G d , B d are the visual RGB signals after color conversion, and P is the brightness before color conversion. , Q represents a coefficient related to saturation before color conversion.
JP2007259855A 2007-10-03 2007-10-03 Video signal processing apparatus, method and program thereof Expired - Fee Related JP4989401B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007259855A JP4989401B2 (en) 2007-10-03 2007-10-03 Video signal processing apparatus, method and program thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007259855A JP4989401B2 (en) 2007-10-03 2007-10-03 Video signal processing apparatus, method and program thereof

Publications (2)

Publication Number Publication Date
JP2009089319A JP2009089319A (en) 2009-04-23
JP4989401B2 true JP4989401B2 (en) 2012-08-01

Family

ID=40662057

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007259855A Expired - Fee Related JP4989401B2 (en) 2007-10-03 2007-10-03 Video signal processing apparatus, method and program thereof

Country Status (1)

Country Link
JP (1) JP4989401B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015127680A (en) * 2013-12-27 2015-07-09 スリーエム イノベイティブ プロパティズ カンパニー Measuring device, system and program

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4883007B2 (en) * 2005-07-12 2012-02-22 株式会社ニコン Image processing apparatus, image processing program, and image processing method

Also Published As

Publication number Publication date
JP2009089319A (en) 2009-04-23

Similar Documents

Publication Publication Date Title
US10535125B2 (en) Dynamic global tone mapping with integrated 3D color look-up table
JP5481021B2 (en) Heterogeneous color gamut mapping method and apparatus
JP5141557B2 (en) Image processing method, image processing program, image processing apparatus, camera
JP2005210526A (en) Image processing apparatus, method, and program, image pickup device, and image data outputting method and program
JP2005210370A (en) Image processor, photographic device, image processing method, image processing program
JP5195430B2 (en) Image processing method, image processing program, image processing apparatus, camera
JP2007081586A (en) Image processing unit and image processing method, program thereof, and recording medium
JP2008099288A (en) Apparatus and method for calibrating gray data
US20120057785A1 (en) Method and system to modify a color lookup table
US20170359488A1 (en) 3D Color Mapping and Tuning in an Image Processing Pipeline
JP2011013889A (en) Image processor, image processing method, and electronic camera
JP2005210495A (en) Image processing apparatus, method, and program
JP4730837B2 (en) Image processing method, image processing apparatus, program, and recording medium
JP5664261B2 (en) Image processing apparatus and image processing program
JP5127638B2 (en) Image processing apparatus and method
US20170180694A1 (en) Method of encoding raw color coordinates provided by a camera representing colors of a scene having two different illuminations
JP2002109523A (en) Image pickup device, optical filter group, and image data converter
JP4989401B2 (en) Video signal processing apparatus, method and program thereof
JP2009071618A (en) Image processor, image processing method and program, and recording medium
JP2007312313A (en) Image processor, image processing method and program
JP2014222823A (en) Image processing apparatus and image processing method
JP2006238335A (en) Information processing method
Wen Color management for future video Systems
KR100993284B1 (en) Method for improving image using color appearance models and device thereof
JP5321110B2 (en) Image processing method, image processing program, image processing apparatus, and camera

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100310

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120322

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120427

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150511

Year of fee payment: 3

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees