JP2000092496A - Compressed dynamic image data communicating method - Google Patents

Compressed dynamic image data communicating method

Info

Publication number
JP2000092496A
JP2000092496A JP25857598A JP25857598A JP2000092496A JP 2000092496 A JP2000092496 A JP 2000092496A JP 25857598 A JP25857598 A JP 25857598A JP 25857598 A JP25857598 A JP 25857598A JP 2000092496 A JP2000092496 A JP 2000092496A
Authority
JP
Japan
Prior art keywords
data
moving image
image data
frame
key frame
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
JP25857598A
Other languages
Japanese (ja)
Inventor
Hideo Terada
英雄 寺田
Hajime Sakano
肇 坂野
Yukihiro Kono
幸弘 河野
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.)
IHI Corp
Original Assignee
IHI 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 IHI Corp filed Critical IHI Corp
Priority to JP25857598A priority Critical patent/JP2000092496A/en
Publication of JP2000092496A publication Critical patent/JP2000092496A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a compressed dynamic image data communicating method, which can communicate a dynamic image in real time at low cost and is tolerant of data errors. SOLUTION: Respective frames 1 of the dynamic image to be transmitted are divided into many small areas s1 to s60, frame by frame, by the compressed dynamic image data communicating method for compressing and transmitting the dynamic image, sequential difference data (d) are generated from the small areas s1 to s60 in the small area group, and sequential time-series data of the difference data 8d obtained by the small areas s1 to s60, while the difference data (d) are replaced periodically in specified order with a key frame (k) for restoring image data of small areas by itself.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、動画像を圧縮し送
信する圧縮動画像データ通信方法に係り、特にデータ再
送を不要とし、しかもエラー訂正が可能な圧縮動画像デ
ータ通信方法に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a compressed moving image data communication method for compressing and transmitting moving images, and more particularly to a compressed moving image data communication method which does not require retransmission of data and which can correct errors. .

【0002】[0002]

【従来の技術】大規模な工場やプラント内等に設けた多
数の監視ポイントに、監視カメラを設け、これらの監視
カメラを中央監視室に接続して、各監視ポイントをリア
ルタイムで監視できるようにした監視システムが知られ
ている。
2. Description of the Related Art Surveillance cameras are provided at a large number of monitoring points provided in large-scale factories or plants, and these monitoring cameras are connected to a central monitoring room so that each monitoring point can be monitored in real time. Surveillance systems are known.

【0003】この監視システムでは、各監視ポイントの
監視カメラから入力された動画像データは、図6に示す
ように、時間軸t上に並んだ画像(フレーム)の列70
であり、そのまま通信するには膨大なデータ量となるの
で、各画像がデータ圧縮されて通信されている。
In this surveillance system, moving image data input from a surveillance camera at each surveillance point is, as shown in FIG. 6, a sequence 70 of images (frames) arranged on a time axis t.
Since an enormous amount of data is required for communication as it is, each image is compressed and communicated.

【0004】従来、この動画像圧縮では、データをフレ
ーム毎に圧縮するMotionJPEGや、図7に示すよう
に、まずキーフレームと呼ばれる出発点圧縮画像80を
作製し、この出発点圧縮画像(フレーム0)80と時間
軸t上で次の画像(フレーム1)との差分を取って圧縮
し、以降の圧縮は時間軸t上で隣り合った画像間の変化
分(差分)に対して行うMPEGなどが一般的である。
この場合、差分のみを処理すれば良いので、高い圧縮率
が得られる。
Conventionally, in this moving image compression, a starting point compressed image 80 called a key frame is first created as shown in FIG. 7 by using Motion JPEG for compressing data frame by frame, and this starting point compressed image (frame 0) is created. ) The difference between 80 and the next image (frame 1) on the time axis t is taken and compressed, and subsequent compression is performed on the change (difference) between adjacent images on the time axis t, such as MPEG. Is common.
In this case, since only the difference needs to be processed, a high compression ratio can be obtained.

【0005】また、このデータのネットワークによる通
信形態には、通信の始点と終点の構成数によって、「ユ
ニキャスト」と「マルチキャスト」の2形態に大別でき
る。
[0005] In addition, the form of communication of this data over a network can be broadly classified into two forms, "unicast" and "multicast", depending on the number of communication start and end points.

【0006】ユニキャストは、始点:終点=1:1の
「電話型」通信であり、マルチキャストは、始点:終点
=1:多の「放送型」通信である。マルチキャストで
は、始点側のコンピュータが送信した1つのデータを複
数の終点側のコンピュータで「同時に」受信することが
できる(データを複数回送信するのではなく、プロトコ
ルのネットワーク層が自動的にデータを多重化する)。
このネットワーク通信処理設計で問題となるのは、デー
タが誤りなく終点に到達するかどうか(到達保証の可
否)である。このため、ユニキャストでは、始点と終点
のハンドシェイク処理により容易に到達保証を持たせる
ことができるようになっている(コネクション指向の通
信)。これに対して、マルチキャストでは、原理的に終
点側のコンピュータの数をいくらでも増やすことが可能
なため、すべての終点に対してデータの到達保証をする
ことが困難であり、よって、もともと到達保証は与えら
れず、最善努力(best effort )方式となっている(コ
ネクションレス通信)。
[0006] Unicast is a "telephone type" communication with a start point: end point = 1: 1, and multicast is a "broadcast type" communication with a start point: end point = 1: many. With multicasting, a single data sent by a source computer can be received "simultaneously" by multiple destination computers (instead of sending the data multiple times, the network layer of the protocol automatically sends the data. Multiplex).
A problem in this network communication processing design is whether or not the data reaches the end point without error (whether or not the arrival is guaranteed). For this reason, in unicast, arrival guarantee can be easily provided by a handshake process between the start point and the end point (connection-oriented communication). On the other hand, in multicast, in principle, the number of computers on the end point side can be increased as much as possible, and it is difficult to guarantee data arrival for all end points. It is not given and has a best effort scheme (connectionless communication).

【0007】もし、マルチキャスト通信において、ユニ
キャストと同様の到達保証を与えようとすると、エラー
検出やデータ再送により通信のリアルタイム性が損われ
てしまうという問題があり、さらにこの通信方法は、始
点と終点とのプロトコル(通信規約)が複雑になると共
に、始点側の処理負荷が大きくなるという問題があり、
また、再送頻度予測、及びネットワーク負荷予測が難し
くなり、再送ストームが発生する可能性がある。圧縮動
画像データのマルチキャスト通信をリアルタイムで行う
には、何らかの工夫が必要である。
If an attempt is made to provide the same guarantee of arrival as in unicast in multicast communication, there is a problem that the real-time performance of communication is impaired due to error detection and data retransmission. There are problems that the protocol (communication protocol) with the end point becomes complicated and the processing load on the start point increases.
In addition, retransmission frequency prediction and network load prediction become difficult, and a retransmission storm may occur. To perform multicast communication of compressed moving image data in real time, some contrivance is required.

【0008】[0008]

【発明が解決しようとする課題】例えば、MotionJPE
Gで圧縮した圧縮動画像データをマルチキャストで送信
する場合、データがフレーム毎に独立しているため通信
エラーに強いが、データの圧縮率がそれ程高くできない
のでデータ量が大きくなり、リアルタイムで動画像の通
信を行うのは困難である。
SUMMARY OF THE INVENTION For example, Motion JPE
When transmitting compressed video data compressed by G by multicast, it is resistant to communication errors because the data is independent for each frame, but the data compression rate cannot be so high, so the data amount becomes large and the video data is transmitted in real time. Communication is difficult.

【0009】また、MPEGで圧縮した圧縮動画像デー
タをマルチキャストで送信する場合、アルゴリズムが複
雑でリアルタイム符号化には高価な専用システムを必要
としてしまうという問題がある。
[0009] Further, when the compressed moving image data compressed by MPEG is transmitted by multicast, there is a problem that an algorithm is complicated and an expensive dedicated system is required for real-time encoding.

【0010】そこで、本発明の目的は、リアルタイムの
動画像通信が低コストで行えると共に、データエラーに
強い圧縮動画像データ通信方法を提供することにある。
It is an object of the present invention to provide a compressed moving image data communication method capable of real-time moving image communication at low cost and resistant to data errors.

【0011】[0011]

【課題を解決するための手段】上記課題を解決するため
に請求項1の発明は、動画像を圧縮して送信するための
圧縮動画像データ通信方法において、送信すべき動画像
の各画像フレームをそのフレーム毎に多数の小領域に分
割し、その小領域群の各小領域から順次差分データを作
成すると共に、各小領域毎に得られる差分データの時系
列データに対して所定の順序で周期的に差分データをそ
れ自体単体で小領域の画像データを復元することができ
るキーフレームに置き換えながら順次時系列データを送
信するようにした方法である。
According to a first aspect of the present invention, there is provided a compressed moving image data communication method for compressing and transmitting a moving image, wherein each image frame of the moving image to be transmitted is provided. Is divided into a large number of small regions for each frame, difference data is sequentially created from each small region of the small region group, and time-series data of the difference data obtained for each small region is arranged in a predetermined order. This is a method in which time series data is sequentially transmitted while periodically replacing the difference data with a key frame capable of restoring image data of a small area by itself.

【0012】請求項2の発明は、上記分割した小領域群
中いくつかをキーフレームとして小領域を圧縮して送信
し、他の小領域はその直前の画像フレーム中に対応する
小領域の画像との差分を取って差分データとする方法で
ある。
According to a second aspect of the present invention, a small area is compressed and transmitted using some of the divided small area groups as a key frame, and the other small areas correspond to the image of the corresponding small area in the immediately preceding image frame. This is a method of calculating the difference between the data and the difference data.

【0013】請求項3の発明は、受信側でキーフレーム
が含まれるデータを各小領域ごとに記憶し、そのデータ
からキーフレームを再生すると共に、他の小領域の差分
データを前に記憶したキーフレームデータと共に展開し
て再生し、これら再生データを画面上に振り分けて動画
像を復元する方法である。
According to a third aspect of the present invention, the receiving side stores data including a key frame for each small area, reproduces a key frame from the data, and previously stores difference data of another small area. This is a method of developing and reproducing the data together with the key frame data, and distributing the reproduced data on a screen to restore a moving image.

【0014】上記請求項1の構成によれば、各フレーム
のデータは、データ量が分割されているので、エラーが
発生した時の問題が出ない。
According to the configuration of claim 1, since the data amount of each frame is divided, no problem occurs when an error occurs.

【0015】上記請求項2の構成によれば、差分は各領
域において直前の画像フレーム中に対応する小領域の画
像とから取るので、短時間で小領域の画像が更新され
る。
According to the configuration of the second aspect, since the difference is obtained from the image of the corresponding small region in the immediately preceding image frame in each region, the image of the small region is updated in a short time.

【0016】請求項3の構成によれば、送信されたキー
フレームデータはそれだけで小領域の画像を復元できる
ので、データエラーが発生しても、画面全体に影響が出
なくなり、次に送信されるキーフレームにより、容易に
エラー訂正されて、画像が復元される。
According to the third aspect of the present invention, the transmitted key frame data alone can restore an image in a small area. Therefore, even if a data error occurs, the entire screen is not affected. The error is easily corrected by the key frame, and the image is restored.

【0017】[0017]

【発明の実施の形態】次に、本発明の好適一実施の形態
を添付図面に基づいて詳述する。
Next, a preferred embodiment of the present invention will be described in detail with reference to the accompanying drawings.

【0018】本実施の形態では、イーサネットを利用し
て、画面が縦240×横320ピクセルで構成された動
画像データを通信する例で説明する。
In this embodiment, an example will be described in which moving image data having a screen composed of 240 × 320 pixels is communicated using Ethernet.

【0019】図2に本発明にかかる圧縮動画像データ通
信方法を実施するための送信側システム構成図を示し、
また図4に受信側システム構成図を示す。
FIG. 2 is a block diagram of a transmitting side system for implementing the compressed moving image data communication method according to the present invention.
FIG. 4 shows the configuration of the receiving system.

【0020】図2に示すように、送信側システムは、画
像(フレーム)を複数の小領域に分割するための領域分
割器10と、分割された小領域のデータをその時間的な
変化を利用して差分データを作製すると共に、その画像
データをそのまま圧縮しそれ単体でデータを再生できる
キーフレームを、データを必要に応じて作成して周期的
に置き換えながら、圧縮動画像データを作製するための
小領域圧縮器20と、その圧縮動画像データを保管する
ための送信バッファ30とから構成されている。
As shown in FIG. 2, the transmitting side system uses an area divider 10 for dividing an image (frame) into a plurality of small areas, and uses data of the divided small areas with a temporal change. To create compressed moving image data while creating the difference data and creating a key frame that can compress the image data as it is and reproduce the data by itself, creating the data as needed and periodically replacing it And a transmission buffer 30 for storing the compressed moving image data.

【0021】小領域圧縮器20は、図3に示すように、
差分データにキーフレームを含める周期を設定するため
のキーフレーム周期設定レジスタ21と、各小領域で入
力した画像データにフレーム番号とアドレスを付与する
ためのフレーム番号カウンタ22と、キーフレームデー
タの設定周期とフレーム番号から、キーフレーム又は差
分データの圧縮モードを決定するための圧縮モード決定
機23と、その圧縮モードに応じて小領域の画像データ
を圧縮するための圧縮器24と、各差分データにフレー
ム番号カウンタ22からの情報をもとにヘッダを付与す
るヘッダ生成器25とから構成されている。この圧縮器
24は、小領域に分割後の画像を画像データとして保持
し、その画像データと次に入力した画像データとを比較
して差分を取るようになっている。
The small area compressor 20, as shown in FIG.
A key frame cycle setting register 21 for setting a cycle for including a key frame in the difference data; a frame number counter 22 for assigning a frame number and an address to image data input in each small area; and setting of key frame data A compression mode determiner 23 for determining a compression mode of a key frame or difference data from a cycle and a frame number; a compressor 24 for compressing image data of a small area according to the compression mode; And a header generator 25 for adding a header based on information from the frame number counter 22. The compressor 24 holds an image after being divided into small areas as image data, and compares the image data with the next input image data to obtain a difference.

【0022】また、図4に示すように、受信側システム
は、送信された圧縮動画像データをヘッダ内のアドレス
に応じて振り分けるための領域振り分け器40と、振り
分けられた圧縮動画像データを展開するための小領域展
開器50と、それぞれ展開された小領域の画像を1画像
に合成するための領域合成器60とから構成されてい
る。
As shown in FIG. 4, the receiving side system includes an area distributor 40 for distributing the transmitted compressed moving image data according to the address in the header, and expands the distributed compressed moving image data. And an area synthesizer 60 for synthesizing the image of each expanded small area into one image.

【0023】小領域展開器50は、図5に示すように、
振り分けられた小領域ごとの圧縮動画像データを保管す
るための展開待ちバッファ51と、保管された圧縮動画
像データのフレーム番号を認識するための展開フレーム
番号レジスタ52と、その圧縮動画像データをフレーム
番号順に並べるための展開順序制御器53と、圧縮動画
像データを番号順に順次展開するための展開器54とか
ら構成されている。
As shown in FIG. 5, the small area expander 50
A decompression waiting buffer 51 for storing the compressed moving image data of each divided small area, a decompression frame number register 52 for recognizing a frame number of the stored compressed moving image data, It comprises an expansion order controller 53 for arranging the frames in the order of frame numbers and an expansion unit 54 for sequentially expanding the compressed moving image data in the order of numbers.

【0024】次に、このシステムを用いて、圧縮動画像
データ通信方法を作用と共に図1を用いて説明する。
Next, a compressed moving image data communication method using this system will be described with reference to FIG.

【0025】図1に示すように、監視カメラなどによ
り、時間軸t上に並んだ多数の画像(フレーム)1の集
合として入力した動画像を、送信側システムで、各画像
フレームごとに、領域分割器により、縦4×横320ピ
クセルの大きさの多数の小領域s1 〜s60からなる小領
域群に垂直方向に分割する。そして、小領域圧縮器で、
上述した圧縮モードに応じてキーフレームkと呼ばれる
出発点圧縮画像、または差分データdを作製する。これ
を、上述したキーフレーム周期設定レジスタとフレーム
番号カウンタとにより、周期的に差分データdにキーフ
レームデータkを含めて圧縮動画像データpを作製す
る。その後、フレーム番号カウンタによりヘッダ生成器
でヘッダを生成し、その圧縮動画像データ系列にヘッダ
を付加して送信する。すなわち、圧縮動画像データ系列
は、内部的には独立した小さな動画像として各々の小領
域の通信制御が行われる。
As shown in FIG. 1, a moving image input as a set of a large number of images (frames) 1 arranged on a time axis t by a surveillance camera, etc. The divider vertically divides into a small area group including a large number of small areas s 1 to s 60 each having a size of 4 × 320 pixels. And with a small area compressor,
A starting point compressed image called key frame k or difference data d is created according to the above-described compression mode. The compressed moving image data p is periodically generated by including the key frame data k in the difference data d by using the key frame period setting register and the frame number counter described above. Thereafter, a header is generated by the header generator by the frame number counter, and the header is added to the compressed moving image data sequence and transmitted. That is, communication control of each small area is performed as a small moving image that is internally independent of the compressed moving image data series.

【0026】このように、各々にキーフレームを有する
独立した圧縮動画像データpとして送信するので、通信
エラーが生じた時でも、再生画面上での影響が小さくな
る。
As described above, since the data is transmitted as independent compressed moving image data p each having a key frame, even when a communication error occurs, the influence on the reproduction screen is reduced.

【0027】そして、通信はUDP(User Datagram Pr
otocol)プロトコルで行い、送信された圧縮動画像デー
タは、ネットワーク層で自動的に多重化され、伝送す
る。
The communication is UDP (User Datagram Pr
The compressed moving image data transmitted according to the otocol protocol is automatically multiplexed and transmitted at the network layer.

【0028】UDPは、そのヘッダであるUDPセグメ
ントフォーマットにアプリケーション層へのデータの受
け渡しのためのポート番号以外に機能的な情報を持って
おらず、すなわちパケットが正常にやり取りできている
かを確認しないため、アルゴリズムが簡単であり、より
高速に通信できる。
UDP has no functional information other than the port number for data transfer to the application layer in the UDP segment format as its header, that is, does not confirm whether packets have been exchanged normally. Therefore, the algorithm is simple and communication can be performed at higher speed.

【0029】そして、受信側システムで、入力された圧
縮動画像データを、領域振り分け器で所定のアドレスに
振り分け、展開待ちバッファ51に保管した後、展開順
序制御器53でその圧縮動画像データを展開フレーム番
号順に並べ、展開器54で各小領域s1 〜s60の画像を
復元し、領域合成器でそれら小領域を合成し、元の画像
1を復元する。
Then, in the receiving side system, the input compressed moving image data is allocated to a predetermined address by the area distributor and stored in the expansion waiting buffer 51, and then the expanded moving image data is stored in the expansion order controller 53. The original images 1 are restored by arranging the images of the small areas s 1 to s 60 by the expander 54 and synthesizing the small areas by the area synthesizer.

【0030】以上説明したように、画面を多数の小領域
1 〜s60に分割し、各小領域s1〜s60毎に差分デー
タ系列dを制御してキーフレームkを周期的に送信する
ことで、受信側はいずれの小領域からでも随時受信を開
始できるようになる。また、通信エラーが生じても、次
に送信されたキーフレームkによりエラー訂正が行える
ので、再送信せずに一定時間内に修復できる。
As described above, the screen is divided into a number of small areas s 1 to s 60 , and the difference data series d is controlled for each of the small areas s 1 to s 60 to transmit the key frame k periodically. By doing so, the receiving side can start receiving at any time from any of the small areas. Further, even if a communication error occurs, the error can be corrected by using the next transmitted key frame k, so that the communication can be repaired within a predetermined time without retransmission.

【0031】また、従来のユニキャストの再送には計算
・通信・時間コストがかかるので、これをやめ、エラー
訂正信号(キーフレームデータ)を、エラーの有無に関
わらず周期的に送信する。これにより、キーフレームデ
ータは前後関係に依存せず、単独で展開・再生が可能で
あるので、エラー状態になっている終点側の小領域は、
次のエラー訂正信号(キーフレームデータ)を待ってエ
ラーから回復することができる。さらに、各小領域に対
するエラー訂正信号は従来のように連続的に送信せず、
インターリーブ送信(間隔をおいて送信)するので、バ
ーストエラーを防止できる。
The conventional unicast retransmission requires computation, communication, and time costs. Therefore, the retransmission is stopped, and an error correction signal (key frame data) is periodically transmitted regardless of the presence or absence of an error. As a result, the key frame data can be independently developed and reproduced without depending on the context, so the small area on the end point side in the error state is
It is possible to recover from the error by waiting for the next error correction signal (key frame data). Furthermore, the error correction signal for each small area is not continuously transmitted as in the related art,
Since interleaved transmission (transmission at intervals) is performed, burst errors can be prevented.

【0032】さらに、従来の監視システムは、各監視ポ
イントでの動画像を中央監視室でしか見ることができな
かったが、本発明により、工場やプラント内に敷設され
た電話回線やISDNを利用してマルチキャスト通信で
きるので、作業員が携帯するデータ端末をそのネットワ
ークに接続することにより、どこからでも所望の監視ポ
イントでの動画像を見ることができる。
Further, in the conventional monitoring system, a moving image at each monitoring point can be viewed only in the central monitoring room. However, according to the present invention, a telephone line or an ISDN installed in a factory or a plant is used. By connecting the data terminal carried by the worker to the network, a moving image at a desired monitoring point can be viewed from anywhere.

【0033】尚、本実施の形態では、イーサネットで通
信を行うことから、キーフレームのデータ量を4×32
0ピクセル分とし、フレームを60分割してデータ通信
を行ったが、通信媒体の転送能力に応じて分割数が決め
られることは言うまでもない。
In this embodiment, since communication is performed by Ethernet, the data amount of the key frame is set to 4 × 32
Although data communication was performed by dividing a frame into 60 parts for 0 pixels, it goes without saying that the number of divisions is determined according to the transfer capacity of the communication medium.

【0034】[0034]

【発明の効果】以上要するに本発明によれば、以下に示
すような効果を発揮する。
In summary, according to the present invention, the following effects are exhibited.

【0035】(1)ある小領域に通信エラーが生じて
も、そのエラーが他の小領域に影響を与えないので、画
面全体に影響が出なくなり、データエラーに強い圧縮動
画像データ通信方法を実現できる。
(1) Even if a communication error occurs in a certain small area, the error does not affect other small areas, so that the entire screen is not affected and a compressed moving image data communication method that is resistant to data errors is provided. realizable.

【0036】(2)通信エラーで乱れた部分(小領域)
が一定周期内で修復されると共に、その修復するキーフ
レームデータを始点として受信側が随時受信を開始で
き、その際送信側に特別な処理が必要なくなる。
(2) Portion (Small Area) Disturbed by Communication Error
Is restored within a fixed period, and the receiving side can start receiving at any time with the key frame data to be restored as a starting point, at which time no special processing is required on the transmitting side.

【0037】(3)キーフレームデータが連続していな
いので、バーストエラー発生時に、キーフレームデータ
が連続的に失われるのを抑制できる。
(3) Since the key frame data is not continuous, it is possible to prevent the key frame data from being continuously lost when a burst error occurs.

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

【図1】本発明にかかる圧縮動画像データ通信方法の概
略図である。
FIG. 1 is a schematic diagram of a compressed moving image data communication method according to the present invention.

【図2】図1の送信側システム構成図である。FIG. 2 is a configuration diagram of a transmission side system in FIG. 1;

【図3】図2の小領域圧縮器の詳細図である。FIG. 3 is a detailed view of the small area compressor of FIG. 2;

【図4】図1の受信側システム構成図である。FIG. 4 is a configuration diagram of a receiving-side system in FIG. 1;

【図5】図4の小領域展開器の詳細図である。FIG. 5 is a detailed view of the small area expander of FIG. 4;

【図6】動画像の概念図である。FIG. 6 is a conceptual diagram of a moving image.

【図7】動画像を構成する画像間の差分を用いた動画像
圧縮方法を説明するための図である。
FIG. 7 is a diagram for explaining a moving image compression method using a difference between images constituting a moving image.

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

10 領域分割器 20 小領域圧縮器 30 送信バッファ 40 領域振り分け器 50 小領域展開器 60 領域合成器 Reference Signs List 10 region divider 20 small region compressor 30 transmission buffer 40 region distributor 50 small region expander 60 region combiner

フロントページの続き (72)発明者 河野 幸弘 東京都江東区豊洲三丁目1番15号 石川島 播磨重工業株式会社東二テクニカルセンタ ー内 Fターム(参考) 5C059 KK15 LC03 MA05 PP04 RC22 RF05 SS06 SS08 SS14 UA02 UA05 Continuation of the front page (72) Inventor Yukihiro Kono 3-1-1, Toyosu, Koto-ku, Tokyo Ishikawajima-Harima Heavy Industries Co., Ltd. Toji Technical Center F term (reference) 5C059 KK15 LC03 MA05 PP04 RC22 RF05 SS06 SS08 SS14 UA02 UA05

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 動画像を圧縮して送信するための圧縮動
画像データ通信方法において、送信すべき動画像の各画
像フレームをそのフレーム毎に多数の小領域に分割し、
その小領域群の各小領域から順次差分データを作成する
と共に、各小領域毎に得られる差分データの時系列デー
タに対して所定の順序で周期的に差分データをそれ自体
単体で小領域の画像データを復元することができるキー
フレームに置き換えながら順次時系列データを送信する
ようにしたことを特徴とする圧縮動画像データ通信方
法。
In a compressed moving image data communication method for compressing and transmitting a moving image, each image frame of a moving image to be transmitted is divided into a number of small areas for each frame.
Differential data is sequentially created from each of the small regions of the small region group, and the difference data itself is periodically generated in a predetermined order with respect to the time-series data of the difference data obtained for each small region. A compressed moving image data communication method, wherein time-series data is sequentially transmitted while replacing the image data with a key frame that can restore the image data.
【請求項2】 分割した小領域群中いくつかをキーフレ
ームとして小領域を圧縮して送信し、他の小領域はその
直前の画像フレーム中に対応する小領域の画像との差分
を取って差分データとする請求項1記載の圧縮動画像デ
ータ通信方法。
2. A small area is compressed by using some of the divided small area groups as a key frame and transmitted, and the other small areas are obtained by taking the difference from the image of the corresponding small area in the immediately preceding image frame. 2. The compressed moving image data communication method according to claim 1, wherein the data is difference data.
【請求項3】 受信側でキーフレームが含まれるデータ
を各小領域ごとに記憶し、そのデータからキーフレーム
を再生すると共に、他の小領域の差分データを前に記憶
したキーフレームデータと共に展開して再生し、これら
再生データを画面上に振り分けて動画像を復元する請求
項1記載の圧縮動画像データ通信方法。
3. A receiving side stores data including a key frame for each small area, reproduces a key frame from the data, and develops difference data of another small area together with previously stored key frame data. 2. The compressed moving image data communication method according to claim 1, wherein the moving image is restored by reproducing the moving image and distributing the reproduced data on a screen.
JP25857598A 1998-09-11 1998-09-11 Compressed dynamic image data communicating method Pending JP2000092496A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP25857598A JP2000092496A (en) 1998-09-11 1998-09-11 Compressed dynamic image data communicating method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP25857598A JP2000092496A (en) 1998-09-11 1998-09-11 Compressed dynamic image data communicating method

Publications (1)

Publication Number Publication Date
JP2000092496A true JP2000092496A (en) 2000-03-31

Family

ID=17322163

Family Applications (1)

Application Number Title Priority Date Filing Date
JP25857598A Pending JP2000092496A (en) 1998-09-11 1998-09-11 Compressed dynamic image data communicating method

Country Status (1)

Country Link
JP (1) JP2000092496A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003092760A (en) * 2001-09-18 2003-03-28 Mega Chips Corp Image compression coding method, image distribution method, and their programs
JP2003092745A (en) * 2001-09-18 2003-03-28 Mega Chips Corp Image distribution method, image recording method, and their programs

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003092760A (en) * 2001-09-18 2003-03-28 Mega Chips Corp Image compression coding method, image distribution method, and their programs
JP2003092745A (en) * 2001-09-18 2003-03-28 Mega Chips Corp Image distribution method, image recording method, and their programs
JP4599609B2 (en) * 2001-09-18 2010-12-15 株式会社メガチップス Image compression encoding method, image distribution method, and program thereof

Similar Documents

Publication Publication Date Title
US7777692B2 (en) Multi-screen video reproducing system
US6185737B1 (en) Method and apparatus for providing multi media network interface
US5910827A (en) Video signal decoding arrangement and method for improved error concealment
JPH10313454A (en) Digital video image distribution system
US20010027468A1 (en) Transmission system, reception system, and transmission and reception system capable of displaying a scene with high quality
US20050018615A1 (en) Media transmitting method, media receiving method, media transmitter and media receiver
US20040183896A1 (en) Cooperative application system, cooperative application method, and network terminal
WO2020241308A1 (en) Synchronization control device, synchronization control method, and synchronization control program
JP3111763B2 (en) High efficiency transmission method
US20060203001A1 (en) Clipping of media data transmitted in a network
JP2000092496A (en) Compressed dynamic image data communicating method
JP2002149316A (en) Data transmitter, data receiver, data transmission method, and program storage medium
JP2002064789A (en) Image compression recording transmitter and image compression transmitter
CN115550694A (en) Method, apparatus, device and medium for transmission of multiple data streams
JP2000333152A (en) Digital video image distributor
JPH10136017A (en) Data transfer system
JPH0564172A (en) Video communication system and video transmitter and video receiver
JP3512716B2 (en) Continuous A / V data transfer system and transfer method
JPH11163934A (en) System and device for transmission, reception device, real-time dynamic picture, system and device for sound transmission, control method for the same and storage device
CN112995737B (en) Distributed network screen-on-screen synchronization method, system and equipment for multi-screen display card output
JP2716702B2 (en) Variable block size motion compensation method
JPH10174086A (en) Image data distribution system
JPH05145909A (en) Audio/video communication system
JPH1098707A (en) Multipoint image monitor device
WO2007116839A1 (en) Video reception device, video distribution system, and video reception method