JPH0765148A - Image processing method - Google Patents

Image processing method

Info

Publication number
JPH0765148A
JPH0765148A JP5211229A JP21122993A JPH0765148A JP H0765148 A JPH0765148 A JP H0765148A JP 5211229 A JP5211229 A JP 5211229A JP 21122993 A JP21122993 A JP 21122993A JP H0765148 A JPH0765148 A JP H0765148A
Authority
JP
Japan
Prior art keywords
image
pixel value
array
value array
background 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.)
Pending
Application number
JP5211229A
Other languages
Japanese (ja)
Inventor
Tetsuji Sumida
哲二 澄田
Kenji Hiramoto
建志 平本
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP5211229A priority Critical patent/JPH0765148A/en
Publication of JPH0765148A publication Critical patent/JPH0765148A/en
Pending legal-status Critical Current

Links

Landscapes

  • Editing Of Facsimile Originals (AREA)
  • Controls And Circuits For Display Device (AREA)
  • Image Processing (AREA)
  • Processing Of Color Television Signals (AREA)

Abstract

PURPOSE:To provide a method which composes one image of two images at a high speed with a small load on a processor and a method which restores the composite image to the original images. CONSTITUTION:Image data consisting of a pixel value array having elements corresponding to pixels, constituting an image, one to one, and a color look-up table for converting the elements of the array into color data are used and weight determined on the number of colors of a background image is added to the pixel values of an actual image to control the pixel values of the background image and actual image with the one pixel value array; and a dedicated color look-up table is generated to perform fast processing.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、背景画像と実画像を合
成した画像を作成する処理、および背景画像と実画像を
合成した画像から原画像を復元する処理を高速に実行す
るための処理方法に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a process for creating an image in which a background image and a real image are combined, and a process for restoring an original image from an image in which a background image and an actual image are combined, at high speed. It is about the method.

【0002】[0002]

【従来の技術】近年グラフィック端末を備えたシステム
が多く使用されるようになってきている。これに伴って
様々な画像を処理するアプリケーションが開発されてい
るが、画像処理にはプロセッサにかかる負荷が大きく、
プロセッサに対する負荷の軽減が重要な課題となってい
る。
2. Description of the Related Art In recent years, a system equipped with a graphic terminal has been widely used. Along with this, applications that process various images have been developed, but image processing imposes a heavy load on the processor,
Reducing the load on the processor has become an important issue.

【0003】実画像と同じ大きさの2値配列によって指
定される実画像の部分画像を、背景画像上に合成し、合
成画像から背景画像を復元するという操作に対して、従
来技術では、次のように行なうのが一般的である。ただ
し、入力データとして、背景画像、実画像、実画像の部
分画像指定用2値配列、合成位置が与えられており、画
像データは、画素値配列とカラールックアップテーブル
から構成されているものとする。
In contrast to the operation of synthesizing a partial image of a real image designated by a binary array having the same size as the real image on a background image and restoring the background image from the synthesized image, the conventional technique It is generally done like this. However, a background image, a real image, a binary array for designating a partial image of the real image, and a combining position are given as input data, and the image data is composed of a pixel value array and a color lookup table. To do.

【0004】図4は、上記処理のフローを示している。
以下、図面に従って従来の技術による処理方法について
説明する。 (初期化処理) (操作1)実画像の画素値と背景画像の画素値を同じ画
素値配列上に格納するために、実画像の画素値を背景画
像の画素値と重ならないように変更する。
FIG. 4 shows a flow of the above processing.
A conventional processing method will be described below with reference to the drawings. (Initialization processing) (Operation 1) In order to store the pixel value of the actual image and the pixel value of the background image in the same pixel value array, the pixel value of the actual image is changed so as not to overlap with the pixel value of the background image. .

【0005】また、これに伴って実画像のカラールック
アップテーブルも変更する。 (操作2)操作1で作成したカラールックアップテーブ
ルと背景画像のカラールックアップテーブルを併合して
新しい合成画像用のカラールックアップテーブルを作成
する。 (画像合成処理) (操作3)原画像の復元を行なうために、合成処理によ
って内容が変更される画素値配列の差分データを保存す
る。
Along with this, the color look-up table of the actual image is also changed. (Operation 2) The color lookup table created in operation 1 and the color lookup table of the background image are merged to create a color lookup table for a new composite image. (Image combining process) (Operation 3) To restore the original image, the difference data of the pixel value array whose contents are changed by the combining process is saved.

【0006】(操作4)操作1で作成した画素値配列の
内容を、指定された位置に複写する。
(Operation 4) The contents of the pixel value array created in operation 1 are copied to the designated position.

【0007】このとき、部分画像指定用2値配列の内容
を参照し、その要素値が1である要素のみを複写する。 (原画像復元処理) (操作5)操作3で保存しておいた差分データを用いて
操作4で変更した画素値配列の要素値を復元する。
At this time, the content of the binary array for designating the partial image is referred to, and only the element whose element value is 1 is copied. (Original Image Restoration Process) (Operation 5) Using the difference data stored in Operation 3, the element values of the pixel value array changed in Operation 4 are restored.

【0008】背景画像上の別の位置に、再び実画像を合
成する場合には、合成位置を変更して上記の画像合成処
理と原画像復元処理を繰り返すことにより、初期化処理
を行なわずに画像合成を行なうことができる。
When the real image is re-composed at another position on the background image, the compositing position is changed and the above-mentioned image composition processing and original image restoration processing are repeated, thereby performing no initialization processing. Image composition can be performed.

【0009】[0009]

【発明が解決しようとする課題】従来方法は、以下のよ
うな欠点を有する。
The conventional method has the following drawbacks.

【0010】合成処理後に背景画像を復元するために
は、合成処理において差分データを作成しておく必要が
ある。更に、合成処理では図4の4に示すような画素単
位での操作を必要とするので、これがボトルネックとな
って処理速度を低下させている。
In order to restore the background image after the combining process, it is necessary to create difference data in the combining process. Further, since the synthesizing process requires an operation in units of pixels as shown by 4 in FIG. 4, this becomes a bottleneck and reduces the processing speed.

【0011】本発明の目的は、上記の差分データ生成の
操作、および部分画像選択の操作を必要としない高速な
画像処理方法を提供することである。
An object of the present invention is to provide a high-speed image processing method which does not require the above-mentioned difference data generation operation and partial image selection operation.

【0012】[0012]

【課題を解決するための手段】画像を構成する画素と1
対1に対応する要素を持つ配列と、この配列の要素を画
像の色データに変換するためのカラールックアップテー
ブルによって構成される画像データを用い、実画像と同
じ大きさの2値配列で指定される実画像の部分画像を、
背景画像上に合成する機能と、前期機能によって合成し
た画像から背景画像を復元する機能とを実現するための
画像処理方法であって、背景画像の色数から実画像の画
素値に付加する重みを決定する手段と、前期重み決定手
段の結果をもとに重みの付加された画素値に対するマス
ク値を決定する手段と、前期重み決定手段の結果をもと
に実画像の画素値配列を合成画像の画素値配列に変換す
る手段と、前記画素値変換手段によって変換した画素値
配列と背景画の画素値配列からこれらを合成した画素値
配列を作成する手段と、前期画素値配列合成手段によっ
て作成した画素値配列の要素を合成画像の色データに変
換し、かつ合成前の画素値配列の要素を背景画像の色デ
ータに変換するためのカラールックアップテーブルを作
成する手段と、前期マスク値決定手段によって決定した
マスク値をもとに前記画素値配列合成手段によって作成
した画素値配列から合成前の画像を復元するための手段
とを用いる。
[Means for Solving the Problems] 1 and a pixel forming an image
Designated by a binary array of the same size as the actual image, using the array that has the elements corresponding to 1 and the image data that is composed of the color lookup table for converting the elements of this array to the color data of the image. The partial image of the real image
An image processing method for realizing a function of synthesizing on a background image and a function of restoring a background image from an image synthesized by the previous period function, which is a weight added to a pixel value of an actual image from the number of colors of the background image. , A means for determining a mask value for a pixel value to which a weight is added based on the result of the previous term weight determining means, and a pixel value array of an actual image based on the result of the previous term weight determining means. By means for converting into a pixel value array of an image, means for creating a pixel value array obtained by combining the pixel value array converted by the pixel value converting means and the pixel value array of the background image, and the previous pixel value array combining means A means for creating a color lookup table for converting the elements of the created pixel value array into color data of the composite image, and converting the elements of the pixel value array before composition to the color data of the background image; And means for restoring the image before combining the pixel value sequence prepared based on the mask value determined by the mask value determining means by the pixel value sequence combining means is used.

【0013】[0013]

【作用】上記の構成により、背景画像と実画像の画素値
配列を物理的には同一の空間に置きながら、単純な論理
演算のみでこれらを論理的に分割して操作する方法を提
供しているため、画像の合成および復元処理を高速に行
なうことができる。
With the above structure, a method is provided in which the pixel value arrays of the background image and the real image are physically placed in the same space, but they are logically divided and operated by a simple logical operation. Therefore, image synthesis and restoration processing can be performed at high speed.

【0014】[0014]

【実施例】本発明では、画素値配列を論理的に複数の2
値配列から構成されるものとして扱う。各画素値配列を
構成するために必要な2値配列の個数は、画像の色数を
もとに(数1)によって決定される。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS In the present invention, a pixel value array is logically divided into a plurality of two.
Treated as consisting of a value array. The number of binary arrays required to form each pixel value array is determined by (Equation 1) based on the number of colors of the image.

【0015】[0015]

【数1】 [Equation 1]

【0016】ここで、Cは画像の色数、Nは画像を構成
するために必要な2値配列の個数を示す。以後、この値
を画像の深さと呼ぶ。
Here, C represents the number of colors of the image, and N represents the number of binary arrays required to form the image. Hereinafter, this value is referred to as the image depth.

【0017】背景画像と部分画像を合成した画像の画素
値配列に対しても同様に扱うが、本発明による処理方法
を用いて合成した画像は、画素値配列を構成する2値配
列が、背景画像部と部分画像部に明確に分離されている
点が従来方法とは異なっている。
The pixel value array of the image in which the background image and the partial image are combined is treated in the same manner. However, in the image combined by using the processing method according to the present invention, the binary array forming the pixel value array is the background. It is different from the conventional method in that the image part and the partial image part are clearly separated.

【0018】2値配列の分離は、部分画像の画素値に対
して、ある重みを付加することによって実現している
が、その重みは背景画像の深さをもとに(数2)によっ
て決定される。
Separation of the binary array is realized by adding a certain weight to the pixel value of the partial image. The weight is determined by (Equation 2) based on the depth of the background image. To be done.

【0019】[0019]

【数2】 [Equation 2]

【0020】ここで、Nは背景画像の深さ、Wは実画像
の画素値に付加する重みを示す。さらに、部分画像の具
体的な画素値は、この重みをもとに(数3)によって決
定する。
Here, N represents the depth of the background image, and W represents the weight added to the pixel value of the actual image. Further, the specific pixel value of the partial image is determined by (Equation 3) based on this weight.

【0021】[0021]

【数3】 [Equation 3]

【0022】ここで、Wは重み、Po は元の部分画像の
画素値、Pは重みを付加した部分画像の画素値、x,y
は画素値配列の添字を示す。
Here, W is a weight, Po is a pixel value of the original partial image, P is a pixel value of the partial image to which the weight is added, x, y
Indicates the subscript of the pixel value array.

【0023】合成画像の画素値配列を、背景画像部と部
分画像部に分離することは、部分画像部に対する描画処
理を、プレーン単位の描画操作によって、背景画像部と
は独立して行なうことを可能とするため、処理に対する
負荷が軽減される。
The separation of the pixel value array of the composite image into the background image portion and the partial image portion means that the drawing processing for the partial image portion is performed independently of the background image portion by the drawing operation in plane units. Since this is possible, the processing load is reduced.

【0024】背景画像部または部分画像部を構成する2
値配列の選択は、(数4)によって得られるマスク値を
用いて行なう。
2 constituting the background image part or the partial image part
The value array is selected using the mask value obtained by (Equation 4).

【0025】[0025]

【数4】 [Equation 4]

【0026】このとき、マスク値を2進数で表現したと
きの各桁の値が、選択する2値配列を決定する要素とな
る。ここで、Wは重み、Mはマスク値を示す。
At this time, the value of each digit when the mask value is represented by a binary number becomes an element for determining the binary array to be selected. Here, W is a weight and M is a mask value.

【0027】図2は、論理的に分割された合成画像の画
素値配列において、部分画像部に対して描画処理を行な
った後、構成要素の2値配列から画素値を生成する過程
を示している。なお、2値配列から構成する画素値配列
の要素の値は(数5)により決定される。
FIG. 2 shows a process of generating a pixel value from a binary array of constituent elements after performing a drawing process on a partial image part in a pixel value array of a logically divided composite image. There is. The value of the element of the pixel value array configured from the binary array is determined by (Equation 5).

【0028】[0028]

【数5】 [Equation 5]

【0029】ここで、Nは合成画像の深さ、BAnは画
素値配列を構成するn番目の2値配列、x,yは2値配
列の添字、Pは合成画像の座標(x,y)の画素値を示
す。
Here, N is the depth of the composite image, BAn is the nth binary array forming the pixel value array, x, y are the subscripts of the binary array, and P is the coordinate (x, y) of the composite image. Shows the pixel value of.

【0030】図1は、本発明の方法用いた処理のフロー
を示している。以下、図面に従って従来の技術による処
理方法について説明する。 (初期化処理) (操作1)入力された実画像と部分画像指定用2値配列
から、部分画像を生成する。
FIG. 1 shows a processing flow using the method of the present invention. A conventional processing method will be described below with reference to the drawings. (Initialization Processing) (Operation 1) A partial image is generated from the input real image and binary array for specifying the partial image.

【0031】(操作2)背景画像の色数をもとに、(数
1)および(数2)により、部分画像の画素値に付加す
る重みを決定する。
(Operation 2) Based on the number of colors of the background image, the weight to be added to the pixel value of the partial image is determined by (Equation 1) and (Equation 2).

【0032】(操作3)操作2で決定した重みをもと
に、(数4)により、背景画像を構成する2値配列のマ
スク値を決定する。
(Operation 3) Based on the weight determined in Operation 2, the mask value of the binary array forming the background image is determined by (Equation 4).

【0033】(操作4)操作2で決定した重みをもと
に、操作1で生成した部分画像の画素値を変更する。具
体的な画素値の決定は、(数3)によって行なう。ま
た、ここで変更した画素値に対応して、カラールックア
ップテーブルの値も変更する。
(Operation 4) Based on the weight determined in operation 2, the pixel value of the partial image generated in operation 1 is changed. The specific pixel value is determined by (Equation 3). Further, the value of the color lookup table is also changed corresponding to the pixel value changed here.

【0034】(操作5)入力された背景画像のカラール
ックアップテーブルと、操作4で得た部分画像のカラー
ルックアップテーブルをもとに、合成画像用のカラール
ックアップテーブルを作成する。作成の手順は以下の通
りである。
(Operation 5) A color look-up table for the composite image is created based on the color look-up table of the input background image and the color look-up table of the partial image obtained in the operation 4. The procedure of creation is as follows.

【0035】マスク値によって指定されない2値配列の
要素値が全て0となるなるような画素値に対しては、背
景画像のカラールックアップテーブルを複写する。
The color look-up table of the background image is copied for the pixel values for which all the element values of the binary array which are not designated by the mask value are zero.

【0036】この他の画素値に対しては、その画素値を
構成する2値配列の中で、マスク値によって指定される
2値配列の要素値を全て0とした場合に算出される画素
値により、画素値を変換した部分画像のカラールックア
ップテーブルの中からこれに対応する要素を複写する。 (画像合成処理) (操作6)操作4で得た部分画像の画素値配列を構成す
る2値配列において、操作3で得たマスク値により指定
されるものを、背景画像上の入力された合成位置に複写
する。 (原画像復元処理) (操作7)合成画像の画素値配列を構成する2値配列に
おいて、操作6で内容を更新した要素に対して、操作3
で得たマスク値をもとに、その内容をクリアする。
For other pixel values, the pixel value calculated when all the element values of the binary array designated by the mask value are 0 in the binary array which constitutes the pixel value. Thus, the corresponding element is copied from the color look-up table of the partial image whose pixel value has been converted. (Image Compositing Process) (Operation 6) In the binary array forming the pixel value array of the partial image obtained in Operation 4, the one specified by the mask value obtained in Operation 3 is input to the background image and combined. Copy to position. (Original Image Restoration Process) (Operation 7) Operation 3 is performed on the element whose content is updated in Operation 6 in the binary array forming the pixel value array of the composite image.
Clear the contents based on the mask value obtained in.

【0037】背景画像上の別の位置に、再び実画像を合
成する場合には、従来技術による方法の場合と同様に、
合成位置を変更して上記の画像合成処理と原画像復元処
理を繰り返すことにより、初期化処理を行なわずに画像
合成を行なうことができる。
When synthesizing the real image again at another position on the background image, as in the case of the conventional method,
By changing the synthesizing position and repeating the above-described image synthesizing process and original image restoring process, it is possible to perform image synthesizing without performing the initialization process.

【0038】以下に、図面を用いて本発明の実施例を説
明する。図3は、画像の合成および復元処理を行なう際
のデータの流れを示している。1〜6は入力データで、
初期化処理ではこれらから8,11,12,13の内部
データを生成する。先ず4,5,6から7,8の部分画
像を生成する。このとき、2値配列によって指定されな
い画素の画素値は意味のない値(ここでは*)にしてお
く。また、部分画像の色数が実画像より減る場合には、
画素値を通し番号になるように変更し、これに合わせて
カラールックアップテーブルの値も変更する。次に、背
景画像の色数をもとに、(数1),(数2),(数4)
に従って、背景画像の深さ,部分画像に付加する重み,
背景画像のマスク値を決定する。そして、(数3)に従
って、9の画素値配列を11に変換する。これに伴っ
て、10のカラールックアップテーブルの値も12に変
更する。最後に、3と12のカラールックアップテーブ
ルから13のカラールックアップテーブルを作成する。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 3 shows the flow of data when performing image synthesis and restoration processing. 1 to 6 are input data,
In the initialization processing, internal data of 8, 11, 12, and 13 are generated from these. First, partial images 4, 5, 6 to 7, 8 are generated. At this time, the pixel value of the pixel not designated by the binary array is set to a meaningless value (here, *). If the number of colors in the partial image is less than the actual image,
The pixel values are changed so that they are serial numbers, and the values in the color lookup table are also changed accordingly. Next, based on the number of colors of the background image, (Equation 1), (Equation 2), (Equation 4)
According to the depth of the background image, the weight added to the partial image,
Determine the mask value for the background image. Then, according to (Equation 3), the pixel value array of 9 is converted into 11. Along with this, the value of the color lookup table of 10 is also changed to 12. Finally, 13 color lookup tables are created from 3 and 12 color lookup tables.

【0039】以上で、初期化処理は終了する。画像合成
処理では、1,2,11の入力から15の画素値配列を
生成する。合成後の画素値は(数6)によって決定する
ことができるが、
With the above, the initialization process is completed. In the image composition process, 15 pixel value arrays are generated from 1, 2, 11 inputs. The pixel value after composition can be determined by (Equation 6),

【0040】[0040]

【数6】 [Equation 6]

【0041】部分画像の画素値配列を構成する2値配列
の中で、8のマスク値で指定されるものを、背景画像の
画素値配列の指定された位置にに複写することによっ
て、高速に処理を行なうことができる。ここで、PH は
背景画像の画素値配列、PB は部分画像の画素値配列、
Pは合成画像の画素値配列、xG,yG は画像合成位置、
x,yは求める画素値配列の要素に対する添字、wH は
背景画像の幅、hH は背景画像の高さ、wB は部分画像
の幅、hB は部分画像の高さを示す。以上で、画像合成
処理は終了する。
Among the binary arrays forming the pixel value array of the partial image, the one specified by the mask value of 8 is copied to the specified position of the pixel value array of the background image, whereby high speed is achieved. Processing can be performed. Here, PH is the pixel value array of the background image, PB is the pixel value array of the partial image,
P is the pixel value array of the composite image, xG, yG are the image composition positions,
x and y are subscripts for the elements of the pixel value array to be obtained, wH is the width of the background image, hH is the height of the background image, wB is the width of the partial image, and hB is the height of the partial image. This is the end of the image synthesizing process.

【0042】原画像復元処理では、8,15の入力から
14の画素値配列を生成する。これは、15の画素値配
列を構成する2値配列において、10のマスク値によっ
て指定されるものの内容ををクリアすることにより行な
う。以上で、原画像復元処理は終了する。
In the original image restoration process, 14 pixel value arrays are generated from 8 and 15 inputs. This is done by clearing the contents of what is specified by the mask value of 10 in the binary array that constitutes the array of 15 pixel values. This is the end of the original image restoration process.

【0043】[0043]

【発明の効果】以上で説明したように、本発明は、画像
合成処理および原画像復元処理をプレーン単位での操作
のみで実現しているため、画素値単位での操作を必要と
した従来方法に対して、プロセッサに対する負荷を軽減
することができるものである。
As described above, according to the present invention, since the image synthesizing process and the original image restoring process are realized only by the operation on a plane basis, the conventional method requiring the operation on a pixel value basis. On the other hand, the load on the processor can be reduced.

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

【図1】本発明の方法を用いた処理フロー図FIG. 1 is a process flow chart using the method of the present invention.

【図2】画素値配列の論理的な構成と画素値抽出の過程
を示す図
FIG. 2 is a diagram showing a logical configuration of a pixel value array and a process of extracting pixel values.

【図3】本発明の方法を用いた実施例のデータフロー図FIG. 3 is a data flow diagram of an embodiment using the method of the present invention.

【図4】従来技術による処理フロー図FIG. 4 is a processing flow chart according to a conventional technique.

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.6 識別記号 庁内整理番号 FI 技術表示箇所 H04N 1/387 9/75 9191−5L G06F 15/68 310 J ─────────────────────────────────────────────────── ─── Continuation of the front page (51) Int.Cl. 6 Identification code Office reference number FI technical display location H04N 1/387 9/75 9191-5L G06F 15/68 310 J

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】画像を構成する画素と1対1に対応する要
素を持つ配列と、この配列の要素を画像の色データに変
換するためのカラールックアップテーブルによって構成
される画像データを用い、実画像と同じ大きさの2値配
列で指定される実画像の部分画像を、背景画像上に合成
する機能と、前期機能によって合成した画像から背景画
像を復元する機能とを実現するための画像処理方法であ
って、背景画像の色数から実画像の画素値に付加する重
みを決定する手段と、前期重み決定手段の結果をもとに
重みの付加された画素値に対するマスク値を決定する手
段と、前期重み決定手段の結果をもとに実画像の画素値
配列を合成画像の画素値配列に変換する手段と、前記画
素値変換手段によって変換した画素値配列と背景画の画
素値配列からこれらを合成した画素値配列を作成する手
段と、前期画素値配列合成手段によって作成した画素値
配列の要素を合成画像の色データに変換し、かつ合成前
の画素値配列の要素を背景画像の色データに変換するた
めのカラールックアップテーブルを作成する手段と、前
期マスク値決定手段によって決定したマスク値をもとに
前記画素値配列合成手段によって作成した画素値配列か
ら合成前の画像を復元するための手段とを用いることを
特徴とする画像処理方法。
1. An image data comprising an array having elements corresponding to pixels constituting an image in a one-to-one correspondence and image data composed of a color lookup table for converting the elements of the array into color data of the image, An image for realizing a function of synthesizing a partial image of a real image specified by a binary array of the same size as the real image on the background image and a function of restoring the background image from the image synthesized by the previous period function A processing method, which determines a weight to be added to a pixel value of an actual image from the number of colors of the background image, and a mask value for the weighted pixel value based on the result of the previous weight determination means. Means, a means for converting the pixel value array of the actual image into a pixel value array of the composite image based on the result of the weight determining means, a pixel value array converted by the pixel value converting means, and a pixel value array of the background image. From this To convert the elements of the pixel value array created by the previous pixel value array combining means into color data of the combined image, and to convert the elements of the pixel value array before combining to the background image color. A means for creating a color look-up table for converting into data and a pixel value array created by the pixel value array synthesizing means on the basis of the mask value decided by the mask value deciding means in the previous period to restore an image before synthesis. An image processing method comprising:
JP5211229A 1993-08-26 1993-08-26 Image processing method Pending JPH0765148A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5211229A JPH0765148A (en) 1993-08-26 1993-08-26 Image processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5211229A JPH0765148A (en) 1993-08-26 1993-08-26 Image processing method

Publications (1)

Publication Number Publication Date
JPH0765148A true JPH0765148A (en) 1995-03-10

Family

ID=16602427

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5211229A Pending JPH0765148A (en) 1993-08-26 1993-08-26 Image processing method

Country Status (1)

Country Link
JP (1) JPH0765148A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110023987A (en) * 2016-12-01 2019-07-16 韩华泰科株式会社 Image processing apparatus and method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110023987A (en) * 2016-12-01 2019-07-16 韩华泰科株式会社 Image processing apparatus and method
CN110023987B (en) * 2016-12-01 2022-11-18 韩华泰科株式会社 Image processing apparatus and method

Similar Documents

Publication Publication Date Title
JP2922680B2 (en) Compressed image storage method for high-resolution computer graphics
JP3919754B2 (en) A method for reducing the number of compositing operations performed in a sequential pixel drawing system
EP0235456B1 (en) Image processing apparatus and method with blocks of compressed data
US5327509A (en) Compressed image system for texture patterns
JP3224866B2 (en) Tile processing method for batch rotation, scaling and digital halftone screening of images
JP3384799B2 (en) Electronic image manipulation device and method
JP2923648B2 (en) Method and apparatus for generating color characteristics of an object
US4532605A (en) True zoom of a displayed image
US5473737A (en) Method and apparatus for displaying a composite image made up of a foreground image and a background image
EP0344976A1 (en) Image generating apparatus
JPH05506737A (en) An image scaling method that performs digital image scaling by combining pixels in a pixel block with varying group sizes with each other by logical operations or by duplicating pixels within the pixel block.
JPH05143709A (en) Video effect device
JPH0634202B2 (en) Fractal generation method and generator
JPH01184581A (en) Document image processor
JPS6282472A (en) Picture processing system
JPH0765148A (en) Image processing method
GB2100956A (en) Data processing arrangement
GB2158671A (en) Improvements in or relating to video signal processing systems
JPH10247241A (en) Convolution scanning line rendering
JPH09204171A (en) Graphic data generating method and graphic controller
JPH0440176A (en) Television special effect device
JP3517982B2 (en) Drawing device
JPS63182781A (en) Picture processor
JP2836617B2 (en) Rendering processor
JP2974596B2 (en) Color image processing equipment