JPH10134173A - Generation and process of image data - Google Patents

Generation and process of image data

Info

Publication number
JPH10134173A
JPH10134173A JP9274016A JP27401697A JPH10134173A JP H10134173 A JPH10134173 A JP H10134173A JP 9274016 A JP9274016 A JP 9274016A JP 27401697 A JP27401697 A JP 27401697A JP H10134173 A JPH10134173 A JP H10134173A
Authority
JP
Japan
Prior art keywords
pixel
color
max
image
pixels
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.)
Pending
Application number
JP9274016A
Other languages
Japanese (ja)
Inventor
David Bergman Lawrence
ローレンス・デーヴィッド・バーグマン
Alan Gass John
ジョン・アラン・ガース
Timothy Robinson John
ジョン・ティモシー・ロビンソン
Ellen Rogovits Bernice
バーニス・エレン・ロゴヴィッツ
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.)
International Business Machines Corp
Original Assignee
International Business Machines 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 International Business Machines Corp filed Critical International Business Machines Corp
Publication of JPH10134173A publication Critical patent/JPH10134173A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T9/00Image coding
    • G06T9/005Statistical coding, e.g. Huffman, run length coding

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Image Processing (AREA)
  • Color Image Communication Systems (AREA)
  • Facsimile Image Signal Circuits (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

PROBLEM TO BE SOLVED: To represent both low-space-resolution information and highspace- resolution information in a single image by representing the low-space-resolution information by color variation and the highspace-resolution information by lunminance variation. SOLUTION: To discriminate, label, or feature various areas of an image for perceptual processing by a human visual sensation system, pixels to be changed in an image are determined (step 200). Then a new color to be given to those pixels is also determined (step 202). Then the color of proper pixels is changed to the new color and pixel data are changed so as to scale the luminance with a uniform coefficient (step 204). At this time, the system use an RGB formula as to the new color and proper values of red, green, and blue of the new color needed to generate proper pixel luminance of each pixel are calculated. Consequently, the high-space-resolution information shown in the form of luminance variation can be held.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ディジタル化画像
を表すデータの処理の分野に関する。本発明は、共通の
主題に関係する高空間解像度情報と低空間解像度情報の
両方を同時に表す画像の提供という問題に対処する。
[0001] The present invention relates to the field of processing data representing digitized images. The present invention addresses the problem of providing images that simultaneously represent both high and low spatial resolution information related to a common subject.

【0002】[0002]

【従来の技術】ディジタル化画像とは、ディジタル・デ
ータ・フォーマットで表された画像である。一般に、デ
ィジタル化画像は「ラスタ化」または「ビット・マッ
プ」フォーマットで表され、画像の各ピクセルの値はデ
ータ内でそのフォーマットで個別に表される。モノクロ
画像の場合、各ピクセルは、黒(輝度なし)から白(最
大輝度)までの範囲のグレイ・スケールでその輝度を示
すデータによって表すことができる。したがって、典型
的なモノクロ画像データ・ファイルは、各ピクセルごと
に1バイトずつ含み、各ピクセルごとに256通りの輝
度値からなる範囲を提供することができる。「カラー」
画像の場合、各ピクセルは、そのそれぞれの赤、緑、青
(RGB)の各成分の値を示すデータによって表すこと
ができる。たとえば、画像は、各ピクセルのRGB成分
のそれぞれについて1バイトずつ含む「24ビット」デ
ータ・フォーマットで表し、その結果、1600万通り
を上回るピクセル値からなる範囲を提供することができ
る。RGB画像のグレイ・スケール・ピクセルは、通
常、赤、緑、青の値が等しいことを特徴とする。
2. Description of the Related Art A digitized image is an image represented in a digital data format. Generally, a digitized image is represented in a "rasterized" or "bit map" format, and the value of each pixel of the image is individually represented in the data in that format. In the case of a monochrome image, each pixel can be represented by data indicating its luminance on a gray scale ranging from black (no luminance) to white (maximum luminance). Thus, a typical monochrome image data file can include one byte for each pixel, providing a range of 256 brightness values for each pixel. "Color"
In the case of an image, each pixel can be represented by data indicating the value of its respective red, green, blue (RGB) component. For example, the image may be represented in a "24-bit" data format that includes one byte for each of the RGB components of each pixel, thereby providing a range of over 16 million pixel values. Gray scale pixels in an RGB image are typically characterized by equal red, green, and blue values.

【0003】また、カラー画像のピクセルは、その色
相、彩度、明度(HSV)の各成分を表すデータを特徴
とする場合もある。HSVシステムおよび同様の表現シ
ステムでは、色相成分がピクセルのカラーを示し、彩度
成分がピクセルのカラーとグレイスケール値の相対量を
示し、明度成分がピクセルの輝度または明度の強さを示
す。RGBピクセル表現をそれと同等のHSV表現に変
換するための様々な公式が知られている。
A pixel of a color image may be characterized by data representing its hue, saturation, and brightness (HSV) components. In HSV systems and similar rendering systems, the hue component indicates the color of the pixel, the chroma component indicates the relative amount of the pixel's color and grayscale value, and the lightness component indicates the intensity or brightness of the pixel. Various formulas are known for converting an RGB pixel representation to an equivalent HSV representation.

【0004】カラー画像を表すために必要なデータの量
を低減することが望ましい場合、画像のピクセルはカラ
ー・マップに関連するデータによって表すことができ
る。たとえば、24ビット・カラーで表された画像につ
いて検討する。画像の各ピクセルは1600万通りを上
回る値のいずれか1つを持つことができるが、このカラ
ー範囲は各ピクセルごとに3バイトの記憶域を必要とす
る。しかし、既知のプロセスを使用すると、より少ない
数のカラーでも画像のカラーを最もよく表すと判断する
ように画像のピクセルのヒストグラムを構築することが
でき、このようなカラーのみを含むカラー・マップを構
築することができる。その後、カラー・マップのカラー
のみを含む変更画像を構築することができる。この変更
画像は、カラー・テーブルの形式で格納されたカラー・
マップの項目への参照の形式でピクセル・データとして
表すことができる。したがって、カラー・マップが25
6色のカラーを含む場合、画像の各ピクセルは、3バイ
トのRGB表現としてではなく、カラー・テーブル内の
項目への単一バイト参照として表すことができる。
If it is desired to reduce the amount of data required to represent a color image, the pixels of the image can be represented by data associated with a color map. For example, consider an image represented in 24-bit color. Each pixel of the image can have any one of more than 16 million possible values, but this color gamut requires 3 bytes of storage for each pixel. However, using known processes, it is possible to construct a histogram of the pixels of an image such that a smaller number of colors best represent the colors of the image, and a color map containing only those colors can be constructed. Can be built. Thereafter, a modified image containing only the colors of the color map can be constructed. This modified image is a color image stored in the form of a color table.
It can be represented as pixel data in the form of a reference to an item on the map. Therefore, if the color map is 25
When including six colors, each pixel of the image can be represented as a single byte reference to an entry in the color table, rather than as a three byte RGB representation.

【0005】プリンタやビデオ・ディスプレイなどの既
知の表示装置上で表示可能なカラーは、そのダイナミッ
ク・レンジ、すなわち、各カラーの最大潜在輝度が変化
する。1つのカラーのダイナミック・レンジは、ある程
度は表示装置によって決まる。RGB画像の1つのピク
セルの輝度を決定するために通常使用する1つの近似値
は、L=0.3(R)+0.6(G)+0.1(B)と
いう公式によって表される。この近似値では、画像の緑
の成分Gの方が赤の成分Rより高い輝度をもたらし、青
の成分Bよりかなり高い輝度をもたらすことが分かるだ
ろう。また、ディスプレイ・スペクトルの緑の範囲内の
カラーがそのスペクトルの赤の範囲内のカラーのダイナ
ミック・レンジの約2倍になり、そのスペクトルの青の
範囲内のカラーのダイナミック・レンジの約6倍になる
ことは、この近似値から推論可能である。
The colors that can be displayed on known display devices, such as printers and video displays, vary in their dynamic range, ie, the maximum potential brightness of each color. The dynamic range of a color is determined in part by the display device. One approximation commonly used to determine the brightness of one pixel of an RGB image is described by the formula L = 0.3 (R) +0.6 (G) +0.1 (B). It will be seen that, with this approximation, the green component G of the image provides a higher luminance than the red component R and significantly higher luminance than the blue component B. Also, the colors in the green range of the display spectrum are about twice the dynamic range of the colors in the red range of the spectrum, and about six times the dynamic range of the colors in the blue range of the spectrum. Can be inferred from this approximation.

【0006】ディジタル化画像の処理については、1組
の高空間解像度情報、たとえば、陸塊の地理的特徴と、
第1の組の情報に関係する1組の低空間解像度情報、た
とえば、所与の温度を有する陸塊の地域の両方を表す画
像を提供することが望ましい場合があることが分かって
いる。このような画像を提供するための現在の方法は、
第1の組の情報から作成された画像を提供することと、
次に画像の複数領域を第2の組の情報から作成された表
現と置き換えることを含む。したがって、上記の例を使
用すると、地理的特徴の画像を地理データから生成する
ことができる。その後、所与の範囲内の温度を有する地
域は、関心のある温度領域を示す表現、たとえば、均一
カラーによって画像内で置き換えることができる。現在
の技術では、コンピュータ・システムのユーザは、マウ
スなどのポインティング・デバイスの使用により、変更
すべき画像の領域を定義することができ、マウスの動き
は変更すべき領域の境界を示す。
For the processing of digitized images, a set of high spatial resolution information, eg, geographic features of land masses,
It has been found that it may be desirable to provide a set of low spatial resolution information related to the first set of information, for example, images representing both regions of the land mass having a given temperature. Current methods for providing such images are:
Providing an image created from the first set of information;
Then, replacing multiple regions of the image with a representation created from the second set of information. Thus, using the above example, an image of a geographic feature can be generated from the geographic data. Thereafter, areas having a temperature within a given range can be replaced in the image by a representation indicating a temperature region of interest, for example, a uniform color. In current technology, a user of a computer system can define the area of the image to be changed by using a pointing device such as a mouse, and the movement of the mouse indicates the boundary of the area to be changed.

【0007】[0007]

【発明が解決しようとする課題】本出願人の認識によれ
ば、共通の主題に関係する1組の高空間解像度情報と1
組の低空間解像度情報の両方を表す画像を提供するため
のディジタル画像処理の現在の慣行では、視聴者の生理
的な属性に応じて情報を伝達するように画像の特性を最
適化することができない。カラー変化として提示される
視覚情報を受容するマグノセルラー経路(Magnocellula
r pathway)は、視覚情報の空間解像度(すなわち、細
部)が増すにつれて、その受容性が低下することは、神
経生理学の分野では既知のことである。したがって、視
覚情報が非常に詳細になると、画像カラーの変化によっ
て情報の変化を表現してもますます効果的ではなくな
る。しかし、パーボセルラー経路(parvocellular path
way)は、空間解像度が高い場合でも輝度の変化を受容
する。その結果、本出願人は、非常に詳細な情報は輝度
の変化によって提示することが好ましいと判断した。し
たがって、本発明は、一般的には、低空間解像度情報が
カラーの変化によって提示され、高空間解像度情報が輝
度の変化によって提示されるような、関係のある複数組
の情報の同時視覚表現を含む。
SUMMARY OF THE INVENTION Applicants have recognized that a set of high spatial resolution information and a set of high spatial resolution information related to a common subject matter.
The current practice of digital image processing to provide images that represent both sets of low spatial resolution information is to optimize the characteristics of the images to convey information according to the physiological attributes of the viewer. Can not. Magnocellula pathway that accepts visual information presented as color changes
It is well known in the art of neurophysiology that the receptivity of the visual information decreases as the spatial resolution (ie, detail) of the visual information increases. Thus, when the visual information becomes very detailed, it becomes less and more effective to express the change in information by changing the color of the image. However, the parvocellular path
way) accepts changes in luminance even when the spatial resolution is high. As a result, the applicant has determined that it is preferable to present very detailed information by a change in luminance. Thus, the present invention generally provides a simultaneous visual representation of multiple sets of related information, such that low spatial resolution information is presented by color changes and high spatial resolution information is presented by luminance changes. Including.

【0008】[0008]

【課題を解決するための手段】本発明を使用する方法を
例示するため、陸塊の非常に詳細な地理的特徴を表す第
1の組の情報と、陸塊におけるあまり詳細ではない表面
温度勾配を表す第2の組の情報とから画像を生成するこ
とが必要である場合について検討する。現在の技術によ
れば、2つの画像が生成される。第1の画像は地理情報
を提示する。第2の画像は、温度を表すためのカラーで
置き換えられたセクションを備えた地形画像を含む。こ
れらの画像は、視聴者が比較できるように並べて置かれ
る。
SUMMARY OF THE INVENTION To illustrate a method of using the present invention, a first set of information describing very detailed geographic features of a land mass and a less detailed surface temperature gradient in the mass. Let us consider the case where it is necessary to generate an image from the second set of information representing According to current technology, two images are generated. The first image presents geographic information. The second image includes a terrain image with sections replaced by colors to represent temperature. These images are placed side by side so that the viewer can compare them.

【0009】対照的に、本発明では、高空間解像度情報
と低空間解像度情報の同時表現を単一画像で提供する画
像を生成することにより、既知の方法技術を改善する。
本発明では、コンピュータ生成画像の個々のピクセル
は、カラーと輝度という2つの成分からなる値を有する
ものとして扱われる。カラー値はピクセルの色相と彩度
を表し、輝度値はピクセルの知覚される明るさを表す。
一般に、本発明の目的は、カラー変化によって低空間解
像度情報を表し、輝度変化によって高空間解像度情報を
表すことによって達成される。対応する低空間解像度情
報に応じて高空間解像度画像データを変更するために本
発明を実施する場合、このプロセスは「カラーウォッシ
ュ」と呼ぶこともある。
[0009] In contrast, the present invention improves upon known method techniques by generating an image that provides a simultaneous representation of high spatial resolution information and low spatial resolution information in a single image.
In the present invention, each pixel of a computer-generated image is treated as having a value consisting of two components, color and luminance. The color value represents the hue and saturation of the pixel, and the luminance value represents the perceived brightness of the pixel.
In general, the objects of the invention are achieved by representing low spatial resolution information by color change and high spatial resolution information by luminance change. When practicing the present invention to modify high spatial resolution image data in response to corresponding low spatial resolution information, this process is sometimes referred to as a "color wash".

【0010】本発明は、様々な応用例および実施例で使
用することができる。高空間解像度情報を24ビット・
カラーで表す画像について検討する。本発明によれば、
関係のある1組の低空間解像度情報から得られる、関心
のある領域内のピクセルは、カラー変化によって低空間
解像度情報を表すように、ただし、高空間解像度情報を
表す相対輝度コントラストを保持するように再定義され
る。相対輝度コントラストは、いくつかの方法で保存す
ることができる。たとえば、選択したカラーのダイナミ
ック・レンジが許すならば、ピクセルの輝度値を同様に
保存することができる。あるいは、画像の元の表現の相
対輝度コントラストを保存するように、ただし、選択し
たカラーの完全ダイナミック・レンジに及ぶように、領
域内のピクセルの輝度値をスケーリングすることができ
る。しかし、選択したカラーのダイナミック・レンジが
関心のある領域内または画像全体のピクセルのダイナミ
ック・レンジより小さい場合、選択されたダイナミック
・レンジと一致するように、まず、関心のある領域また
は画像全体のいずれかのピクセルの輝度をスケーリング
することができる。あるいは、選択したカラーを有する
ように、しかも元の表現画像からの輝度に比例する輝度
を有するように、関心のある領域のピクセルを再定義す
ることができる。複数の領域および複数のカラーについ
ても同様にこれらの方法を使用することができる。しか
し、いずれの場合も、画像全体にわたって同じダイナミ
ック・レンジを使用することが好ましい。したがって、
画像のダイナミック・レンジが最小ダイナミック・レン
ジを有する選択したカラーのダイナミック・レンジと一
致するように、画像全体の各ピクセルの輝度値をスケー
リングすることが必要な場合がしばしばある。
The present invention can be used in various applications and embodiments. 24-bit high spatial resolution information
Consider images represented in color. According to the present invention,
Pixels in the region of interest resulting from a set of related low spatial resolution information are represented by the color change to represent the low spatial resolution information, but retain the relative luminance contrast representing the high spatial resolution information. Is redefined. Relative luminance contrast can be stored in several ways. For example, if the dynamic range of the selected color allows, the luminance values of the pixels can be saved as well. Alternatively, the luminance values of the pixels in the region can be scaled to preserve the relative luminance contrast of the original representation of the image, but to span the full dynamic range of the selected color. However, if the dynamic range of the selected color is less than the dynamic range of the pixels in the region of interest or of the entire image, then first the area of interest or the entire image should be matched to match the selected dynamic range. The intensity of any pixel can be scaled. Alternatively, the pixels of the region of interest can be redefined to have a selected color, and have a luminance proportional to the luminance from the original representation image. These methods can be used for multiple regions and multiple colors as well. However, in each case, it is preferable to use the same dynamic range throughout the image. Therefore,
It is often necessary to scale the luminance value of each pixel in the entire image so that the dynamic range of the image matches the dynamic range of the selected color having the smallest dynamic range.

【0011】したがって、本発明は、画像を表すデータ
を処理するための方法で実施することができる。第1の
実施例では、この方法は、一般的に、画像の変更すべき
ピクセルと、それらの変更予定カラーとを決定すること
と、これらのピクセルを選択したカラーに変更するよう
に、しかも画像の元の表現の輝度に比例する輝度を有す
るように画像データを変更することとを含む。この方法
は、そのカラーの最大輝度を決定することをさらに含む
ことができる。選択したカラーのダイナミック・レンジ
が十分である場合、そのピクセルには画像の元の表現と
同じ輝度を与えることができる。あるいは、選択したカ
ラーのダイナミック・レンジ内の最高輝度が変更したピ
クセル間の最高輝度または画像全体の最高輝度のいずれ
かに比例するように、変更したピクセルの輝度をスケー
リングすることができる。選択したカラーのダイナミッ
ク・レンジが変更すべき領域または画像全体のいずれか
のダイナミック・レンジより小さい場合、選択したカラ
ーのダイナミック・レンジと一致するように、変更すべ
きピクセルまたは画像全体をそれぞれスケーリングする
ことによって画像を最初に変更することができる。本発
明の同様の実施例では、この方法を実行するための手段
と、この方法を実行するようにコンピュータをプログラ
ミングするためのコンピュータ・プログラム製品手段と
を含むことができる。
Thus, the present invention can be implemented in a method for processing data representing an image. In a first embodiment, the method generally comprises determining the pixels to be changed in the image and their expected colors, changing the pixels to a selected color, and Altering the image data to have a luminance proportional to the luminance of the original representation of. The method can further include determining a maximum luminance for the color. If the dynamic range of the selected color is sufficient, the pixel can be given the same brightness as the original representation of the image. Alternatively, the brightness of the changed pixels can be scaled such that the highest brightness within the dynamic range of the selected color is proportional to either the highest brightness between the changed pixels or the highest brightness of the entire image. If the dynamic range of the selected color is smaller than the dynamic range of either the area to be changed or the entire image, scale the pixel or the entire image to be changed, respectively, to match the dynamic range of the selected color This allows the image to be changed first. In a similar embodiment of the invention, means for performing the method and computer program product means for programming a computer to perform the method may be included.

【0012】本発明は、画像データを処理するための第
2の代替方法でさらに実施することができ、この方法
は、複数のカラー変更を同時に実行するように最適化さ
れ、画像の未変更部分のダイナミック・レンジが画像の
変更部分のダイナミック・レンジを超えないような最終
画像を生成するようにさらに最適化することができる。
この方法は、一般的に、画像の変更すべきピクセルと、
それらの複数の変更予定カラーとを決定することと、こ
れらのカラーのそれぞれの最大輝度を決定することと、
これらの最大輝度の最小値を決定することとを含む。そ
の後、画像の元の表現の最大ピクセル輝度を決定し、こ
れが最大カラー輝度の最小値より大きい場合、最小ダイ
ナミック・レンジを有する変更カラーのダイナミック・
レンジと等しい新しいダイナミック・レンジを有するよ
うにその画像を比例してスケーリングする。次に、画像
の適切なピクセルをそれぞれの新しいカラーに変更し、
比例した輝度を割り当てる。各ピクセルの輝度は、カラ
ー変更前の輝度に等しくすることができ、あるいはそれ
が変更されるカラーの完全ダイナミック・レンジを使用
するようにスケーリングすることができる。本発明の同
様の実施例では、この方法を実行するための手段と、こ
の方法を実行するようにコンピュータをプログラミング
するためのコンピュータ・プログラム製品手段とを含む
ことができる。
[0012] The present invention can be further implemented in a second alternative method for processing image data, the method being optimized to perform multiple color changes simultaneously, and to the unaltered portion of the image. Can be further optimized to produce a final image such that the dynamic range of the image does not exceed the dynamic range of the changed portion of the image.
This method generally involves changing which pixels of the image
Determining the plurality of colors to be changed, determining the maximum brightness of each of these colors,
Determining the minimum of these maximum luminances. Thereafter, the maximum pixel intensity of the original representation of the image is determined, and if this is greater than the minimum of the maximum color intensity, the dynamic color of the changed color having the minimum dynamic range is determined.
The image is scaled proportionally to have a new dynamic range equal to the range. Then change the appropriate pixels in the image to each new color,
Assign proportional brightness. The brightness of each pixel can be equal to the brightness before the color change, or it can be scaled to use the full dynamic range of the color being changed. In a similar embodiment of the invention, means for performing the method and computer program product means for programming a computer to perform the method may be included.

【0013】[0013]

【発明の実施の形態】本発明は、一般的に、画像データ
を生成し処理するためのシステム、方法、および製品を
含む。図1は、本発明を実施可能な画像データを生成し
処理するためのシステム例を一般的な形式で示す。画像
データの生成および処理は、一般にコンピュータ・シス
テム100によって実行される。このシステムは、デー
タ記憶装置102またはカメラのような画像獲得装置1
04のいずれかから画像データを受け取ることができ
る。このシステムは、マウスのような入力装置106に
より入力を受け取り、ビデオ表示端末のような表示装置
108上に画像を表示する。
DETAILED DESCRIPTION OF THE INVENTION The present invention generally includes systems, methods, and products for generating and processing image data. FIG. 1 illustrates, in general form, an example system for generating and processing image data capable of implementing the present invention. Generation and processing of image data is typically performed by computer system 100. The system includes an image acquisition device 1 such as a data storage device 102 or a camera.
04 can receive image data. The system receives input via an input device 106, such as a mouse, and displays an image on a display device 108, such as a video display terminal.

【0014】コンピュータ・システム100は、様々な
データ、モジュール、プロセス、および入力を含む。コ
ンピュータ・システム100によって実行される画像デ
ータの処理は、カラーウォッシュ・モジュール110に
よって実行される。カラーウォッシュ・モジュール11
0は、システム・ユーザからの入力112、および
「生」データ116または画像データを操作する。画像
データは、画像処理モジュール118によって生成され
る処理済み画像データ・ファイル114として提供する
か、または画像処理モジュール120の直接出力として
提供することができる。カラーウォッシュ・モジュール
は、カラーウォッシュ済み画像データ122を生成す
る。
Computer system 100 includes various data, modules, processes, and inputs. The processing of the image data performed by the computer system 100 is performed by the color wash module 110. Color wash module 11
0 manipulates input 112 from the system user and "raw" data 116 or image data. The image data may be provided as a processed image data file 114 generated by the image processing module 118 or may be provided as a direct output of the image processing module 120. The color wash module generates the color-washed image data 122.

【0015】したがって、本発明は、図1に示すシステ
ムで実施することができる。本発明のこれ以上の開示
は、以下の3つの項に提示する。第1の項では、人間の
視覚系統による知覚処理用に最適化された方法で画像の
各種領域の識別、ラベル付け、または特徴付けを行うた
めにカラーを使用することを目的として、画像データを
処理するための方法を開示する。第2の項では、低空間
解像度情報の提示のためのカラー選択の方法を開示す
る。第3の項では、単一組の高空間解像度情報と複数組
の低空間解像度情報とを表す画像を生成するための方法
を開示する。
Therefore, the present invention can be implemented in the system shown in FIG. Further disclosure of the present invention is presented in the following three sections. In the first section, image data is used to identify, label, or characterize various regions of an image in a manner optimized for perceptual processing by the human visual system. A method for processing is disclosed. The second section discloses a method of color selection for presentation of low spatial resolution information. The third section discloses a method for generating an image representing a single set of high spatial resolution information and multiple sets of low spatial resolution information.

【0016】I. 本発明による画像データの処理 この項では、人間の視覚系統による知覚処理用に最適化
された方法で画像の各種領域の識別、ラベル付け、また
は特徴付けを行うためにカラーを使用することを目的と
した画像データの処理を扱う。
I. Processing Image Data According to the Present Invention This section aims to use color to identify, label, or characterize various regions of an image in a manner optimized for perceptual processing by the human visual system. Handles the processing of image data.

【0017】図2を参照すると、同図は、本発明により
画像データを処理するための図1のような画像処理シス
テム内の処理の流れの第1の例を示す。図2を論じるた
め、問題のデータ処理操作は、単一データ・ファイルに
24ビット・フォーマットで格納された高空間解像度情
報を表す画像の処理を含むものと想定することができ
る。しかし、この方法は、たとえば、各ピクセルの赤、
緑、青の成分をそれぞれ含む3通りの個別ファイルに格
納されたデータまたはHSVフォーマットで格納された
データなど、ラスタ化データのその他の格納形式にも同
様に適用可能である。
Referring to FIG. 2, there is shown a first example of a processing flow in an image processing system such as FIG. 1 for processing image data according to the present invention. For the purpose of discussing FIG. 2, it can be assumed that the data processing operation in question involves processing images representing high spatial resolution information stored in a single data file in a 24-bit format. However, this method, for example, has a red
The present invention can be similarly applied to other storage formats of rasterized data, such as data stored in three individual files including green and blue components, or data stored in the HSV format.

【0018】図2に示す方法は、本発明により画像デー
タについて実行可能な第1のタイプの操作を表す。具体
的には、この操作は、カラーリング後の領域内の各ピク
セルの輝度値がカラーリング前の輝度値と同じになるよ
うに画像の1つの領域にカラーを割り当てることを含
む。ただし、この操作は、モノクロ画像の1つの領域に
カラーを割り当てることまたはカラー画像の1つの領域
をモノクロにすることによって実施可能であることに留
意されたい。
The method illustrated in FIG. 2 represents a first type of operation that can be performed on image data according to the present invention. Specifically, this operation involves assigning a color to one region of the image such that the luminance value of each pixel in the region after coloring is the same as the luminance value before coloring. However, it should be noted that this operation can be performed by assigning a color to one area of the monochrome image or making one area of the color image monochrome.

【0019】具体的に図2を参照すると、200では、
画像の変更すべきピクセルをまず決定する。このような
ピクセルの決定は様々な方法で行うことができる。たと
えば、システムのユーザは、マウスなどの入力装置を使
用して変更すべき領域を示すことができる。次に、示し
た領域内に入るピクセルを決定するために既知のプロセ
スを呼び出すことができる。あるいは、その画像に関連
する低空間解像度情報を含む第2のデータ・ファイルを
参照することができる。たとえば、特定の範囲内の温度
を示すために、画像に表された領域に関する温度データ
を格納する第2のファイルを参照して、変更すべき画像
の領域を決定することができる。
Referring specifically to FIG. 2, at 200,
First, the pixels to be changed in the image are determined. Such a determination of the pixel can be made in various ways. For example, a user of the system can use an input device such as a mouse to indicate the area to be changed. Then, a known process can be invoked to determine the pixels that fall within the indicated area. Alternatively, a second data file containing low spatial resolution information associated with the image can be referenced. For example, an area of the image to be changed can be determined with reference to a second file that stores temperature data for the area represented in the image to indicate a temperature within a particular range.

【0020】変更すべきピクセルの決定に加え、システ
ムは202で、これらのピクセルに付与すべき新しいカ
ラーも決定しなければならない。これは、適切なカラー
を示すユーザ入力から決定することができる。あるい
は、特定の温度範囲内にあると示された画像の各部に関
する適切な表示カラーを示すテーブルなど、参照テーブ
ルを参照することによって適切なカラーを指定すること
ができる。
In addition to determining which pixels to change, the system must also determine at 202 a new color to be assigned to these pixels. This can be determined from user input indicating the appropriate color. Alternatively, an appropriate color can be designated by referring to a reference table such as a table indicating an appropriate display color for each part of the image indicated to be within a specific temperature range.

【0021】変更すべきピクセルとその新しいカラーと
を決定した後、システムは204で、適当なピクセルの
カラーを新しいカラーに変更し、その輝度を均一係数で
スケーリングするために、ピクセル・データを変更す
る。これを行う方法は、画像の属性および選択したカラ
ーに応じて様々になる可能性がある。第1の例では、画
像のダイナミック・レンジが0〜0.9になり、変更す
べきピクセルのダイナミック・レンジが0〜0.75に
なる画像について検討する。新しいカラーのダイナミッ
ク・レンジも0〜0.75である場合、すなわち、その
カラーの最大輝度値(以下max(Lcolor))が0.
75である場合、画像の元の表現の輝度を保持するよう
にピクセルを変更することができる。したがって、シス
テムは、新しいカラーについてRGB公式を使用して、
各ピクセルの適切なピクセル輝度(以下Lpixel)を生
成するのに必要な新しいカラーの赤、緑、青の適切な値
を簡単に計算できる。したがって、ピクセルは、約1と
いう均一係数分だけスケーリングされると言うことがで
きる。当業者であれば、システムは使用可能な個別カラ
ーから選択しなければならないので、このスケーリング
係数は完全に均一ではなくほぼ均一であることが分かる
だろう。したがって、スケーリング係数は、既知で定量
化可能な範囲内にほぼ入ることになる。スケーリング
は、スケーリング公式を使用してピクセル・データのリ
アルタイム処理によって行うことができるか、または輝
度値をRGBカラー公式に関連付けるルッアップ・テー
ブルへの参照によって行うことができる。
After determining the pixel to change and its new color, the system changes the color of the appropriate pixel to the new color at 204 and changes the pixel data to scale its brightness by a uniform factor. I do. The way to do this can vary depending on the attributes of the image and the color selected. In a first example, consider an image in which the dynamic range of the image is 0-0.9 and the dynamic range of the pixels to be changed is 0-0.75. When the dynamic range of the new color is also 0 to 0.75, that is, the maximum luminance value (hereinafter max (L color )) of the color is 0.
If 75, the pixels can be modified to preserve the brightness of the original representation of the image. Therefore, the system uses the RGB formula for the new color,
The appropriate values for the new colors red, green, and blue needed to generate the appropriate pixel luminance (hereinafter L pixel ) for each pixel can be easily calculated. Thus, it can be said that the pixels are scaled by a uniformity factor of about one. Those skilled in the art will appreciate that this scaling factor is not completely uniform, but rather uniform, as the system must choose from the available individual colors. Therefore, the scaling factor will fall approximately within a known and quantifiable range. Scaling can be done by real-time processing of the pixel data using a scaling formula, or by reference to a lookup table that associates luminance values with RGB color formulas.

【0022】1つの領域を変更するために選択したカラ
ーがそれを使用する領域の完全ダイナミック・レンジを
再生できない場合、代替処理方法を使用することができ
る。このような場合、変更すべき領域内のピクセルのダ
イナミック・レンジがそれが変更されるカラーのダイナ
ミック・レンジと一致するように、領域を変更する前に
画像全体のダイナミック・レンジを縮小することが望ま
しい場合がある。たとえば、新しいカラーのダイナミッ
ク・レンジが0〜0.7であるという変化とともに、上
記の例について検討する。この範囲は、画像全体(0.
9)および変更すべき画像のピクセル(0.75)の両
方の範囲より小さい。したがって、画像全体のダイナミ
ック・レンジをその領域が変更される新しいカラーのダ
イナミック・レンジまで低減するために、画像の全ピク
セルを約max(Lcolor)/max(Lpixel)という
係数分でスケーリングすることができる。その結果、ピ
クセル・カラーが変更されると、その輝度値は、カラー
変更前のスケーリング済み画像の輝度値と同じ値に保持
することができる。
If the color selected to modify one region cannot reproduce the full dynamic range of the region using it, an alternative processing method can be used. In such a case, reducing the dynamic range of the entire image before changing the region may be such that the dynamic range of the pixels in the region to be changed matches the dynamic range of the color in which it is changed. It may be desirable. For example, consider the above example, with the change that the dynamic range of the new color is 0-0.7. This range covers the entire image (0.
9) and the pixels of the image to be modified (0.75). Therefore, in order to reduce the dynamic range of the entire image to the dynamic range of the new color whose area is changed, all pixels of the image are scaled by a factor of approximately max ( Lcolor ) / max ( Lpixel ). be able to. As a result, when the pixel color is changed, its luminance value can be kept at the same value as the luminance value of the scaled image before the color change.

【0023】前述の処理方法の代わりとして、画像の1
つの領域の相対ピクセル輝度をその領域内で維持する
が、もはや画像の残りの部分に比例しないように、画像
のその領域を変更することが望ましい場合もある。たと
えば、元の画像のその領域のピクセルのダイナミック・
レンジより小さいダイナミック・レンジを備えたカラー
を有するように、画像の1つの領域を変更することがで
きる。この場合、その相対輝度を保持するようにピクセ
ルを変更することができるが、その領域は元の画像のそ
の領域のダイナミック・レンジより小さいダイナミック
・レンジを有するはずである。したがって、その領域
は、高空間周波数情報を表す能力が低減される。同様
に、その領域は、元の画像のその領域のダイナミック・
レンジより大きいダイナミック・レンジを有するカラー
を有するように変更できる。この場合、その相対輝度を
保持するようにピクセルを変更することができるが、そ
の領域は元の画像のその領域のダイナミック・レンジよ
り大きいダイナミック・レンジを有するはずである。し
たがって、高空間周波数情報を表すためのその領域の能
力が強化される。
As an alternative to the processing method described above,
It may be desirable to change that region of the image so that the relative pixel brightness of one region is maintained within that region, but is no longer proportional to the rest of the image. For example, the dynamics of pixels in that region of the original image
One region of the image can be modified to have a color with a dynamic range smaller than the range. In this case, the pixels can be modified to retain their relative brightness, but the region should have a smaller dynamic range than that of the original image. Thus, the region has a reduced ability to represent high spatial frequency information. Similarly, the region is the dynamic image of the region in the original image.
It can be modified to have colors with a dynamic range greater than the range. In this case, the pixels can be modified to retain their relative brightness, but the area should have a dynamic range that is greater than the dynamic range of the area in the original image. Thus, the ability of that region to represent high spatial frequency information is enhanced.

【0024】上記の例を続けるため、次に、変更すべき
領域に付与されるカラーのmax(Lcolor)が0.9
5である場合を検討する。したがって、そのカラーは、
変更すべき領域(0.75)と画像全体(0.9)の両
方のダイナミック・レンジより大きいダイナミック・レ
ンジを有する。本システムは、画像の元の表現より大き
いダイナミック・レンジがその領域に提示されるよう
に、その領域内の各ピクセルの輝度をスケーリングする
ことができる。このような場合、各ピクセルの輝度はm
ax(Lcolor)/max(Lpixel)という均一係数で
スケーリングすることができ、式中のmax
(Lpixel)は、変更すべきピクセルのうちの最高輝度
値または画像全体の中のの最高輝度値のいずれか一方で
ある。前者の場合、結果的には、変更すべきピクセルの
うちの最高輝度(0.75)を有するピクセルが新しい
カラーの最高輝度(0.95)を有するように変更さ
れ、変更されたその他のすべてのピクセルがそれに比例
して明るくなる。後者の場合、結果的には、変更すべき
ピクセルのうちの最高輝度を有するピクセルが、画像全
体のダイナミック・レンジが新しいカラーのダイナミッ
ク・レンジである場合にそれが有すると思われる相対輝
度を有するように変更される。選択したカラーが元の表
現の変更すべき領域のダイナミック・レンジより小さい
ダイナミック・レンジを有する場合、同じスケーリング
係数を適用することができる。
To continue the above example, next, the color max (L color ) given to the area to be changed is 0.9.
Consider the case of 5. Therefore, its color is
It has a larger dynamic range than both the area to be changed (0.75) and the whole image (0.9). The system can scale the intensity of each pixel in the region such that a larger dynamic range is presented in the region than the original representation of the image. In such a case, the brightness of each pixel is m
ax (L color ) / max (L pixel )
(L pixel ) is either the highest luminance value of the pixel to be changed or the highest luminance value in the entire image. In the former case, the result is that the pixel with the highest luminance (0.75) of the pixels to be changed is changed to have the highest luminance of the new color (0.95), and all other changes are made. Of pixels become proportionally brighter. In the latter case, the result is that the pixel with the highest luminance of the pixels to be changed has the relative luminance that it would have if the dynamic range of the entire image was the dynamic range of the new color To be changed. If the selected color has a dynamic range that is smaller than the dynamic range of the area of the original representation to be changed, the same scaling factor can be applied.

【0025】したがって、上記の例から、変更すべき領
域のカラー選択は変更後の領域の所望のダイナミック・
レンジに応じて行うことができることが分かるだろう。
高空間周波数情報を表すための変更済み領域の能力を低
減することが必要である場合、その領域の変更前のダイ
ナミック・レンジより小さいダイナミック・レンジを有
するカラーを選択することができる。高空間周波数情報
を表すための変更済み領域の能力に影響しないことが必
要である場合、その領域の変更前のダイナミック・レン
ジに等しいかまたはそれより大きいダイナミック・レン
ジを有するカラーを選択することができる。選択したカ
ラーのダイナミック・レンジが変更すべき領域のダイナ
ミック・レンジより大きい場合、前者のダイナミック・
レンジのうちその領域の変更前のダイナミック・レンジ
と一致する部分だけを使用する。高空間周波数情報を表
すための変更済み領域の能力を強化することが必要であ
る場合、その領域の変更前のダイナミック・レンジより
大きいダイナミック・レンジを有するカラーを選択する
ことができる。このような場合、ピクセルが新しいカラ
ーの完全ダイナミック・レンジを使用するように、各ピ
クセルの相対輝度を均一係数分だけ増大することにな
る。
Therefore, from the above example, the color selection of the area to be changed is determined by the desired dynamic color of the area after the change.
You can see that this can be done depending on the range.
If it is necessary to reduce the ability of the modified region to represent high spatial frequency information, a color having a dynamic range smaller than the original dynamic range of the region can be selected. If it is necessary not to affect the ability of the modified region to represent high spatial frequency information, selecting a color with a dynamic range equal to or greater than the unmodified dynamic range of that region it can. If the dynamic range of the selected color is larger than the dynamic range of the area to be changed, the former dynamic
Only the part of the range that matches the dynamic range of the region before the change is used. If it is necessary to enhance the ability of the modified region to represent high spatial frequency information, a color having a dynamic range that is greater than the dynamic range of the region before the modification can be selected. In such a case, the relative brightness of each pixel will be increased by a uniformity factor so that the pixels use the full dynamic range of the new color.

【0026】応用例によっては、画像の複数の領域を変
更し、複数の新しいカラーを使用して各変更済み領域を
独立して表すことが望ましい場合がある。たとえば、1
0度の温度増分と一致するように異なるカラーを使用し
て衛星画像の全体をカラーリングすることが望ましい場
合もある。ここで論じるために、全体的な画像のピクセ
ルが0〜0.9のダイナミック・レンジを有し、画像の
第1の領域のピクセルが0〜0.8のダイナミック・レ
ンジを有し、0〜0.6のダイナミック・レンジを有す
るカラーになるように変更され、画像の第2の領域のピ
クセルが0〜0.75のダイナミック・レンジを有し、
0〜0.7のダイナミック・レンジを有するカラーにな
るように変更される場合について検討する。図3は、こ
のような応用例により画像データを処理するための画像
処理システム内の処理の流れの例を示す。
In some applications, it may be desirable to modify multiple regions of the image and use multiple new colors to represent each modified region independently. For example, 1
It may be desirable to color the entire satellite image using a different color to match the 0 degree temperature increment. For the purposes of this discussion, the pixels of the overall image have a dynamic range of 0-0.9, the pixels of the first region of the image have a dynamic range of 0-0.8, Modified to be a color having a dynamic range of 0.6, wherein the pixels in the second region of the image have a dynamic range of 0 to 0.75;
Consider the case where the color is changed so as to have a dynamic range of 0 to 0.7. FIG. 3 shows an example of the flow of processing in an image processing system for processing image data according to such an application example.

【0027】具体的に図3を参照すると、このようなシ
ステムは、300で変更すべきピクセルを決定し、30
2でそれらの変更カラーを決定する。このシステムは3
04で、ピクセルの変更カラーの最大輝度max(L
colorN)を決定し、306で、このような最大値のうち
の最小値min(max(LcolorN))を決定する。し
たがって、この例の数値を使用すれば、システムは、ピ
クセルの変更カラーの最大輝度の最小値が第1の領域の
ピクセルの変更カラーの最大値である0.6になると判
断する。
Referring specifically to FIG. 3, such a system determines the pixel to be changed at 300 and 30
2 determines their changed colors. This system is 3
04, the maximum luminance max (L
colorN ) is determined, and the minimum value min (max ( LcolorN )) of such maximum values is determined at 306. Therefore, using the numerical values in this example, the system determines that the minimum value of the maximum luminance of the pixel change color is 0.6, which is the maximum value of the pixel change color of the first region.

【0028】次にシステムは308で、画像の最大ピク
セル輝度max(Lpixel)を決定し、310で、それ
がmin(max(LcolorN))より大きいかどうかを
判定する。この条件が満足されると、変更すべきピクセ
ルからなる少なくとも1つの領域が、変更を行うときの
画像の残りの部分に対して相対的にダイナミック・レン
ジが低下することを示す。したがって、このシステムは
312で、画像のすべてのピクセルをほぼmin(ma
x(LcolorN))/max(Lpixel)という係数でス
ケーリングするためにすべてのピクセル・データを変更
する。その結果、スケーリング済み画像は、ピクセルの
変更カラーの最小ダイナミックのダイナミック・レンジ
と等しいダイナミック・レンジを有することになる。
Next, the system determines at 308 the maximum pixel intensity max (L pixel ) of the image and at 310 determines whether it is greater than min (max (L colorN )). When this condition is satisfied, at least one region of pixels to be changed indicates that the dynamic range is reduced relative to the rest of the image when the change is made. Thus, at 312, the system reduces all pixels of the image to approximately min (ma
x (L colorN)) / max change all pixel data for scaling by a factor of (L pixel). As a result, the scaled image will have a dynamic range equal to the minimum dynamic range of the pixel's modified color.

【0029】次にシステムは314で、適当なピクセル
のカラーをそのそれぞれの新しいカラーに変更し、その
ピクセルの新しいカラーに固有の均一係数でその輝度を
スケーリングするために、ピクセル・データを変更す
る。画像全体にわたって均一ダイナミック・レンジを維
持することが必要である場合、各ピクセルの輝度値をほ
ぼ維持するようにその変更を行うことができ、その結
果、各ピクセルの輝度は約1という係数でスケーリング
される。しかし、それぞれの新しいカラーが示す輝度コ
ントラストを最大にすることが必要である場合、各ピク
セルの輝度値はmax(LcolorN)/max
(Lpixel)という係数でスケーリングすることができ
る。したがって、最小ダイナミック・レンジを有する新
しいカラーは、(そのカラーのダイナミック・レンジと
一致するように事前にスケーリングした)画像のダイナ
ミック・レンジに等しいダイナミック・レンジを与え、
他の新しいカラーは、全体としてのスケーリング済み画
像のダイナミック・レンジが変更領域のそれぞれの新し
いカラーのダイナミック・レンジであった場合に各領域
が有していたはずのダイナミック・レンジを与える。
Next, at 314, the system changes the color of the appropriate pixel to its respective new color, and changes the pixel data to scale its brightness by a uniform factor specific to that pixel's new color. . If it is necessary to maintain a uniform dynamic range over the entire image, that change can be made to approximately maintain the brightness value of each pixel, so that the brightness of each pixel scales by a factor of about 1. Is done. However, if it is necessary to maximize the luminance contrast exhibited by each new color, then the luminance value of each pixel will be max ( LcolorN ) / max
(L pixel ). Thus, the new color with the smallest dynamic range gives a dynamic range equal to the image dynamic range (pre-scaled to match that color's dynamic range),
Other new colors provide the dynamic range that each region would have had if the overall dynamic range of the scaled image had been the new color dynamic range of each of the changed regions.

【0030】図3のプロセスをさらに論じるため、ここ
では、2つの新しいカラーのダイナミック・レンジがど
ちらも0〜0.99であり、その結果、元の表現の画像
のダイナミック・レンジより大きい場合について検討す
る。したがって、このシステムは310で、その画像の
最大ピクセル輝度max(Lpixel)がmin(max
(LcolorN))より大きくないと判断し、したがって最
初に画像全体をスケーリングせずにそれに応じて適切な
ピクセルを変更する。上記の場合と同様に、画像全体に
わたって均一ダイナミック・レンジを維持することが必
要である場合、各ピクセルの輝度値をほぼ維持するよう
にその変更を行うことができ、その結果、各ピクセルの
輝度は約1という係数でスケーリングされる。しかし、
それぞれの新しいカラーが示す輝度コントラストを最大
にすることが必要である場合、各ピクセルの輝度値はm
ax(LcolorN)/max(Lpixel)という係数でス
ケーリングすることができる。したがって、新しいカラ
ーは、全体としての画像のダイナミック・レンジが変更
領域のそれぞれの新しいカラーのダイナミック・レンジ
であった場合に各領域が有していたはずのダイナミック
・レンジを与える。
To further discuss the process of FIG. 3, it is now assumed that the dynamic range of the two new colors is both 0-0.99, so that it is greater than the dynamic range of the original representation of the image. consider. Therefore, the system is 310 and the maximum pixel luminance max (L pixel ) of the image is min (max
(L colorN )) is determined to be no larger, so the appropriate pixels are changed accordingly without first scaling the entire image. As before, if it is necessary to maintain a uniform dynamic range throughout the image, the change can be made to approximately maintain the luminance value of each pixel, resulting in the luminance of each pixel Is scaled by a factor of about 1. But,
If it is necessary to maximize the brightness contrast exhibited by each new color, the brightness value of each pixel is m
It may be scaled by a factor of ax (L colorN) / max ( L pixel). Thus, the new colors provide the dynamic range that each region would have had if the overall image dynamic range had been the new color dynamic range of each of the changed regions.

【0031】図2および図3の流れ図に関して記述した
様々な代替プロセスは、たとえば、図1に示すコンピュ
ータ・システム上で実施することができる。このような
実施態様は、このようなプロセスを実行するようにコン
ピュータ・システムをプログラミングするためのコンピ
ュータ・プログラム製品手段の使用により実行すること
ができる。このようなコンピュータ・プログラム製品手
段は、システム・メモリに格納したプログラムとして提
供することができるか、またはいずれのシステム実施例
とも無関係な記憶媒体上で提供することができる。図2
および図3の流れ図に関して記述した様々な代替プロセ
スによりプログラミングされたコンピュータ・システム
は、本発明のため、このようなプロセスの諸ステップを
実行するために必要な様々な手段を含むものと見なす。
The various alternative processes described with respect to the flowcharts of FIGS. 2 and 3 may be implemented, for example, on the computer system shown in FIG. Such an embodiment may be implemented by use of a computer program product means for programming a computer system to perform such a process. Such computer program product means may be provided as a program stored in system memory or on a storage medium independent of any system embodiment. FIG.
Computer programs programmed with the various alternative processes described with respect to the flowchart of FIG. 3 and for the purposes of the present invention are considered to include the various means necessary to perform the steps of such processes.

【0032】図2のプロセスとその関連システムおよび
コンピュータ・プログラム製品の実施例は、本発明のい
くつかの代替実施例を提供し、図3のプロセスとその関
連システムおよびコンピュータ・プログラム製品の実施
例は、本発明の実施例で好ましい所与の最適化を提供す
るが、当業者であれば、追加の実施例も実施可能であ
る。たとえば、図3のプロセスは、変更済み領域の相対
ダイナミック・レンジが画像全体のピクセルの最大輝度
ではなく、その領域のピクセルの最大輝度に対してスケ
ーリングされるように変更可能である。同様に、このよ
うなプロセスは、モノクロ画像やカラー・フォーマット
で格納された画像にも適用可能である。したがって、本
発明により、モノクロ画像の諸領域をカラーリングする
ことができ、カラーリング済み画像の諸領域をモノクロ
に変更することもできる。
The embodiment of the process of FIG. 2 and its associated system and computer program product provides some alternative embodiments of the present invention, and the embodiment of the process of FIG. 3 and its associated system and computer program product is provided. Provides certain optimizations that are preferred in embodiments of the present invention, but additional embodiments are possible to those skilled in the art. For example, the process of FIG. 3 can be modified such that the relative dynamic range of the modified region is scaled to the maximum brightness of the pixels in that region, rather than the maximum brightness of the pixels in the entire image. Similarly, such a process is applicable to monochrome images and images stored in color format. Therefore, according to the present invention, various regions of a monochrome image can be colored, and various regions of a colored image can be changed to monochrome.

【0033】II. 低空間解像度情報を提示するための
カラー選択 上記のように、様々なカラーは様々なダイナミック・レ
ンジを有するので、場合によっては、単一ダイナミック
・レンジにスケーリングされた画像を提供するのではな
く、複数カラーの完全ダイナミック・レンジを利用する
ことが望ましい場合がある。したがって、カラー選択
は、低空間解像度情報を表すために選択された複数カラ
ーの所望のダイナミック・レンジを示唆する追加の要因
の影響を受ける可能性がある。
II. Color Selection for Presenting Low Spatial Resolution Information As mentioned above, different colors have different dynamic ranges, so in some cases, rather than providing images scaled to a single dynamic range, It may be desirable to utilize the full dynamic range of multiple colors. Thus, color selection can be affected by additional factors that suggest the desired dynamic range of the multiple colors selected to represent low spatial resolution information.

【0034】カラーを割り当てるための第1の方法は、
低空間解像度情報の各データ・ポイントへの重要度係数
の割当てに基づくことができる。次にこの重要度係数を
使用して、各データ・ポイントの相対重要度を評価し、
その重要度係数に比例するカラーを各データ・ポイント
に割り当てることができる。場合によっては、重要度係
数をユーザが割り当てることもできる。たとえば、非常
に詳細な地形情報と、その中で鉱物埋蔵部を含むと思わ
れる領域を示すあまり詳細ではない情報の両方を提示す
る画像を生成することが必要である場合について検討す
る。各埋蔵部の予想鉱物産出量は重要度係数としてユー
ザが入力することができ、この重要度係数は、最大重要
度が割り当てられた領域に最大ダイナミック・レンジを
有するカラーを割り当てるために画像処理システムで使
用される。産出量がそれほど多くない領域には、それに
比例して小さいダイナミック・レンジを備えたカラーが
割り当てられる。
A first method for assigning colors is:
It can be based on the assignment of importance factors to each data point of low spatial resolution information. This importance factor is then used to evaluate the relative importance of each data point,
A color proportional to the importance factor can be assigned to each data point. In some cases, the importance factor may be assigned by the user. For example, consider the case where it is necessary to generate an image that presents both very detailed topographical information and less detailed information indicating areas within which it is thought to contain mineral reserves. The expected mineral output of each reserve can be entered by the user as an importance factor, which is used by the image processing system to assign the colors with the highest dynamic range to the areas assigned the highest importance. Used in. Regions with low output are assigned colors with a proportionally smaller dynamic range.

【0035】あるいは、システム自体が重要度係数を割
り当てることもできる。たとえば、非常に詳細な地形情
報と、その中の郡部領域を示すあまり詳細ではない情報
の両方を提示する画像を生成することが必要である場合
について検討する。このシステムは、その郡部の領域内
の地形データの相対空間解像度を表す重要度係数を各郡
部に割り当てることができる。システムは、最も詳細な
地理的特徴を有する領域に最大ダイナミック・レンジを
有するカラーを割り当て、それにより、カラー選択によ
って地形情報の精密細部と郡部領域の粗い細部の両方の
提示が最適化されるような画像を生成する。
Alternatively, the system itself can assign an importance factor. For example, consider the case where it is necessary to generate an image that presents both very detailed terrain information and less detailed information indicating the county regions therein. The system can assign to each county an importance factor that represents the relative spatial resolution of the terrain data within that county region. The system assigns the color with the largest dynamic range to the area with the most detailed geographic features, so that the color selection optimizes the presentation of both fine details of terrain information and coarse details of the county area. Generates a nice image.

【0036】1組の動的な情報に従って時間とともに変
化する重要度係数を使用することがさらに望ましい場合
もある。たとえば、都市部の非常に詳細な地図と、その
中で非常事態が発生しているあまり詳細ではない情報と
を提示する画像を生成することが必要である場合につい
て検討する。このシステムは、その非常事態の性質とそ
れに対する反応の現在の状態とに基づいて判定した重要
度係数を非常事態発生区域に割り当てることができる。
しかも、システムは、非常事態の性質および現在の反応
の状態に関する更新された情報に基づいて、引き続き各
区域に重要度係数を再割当てすることができる。したが
って、システムは、最大重要度の区域が最大ダイナミッ
ク・レンジを有するカラーで表され、時間の経過ととも
に重要度係数が変化するにつれてより大きいかまたは小
さいダイナミック・レンジを備えたカラーを有するよう
に区域が再割当てされる動的画像を生成する。
It may be even more desirable to use importance factors that change over time according to a set of dynamic information. For example, consider the case where it is necessary to generate an image that presents a very detailed map of an urban area and less detailed information in which an emergency has occurred. The system may assign a severity factor determined to the emergency occurrence area based on the nature of the emergency and the current state of the response thereto.
Moreover, the system can continue to reassign importance factors to each area based on updated information regarding the nature of the emergency and the current state of the reaction. Thus, the system is arranged so that the areas of greatest importance are represented by the colors with the largest dynamic range, and the color with the greater or lesser dynamic range as the importance factor changes over time. Generate a dynamic image that is reassigned.

【0037】カラーを割り当てる第2の方法は、割当て
済みカラーのダイナミック・レンジをそれが表す低空間
解像度情報の具体的な特性と相関させるものである。た
とえば、詳細な地形情報とあまり詳細ではない温度情報
とを提示する画像を生成することが必要である場合につ
いて検討する。このシステムは、温度がそれに比例した
ダイナミック・レンジを有するカラーによって表される
ように、所定の温度範囲を表すカラーを割り当てること
ができる。したがって、システムは、最小ダイナミック
・レンジを有するカラーによって最低温度が表され、最
大ダイナミック・レンジを有するカラーによって最高温
度が表される画像を生成する。低空間解像度温度情報が
時間によって変化する場合、システムは連続的に画像を
更新し、温度範囲が変化した領域にカラーを再割当てす
る。
A second method of assigning colors correlates the dynamic range of the assigned colors with the specific characteristics of the low spatial resolution information it represents. For example, consider the case where it is necessary to generate an image that presents detailed terrain information and less detailed temperature information. The system can assign a color that represents a predetermined temperature range, such that the temperature is represented by a color that has a proportional dynamic range. Thus, the system produces an image in which the lowest temperature is represented by the color with the smallest dynamic range and the highest temperature is represented by the color with the largest dynamic range. If the low spatial resolution temperature information changes over time, the system continuously updates the image and reassigns colors to areas where the temperature range has changed.

【0038】III. 単一組の高空間解像度情報と複数
組の低空間解像度情報とを表す画像を生成するための方
法 前の2つの項で開示した実施例については、単一組の高
空間解像度情報と単一組の低空間解像度情報、たとえ
ば、地形と温度とを含む例に関連して論じてきた。しか
し、本発明は、単一組の高空間解像度情報と複数組の低
空間解像度情報とを含む実施態様も可能である。たとえ
ば、非常に詳細な地形情報と、その中の各郡部の領域に
関連するあまり詳細ではない情報と、その地形内のあま
り詳細ではない人口密度情報とを提示する画像を生成す
ることが必要である場合について検討する。このシステ
ムは、各郡部に1つのカラーを割り当て、その郡部内で
は人口密度に応じてカラーを変化させることができる。
表される情報に応じて、このような変化は、たとえば、
色相または彩度の漸次変化によるカラー間の漸次遷移の
形式で、またはカラー間の離散的遷移の形式で提示でき
る。さらに、第II項で開示した方法により、カラーを選
択するために各郡部に重要度係数を割り当てることがで
きる。この例の重要度係数は、地形情報および郡部の人
口密度情報の詳細度の関数にすることができる。
III. Method for Generating Images Representing a Single Set of High Spatial Resolution Information and Multiple Sets of Low Spatial Resolution Information For the embodiments disclosed in the previous two sections, a single set of high spatial resolution information and a single set It has been discussed in connection with an example involving a set of low spatial resolution information, eg, terrain and temperature. However, the invention is also possible with embodiments that include a single set of high spatial resolution information and multiple sets of low spatial resolution information. For example, it is necessary to generate images that show very detailed terrain information, less detailed information related to each of the county regions, and less detailed population density information within that terrain. Consider a case. The system assigns one color to each county, and within that county the colors can be varied according to population density.
Depending on the information represented, such a change can be, for example,
It can be presented in the form of gradual transitions between colors due to gradual changes in hue or saturation, or in the form of discrete transitions between colors. In addition, the method disclosed in Section II allows each district to be assigned an importance factor to select a color. The importance factor in this example can be a function of the level of detail of the terrain information and the population density information of the county.

【0039】したがって、本発明は一般に、低空間解像
度情報に従って画像の領域をカラーリングし、輝度変化
の形式で提示された高空間解像度情報を保持することに
よって画像の形式で情報を表すための方法、システム、
および製品で実施することができる。本発明は、表され
る低空間解像度データの追加の特徴を反映する重要度係
数またはその他の基準に基づくカラー選択をさらに含む
ことができる。また、本発明は、1組の高空間解像度情
報と1組または複数組の関連低空間解像度情報とから画
像を生成するように実施することができる。
Accordingly, the present invention generally provides a method for representing information in the form of an image by coloring regions of the image according to the low spatial resolution information and retaining the high spatial resolution information presented in the form of luminance variations. ,system,
And can be implemented in products. The present invention can further include color selection based on importance factors or other criteria that reflect additional features of the represented low spatial resolution data. The invention can also be implemented to generate an image from a set of high spatial resolution information and one or more sets of related low spatial resolution information.

【0040】上記の具体的な実施例は、本発明を実施す
るために本発明者らにとって現在既知の最良態様である
構造および方法を提供するが、本発明では様々な代替実
施例も可能である。ここに示す流れ図、ハードウェア構
成、プロセス、カラー表現基準、スケーリング技法は例
示的なものである。当業者であれば、請求の範囲に定義
した本発明の範囲を逸脱せずに、個々に記載した実施例
に対して加えることができる、同等の構成要素、動作方
法、使用方法を含む、その他の変更にも気づくだろう。
Although the specific embodiments described above provide the best mode known to the inventors for carrying out the present invention, the structure and method are various, but the invention is capable of various alternative embodiments. is there. The flowcharts, hardware configurations, processes, color representation standards, and scaling techniques shown herein are exemplary. Those skilled in the art will be able to add equivalent components, methods of operation, uses, and the like, to the individually described embodiments without departing from the scope of the invention as defined in the claims. You will also notice the changes.

【0041】まとめとして、本発明の構成に関して以下
の事項を開示する。
In summary, the following matters are disclosed regarding the configuration of the present invention.

【0042】(1)画像の各ピクセルのカラー値および
輝度値を含むピクセル値を表すデータを処理するための
方法であって、前記画像によって表すべき共通特性を示
すために、前記画像において変更すべき1つまたは複数
のピクセルを決定するステップと、前記1つまたは複数
のピクセルのそれぞれに与えられるカラー値を決定する
ステップと、前記1つまたは複数のピクセルのそれぞれ
に前記カラー値を与え、前記1つまたは複数のピクセル
のそれぞれの輝度値をほぼ均一係数分だけスケーリング
するために、前記1つまたは複数のピクセル値を表すデ
ータを変更するステップとを含むことを特徴とする方
法。 (2)前記カラー値に対する最大輝度値max(L
color)を決定するステップと、前記1つまたは複数の
ピクセルの輝度の最大値max(Lpixel)を決定する
ステップとをさらに含み、前記均一係数がmax(L
color)/max(Lpixel)であることを特徴とする、
上記(1)に記載の方法。 (3)前記カラー値に対する最大輝度値max(L
color)を決定するステップと、前記画像の複数ピクセ
ルの輝度の最大値max(Lpixel)を決定するステッ
プとをさらに含み、前記均一係数がmax(Lcolor
/max(Lpixel)であることを特徴とする、上記
(1)に記載の方法。 (4)画像の各ピクセルのカラー値および輝度値を含む
ピクセル値を表すデータを処理するためのシステムであ
って、前記画像によって表すべき共通特性を示すため
に、前記画像において変更すべき1つまたは複数のピク
セルを決定するための手段と、前記1つまたは複数のピ
クセルのそれぞれに与えられるカラー値を決定するため
の手段と、前記1つまたは複数のピクセルのそれぞれに
前記カラー値を与え、前記1つまたは複数のピクセルの
それぞれの輝度値をほぼ均一係数分だけスケーリングす
るために、前記1つまたは複数のピクセルを表すデータ
を変更するための手段とを含むことを特徴とするシステ
ム。 (5)前記カラー値に対する最大輝度値max(L
color)を決定するための手段と、前記1つまたは複数
のピクセルの輝度の最大値max(Lpixel)を決定す
るための手段とをさらに含み、前記均一係数がmax
(Lcolor)/max(Lpixel)であることを特徴とす
る、上記(4)に記載のシステム。 (6)前記カラー値に対する最大輝度値max(L
color)を決定するための手段と、前記画像のピクセル
の輝度の最大値max(Lpixel)を決定するための手
段とをさらに含み、前記均一係数がmax(Lcolor
/max(Lpixel)であることを特徴とする、上記
(6)に記載のシステム。 (7)画像の各ピクセルのカラー値および輝度値を含む
ピクセル値を表すデータを処理するためにその内部にコ
ンピュータ読取り可能プログラム・コード手段を有する
コンピュータ使用可能媒体を含むコンピュータ・プログ
ラム製品であって、前記画像によって表すべき共通特性
を示すために、前記画像において変更すべき1つまたは
複数のピクセルを決定するためのコンピュータ読取り可
能プログラム・コード手段と、前記1つまたは複数のピ
クセルのそれぞれに与えられるカラー値を決定するため
のコンピュータ読取り可能プログラム・コード手段と、
前記1つまたは複数のピクセルのそれぞれに前記カラー
値を与え、前記1つまたは複数のピクセルのそれぞれの
輝度値をほぼ均一係数分だけスケーリングするために、
前記1つまたは複数のピクセルを表すデータを変更する
ためのコンピュータ読取り可能プログラム・コード手段
とを含むことを特徴とするコンピュータ・プログラム製
品。 (8)前記カラー値に対する最大輝度値max(L
color)を決定するためのコンピュータ読取り可能プロ
グラム・コード手段と、前記1つまたは複数のピクセル
の輝度の最大値max(Lpixel)を決定するためのコ
ンピュータ読取り可能プログラム・コード手段とをさら
に含み、前記均一係数がmax(Lcolor)/max
(Lpixel)であることを特徴とする、上記(7)に記
載のコンピュータ・プログラム製品。 (9)前記カラー値に対する最大輝度値max(L
color)を決定するためのコンピュータ読取り可能プロ
グラム・コード手段と、前記画像のピクセルの輝度の最
大値max(Lpixel)を決定するためのコンピュータ
読取り可能プログラム・コード手段とをさらに含み、前
記均一係数がmax(Lcolor)/max(Lpixel)で
あることを特徴とする、上記(7)に記載のコンピュー
タ・プログラム製品。 (10)画像の各ピクセルのカラー値および輝度値を含
むピクセル値を表すデータを処理するための方法であっ
て、前記画像によって表すべき共通特性の1つを示すた
めに、前記画像において変更すべき1つまたは複数のピ
クセルを決定するステップと、前記1つまたは複数のピ
クセルのそれぞれに1つずつ与えられる、N通りのカラ
ー値を決定するステップと、前記N通りのカラー値のそ
れぞれに対する最大輝度値max(LcolorN)を決定す
るステップと、前記最大輝度値のうちの最小値min
(max(LcolorN))を決定するステップと、前記画
像のピクセルの輝度値の最大値max(Lpixel)を決
定するステップと、max(Lpixel)がmin(ma
x(LcolorN))より大きい場合に、前記画像のピクセ
ルのそれぞれの輝度値Lpixelをmin(max(L
colorN))/max(Lpixel)という係数分だけスケ
ーリングするために、前記画像のピクセルのピクセル値
を表すデータを変更するステップと、前記1つまたは複
数のピクセルのそれぞれに前記N通りのカラー値の1つ
を与え、前記1つまたは複数のピクセルのそれぞれの輝
度値Lpixelを前記N通りのカラー値の1つに対応する
ほぼ均一係数分だけスケーリングするために、前記1つ
または複数のピクセル値を表すデータを変更するステッ
プとを含むことを特徴とする方法。 (11)max(Lpixel)がmin(max(L
colorN))より大きくない場合に、前記均一係数がma
x(LcolorN)/max(Lpixel)であることを特徴
とする、上記(10)に記載の方法。 (12)max(Lpixel)がmin(max(L
colorN))より大きくない場合に、前記均一係数がmi
n(max(LcolorN))/max(Lpixel)である
ことを特徴とする、上記(10)に記載の方法。 (13)max(Lpixel)がmin(max(L
colorN))より大きい場合に、前記均一係数がmax
(LcolorN)/min(max(LcolorN))であるこ
とを特徴とする、上記(10)に記載の方法。
(1) A method for processing data representing pixel values, including color and luminance values of each pixel of an image, wherein the data is modified in the image to indicate a common characteristic to be represented by the image. Determining one or more pixels to power; determining a color value to be applied to each of the one or more pixels; providing the color value to each of the one or more pixels; Altering the data representing the one or more pixel values to scale the respective luminance values of the one or more pixels by a substantially uniform factor. (2) The maximum luminance value max (L
color ), and determining a maximum value max (L pixel ) of the luminance of the one or more pixels, wherein the uniformity coefficient is max (L
color ) / max (L pixel ).
The method according to the above (1). (3) The maximum luminance value max (L
color ) and a step of determining a maximum value max (L pixel ) of the luminance of a plurality of pixels of the image, wherein the uniformity coefficient is max (L color ).
/ Max (L pixel ). The method according to the above (1), wherein (4) A system for processing data representing pixel values, including color and luminance values of each pixel of an image, wherein one to be changed in the image to indicate a common characteristic to be represented by the image. Or means for determining a plurality of pixels; means for determining a color value to be provided to each of the one or more pixels; and providing the color value to each of the one or more pixels; Means for modifying data representing the one or more pixels to scale the luminance value of each of the one or more pixels by a substantially uniform factor. (5) The maximum luminance value max (L
color )), and means for determining a maximum value max (L pixel ) of the luminance of the one or more pixels, wherein the uniformity coefficient is max.
( Lcolor ) / max ( Lpixel ). The system according to (4) above, wherein (6) The maximum luminance value max (L
color )), and means for determining a maximum value max (L pixel ) of the luminance of the pixels of the image, wherein the uniformity coefficient is max (L color ).
/ Max (L pixel ). The system according to (6) above, wherein (7) A computer program product comprising a computer usable medium having computer readable program code means therein for processing data representing pixel values, including color and luminance values of each pixel of an image. , Computer readable program code means for determining one or more pixels to change in the image to indicate a common property to be represented by the image; and providing to each of the one or more pixels Computer readable program code means for determining a color value to be obtained;
Providing the color value to each of the one or more pixels and scaling the luminance value of each of the one or more pixels by a substantially uniform factor;
Computer readable program code means for altering the data representing the one or more pixels. (8) The maximum luminance value max (L
color ), and computer readable program code means for determining a maximum value max (L pixel ) of the luminance of the one or more pixels, The uniformity coefficient is max (L color ) / max
(L pixel ). The computer program product as described in (7) above. (9) The maximum luminance value max (L
color ), and computer readable program code means for determining a maximum value of the brightness of the pixels of the image, max (L pixel ). Is max (L color ) / max (L pixel ). The computer program product according to the above (7), wherein (10) A method for processing data representing pixel values, including color and luminance values of each pixel of an image, wherein the data is modified in the image to indicate one of the common characteristics to be represented by the image. Determining one or more pixels to power; determining N color values, one for each of the one or more pixels; and a maximum for each of the N color values. Determining a luminance value max ( LcolorN ); and a minimum value min of the maximum luminance values.
(Max (L colorN)) determining, determining a maximum value max (L pixel) of the luminance values of the image pixels, max (L pixel) is min (ma
is greater than x (L colorN)), the respective luminance values L pixel of the image pixels min (max (L
for scaling by a factor of colorN)) / max (L pixel ), and changing the data representing the pixel value of the image pixel, the color value of the N-way to each of the one or more pixels The one or more pixels to scale the luminance value L pixel of each of the one or more pixels by a substantially uniform factor corresponding to one of the N possible color values. Changing the data representing the value. (11) max (L pixel ) is min (max (L
colorN ), if not greater than the uniformity coefficient ma
characterized in that it is a x (L colorN) / max ( L pixel), The method according to (10). (12) max (L pixel ) is min (max (L
colorN )), the uniformity factor is mi
characterized in that it is a n (max (L colorN)) / max (L pixel), The method according to (10). (13) When max (L pixel ) is min (max (L
colorN )) If greater than, the uniformity coefficient is max
( LcolorN ) / min (max ( LcolorN )), wherein the method according to the above (10),

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

【図1】本発明により画像データを処理するためのシス
テム実施例を一般的な形式で示す図である。
FIG. 1 shows, in general form, an embodiment of a system for processing image data according to the present invention.

【図2】本発明により画像データを処理するための画像
処理システム内の処理の流れの第1の例を示す図であ
る。
FIG. 2 is a diagram showing a first example of a processing flow in an image processing system for processing image data according to the present invention.

【図3】本発明の好ましい実施例により画像データを処
理するための画像処理システム内の処理の流れの第2の
例を示す図である。
FIG. 3 is a diagram showing a second example of a processing flow in an image processing system for processing image data according to a preferred embodiment of the present invention.

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

200 変更すべきピクセルを決定する 202 ピクセルが変更されるカラーを決定する 204 カラーを変更し、輝度をほぼ均一係数分だけス
ケーリングするために、ピクセル・データを変更する
200 Determining the pixel to be changed 202 Determining the color in which the pixel is changed 204 Changing the color and changing the pixel data to scale the luminance by a nearly uniform factor

フロントページの続き (72)発明者 ジョン・アラン・ガース アメリカ合衆国94019 カリフォルニア州 ハーフ・ムーン・ベイ トゥーレーン・レ ーン 2094 (72)発明者 ジョン・ティモシー・ロビンソン アメリカ合衆国10598 ニューヨーク州ヨ ークタウン・ハイツ ノース・ディアフィ ールド・アヴェニュー 3314 (72)発明者 バーニス・エレン・ロゴヴィッツ アメリカ合衆国10562 ニューヨーク州オ シニングスプリング・ポンド・ロード 34Continued on the front page (72) Inventor John Alan Garth United States 94019 Half Moon Bay, Toulane Lane, California 94019 (72) Inventor John Timothy Robinson United States 10598 Yorktown Heights, New York North North Deerfield Avenue 3314 (72) Inventor Bernice Ellen Rogovitz USA 10562 Osiningspring Pond Road, New York 34

Claims (13)

【特許請求の範囲】[Claims] 【請求項1】画像の各ピクセルのカラー値および輝度値
を含むピクセル値を表すデータを処理するための方法で
あって、 前記画像によって表すべき共通特性を示すために、前記
画像において変更すべき1つまたは複数のピクセルを決
定するステップと、 前記1つまたは複数のピクセルのそれぞれに与えられる
カラー値を決定するステップと、 前記1つまたは複数のピクセルのそれぞれに前記カラー
値を与え、前記1つまたは複数のピクセルのそれぞれの
輝度値をほぼ均一係数分だけスケーリングするために、
前記1つまたは複数のピクセル値を表すデータを変更す
るステップとを含むことを特徴とする方法。
1. A method for processing data representing pixel values, including color and luminance values of each pixel of an image, to be modified in said image to indicate a common characteristic to be represented by said image. Determining one or more pixels; determining a color value to be provided to each of the one or more pixels; providing the color value to each of the one or more pixels; To scale the luminance values of one or more pixels by an approximately uniform factor,
Modifying the data representing the one or more pixel values.
【請求項2】前記カラー値に対する最大輝度値max
(Lcolor)を決定するステップと、 前記1つまたは複数のピクセルの輝度の最大値max
(Lpixel)を決定するステップとをさらに含み、 前記均一係数がmax(Lcolor)/max(Lpixel
であることを特徴とする、請求項1に記載の方法。
2. A maximum luminance value max for the color value.
(L color ); and a maximum value max of luminance of the one or more pixels.
(L pixel ), wherein the uniformity coefficient is max (L color ) / max (L pixel )
The method of claim 1, wherein
【請求項3】前記カラー値に対する最大輝度値max
(Lcolor)を決定するステップと、 前記画像の複数ピクセルの輝度の最大値max(L
pixel)を決定するステップとをさらに含み、 前記均一係数がmax(Lcolor)/max(Lpixel
であることを特徴とする、請求項1に記載の方法。
3. A maximum luminance value max for the color value.
(L color ), and the maximum value max (L) of the luminance of a plurality of pixels of the image.
pixel )), wherein the uniformity coefficient is max (L color ) / max (L pixel )
The method of claim 1, wherein
【請求項4】画像の各ピクセルのカラー値および輝度値
を含むピクセル値を表すデータを処理するためのシステ
ムであって、 前記画像によって表すべき共通特性を示すために、前記
画像において変更すべき1つまたは複数のピクセルを決
定するための手段と、 前記1つまたは複数のピクセルのそれぞれに与えられる
カラー値を決定するための手段と、 前記1つまたは複数のピクセルのそれぞれに前記カラー
値を与え、前記1つまたは複数のピクセルのそれぞれの
輝度値をほぼ均一係数分だけスケーリングするために、
前記1つまたは複数のピクセルを表すデータを変更する
ための手段とを含むことを特徴とするシステム。
4. A system for processing data representing pixel values, including color and luminance values of each pixel of an image, the data being modified in the image to indicate a common characteristic to be represented by the image. Means for determining one or more pixels; means for determining a color value to be provided to each of the one or more pixels; and applying the color values to each of the one or more pixels. To scale the luminance value of each of the one or more pixels by a substantially uniform factor,
Means for altering the data representing the one or more pixels.
【請求項5】前記カラー値に対する最大輝度値max
(Lcolor)を決定するための手段と、 前記1つまたは複数のピクセルの輝度の最大値max
(Lpixel)を決定するための手段とをさらに含み、 前記均一係数がmax(Lcolor)/max(Lpixel
であることを特徴とする、請求項4に記載のシステム。
5. A maximum luminance value max for the color value.
Means for determining (L color ), and a maximum value max of luminance of the one or more pixels.
Means for determining (L pixel ), wherein said uniformity coefficient is max (L color ) / max (L pixel )
The system according to claim 4, wherein
【請求項6】前記カラー値に対する最大輝度値max
(Lcolor)を決定するための手段と、 前記画像のピクセルの輝度の最大値max(Lpixel
を決定するための手段とをさらに含み、 前記均一係数がmax(Lcolor)/max(Lpixel
であることを特徴とする、請求項6に記載のシステム。
6. A maximum luminance value max for the color value.
Means for determining (L color ), and the maximum value max (L pixel ) of the luminance of the pixels of the image
Means for determining the uniformity coefficient, wherein the uniformity coefficient is max (L color ) / max (L pixel )
7. The system according to claim 6, wherein
【請求項7】画像の各ピクセルのカラー値および輝度値
を含むピクセル値を表すデータを処理するためにその内
部にコンピュータ読取り可能プログラム・コード手段を
有するコンピュータ使用可能媒体を含むコンピュータ・
プログラム製品であって、 前記画像によって表すべき共通特性を示すために、前記
画像において変更すべき1つまたは複数のピクセルを決
定するためのコンピュータ読取り可能プログラム・コー
ド手段と、 前記1つまたは複数のピクセルのそれぞれに与えられる
カラー値を決定するためのコンピュータ読取り可能プロ
グラム・コード手段と、 前記1つまたは複数のピクセルのそれぞれに前記カラー
値を与え、前記1つまたは複数のピクセルのそれぞれの
輝度値をほぼ均一係数分だけスケーリングするために、
前記1つまたは複数のピクセルを表すデータを変更する
ためのコンピュータ読取り可能プログラム・コード手段
とを含むことを特徴とするコンピュータ・プログラム製
品。
7. A computer comprising a computer usable medium having computer readable program code means therein for processing data representing pixel values including color and luminance values of each pixel of an image.
A program product, computer readable program code means for determining one or more pixels to change in the image to indicate a common characteristic to be represented by the image; Computer readable program code means for determining a color value to be provided to each of the pixels; and providing the color value to each of the one or more pixels; and a luminance value to each of the one or more pixels. To scale by approximately the uniform factor,
Computer readable program code means for altering the data representing the one or more pixels.
【請求項8】前記カラー値に対する最大輝度値max
(Lcolor)を決定するためのコンピュータ読取り可能
プログラム・コード手段と、 前記1つまたは複数のピクセルの輝度の最大値max
(Lpixel)を決定するためのコンピュータ読取り可能
プログラム・コード手段とをさらに含み、 前記均一係数がmax(Lcolor)/max(Lpixel
であることを特徴とする、請求項7に記載のコンピュー
タ・プログラム製品。
8. A maximum luminance value max for the color value.
Computer readable program code means for determining ( Lcolor ); and a maximum value max of brightness of said one or more pixels.
Computer readable program code means for determining (L pixel ), wherein said uniformity factor is max (L color ) / max (L pixel )
The computer program product according to claim 7, characterized in that:
【請求項9】前記カラー値に対する最大輝度値max
(Lcolor)を決定するためのコンピュータ読取り可能
プログラム・コード手段と、 前記画像のピクセルの輝度の最大値max(Lpixel
を決定するためのコンピュータ読取り可能プログラム・
コード手段とをさらに含み、 前記均一係数がmax(Lcolor)/max(Lpixel
であることを特徴とする、請求項7に記載のコンピュー
タ・プログラム製品。
9. A maximum luminance value max for the color value
Computer readable program code means for determining (L color ); and a maximum value max (L pixel ) of pixel brightness of the image.
Computer readable program for determining
Code means, wherein the uniformity coefficient is max ( Lcolor ) / max ( Lpixel )
The computer program product according to claim 7, characterized in that:
【請求項10】画像の各ピクセルのカラー値および輝度
値を含むピクセル値を表すデータを処理するための方法
であって、 前記画像によって表すべき共通特性の1つを示すため
に、前記画像において変更すべき1つまたは複数のピク
セルを決定するステップと、 前記1つまたは複数のピクセルのそれぞれに1つずつ与
えられる、N通りのカラー値を決定するステップと、 前記N通りのカラー値のそれぞれに対する最大輝度値m
ax(LcolorN)を決定するステップと、 前記最大輝度値のうちの最小値min(max(L
colorN))を決定するステップと、 前記画像のピクセルの輝度値の最大値max
(Lpixel)を決定するステップと、 max(Lpixel)がmin(max(LcolorN))よ
り大きい場合に、前記画像のピクセルのそれぞれの輝度
値Lpixelをmin(max(LcolorN))/max
(Lpixel)という係数分だけスケーリングするため
に、前記画像のピクセルのピクセル値を表すデータを変
更するステップと、 前記1つまたは複数のピクセルのそれぞれに前記N通り
のカラー値の1つを与え、前記1つまたは複数のピクセ
ルのそれぞれの輝度値Lpixelを前記N通りのカラー値
の1つに対応するほぼ均一係数分だけスケーリングする
ために、前記1つまたは複数のピクセル値を表すデータ
を変更するステップとを含むことを特徴とする方法。
10. A method for processing data representing pixel values including a color value and a luminance value of each pixel of an image, the method comprising: processing an image to indicate one of the common characteristics to be represented by the image. Determining one or more pixels to be modified; determining N color values, one for each of the one or more pixels; and each of the N color values. Maximum luminance value m for
ax (L colorN ); and a minimum value min (max (L
colorN )) and determining the maximum value of the luminance value max of the pixel of the image
(L pixel ); and when max (L pixel ) is greater than min (max (L colorN )), the luminance value L pixel of each pixel of the image is set to min (max (L colorN )) / max
Changing data representing the pixel values of the pixels of the image to scale by a factor of (L pixel ); and providing one of the N color values to each of the one or more pixels. , The data representing the one or more pixel values is scaled to scale each luminance value L pixel of the one or more pixels by a substantially uniform factor corresponding to one of the N color values. Changing.
【請求項11】max(Lpixel)がmin(max
(LcolorN))より大きくない場合に、前記均一係数が
max(LcolorN)/max(Lpixel)であることを
特徴とする、請求項10に記載の方法。
11. When max (L pixel ) is min (max
If (L colorN)) no greater than, and said uniform factor is max (L colorN) / max ( L pixel), The method of claim 10.
【請求項12】max(Lpixel)がmin(max
(LcolorN))より大きくない場合に、前記均一係数が
min(max(LcolorN))/max(Lpixel)で
あることを特徴とする、請求項10に記載の方法。
12. When max (L pixel ) is min (max
If (L colorN)) no greater than, and said uniform factor is min (max (L colorN)) / max (L pixel), The method of claim 10.
【請求項13】max(Lpixel)がmin(max
(LcolorN))より大きい場合に、前記均一係数がma
x(LcolorN)/min(max(LcolorN))である
ことを特徴とする、請求項10に記載の方法。
13. The method according to claim 13, wherein max (L pixel ) is min (max
( LcolorN )), the uniformity coefficient is ma
The method according to claim 10, characterized in that x ( LcolorN ) / min (max ( LcolorN )).
JP9274016A 1996-10-18 1997-10-07 Generation and process of image data Pending JPH10134173A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/733,201 US6005971A (en) 1996-10-18 1996-10-18 Method, system and program products for displaying multiple types of data in single images
US08/733201 1996-10-18

Publications (1)

Publication Number Publication Date
JPH10134173A true JPH10134173A (en) 1998-05-22

Family

ID=24946642

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9274016A Pending JPH10134173A (en) 1996-10-18 1997-10-07 Generation and process of image data

Country Status (2)

Country Link
US (1) US6005971A (en)
JP (1) JPH10134173A (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001136492A (en) * 1999-11-09 2001-05-18 Fuji Photo Film Co Ltd Image reproducing device
US7903892B2 (en) * 2002-10-29 2011-03-08 Ati Technologies Ulc Image analysis for image compression suitability and real-time selection
US8111928B2 (en) * 2003-02-13 2012-02-07 Ati Technologies Ulc Method and apparatus for compression of multi-sampled anti-aliasing color data
US7643679B2 (en) 2003-02-13 2010-01-05 Ati Technologies Ulc Method and apparatus for block based image compression with multiple non-uniform block encodings
US7764833B2 (en) * 2003-02-13 2010-07-27 Ati Technologies Ulc Method and apparatus for anti-aliasing using floating point subpixel color values and compression of same
US7606429B2 (en) * 2005-03-25 2009-10-20 Ati Technologies Ulc Block-based image compression method and apparatus
US7505624B2 (en) * 2005-05-27 2009-03-17 Ati Technologies Ulc Block-based image compression method and apparatus
US7538824B1 (en) * 2005-08-18 2009-05-26 Magnum Semiconductor, Inc. Systems and methods for reducing noise during video deinterlacing
JP5966658B2 (en) * 2012-06-22 2016-08-10 ソニー株式会社 Display device, image processing device, and display method

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5181105A (en) * 1986-05-30 1993-01-19 Canon Kabushiki Kaisha Color image correction based on characteristics of a highlights or other predetermined image portion
US4875032A (en) * 1987-10-26 1989-10-17 Mcmanus Paul A Method and apparatus for processing colorimetric parameters of a color sample
US4985853A (en) * 1987-10-26 1991-01-15 Tektronix, Inc. Display-based color system
US5452017A (en) * 1992-12-31 1995-09-19 Hickman; Charles B. Method and apparatus for electronic image color modification using hue and saturation levels
KR960012605B1 (en) * 1993-06-11 1996-09-23 엘지전자 주식회사 Apparatus for separating the brightness signal and the chrominance signal from the n.t.s.c. color television signal
JP3134660B2 (en) * 1994-04-14 2001-02-13 松下電器産業株式会社 Color conversion method and color conversion device
US5619590A (en) * 1994-10-06 1997-04-08 Eastman Kodak Company System for electronic image signal processing to provide a tonescale corrected full resolution luminance and two half resolution chrominance signals
US5754185A (en) * 1996-02-08 1998-05-19 Industrial Technology Research Institute Apparatus for blending pixels of a source object and destination plane

Also Published As

Publication number Publication date
US6005971A (en) 1999-12-21

Similar Documents

Publication Publication Date Title
EP0586082B1 (en) Palettized fuzzy mask
US5204665A (en) Color editing with simple encoded images
US7012617B2 (en) Method for representing a digital color image using a set of palette colors based on detected important colors
US5278678A (en) Color table display for interpolated color and anti-aliasing
CN101360250B (en) Immersion method and system, factor dominating method, content analysis method and parameter prediction method
US7064864B2 (en) Method and apparatus for compressing reproducible color gamut
US6933948B2 (en) Multi-tone representation of a digital image on a digital nonlinear editing system
US7456904B2 (en) Method and apparatus for superimposing characters on video
JPS62502432A (en) Apparatus and method for changing color digital image
JPH021894A (en) Method and apparatus for generating color characteristic of object
JPH05233772A (en) Conversion of line to another color
EP0420391A2 (en) Colour tone generator
EP0484509A1 (en) Method for displaying color on a computer output device using dithering techniques
JPH10134173A (en) Generation and process of image data
JP2647033B2 (en) Lookup table creation method and lookup table creation device
JP4174133B2 (en) Image generation method
JP2702408B2 (en) Image conversion system
JPH0325493A (en) Color display
JP3482106B2 (en) Luminance image generation method and apparatus, and recording medium recording this method
JP2000253269A (en) Method and device for color image processing
CN114529624A (en) Image color matching method and system and image generation method and system
JPH0571099B2 (en)
JPH1074248A (en) Color reduction device and color reduction method
JPH1032712A (en) Picture processor
JPH10136213A (en) Device for converting brightness of color picture