JPH099292A - Data structure considering sparseness of video information in dynamic image - Google Patents

Data structure considering sparseness of video information in dynamic image

Info

Publication number
JPH099292A
JPH099292A JP7192402A JP19240295A JPH099292A JP H099292 A JPH099292 A JP H099292A JP 7192402 A JP7192402 A JP 7192402A JP 19240295 A JP19240295 A JP 19240295A JP H099292 A JPH099292 A JP H099292A
Authority
JP
Japan
Prior art keywords
color
data
pixels
information
data structure
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP7192402A
Other languages
Japanese (ja)
Other versions
JP3194005B2 (en
Inventor
Akimine Nishigori
昭峰 錦織
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to JP19240295A priority Critical patent/JP3194005B2/en
Publication of JPH099292A publication Critical patent/JPH099292A/en
Application granted granted Critical
Publication of JP3194005B2 publication Critical patent/JP3194005B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Image Processing (AREA)
  • Color Television Systems (AREA)

Abstract

PURPOSE: To remarkably reduce the amount of data by making only information of color different from that of a fundamental picture in to data when the information of color of a target picture in a dynamic image is made into the data. CONSTITUTION: The making of the information of color of the target picture in the dynamic image into the data is performed by expressing only the information of color different from that of the fundamental picture as the data, and employing data structure considering the sparseness of picture information. In the expression of each data item, the kind and position (row number and column number) of the color of each picture element are used. The expression is performed by unifying the picture element at every row of the picture element, every column of the same, and every color of the same, etc., appropriately. The information of the color is expressed by separating into three primary colors.

Description

【発明の詳細な説明】 動画像において、基本となる画面と同じ色である画素の
情報は省略し、基本となる画面と異なる色である画素の
情報のみを表す、スパース(sparse)性を考慮し
たデータ構造である。その際に、画素の色、あるいは、
画素の位置(すなわち、行番号と列番号)でソーティン
グを行い、いくつかの画素毎にまとめても良い。これに
より、動画像に関するデータ量を大幅に削減することが
可能となる。動画像においては多数の画面が必要となる
が、各画面の映像のために、ディスプレイ上にあるすべ
て画素が何色であるという情報をデータとして表現する
必要がある。画素数は数百万、色は数千万色であり、更
に、1秒間に数十枚の画面の情報が必要となるために、
膨大なデータ量となる。従来は、動画像に関する情報を
データとして表現する際には、映像があまり急激に変わ
らず各画面はほとんど変わらない場合であっても、各画
面はお互いに無関係な内容としてデータを構成してい
た。本発明は、動画像において各画面があまり変化しな
い場合に、基本となる画面と同色(明度、彩度等が同
一)である画素の情報は省略し、異なる色である画素に
関する情報のみを表示するための、スパース性を考慮し
たデータ構造である。このデータを構成する際には、一
つ一つの画素に分けないで、画素の色、または、画素の
位置(すなわち、行番号と列番号)等でソーティングを
行い、同じ性質の画素範囲を指定しても良い。このデー
タ構造により、大幅にデータ量を削減することを可能に
する。以下の説明に用いる画面は、図1に示すように2
0行×20列の画素をもつとしているが、実際には、画
面を表示するディスプレイの画素数である。また、画素
の色を表すデータは小文字アルファベットで表してい
る。図3において、動画像の基本となる画面(以降、こ
れを「基本画面」と呼ぶことにする。)に関する情報が
得られているとする。データとして表現したい画面(以
降、これを「対象画面」と呼ぶことにする。)の情報
は、図4で示されている。「基本画面」は、普通、「対
象画面」よりも一つ前の画面とすれば良い。「対象画
面」において、「基本画面」と「異なる色の画素」を、
図1で表している。図1に表された各画素の色を、その
スパース性を考慮してデータとして表すと、一例として
図2のようになる。図4で表された「対象画面」の例で
は、スパース性を考慮することによる、データの削減率
は以下のようになる。画素の行番号と列番号は、それぞ
れ2バイトで表すこととし、色は3バイト(または4バ
イト)で表すとする。図4では、 3バイト×20×20=1200バイト または 4バイト×20×20=1600バイト である。図1に表されているように、22個の画素が異
なるので、 (2+2+3)バイト×22=154バイト または (2+2+4)バイト×22=176バイト となり、図2のデータ構造を用いると約13%(または
11%)に削減される。図2に示された「異なる色の画
素」の情報は、それ自体はバラバラなデータ項であるの
で、いくつかのデータ項毎にまとめても良い。すなわ
ち、各データ項は、各画素の色の種類、及び、位置(す
なわち、画素の行番号と列番号)が必要となるが、色、
行番号、列番号のどれかでソーティングを行い、すべて
のデータ項をいくつかのデータ項毎にまとめて、複数の
データ群として表現する。このまとめ方には、主に、次
に示すような三つのデータ構造が考えられる。
DETAILED DESCRIPTION OF THE INVENTION In a moving image, information on pixels having the same color as the basic screen is omitted, and only the information on pixels having a different color from the basic screen is taken into consideration for sparseness. Data structure. At that time, the color of the pixel, or
Sorting may be performed at pixel positions (that is, row numbers and column numbers), and some pixels may be sorted. This makes it possible to significantly reduce the amount of data relating to moving images. A moving image requires a large number of screens, but for the image of each screen, it is necessary to express, as data, what color all the pixels on the display have. There are millions of pixels and tens of millions of colors, and more than tens of screens of information are needed per second.
It becomes a huge amount of data. In the past, when expressing information about moving images as data, each screen was configured as data that had nothing to do with each other, even if the image did not change very rapidly and each screen hardly changed. . In the present invention, when each screen does not change much in a moving image, information on pixels having the same color (same brightness, saturation, etc.) as the basic screen is omitted, and only information on pixels having different colors is displayed. This is a data structure that takes sparseness into consideration. When constructing this data, sort by pixel color or pixel position (that is, row number and column number) etc. without dividing into individual pixels, and specify a pixel range of the same property. You may. This data structure makes it possible to significantly reduce the amount of data. The screen used for the following explanation is 2 as shown in FIG.
Although it has 0 rows × 20 columns of pixels, it is actually the number of pixels of the display for displaying the screen. Further, the data representing the color of the pixel is represented by a lower case alphabet. In FIG. 3, it is assumed that information about a screen that is the basis of a moving image (hereinafter, this is referred to as “basic screen”) is obtained. The information of the screen to be expressed as data (hereinafter referred to as "target screen") is shown in FIG. Normally, the "basic screen" may be the screen one before the "target screen". In the "Target screen", select "Pixel of different color" from "Basic screen"
It is shown in FIG. When the color of each pixel shown in FIG. 1 is expressed as data in consideration of its sparsity, it becomes as shown in FIG. 2 as an example. In the example of the “target screen” shown in FIG. 4, the data reduction rate by considering the sparsity is as follows. The row number and the column number of each pixel are represented by 2 bytes, and the color is represented by 3 bytes (or 4 bytes). In FIG. 4, 3 bytes × 20 × 20 = 1200 bytes or 4 bytes × 20 × 20 = 1600 bytes. As shown in FIG. 1, since 22 pixels are different, (2 + 2 + 3) bytes × 22 = 154 bytes or (2 + 2 + 4) bytes × 22 = 176 bytes, which is about 13% using the data structure of FIG. (Or 11%). The information of the "pixels of different colors" shown in FIG. 2 is a data item which itself is different, and therefore may be collected for each data item. That is, each data item requires the type of color of each pixel and the position (that is, the row number and column number of the pixel).
Sorting is performed on either the row number or the column number, and all data items are grouped into some data items and expressed as a plurality of data groups. The following three data structures are mainly conceivable for this way of summarizing.

[1]画素の行毎のまとめ方 各行毎に、第何列から何列までは何色かを一つの単位と
してまとめる方法である。このまとめ方によるデータ構
造の一例を図5に示す。
[1] Method of grouping pixels by row This is a method of grouping, for each row, the number of columns to the number of colors as one unit. FIG. 5 shows an example of the data structure according to this way of grouping.

[2]画素の列毎のまとめ方 各列毎に、第何行から何行までは何色かを一つの単位と
してまとめる方法である。このまとめ方によるデータ構
造の一例を図6に示す。
[2] Method of grouping pixels by column This is a method of grouping, for each column, the number of rows and the number of colors as one unit. FIG. 6 shows an example of the data structure according to this way of grouping.

[3]画素の色毎のまとめ方 各色毎に、第何行から何行まで、第何列から何列までが
同一色であるとしてまとめる方法である。このまとめ方
によるデータ構造の例を図7と図8に示す。図7には行
番号を先に記述するまとめ方を示し、図8には列番号を
先に記述するまとめ方を示している。あるいは、画素の
集合をいくつかの図形、例えば長方形(あるいは正方
形)に分割し、各長方形の四隅の内で、隣合わない二つ
の隅を示す方法も考えられる。このまとめ方によるデー
タ構造の一例を図9に示す。なお、色の情報は、三原色
に分けてデータとして表現しても良い。その際には、色
に関するデータの要素数は1ではなく3であり、各要素
毎にソーティングしてデータをまとめても良い。例え
ば、三原色を、原色1、原色2、原色3とし、各原色に
関する色の種別を、それぞれ、原色A、原色B、原色C
と表すと、 {行番号,列番号,(原色A,原色B,原色C)} となる。あるいは、各原色毎に「対象画面」を設けるこ
とによって、三つの画面を考えて、 (行番号,列番号,原色A) (行番号,列番号,原色B) (行番号,列番号,原色C) として、同様なソーティングを行うことになる。
[3] Method of grouping pixels by color It is a method of grouping each color by assuming that the same color is applied to the rows from the rows to the rows to the columns. 7 and 8 show examples of the data structure according to this organization method. FIG. 7 shows the way of grouping the row numbers first, and FIG. 8 shows the way of grouping the column numbers first. Alternatively, a method of dividing a set of pixels into some figures, for example, rectangles (or squares) and showing two non-adjacent corners of the four corners of each rectangle is also conceivable. FIG. 9 shows an example of the data structure according to this way of grouping. The color information may be expressed as data by dividing it into three primary colors. In this case, the number of color data elements is 3 instead of 1, and the data may be sorted by each element. For example, the three primary colors are the primary color 1, the primary color 2, and the primary color 3, and the types of colors related to the respective primary colors are primary color A, primary color B, and primary color C, respectively.
Is expressed as {line number, column number, (primary color A, primary color B, primary color C)}. Alternatively, by providing a "target screen" for each primary color, considering three screens, (row number, column number, primary color A) (row number, column number, primary color B) (row number, column number, primary color As C), similar sorting will be performed.

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

【図1】「対象画面」において、「基本画面」と「異な
る色の画素」(ディスプレイの画素を20×20とし、
アルファベットは色を表す。)
[FIG. 1] In the “target screen”, the “basic screen” and “pixels of different colors” (display pixels are set to 20 × 20,
The alphabet represents color. )

【図2】スパース性を考慮した、「対象画面」のデータ
構造
[Fig. 2] Data structure of "target screen" in consideration of sparsity

【図3】動画像の基本となる画面(すなわち、「基本画
面」)
FIG. 3 is a basic screen of a moving image (that is, “basic screen”)

【図4】動画像の「対象画面」[Fig. 4] "Target screen" of moving image

【図5】「対象画面」において、「異なる色の画素」を
行毎にまとめたデータ構造
FIG. 5 is a data structure in which “pixels of different colors” are grouped in rows on the “target screen”.

【図6】「対象画面」において、「異なる色の画素」を
列毎にまとめたデータ構造
FIG. 6 is a data structure in which “pixels of different colors” are collected for each column in the “target screen”.

【図7】「対象画面」において、「異なる色の画素」を
色毎にまとめたデータ構造(行番号を先に記述する場
合)
[FIG. 7] Data structure in which “pixels of different colors” are grouped by color in the “target screen” (when line numbers are described first)

【図8】「対象画面」において、「異なる色の画素」を
色毎にまとめたデータ構造(列番号を先に記述する場
合)
FIG. 8 is a data structure in which “pixels of different colors” are grouped for each color in the “target screen” (when the column number is described first).

【図9】「対象画面」において、「異なる色の画素」を
色毎にまとめたデータ構造(長方形のブロック毎に記述
する場合)
FIG. 9 is a data structure in which “pixels of different colors” are grouped for each color in the “target screen” (when described for each rectangular block).

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 動画像における映像に関する情報とし
て、各画面毎に各画素が何色であるかを表現する際に、
基本となる画面と「同じ色である画素」に関するデータ
は省略し、「異なる色である画素」に関するデータのみ
を表す、スパース性を考慮したデータ構造。このデータ
構造では、「異なる色である画素」に関するデータを、
画素の色、あるいは、画素の行番号または列番号のどれ
かでソーティングを行い、いくつかの画素毎にまとめて
も良い。
1. When expressing what color each pixel is for each screen as information relating to a video in a moving image,
A data structure that considers sparsity, omitting data related to "pixels having the same color" as the basic screen and representing only data related to "pixels having a different color". In this data structure, data about "pixels of different colors"
Sorting may be performed on either the pixel color or the row number or the column number of the pixel, and some pixels may be sorted.
JP19240295A 1995-06-24 1995-06-24 Data structure considering the sparseness of video information in moving images Expired - Fee Related JP3194005B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP19240295A JP3194005B2 (en) 1995-06-24 1995-06-24 Data structure considering the sparseness of video information in moving images

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP19240295A JP3194005B2 (en) 1995-06-24 1995-06-24 Data structure considering the sparseness of video information in moving images

Publications (2)

Publication Number Publication Date
JPH099292A true JPH099292A (en) 1997-01-10
JP3194005B2 JP3194005B2 (en) 2001-07-30

Family

ID=16290725

Family Applications (1)

Application Number Title Priority Date Filing Date
JP19240295A Expired - Fee Related JP3194005B2 (en) 1995-06-24 1995-06-24 Data structure considering the sparseness of video information in moving images

Country Status (1)

Country Link
JP (1) JP3194005B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6322766B1 (en) 1999-01-29 2001-11-27 Basf Aktiengesellschaft Preparation of oxides of nitrogen having a low degree of oxidation
JP2006127419A (en) * 2004-11-01 2006-05-18 Sony Corp Image processor, image processing method and program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6322766B1 (en) 1999-01-29 2001-11-27 Basf Aktiengesellschaft Preparation of oxides of nitrogen having a low degree of oxidation
JP2006127419A (en) * 2004-11-01 2006-05-18 Sony Corp Image processor, image processing method and program
JP4645887B2 (en) * 2004-11-01 2011-03-09 ソニー株式会社 Image processing apparatus, image processing method, and program

Also Published As

Publication number Publication date
JP3194005B2 (en) 2001-07-30

Similar Documents

Publication Publication Date Title
US5475812A (en) Method and system for independent control of multiple windows in a graphics display system
US5952994A (en) Method for scaling an image
GB2191666A (en) Video display apparatus
JPS6025794B2 (en) color graphic display device
JPH09214849A (en) Television on-screen display device of picture element arithmetic generation type using display scan memory for horizontal scanning line
US6304245B1 (en) Method for mixing pictures
JPH099292A (en) Data structure considering sparseness of video information in dynamic image
JPH02273790A (en) Control method for large-screen display device
JPH0644382A (en) Parallel image generator
JPS60167063A (en) Controller of picture overlapping
JPH09163407A (en) Data structure considering sparseness for dynamic image composed of three primary colors or three attributes
JPH07123322A (en) Image transforming system
CN118538151A (en) Display module based on monochromatic LED pixels and driving circuit thereof
JP2002041022A (en) Display device of character string, display method of character string and recording medium that record program
JPH0764524A (en) Image display device
KR20000007098A (en) Multi Vision Technology
JPH0962238A (en) Character color setting device
JP3017003B2 (en) Image processing device
JPH01147960A (en) Image data compression display method
JPH05328392A (en) Picture processor
JPH03284796A (en) Method and device for displaying character
JPH01276196A (en) Image display controller
JPH10104580A (en) Display method and display device
JPH04342083A (en) Device for generating simulated sight signal
JPH0879625A (en) Digital picture division display system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees