JP2004165765A - Image processing apparatus and means - Google Patents

Image processing apparatus and means Download PDF

Info

Publication number
JP2004165765A
JP2004165765A JP2002326427A JP2002326427A JP2004165765A JP 2004165765 A JP2004165765 A JP 2004165765A JP 2002326427 A JP2002326427 A JP 2002326427A JP 2002326427 A JP2002326427 A JP 2002326427A JP 2004165765 A JP2004165765 A JP 2004165765A
Authority
JP
Japan
Prior art keywords
saturation
processing apparatus
image processing
color space
image
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP2002326427A
Other languages
Japanese (ja)
Inventor
Mitsuru Uratani
充 浦谷
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 JP2002326427A priority Critical patent/JP2004165765A/en
Publication of JP2004165765A publication Critical patent/JP2004165765A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To provide an image processing apparatus and means for applying preferable saturation correction to a received digital image signal. <P>SOLUTION: The image processing means having a means for receiving a color image includes a means for converting the received image signal into a color space of luminance / color difference or luminance / hue / saturation to calculate saturation in an image processing process after the reception and is characterized in that the saturation of the image is corrected by applying an arbitrary function to the calculated saturation. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は画像処理方法に係わり、特に原画像に対して彩度の補正を行う方法に関する。
【0002】
【従来の技術】
従来の画像処理系では、入力された画像の彩度を補正したい場合、彩度に一律の係数を適用することによって対処してきた。
【0003】
【発明が解決しようとする課題】
しかしながら、上記従来の処理では画像全体に対して一定の効果が与えられるため、デジタルカメラやスキャナ等のCCDから入力された画像の暗部ノイズや、既に彩度を強調されている部分の彩度も強調されてしまうこともあり、好ましく彩度を補正することができなかった。
【0004】
【課題を解決するための手段】
上記の問題を解決するための手段として、本発明では入力された画像から算出した彩度に対して、ルックアップテーブル等の任意の関数を適用することによって処理を行う。
【0005】
このようにすることによって、彩度を細かくコントロールする補正処理を容易に実現することができる。
【0006】
【発明の実施の形態】
以下、発明の実施の形態を、具体例を用いて詳細に説明する。
【0007】
この例における画像処理装置では、入力画像信号がRGBの輝度データで、彩度を算出するために色空間をHSLに変換し、彩度Sに対して明度Lに応じたルックアップテーブルを適用し彩度S′を導くことによって補正を行うものとする。
【0008】
(従来の実施形態)
図1に従来の画像処理装置を示す。
【0009】
この装置は画像入力部3、画像出力部4、画像バッファ5、補正処理部7、色空間変換部8から構成される。
【0010】
<説明>
画像入力部3は、入力画像信号1を読み込んで、画像バッファ5に書き込む。
【0011】
画像出力部4は、画像バッファ5に格納されている画像信号を出力画像信号2として出力する。
【0012】
画像バッファ5は、画像データを保持している。
【0013】
補正処理部7は、入力画像信号の補正処理を行う。
【0014】
色空間変換部8は、入力画像信号の色空間をRGBからHSLまたはHSLからRGBに変換する。
【0015】
<従来の補正方法>
図2に従来の画像処理装置における画像処理部のフローチャートを示す。
【0016】
S101において、画像入力部3は入力画像信号1を読み込み、画像バッファ5に格納する。
【0017】
S102において、彩度補正部6は画像バッファ5に格納された入力画像信号の彩度を補正する。
【0018】
S103において、画像出力部4は画像バッファ5の内容を、出力画像信号2として出力する。
【0019】
<彩度補正部>
図3に従来の画像処理装置における彩度補正部6のフローチャートを示す。
【0020】
S201において、補正処理部7は画像バッファ5に格納された入力画像信号を1画素分取り出す。
【0021】
S202において、色空間変換部8はS201で読み込んだデータの色空間をRGBからHSLに変換し、当該画素の彩度Sを算出する。
【0022】
S203において、補正処理部7は予め決めておいた補正係数をS202で算出した彩度に適用し彩度S′を導く。
【0023】
S204において、色空間変換部8はS203で得られた彩度S′を用いて当該画素の色空間をHSLからRGBに戻す。
【0024】
S205において、補正処理部7は補正されたデータを画像バッファ5に格納する。
【0025】
上記S201〜S205を画像の全画素に適用するまで繰り返す。
【0026】
(本発明の実施形態)
図4に本発明の画像処理装置を示す。
【0027】
この装置は画像入力部3、画像出力部4、画像バッファ5、補正処理部7、色空間変換部8、ルックアップテーブル保持部9から構成される。
【0028】
<説明>
画像入力部3は、入力画像信号1を読み込んで、画像バッファ5に書き込む。
【0029】
画像出力部4は、画像バッファ5に格納されている画像信号を出力画像信号2として出力する。
【0030】
画像バッファ5は、画像データを保持している。
【0031】
補正処理部7は、入力画像信号の補正処理を行う。
【0032】
色空間変換部8は、入力画像信号の色空間をRGBからHSLまたはHSLからRGBに変換する。
【0033】
ルックアップテーブル保持部9は、ルックアップテーブルを保持している。
【0034】
<本発明での補正方法>
図5に本発明の画像処理装置における画像処理部のフローチャートを示す。
【0035】
S301において、画像入力部3は入力画像信号1を読み込み、画像バッファ5に格納する。
【0036】
S302において、彩度補正部2(10)は画像バッファ5に格納された入力画像信号の彩度を補正する。
【0037】
S303において、画像出力部4は画像バッファ5の内容を、出力画像信号2として出力する。
【0038】
<彩度補正部2>
図6に本発明の画像処理装置における彩度補正部2(10)のフローチャートと示す。
【0039】
S401において、補正処理部7は画像バッファ5に格納された入力画像信号を1画素分取り出す。
【0040】
S402において、色空間変換部8はS401で読み込んだデータの色空間をRGBからHSLに変換し、当該画素の明度Lと彩度Sを算出する。
【0041】
S403において、補正処理部7はS402で算出された明度に対応したルックアップテーブルをルックアップテーブル保持部9から選出する。
【0042】
S404において、補正処理部7はS403で選出されたルックアップテーブルをS202で算出した彩度Sに適用し彩度S′を導く。
【0043】
S405において、色空間変換部8はS404で得られた彩度S′を用いて当該画素の色空間をHSLからRGBに戻す。
【0044】
S406において、補正処理部7は補正されたデータを画像バッファ5に格納する。
【0045】
上記S401〜S406を画像の全画素に適用するまで繰り返す。
【0046】
<ルックアップテーブル>
彩度を任意の関数によって細かく調整できるようになると、その関数により様々な効果を与えることができる。以下に示すのはその一例である。
【0047】
図7に本発明の画像処理装置におけるルックアップテーブルの例を示す。
【0048】
この例では明度Lを3つのエリアに分割し、それぞれのエリア毎に彩度Sに適用するためのルックアップテーブルを用意している。つまり、明度Lが0〜40%の時はLUT−1を適用し、40〜70%の時はLUT−2を適用し、70〜100%の時はLUT−3を適用する。
【0049】
このルックアップテーブルは、基本的には対象画像における彩度Sを強調することを目的としているが、高彩度の部分はあまり彩度を強調しすぎると不自然になるため、逆に彩度を下げるようにしている。また、人間の視覚特性は暗部やグレー近傍(低彩度部)の色を現実より低彩度に感じる傾向があるので、明度の高くないエリアの低彩度部も彩度を下げるようなルックアップテーブルになっている。
【0050】
このように、彩度をただ強調するだけでなく、エリアによっては下げることができるため、効果的な補正を行うことができるようになるのである。
【0051】
(他の実施例)
<入力機器の設定毎の処理変更>
画像信号は入力機器が同じ場合でも、その設定によって得られる画像の傾向が異なっている。例としては、スキャナの読みとり時の設定による違いや、デジタルカメラの機種の違いによる傾向の違い等である。
【0052】
そのため、上記実施例では1セットのルックアップテーブルを保持していたが、特定の入力機器の設定毎にルックアップテーブルを用意して適用することによって、各機種毎の補正処理を最適化する事が可能である。
【0053】
<記憶色モデルに沿った彩度補正>
人間には「記憶色」と呼ばれる、色の特徴的な部分を強調して記憶する傾向がある事が知られているが、最近では色相や青空・夕焼け・新緑などのオブジェクトによって強調のされ方が違うこともわかってきている。本発明の補正方法を用いれば、色相又は画像から認識されたオブジェクト毎に任意の関数を適用することができ、好ましい補正処理を簡便に行うことが可能である。
【0054】
【発明の効果】
以上説明したように本発明によれば、彩度に任意の関数を適用して補正することにより、好ましい補正処理を容易に実現することが可能となる。
【0055】
また、JPEGやTIFF等の画像ファイルの色空間として使用されているYCbCrやYC1C2を使用することができる事から、色空間変換を省くことによる処理時間の短縮等によって、処理の効率化を図ることが可能となる。
【0056】
さらに、ルックアップテーブルは原画像の傾向によらず一定であることから、原画像の傾向に依存しない結果を得ることができるため、様々な画像を一括して自動的に補正するような処理において、安定した結果を得ることができる。
【図面の簡単な説明】
【図1】従来の画像処理装置。
【図2】従来の画像処理装置における画像処理部のフローチャート。
【図3】従来の画像処理装置における彩度補正部のフローチャート。
【図4】本発明の画像処理装置。
【図5】本発明の画像処理装置における画像処理部のフローチャート。
【図6】本発明の画像処理装置における彩度補正部2のフローチャート。
【図7】本発明におけるルックアップテーブルの例。
【符号の説明】
1 入力画像信号
2 出力画像信号
3 画像入力部
4 画像出力部
5 画像バッファ
6 彩度補正部
7 補正処理部
8 色空間変換部
9 ルックアップテーブル保持部
10 彩度補正部2
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to an image processing method, and more particularly, to a method for performing saturation correction on an original image.
[0002]
[Prior art]
In a conventional image processing system, when it is desired to correct the saturation of an input image, it has been dealt with by applying a uniform coefficient to the saturation.
[0003]
[Problems to be solved by the invention]
However, in the above-described conventional processing, since a certain effect is given to the entire image, the dark part noise of the image input from the CCD such as a digital camera or a scanner, and the saturation of the part where the saturation is already emphasized are also reduced. The color was sometimes emphasized, and the saturation could not be corrected preferably.
[0004]
[Means for Solving the Problems]
As means for solving the above problem, in the present invention, processing is performed by applying an arbitrary function such as a lookup table to the saturation calculated from the input image.
[0005]
By doing so, it is possible to easily realize a correction process for finely controlling the saturation.
[0006]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the invention will be described in detail using specific examples.
[0007]
In the image processing apparatus in this example, the input image signal is RGB luminance data, the color space is converted into HSL in order to calculate saturation, and a lookup table corresponding to lightness L is applied to saturation S. The correction is performed by deriving the saturation S '.
[0008]
(Conventional embodiment)
FIG. 1 shows a conventional image processing apparatus.
[0009]
This device includes an image input unit 3, an image output unit 4, an image buffer 5, a correction processing unit 7, and a color space conversion unit 8.
[0010]
<Description>
The image input unit 3 reads the input image signal 1 and writes it into the image buffer 5.
[0011]
The image output unit 4 outputs the image signal stored in the image buffer 5 as the output image signal 2.
[0012]
The image buffer 5 holds image data.
[0013]
The correction processing unit 7 performs a correction process on the input image signal.
[0014]
The color space conversion unit 8 converts the color space of the input image signal from RGB to HSL or from HSL to RGB.
[0015]
<Conventional correction method>
FIG. 2 shows a flowchart of the image processing unit in the conventional image processing apparatus.
[0016]
In step S101, the image input unit 3 reads the input image signal 1 and stores it in the image buffer 5.
[0017]
In S102, the saturation correction unit 6 corrects the saturation of the input image signal stored in the image buffer 5.
[0018]
In S103, the image output unit 4 outputs the contents of the image buffer 5 as the output image signal 2.
[0019]
<Saturation correction unit>
FIG. 3 shows a flowchart of the saturation correction section 6 in the conventional image processing apparatus.
[0020]
In step S201, the correction processing unit 7 extracts one pixel of the input image signal stored in the image buffer 5.
[0021]
In S202, the color space conversion unit 8 converts the color space of the data read in S201 from RGB to HSL, and calculates the saturation S of the pixel.
[0022]
In S203, the correction processing unit 7 applies a predetermined correction coefficient to the saturation calculated in S202 to derive the saturation S '.
[0023]
In S204, the color space conversion unit 8 returns the color space of the pixel from HSL to RGB using the saturation S ′ obtained in S203.
[0024]
In S205, the correction processing unit 7 stores the corrected data in the image buffer 5.
[0025]
The above steps S201 to S205 are repeated until it is applied to all the pixels of the image.
[0026]
(Embodiment of the present invention)
FIG. 4 shows an image processing apparatus of the present invention.
[0027]
This device includes an image input unit 3, an image output unit 4, an image buffer 5, a correction processing unit 7, a color space conversion unit 8, and a lookup table holding unit 9.
[0028]
<Description>
The image input unit 3 reads the input image signal 1 and writes it into the image buffer 5.
[0029]
The image output unit 4 outputs the image signal stored in the image buffer 5 as the output image signal 2.
[0030]
The image buffer 5 holds image data.
[0031]
The correction processing unit 7 performs a correction process on the input image signal.
[0032]
The color space conversion unit 8 converts the color space of the input image signal from RGB to HSL or from HSL to RGB.
[0033]
The look-up table holding unit 9 holds a look-up table.
[0034]
<Correction method in the present invention>
FIG. 5 shows a flowchart of the image processing unit in the image processing apparatus of the present invention.
[0035]
In step S301, the image input unit 3 reads the input image signal 1 and stores it in the image buffer 5.
[0036]
In S302, the saturation correction unit 2 (10) corrects the saturation of the input image signal stored in the image buffer 5.
[0037]
In S303, the image output unit 4 outputs the contents of the image buffer 5 as the output image signal 2.
[0038]
<Saturation correction unit 2>
FIG. 6 shows a flowchart of the saturation correction section 2 (10) in the image processing apparatus of the present invention.
[0039]
In step S401, the correction processing unit 7 extracts one pixel of the input image signal stored in the image buffer 5.
[0040]
In S402, the color space conversion unit 8 converts the color space of the data read in S401 from RGB to HSL, and calculates lightness L and chroma S of the pixel.
[0041]
In S403, the correction processing unit 7 selects a lookup table corresponding to the brightness calculated in S402 from the lookup table holding unit 9.
[0042]
In S404, the correction processing unit 7 applies the lookup table selected in S403 to the saturation S calculated in S202 to derive the saturation S '.
[0043]
In S405, the color space conversion unit 8 returns the color space of the pixel from HSL to RGB using the saturation S ′ obtained in S404.
[0044]
In S406, the correction processing unit 7 stores the corrected data in the image buffer 5.
[0045]
The above steps S401 to S406 are repeated until they are applied to all pixels of the image.
[0046]
<Lookup table>
When the saturation can be finely adjusted by an arbitrary function, various effects can be given by the function. The following is an example.
[0047]
FIG. 7 shows an example of a look-up table in the image processing apparatus of the present invention.
[0048]
In this example, the brightness L is divided into three areas, and a look-up table for applying the saturation S to each area is prepared. That is, LUT-1 is applied when the brightness L is 0 to 40%, LUT-2 is applied when the brightness L is 40 to 70%, and LUT-3 is applied when the brightness L is 70 to 100%.
[0049]
This look-up table is basically intended to enhance the saturation S in the target image, but the high-saturation part becomes unnatural if the saturation is emphasized too much. Like that. Also, since human visual characteristics tend to feel darker areas and colors near gray (lower saturation areas) with lower saturation than in reality, low-saturation areas in areas where brightness is not high also have lower saturation. It is an up table.
[0050]
In this manner, the saturation can be lowered not only in the area but also in some areas, so that effective correction can be performed.
[0051]
(Other embodiments)
<Change processing for each input device setting>
Image signals differ in the tendency of the obtained image depending on the setting even when the input device is the same. For example, there are differences due to settings at the time of reading by the scanner, differences in tendency due to differences in the type of digital camera, and the like.
[0052]
Therefore, in the above-described embodiment, one set of lookup tables is held. However, by preparing and applying a lookup table for each setting of a specific input device, it is possible to optimize the correction processing for each model. Is possible.
[0053]
<Saturation correction according to memory color model>
It is known that humans tend to memorize by emphasizing characteristic features of colors called "memory colors", but recently, the emphasis is on objects such as hue, blue sky, sunset, and fresh green. It's becoming clear that they are different. According to the correction method of the present invention, an arbitrary function can be applied to each object recognized from a hue or an image, and preferable correction processing can be easily performed.
[0054]
【The invention's effect】
As described above, according to the present invention, it is possible to easily realize a preferable correction process by performing correction by applying an arbitrary function to saturation.
[0055]
Further, since YCbCr or YC1C2 used as a color space of an image file such as JPEG or TIFF can be used, processing efficiency can be improved by shortening processing time by eliminating color space conversion. Becomes possible.
[0056]
Further, since the lookup table is constant regardless of the tendency of the original image, a result independent of the tendency of the original image can be obtained. , And stable results can be obtained.
[Brief description of the drawings]
FIG. 1 shows a conventional image processing apparatus.
FIG. 2 is a flowchart of an image processing unit in a conventional image processing apparatus.
FIG. 3 is a flowchart of a saturation correction unit in a conventional image processing apparatus.
FIG. 4 is an image processing apparatus according to the present invention.
FIG. 5 is a flowchart of an image processing unit in the image processing apparatus of the present invention.
FIG. 6 is a flowchart of the saturation correction unit 2 in the image processing apparatus of the present invention.
FIG. 7 is an example of a lookup table according to the present invention.
[Explanation of symbols]
REFERENCE SIGNS LIST 1 input image signal 2 output image signal 3 image input unit 4 image output unit 5 image buffer 6 saturation correction unit 7 correction processing unit 8 color space conversion unit 9 lookup table holding unit 10 saturation correction unit 2

Claims (20)

画像信号入力手段と、入力された画像信号から彩度を算出する手段を有し、算出した彩度に対して任意の関数を適用する事によって画像の彩度を補正する事を特徴とする画像処理装置及び諸方法。An image having image signal input means and means for calculating saturation from an input image signal, and correcting the saturation of the image by applying an arbitrary function to the calculated saturation. Processing equipment and methods. 請求項1において、彩度を算出するために、入力された画像信号を輝度・色差の色空間又は、輝度・色相・彩度の色空間に変換して彩度を算出する事を特徴とする画像処理装置及び諸方法。2. The method according to claim 1, wherein, in order to calculate the saturation, the input image signal is converted into a luminance / color difference color space or a luminance / hue / chroma color space to calculate the saturation. Image processing apparatus and various methods. 請求項2において、彩度を算出するための色空間として、L*a*b*に変換する手段を持つ事を特徴とする画像処理装置及び諸方法。3. An image processing apparatus and method according to claim 2, further comprising means for converting into L * a * b * as a color space for calculating saturation. 請求項2において、彩度を算出するための色空間として、YCbCrに変換する手段を持つ事を特徴とする画像処理装置及び諸方法。3. An image processing apparatus and method according to claim 2, further comprising means for converting the color space into a color space for calculating saturation into YCbCr. 請求項2において、彩度を算出するための色空間として、YC1C2に変換する手段を持つ事を特徴とする画像処理装置及び諸方法。3. An image processing apparatus and method according to claim 2, further comprising means for converting the color space into a color space for calculating saturation into YC1C2. 請求項2において、彩度を算出するための色空間として、L*u*v*に変換する手段を持つ事を特徴とする画像処理装置及び諸方法。3. An image processing apparatus and method according to claim 2, further comprising means for converting the color space into L * u * v * as a color space for calculating saturation. 請求項2において、彩度を算出するための色空間として、Y1Qに変換する手段を持つ事を特徴とする画像処理装置及び諸方法。3. The image processing apparatus and method according to claim 2, further comprising means for converting the color space into Y1Q as a color space for calculating saturation. 請求項2において、彩度を算出するための色空間として、HS1に変換する手段を持つ事を特徴とする画像処理装置及び諸方法。3. An image processing apparatus and method according to claim 2, further comprising means for converting to HS1 as a color space for calculating saturation. 請求項2において、彩度を算出するための色空間として、HSLに変換する手段を持つ事を特徴とする画像処理装置及び諸方法。3. An image processing apparatus and method according to claim 2, further comprising means for converting the color space into an HSL as a color space for calculating the saturation. 請求項2において、彩度を算出するための色空間として、HSVに変換する手段を持つ事を特徴とする画像処理装置及び諸方法。3. An image processing apparatus and method according to claim 2, further comprising means for converting to HSV as a color space for calculating saturation. 請求項2において、彩度を算出するための色空間として、HSBに変換する手段を持つ事を特徴とする画像処理装置及び諸方法。3. An image processing apparatus and method according to claim 2, further comprising means for converting the color space into HSB as a color space for calculating saturation. 請求項1において、彩度に適用する任意の関数として、ルックアップテーブルを使用する手段を持つ事を特徴とする画像処理装置及び諸方法。2. The image processing apparatus and method according to claim 1, further comprising means for using a look-up table as an arbitrary function applied to saturation. 請求項1において、彩度に適用する任意の関数として、多次元の多項式を使用する手段を持つ事を特徴とする画像処理装置及び諸方法。2. The image processing apparatus and method according to claim 1, further comprising means for using a multidimensional polynomial as an arbitrary function applied to saturation. 請求項1において、彩度に適用する任意の関数を、明度によって変化させる手段を持つ事を特徴とする画像処理装置及び諸方法。2. An image processing apparatus and method according to claim 1, further comprising means for changing an arbitrary function applied to saturation depending on lightness. 請求項1において、彩度に適用する任意の関数を、色相によって変化させる手段を持つ事を特徴とする画像処理装置及び諸方法。2. An image processing apparatus and method according to claim 1, further comprising means for changing an arbitrary function applied to saturation depending on hue. 請求項1において、彩度に適用する任意の関数を、画像から認識したオブジェクトによって変化させる手段を持つ事を特徴とする画像処理装置及び諸方法。2. An image processing apparatus and method according to claim 1, further comprising means for changing an arbitrary function to be applied to saturation according to an object recognized from the image. 請求項1において、彩度に適用する任意の関数を、入力手段によって変化させる手段を持つ事を特徴とする画像処理装置及び諸方法。2. An image processing apparatus and method according to claim 1, further comprising means for changing an arbitrary function applied to the saturation by an input means. 請求項1において、デジタルカメラからの入力手段を持つことを特徴とする画像処理装置及び諸方法。2. The image processing apparatus and method according to claim 1, further comprising input means from a digital camera. 請求項1において、スキャナからの入力手段を持つことを特徴とする画像処理装置及び諸方法。2. The image processing apparatus according to claim 1, further comprising an input unit from a scanner. 請求項1において、汎用的な記録媒体(例えば、フロッピー(登録商標)ディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM、CD−R、磁気テープ、不揮発性のメモリーカード)からの入力手段を持つことを特徴とする画像変換装置及び諸方法。The input means from a general-purpose recording medium (for example, a floppy (registered trademark) disk, a hard disk, an optical disk, a magneto-optical disk, a CD-ROM, a CD-R, a magnetic tape, a nonvolatile memory card) according to claim 1. An image conversion apparatus and various methods characterized by having.
JP2002326427A 2002-11-11 2002-11-11 Image processing apparatus and means Withdrawn JP2004165765A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002326427A JP2004165765A (en) 2002-11-11 2002-11-11 Image processing apparatus and means

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002326427A JP2004165765A (en) 2002-11-11 2002-11-11 Image processing apparatus and means

Publications (1)

Publication Number Publication Date
JP2004165765A true JP2004165765A (en) 2004-06-10

Family

ID=32805339

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002326427A Withdrawn JP2004165765A (en) 2002-11-11 2002-11-11 Image processing apparatus and means

Country Status (1)

Country Link
JP (1) JP2004165765A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010283599A (en) * 2009-06-04 2010-12-16 Ricoh Co Ltd Image processor and color conversion table generating method
JP2013211662A (en) * 2012-03-30 2013-10-10 Eizo Corp Gradation correction apparatus or method thereof

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010283599A (en) * 2009-06-04 2010-12-16 Ricoh Co Ltd Image processor and color conversion table generating method
JP2013211662A (en) * 2012-03-30 2013-10-10 Eizo Corp Gradation correction apparatus or method thereof

Similar Documents

Publication Publication Date Title
JP4040625B2 (en) Image processing apparatus, printer apparatus, photographing apparatus, and television receiver
US10019785B2 (en) Method of processing high dynamic range images using dynamic metadata
KR100455495B1 (en) Level compression of a color video signal that does not affect the color tone of the image represented by the color video signal
US8199227B2 (en) Image-signal processing apparatus for performing space-variant image-signal processing
JP3668014B2 (en) Image processing method and apparatus
US7358988B1 (en) Image signal processor for performing image processing appropriate for an output device and method therefor
KR100782826B1 (en) Image capture device and method, and recording medium storing program for performing the method
JP5014099B2 (en) Imaging apparatus and control method thereof
EP2426928A2 (en) Image processing apparatus, image processing method and program
US6563602B1 (en) Image processing apparatus and method, and recording medium
WO2015119271A1 (en) Image processing device, imaging device, image processing method, computer-processable non-temporary storage medium
US7889280B2 (en) Image processing apparatus and method thereof
JP4274383B2 (en) Image processing device
US20050207642A1 (en) Image processing method and apparatus, program, and storage medium
JPH1042150A (en) Image processing unit, its method and memory readable by computer
KR20050057261A (en) Method of signal reconstruction, imaging device and computer program product
WO2004088993A1 (en) Imaging device
KR100595251B1 (en) Color reproduction apparatus and method for display
JP2004165765A (en) Image processing apparatus and means
JP2005204229A (en) Image processing apparatus, image processing method, and image processing program
JP4052001B2 (en) Image processing apparatus and method, recording medium, and program
JP4240261B2 (en) Image processing apparatus and method, and recording medium
JP5340456B2 (en) IMAGING DEVICE, ITS CONTROL METHOD, PROGRAM, AND STORAGE MEDIUM
JP3344010B2 (en) Saturation correction device
JPH0837603A (en) Image processing device/method

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