JPH0923339A - Method and equipment for picture communication - Google Patents

Method and equipment for picture communication

Info

Publication number
JPH0923339A
JPH0923339A JP7194065A JP19406595A JPH0923339A JP H0923339 A JPH0923339 A JP H0923339A JP 7194065 A JP7194065 A JP 7194065A JP 19406595 A JP19406595 A JP 19406595A JP H0923339 A JPH0923339 A JP H0923339A
Authority
JP
Japan
Prior art keywords
data
information source
image
error correction
decoder
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
JP7194065A
Other languages
Japanese (ja)
Inventor
Akifumi Arayashiki
明文 荒屋敷
Masakazu Oyamada
応一 小山田
Eiji Yokogawa
英二 横川
Hirotsugu Sato
博世 佐藤
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.)
Kokusai Electric Corp
Original Assignee
Kokusai Electric 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 Kokusai Electric Corp filed Critical Kokusai Electric Corp
Priority to JP7194065A priority Critical patent/JPH0923339A/en
Publication of JPH0923339A publication Critical patent/JPH0923339A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To reproduce a satisfactory picture by appropreately restoring only a normally received picture part in a proper position even at the time of the occurrence of transmission error and reducing the influence of transmission error upon the whole of the reproduced picture. SOLUTION: A compression condition and an MCU number are added to each of encoded data obtained by information source encoding in the unit of MCU, and this data is transmitted. On the reception side, encoded data in the MCU unit in a normally received frame is subjected to information source decoding in accordance with the added compression condition, and decoded picture data is restored in a position corresponding to the added MCU number.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、静止画像の伝送に
用いられる画像通信方法及び画像通信装置に係り、特に
伝送誤りが再生画像に及ぼす影響を小さくし、良好な画
像を再生できる画像通信方法及び画像通信装置に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image communication method and an image communication apparatus used for transmitting a still image, and more particularly to an image communication method capable of reproducing a good image by reducing the influence of a transmission error on a reproduced image. And an image communication device.

【0002】[0002]

【従来の技術】まず、従来の画像通信装置について図4
を使って説明する。図4は、従来の画像通信装置の構成
ブロック図である。従来の画像通信装置は、図4に示す
ように、送信側が情報源符号化器1′と、誤り訂正符号
化器2と、通信制御器3′とから構成され、受信側が通
信制御器5′と、誤り訂正復号化器6′と、情報源復号
化器7′と、補間器8′とから構成され、送信側と受信
側とが伝送路4を介して接続されている。
2. Description of the Related Art First, FIG.
I will explain using. FIG. 4 is a configuration block diagram of a conventional image communication device. As shown in FIG. 4, the conventional image communication apparatus has a transmitting side composed of an information source encoder 1 ', an error correction encoder 2 and a communication controller 3', and a receiving side a communication controller 5 '. And an error correction decoder 6 ', an information source decoder 7', and an interpolator 8 ', and the transmission side and the reception side are connected via a transmission line 4.

【0003】次に、従来の画像通信装置の各部について
説明する。情報源符号化器1′は、ディジタル変換され
た入力画像データを情報源符号化するもので、従来の画
像通信装置における情報源符号化方法は、JPEG(Jo
int Photographic Experts Group)方式を用いていた。
Next, each section of the conventional image communication apparatus will be described. The information source encoder 1'is an information source encoding of digitally converted input image data. The information source encoding method in the conventional image communication apparatus is JPEG (Jo
int Photographic Experts Group) method was used.

【0004】ここで、JPEG方式について図5を使っ
て簡単に説明する。図5は、JPEG方式の概略を示す
説明図である。JPEG方式は、原画像を例えば8画素
×8画素の符号化ブロック、すなわちMCU(Minimum
Code Unit )に分割するブロック化を行い、符号化ブロ
ック(MCU)単位でDCT変換と、量子化テーブルを
用いた量子化と、符号化テーブルを用いたエントロピー
符号化による情報源符号化(圧縮符号化)を行って、M
CU単位の符号化データを作成する。また、受信側で
は、送信側で行った情報源符号化と同一の符号化テーブ
ルを用いたエントロピー復号化と、量子化テーブルを用
いた逆量子化と、逆DCT変換によるMCU単位の情報
源復号化(伸長復号化)を行って画像を再生するように
なっている。
The JPEG system will be briefly described with reference to FIG. FIG. 5 is an explanatory diagram showing an outline of the JPEG system. In the JPEG method, an original image is encoded block of, for example, 8 pixels × 8 pixels, that is, an MCU (Minimum
Code unit), block-based division, coding block (MCU) -based DCT conversion, quantization using a quantization table, and information source coding (compression code) by entropy coding using a coding table ), M
Create encoded data in CU units. Also, on the receiving side, entropy decoding using the same encoding table as the information source encoding performed on the transmitting side, dequantization using a quantization table, and information source decoding on a MCU basis by inverse DCT transform are performed. The image is reproduced by performing encoding (decompression / decoding).

【0005】尚、JPEG方式においては、圧縮率が可
変であり、また装置に依存する可能性の高い画素数や間
引き率や量子化テーブル等を圧縮条件として数バイトで
表し(マーカーコードと呼ぶ)、画像データに先立って
伝送するようになっている。つまり、情報源符号化器
1′から誤り訂正符号化器2へは、まずマーカーコード
が出力され、続いてMCU単位の符号化データが出力さ
れることになる。
In the JPEG system, the compression rate is variable, and the number of pixels, the thinning rate, the quantization table, and the like, which are highly likely to depend on the device, are expressed in a few bytes as a compression condition (called a marker code). , Is transmitted prior to image data. That is, the marker code is first output from the information source encoder 1 ′ to the error correction encoder 2, and subsequently the encoded data in units of MCU is output.

【0006】誤り訂正符号化器2は、情報源符号化器
1′から出力されるデータに、伝送符号誤りを検出し、
場合によっては訂正する為の誤り訂正符号を付加する誤
り訂正符号化(Forward Error Correction:FEC)を
行うものである。
The error correction encoder 2 detects a transmission code error in the data output from the information source encoder 1 ',
In some cases, error correction coding (Forward Error Correction: FEC) for adding an error correction code for correction is performed.

【0007】ここで、誤り訂正符号化の例としては、誤
りが独立して起こる独立誤り及び、誤りが連続して起こ
るバースト誤りの両方を検出できることで知られている
CRC(Cyclic Redundancy Checks)符号があり、詳細
は「コンピュータ通信とネットワーク」福永邦雄著 共
立出版株式会社 p78〜p82に記載されている。ま
た、更に誤り検出能力が高い符号や、検出だけでなく誤
り訂正が可能な各種符号もあり、「画像の帯域圧縮と符
号化技術」二宮佑一著 日刊工業新聞社 p125〜p
141に紹介されている。
Here, as an example of the error correction coding, a CRC (Cyclic Redundancy Checks) code known to be able to detect both an independent error in which an error independently occurs and a burst error in which errors continuously occur. The details are described in “Computer Communication and Network” by Kunio Fukunaga, Kyoritsu Shuppan Co., Ltd., p78-p82. There are also codes with higher error detection capability and various codes that can correct errors as well as detection. “Image band compression and coding technology” by Yuichi Ninomiya Nikkan Kogyo Shimbun, Ltd.
141.

【0008】通信制御器3′は、符号化ブロック単位で
誤り訂正符号化された符号化データを組み込んでHDL
C(High level Data Link Control)手順の伝送フレー
ムを作成し、伝送路4に適した信号に変調して伝送路4
に送出するものである。ここで、HDLC手順は、ビッ
ト単位で可変長のデータを伝送することができる同期式
プロトコルで、詳細は、「コンピュータ通信とネットワ
ーク」福永邦雄著 共立出版株式会社 p113〜p1
30に記載されている。
The communication controller 3'includes coded data that has been error-correction coded in coded block units and incorporates it into the HDL.
A transmission frame of the C (High level Data Link Control) procedure is created, modulated into a signal suitable for the transmission line 4, and the transmission line 4 is modulated.
To be sent. Here, the HDLC procedure is a synchronous protocol capable of transmitting variable-length data in bit units, and details are described in "Computer Communication and Network" by Kunio Fukunaga, Kyoritsu Shuppan Co., Ltd. p113-p1.
30.

【0009】そして、HDLC手順における伝送単位で
ある伝送フレーム(パケット)は、図6に示すようにフ
レームの開始を検出するためのフラグと、伝送先と手順
に則ったコマンドやレスポンスを設定する制御フィール
ドと、伝送したい可変長のデータ、つまりここではマー
カーコード及びMCU単位の符号化データを設定するデ
ータフィールドと、誤り訂正符号(図6の例ではCRC
符号)と、フレームの終了を検出するためのフラグとか
ら構成されている。図6は、HDLC手順の伝送フレー
ムフォーマットを示す説明図である。
A transmission frame (packet), which is a transmission unit in the HDLC procedure, is a control for setting a flag for detecting the start of the frame and a command and response according to the transmission destination and the procedure as shown in FIG. A field, a variable length data to be transmitted, that is, a data field for setting a marker code and encoded data in MCU unit here, and an error correction code (CRC in the example of FIG. 6).
Code) and a flag for detecting the end of the frame. FIG. 6 is an explanatory diagram showing the transmission frame format of the HDLC procedure.

【0010】そして、通信制御器3′から伝送路4に送
出される伝送データは、図7に示すように、マーカーコ
ード及び各MCUの可変長の符号化データの前に、HD
LC手順のフラグと制御フィールド(2つを合わせてヘ
ッダと呼ぶ)が付加され、符号化データの後ろにCRC
符号と、フラグ(フッダ)が付加された形のフレームが
パケットとなって連続的に伝送路4に送出されることに
なる。図7は、従来の画像通信装置における伝送データ
のフォーマットを示す説明図である。
Then, as shown in FIG. 7, the transmission data sent from the communication controller 3'to the transmission line 4 is preceded by the HD before the marker code and the variable length encoded data of each MCU.
A flag for the LC procedure and a control field (the two are collectively called a header) are added, and a CRC is added after the encoded data.
A frame in which the code and the flag (footer) are added is continuously sent to the transmission line 4 as a packet. FIG. 7 is an explanatory diagram showing a format of transmission data in the conventional image communication apparatus.

【0011】通信制御器5′は、伝送路4から受信した
データを復調し、HDLC手順に則った処理を行い、H
DLCのヘッダ及びフッダを取り除いて符号化データと
誤り訂正符号部分を取り出して誤り訂正復号化器6′に
出力するものである。
The communication controller 5'demodulates the data received from the transmission line 4, performs processing according to the HDLC procedure, and
The header and the footer of the DLC are removed and the encoded data and the error correction code portion are extracted and output to the error correction decoder 6 '.

【0012】誤り訂正復号化器6′は、受信したデータ
の誤り訂正符号から誤りを検出し、訂正可能な場合は誤
り訂正を行って、誤りのなかったデータ及び誤り訂正さ
れたデータを正常受信データとして情報源復号化器7′
に出力する。一方、誤り訂正不可能なデータは廃棄し、
復号可能な代替データで置き換えて情報源復号化器7′
に出力する。
The error correction decoder 6'detects an error from the error correction code of the received data, corrects the error if correctable, and normally receives the error-free data and the error-corrected data. Information source decoder 7'as data
Output to On the other hand, data that cannot be error-corrected is discarded,
Information source decoder 7'by replacing with decodable alternative data
Output to

【0013】情報源復号化器7′は、画像データに先立
って受信したマーカーコード(圧縮条件)に従って、誤
り訂正復号化器6から受け取った正常受信データ又は代
替データについて情報源復号化を行うもので、情報源符
号化器1′で行った情報源符号化の逆を行うことにな
る。
The information source decoder 7 ′ performs information source decoding on the normally received data or the alternative data received from the error correction decoder 6 according to the marker code (compression condition) received prior to the image data. Then, the reverse of the information source coding performed by the information source encoder 1'is performed.

【0014】補間器8′は、情報源復号化器7′で復号
化された1画面分の画像データの中で、誤り訂正復号化
器6で代替データに置き換えられたフレームの画像デー
タについて、その周辺の正常受信された画像データから
補間を行うものである。尚、補間の方法は、最も単純な
方法としては、欠落したMCUの1つ前のMCUと同じ
値にする方法や、又は欠落したMCUの周囲の画素値か
ら直線補間や曲線補間する方法や、近接画素の相関性を
利用して、補正する画素と参照する正常な画素との距離
に依存した重み付けして補間する方法等がある。
The interpolator 8'represents the image data of the frame which is replaced by the substitute data by the error correction decoder 6 in the image data for one screen decoded by the information source decoder 7 '. Interpolation is performed from the normally received image data around it. The interpolation method is, as the simplest method, a method of setting the same value as the MCU immediately before the missing MCU, or a method of performing linear interpolation or curve interpolation from pixel values around the missing MCU, There is a method of interpolating by weighting depending on the distance between a pixel to be corrected and a normal pixel to be referred by utilizing the correlation between adjacent pixels.

【0015】次に、従来の画像通信装置における動作に
ついて、図4を用いて説明する。従来の画像通信装置で
は、伝送する画像の画像データが入力されると、情報源
符号化器1′からまず圧縮条件を示すマーカーコードが
誤り訂正符号化器2に出力され、続いて情報源符号化器
1′においてMCU単位で情報源符号化され画像データ
が誤り訂正符号化器2に出力され、誤り訂正符号化器2
で誤り訂正符号化され、通信制御器3′でHDLCフレ
ームに組み込まれ、更に変調されて伝送路4に送出され
る。
Next, the operation of the conventional image communication apparatus will be described with reference to FIG. In a conventional image communication apparatus, when image data of an image to be transmitted is input, a marker code indicating a compression condition is first output from an information source encoder 1'to an error correction encoder 2 and then an information source code. In the encoder 1 ', the source data is encoded in MCU units and the image data is output to the error correction encoder 2 and the error correction encoder 2
Is error-correction-coded by the communication controller 3 ', incorporated in the HDLC frame by the communication controller 3', further modulated, and transmitted to the transmission path 4.

【0016】受信側では、伝送路4から受信したデータ
が通信制御器5′で復調され、更にHDLC手順に則っ
た処理が為され、HDLCのヘッダ及びフッダが取り除
かれて符号化データ部分と誤り訂正符号部分が取り出さ
れて誤り訂正復号化器6′に出力され、誤り訂正復号化
器6′で誤り訂正復号化され、誤り訂正不可能なフレー
ムは代替データで置き換えられて情報源復号化器7′に
出力され、情報源復号化器7′で画像データに先立って
受信したマーカーコードに基づいて情報源復号化され
る。
On the receiving side, the data received from the transmission line 4 is demodulated by the communication controller 5'and further processed in accordance with the HDLC procedure, the HDLC header and footer are removed, and an error occurs in the encoded data portion. The correction code portion is taken out and output to the error correction decoder 6 ', error-corrected and decoded by the error-correction decoder 6', and the frame that cannot be error-corrected is replaced with substitute data to be an information-source decoder. 7 ', and the information source decoder 7'decodes the information source based on the marker code received prior to the image data.

【0017】そして、誤り訂正復号化器6′において誤
り訂正不可能で代替データに置き換えられたフレームの
画像データについて補間器8で補間処理されて画像デー
タが出力されるようになっている。
Then, the image data of the frame which has been error-correctable in the error-correction decoder 6'and which has been replaced with the alternative data is interpolated by the interpolator 8 to output the image data.

【0018】[0018]

【発明が解決しようとする課題】しかしながら、上記従
来の画像通信方法及び画像通信装置では、画像データに
先立って伝送された圧縮条件(マーカーコード)を含む
パケットが正常に受信されなかった場合、たとえそれ以
降の画像データが正常に受信できたとしても画像を適正
に復元することができないという問題点があった。
However, in the above-described conventional image communication method and image communication apparatus, even if the packet including the compression condition (marker code) transmitted prior to the image data is not normally received, Even if the subsequent image data can be normally received, there is a problem that the image cannot be properly restored.

【0019】本発明は上記実情に鑑みて為されたもの
で、伝送誤りが発生しても、正常に受信された画像部分
が適正な位置に適正に復元でき、伝送誤りが再生画像全
体に及ぼす影響を小さくし、良好な画像を再生できる画
像通信方法及び画像通信装置を提供することを目的とす
る。
The present invention has been made in view of the above circumstances. Even if a transmission error occurs, a normally received image portion can be properly restored to an appropriate position, and the transmission error affects the entire reproduced image. An object of the present invention is to provide an image communication method and an image communication apparatus that can reduce the influence and reproduce good images.

【0020】[0020]

【課題を解決するための手段】上記従来例の問題点を解
決するための請求項1記載の発明は、画像を符号化単位
で情報源符号化して伝送し、受信側で情報源復号化して
画像を再生する画像通信方法において、送信側で、前記
符号化された符号化データに前記符号化の条件を示す圧
縮条件、符号化単位の位置情報を付加して伝送し、受信
側で、前記圧縮条件に従って前記符号化データの情報源
復号化を行い、前記位置情報に対応する位置に前記復号
化された画像データを復元して画像を再生することを特
徴としており、伝送誤りが発生しても、正常に受信され
た伝送データの画像部分だけは適正に復号化され、適正
な位置に復元できるので、伝送誤りが再生画像全体に及
ぼす影響を小さくし、良好な画像を再生できる。
According to a first aspect of the present invention for solving the above-mentioned problems of the prior art, an image is encoded by an information source in an encoding unit and transmitted, and an information source is decoded by a receiving side. In the image communication method for reproducing an image, the transmitting side adds the compression condition indicating the encoding condition and the position information of the encoding unit to the encoded data and transmits the data, and the receiving side transmits the image data. The information source decoding of the coded data is performed according to a compression condition, and the decoded image data is restored to a position corresponding to the position information to reproduce an image, and a transmission error occurs. However, since only the image portion of the normally received transmission data is properly decoded and can be restored to the proper position, the influence of the transmission error on the entire reproduced image can be reduced and a good image can be reproduced.

【0021】上記従来例の問題点を解決するための請求
項2記載の発明は、画像を符号化単位で情報源符号化し
て符号化データを出力する情報源符号化器と、前記符号
化データを誤り訂正符号化する誤り訂正符号化器と、前
記誤り訂正符号化されたデータから伝送データを作成し
て送信する送信側の通信制御器と、前記伝送データを受
信する受信側の通信制御器と、前記受信された受信デー
タの誤り訂正復号化を行い、正常受信データを出力する
誤り訂正復号化器と、前記正常受信データの情報源復号
化を行う情報源復号化器と、正常受信されなかった符号
化単位の画像データの補間を行う補間器とを有する画像
通信装置において、前記情報源符号化器が、前記符号化
データに情報源符号化の条件を示す圧縮条件、符号化単
位の位置情報を付加して出力する情報源符号化器であ
り、前記情報源復号化器が、正常受信データに含まれる
圧縮条件に従って情報源復号化を行い、前記情報源復号
化された画像データを前記正常受信データに含まれる位
置情報に対応する位置に復元する情報源復号化器である
ことを特徴としており、伝送誤りが発生しても、正常に
受信された伝送データの画像部分だけは適正に復号化さ
れ、適正な位置に復元できため、伝送誤りが再生画像全
体に及ぼす影響を小さくし、良好な画像を再生できる。
In order to solve the problems of the above-mentioned conventional example, the invention according to claim 2 is an information source encoder which encodes an image by an information source in an encoding unit and outputs encoded data, and the encoded data. An error correction encoder for performing error correction coding, a transmission side communication controller for creating transmission data from the error correction coded data and transmitting the transmission data, and a reception side communication controller for receiving the transmission data And an error correction decoder that performs error correction decoding of the received data that is received and outputs normal reception data, an information source decoder that performs information source decoding of the normal reception data, and In an image communication device having an interpolator for interpolating image data of a coding unit that has not existed, the information source coder is a compression condition indicating a condition of information source coding in the coded data, With location information Is an information source encoder for outputting, and the information source decoder performs information source decoding according to a compression condition included in the normal reception data, and the information source decoded image data is the normal reception data. It is characterized by being an information source decoder that restores to the position corresponding to the position information included in, and even if a transmission error occurs, only the image part of the normally received transmission data is properly decoded. Since the data can be restored to an appropriate position, the influence of the transmission error on the entire reproduced image can be reduced and a good image can be reproduced.

【0022】[0022]

【発明の実施の形態】請求項に係る発明について、その
実施の形態を図面を参照しながら説明する。本発明に係
る画像通信方法は、MCU単位で情報源符号化された符
号化データ毎に圧縮条件とMCU番号を付加して伝送
し、受信側では、正常に受信されたフレーム内のMCU
単位の符号化データについて、付加されている圧縮条件
に従って情報源復号化を行い、また付加されているMC
U番号に対応する位置に復号化された画像データを復元
するものなので、伝送誤りが発生しても、正常受信した
画像データだけは適正な位置に適正に復元することがで
き、伝送誤りが再生画像全体に及ぼす影響を小さくし、
良好な画像を再生できるものである。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments of the claimed invention will be described with reference to the drawings. According to the image communication method of the present invention, a compression condition and an MCU number are added to each encoded data source-encoded in the unit of MCU for transmission, and the receiving side receives the MCU in the frame normally received.
For the encoded data of the unit, the information source decoding is performed according to the added compression condition, and the added MC
Since the decoded image data is restored to the position corresponding to the U number, even if a transmission error occurs, only the normally received image data can be properly restored to the proper position and the transmission error is reproduced. Reduce the effect on the entire image,
A good image can be reproduced.

【0023】まず、本発明に係る画像通信装置(本装
置)の構成について図1を使って説明する。図1は、本
発明に係る画像通信装置の構成ブロック図である。尚、
図4と同様の構成をとる部分については同一の符号を付
して説明する。
First, the configuration of the image communication apparatus (present apparatus) according to the present invention will be described with reference to FIG. FIG. 1 is a block diagram of the configuration of an image communication apparatus according to the present invention. still,
Parts having the same configuration as in FIG. 4 will be described with the same reference numerals.

【0024】本装置は、基本的な構成は従来と同様で、
送信側が情報源符号化器1と、誤り訂正符号化器2と、
通信制御器3とから構成され、受信側が通信制御器5
と、誤り訂正復号化器6と、情報源復号化器7と、補間
器8とから構成され、送信側と受信側とが伝送路4を介
して接続されている。
The basic structure of this device is the same as the conventional one.
The transmission side includes an information source encoder 1, an error correction encoder 2,
The communication controller 3 and the communication controller 5 on the receiving side.
And an error correction decoder 6, an information source decoder 7, and an interpolator 8, and the transmission side and the reception side are connected via a transmission line 4.

【0025】次に、本装置の各部について具体的に説明
する。情報源符号化器1は、従来の情報源符号化器1′
と同様に、ディジタル変換された入力画像データを符号
化ブロック(MCU)単位で情報源符号化して符号化デ
ータを作成するものであるが、情報源符号化の条件であ
る圧縮条件(マーカーコード)と、符号化されたMCU
のMCU番号をMCU単位の符号化データの前に付加し
て誤り訂正符号化器2に出力する点が従来の情報源符号
化器1′とは異なっている。
Next, each part of this apparatus will be specifically described. The information source encoder 1 is a conventional information source encoder 1 '.
Similarly to the above, the digital-converted input image data is information-source coded in coding block (MCU) units to create coded data. The compression condition (marker code), which is a condition for the information source coding, is used. And the encoded MCU
This is different from the conventional information source encoder 1 ′ in that the MCU number is added before the encoded data in units of MCU and is output to the error correction encoder 2.

【0026】尚、情報源符号化の方法は従来と同様であ
るのでここでは説明を省略する。そして、圧縮条件とは
情報源符号化の際の量子化テーブル、間引き率、画素数
の組み合わせパターンを例えば4ビットで表したもので
ある。
Since the information source coding method is the same as the conventional one, its explanation is omitted here. The compression condition is a combination pattern of the quantization table, the thinning rate, and the number of pixels when the information source is encoded, which is represented by 4 bits, for example.

【0027】また、MCU番号は、1画面の画像におけ
るMCUの位置に対応する通し番号で、情報源符号化器
1内のカウンタで、符号化単位毎にカウントして求めら
れる。例えば、画素数640 ×480pixelの画像を間引き率
4:2:2で間引いてから情報源符号化して伝送する場
合、MCUが16×8pixelとなり、MCUの総数は2400個
となる。従ってMCUの番号(0〜2399)を表すに
は12ビットあれば十分である。尚、1パケットに1M
CUの符号化データで伝送する場合は、MCU番号はパ
ケット番号と同一になる。
Further, the MCU number is a serial number corresponding to the position of the MCU in the image of one screen, and is calculated by the counter in the information source encoder 1 by counting for each encoding unit. For example, when an image having 640 × 480 pixels is thinned out at a thinning rate of 4: 2: 2 and then encoded by an information source and transmitted, the MCU becomes 16 × 8 pixels, and the total number of MCUs becomes 2400. Therefore, 12 bits are sufficient to represent the MCU number (0 to 2399). 1M per packet
When transmitting with CU encoded data, the MCU number is the same as the packet number.

【0028】誤り訂正符号化器2は、従来と同様で、情
報源符号化器1から出力されるデータに、伝送符号誤り
を検出し、場合によっては訂正する為の誤り訂正符号を
付加する誤り訂正符号化を行うものである。
The error correction encoder 2 is similar to the conventional one, and an error is added to the data output from the information source encoder 1 to detect a transmission code error and add an error correction code for correction in some cases. Correction coding is performed.

【0029】通信制御器3は、誤り訂正符号化器2から
出力される誤り訂正符号が付加されたデータにパケット
の開始と終了を検出する為のフラグを付加してから、伝
送路4に適した信号に変調して伝送路4に送出するもの
である。その結果、通信制御器3から出力される1つの
伝送フレームは、図2に示すようにフレームの開始を検
出するためのフラグと、圧縮条件とMCU番号とMCU
単位の符号化データから成る可変長のデータフィールド
と、誤り訂正符号(図2の例ではCRC符号)と、フレ
ームの終了を検出するためのフラグとから構成されてい
る。図2は、本装置の伝送フレームフォーマットを示す
説明図である。
The communication controller 3 is suitable for the transmission line 4 after adding a flag for detecting the start and end of a packet to the data with the error correction code output from the error correction encoder 2 The modulated signal is transmitted to the transmission line 4. As a result, one transmission frame output from the communication controller 3 includes a flag for detecting the start of the frame, the compression condition, the MCU number, and the MCU as shown in FIG.
It is composed of a variable-length data field composed of encoded data in units, an error correction code (CRC code in the example of FIG. 2), and a flag for detecting the end of the frame. FIG. 2 is an explanatory diagram showing a transmission frame format of this device.

【0030】そして、通信制御器3から伝送路4に送出
される伝送データは、図3に示すように、各MCUの可
変長の符号化データの前にフラグと圧縮条件及びMCU
番号が付加され、符号化データの後ろにCRC符号と、
フラグが付加された形のフレームがパケットとなって連
続的に伝送路4に送出されることになる。図3は、本装
置における伝送データのフォーマットを示す説明図であ
る。
The transmission data sent from the communication controller 3 to the transmission path 4 is, as shown in FIG. 3, a flag, a compression condition and an MCU before the variable length encoded data of each MCU.
A number is added, and a CRC code is added after the encoded data,
The frame to which the flag is added becomes a packet and is continuously transmitted to the transmission line 4. FIG. 3 is an explanatory diagram showing the format of transmission data in this device.

【0031】通信制御器5は、伝送路4から受信したデ
ータを復調し、フレームの前後のフラグを取り除いてデ
ータフィールドと誤り訂正符号を取り出して誤り訂正復
号化器6に出力するものである。
The communication controller 5 demodulates the data received from the transmission line 4, removes the flags before and after the frame, extracts the data field and the error correction code, and outputs them to the error correction decoder 6.

【0032】誤り訂正復号化器6は、受信したデータの
誤り訂正符号から誤りを検出し、訂正可能な場合は誤り
訂正を行って、誤りのなかったデータ及び誤り訂正され
たデータを正常受信データとして情報源復号化器7に出
力し、一方、誤り訂正不可能なデータは廃棄する。
The error correction decoder 6 detects an error from the error correction code of the received data, corrects the error if it can be corrected, and outputs the error-free data and the error-corrected data to the normally received data. Is output to the information source decoder 7, while the data that cannot be error-corrected is discarded.

【0033】情報源復号化器7は、誤り訂正復号化器6
から受け取った正常受信データについて、符号化データ
に付加された圧縮条件に従って情報源復号化を行い、更
に符号化データに付加されたMCU番号に対応する位置
に情報源復号化された画像データを復元するもので、情
報源符号化器1で行った情報源符号化の逆を行うことに
なる。尚、MCU番号に対応する位置は、予め画像の大
きさ、間引き率、及びMCUの大きさ等からMCU番号
と画素位置との対応付けが算出できるようになっている
か、又はMCU番号と画素位置との対応テーブルを予め
設定し、復号化の際にMCU番号から画素位置を参照す
るようになっている。
The information source decoder 7 is an error correction decoder 6
The normal reception data received from the source is decoded according to the compression condition added to the coded data, and the image data decoded from the information source is restored to the position corresponding to the MCU number added to the coded data. Therefore, the information source encoding performed by the information source encoder 1 is reversed. The position corresponding to the MCU number is such that the correspondence between the MCU number and the pixel position can be calculated in advance from the image size, the thinning rate, the MCU size, or the like, or the MCU number and the pixel position can be calculated. The correspondence table with and is set in advance, and the pixel position is referred to from the MCU number when decoding.

【0034】補間器8は、情報源復号化器7で復号化さ
れた1画面分の画像データの中で、誤り訂正復号化器6
において訂正不可能で廃棄されたフレームの画像データ
について、その周辺の正常受信された画像データから補
間を行うものである。尚、補間方法は従来と同様であ
る。
The interpolator 8 includes an error correction decoder 6 in the image data for one screen decoded by the information source decoder 7.
With respect to the image data of the frame that cannot be corrected and is discarded, the interpolation is performed from the normally received image data of the periphery thereof. The interpolation method is the same as the conventional one.

【0035】次に、本装置における動作について、図1
を使って説明する。本装置では、伝送する画像の画像デ
ータが入力されると、情報源符号化器1においてMCU
単位で画像データが情報源符号化され、更にマーカーコ
ード(圧縮条件)とMCU番号が付加されて誤り訂正符
号化器2に出力され、誤り訂正符号化器2で誤り訂正符
号化され、通信制御器3でフラグを付加され、更に変調
されて伝送路4に送出される。
Next, the operation of this apparatus will be described with reference to FIG.
I will explain using. In this device, when image data of an image to be transmitted is input, the MCU in the information source encoder 1
Image data is source-coded in units, a marker code (compression condition) and MCU number are further added, and the resulting data is output to the error correction encoder 2 and error-correction encoded by the error correction encoder 2 for communication control. A flag is added by the device 3, further modulated and transmitted to the transmission line 4.

【0036】受信側では、伝送路4から受信したデータ
が通信制御器5で復調され、更にフラグが取り除かれて
符号化データと誤り訂正符号部分が取り出され、誤り訂
正復号化器6で誤り訂正復号化され、誤り訂正不可能な
フレームは廃棄され、一方正常なフレームのみ情報源復
号化器7に出力されて、情報源復号化器7で受信した符
号化データに付加された圧縮条件に基づいて情報源復号
化され、更に受信した符号化データに付加されたMCU
番号に対応する位置に復元される。
On the receiving side, the data received from the transmission line 4 is demodulated by the communication controller 5, the flag is further removed, the coded data and the error correction code portion are taken out, and the error correction decoder 6 corrects the error. Frames that have been decoded and whose error cannot be corrected are discarded, while only normal frames are output to the information source decoder 7 and based on the compression conditions added to the encoded data received by the information source decoder 7. MCU decoded by the information source and added to the received encoded data
It is restored to the position corresponding to the number.

【0037】そして、情報源復号化器7において1画面
分の画像データの情報源復号化が終了した時点で、誤り
訂正復号化器6において誤り訂正不可能で廃棄されたフ
レームの画像データについて補間器8で補間処理が為さ
れ、画像データが出力されるようになっている。
When the information source decoder 7 completes the information source decoding of the image data for one screen, the error correction decoder 6 interpolates the image data of the discarded frame which cannot be error-corrected. The interpolation processing is performed by the device 8 and the image data is output.

【0038】本発明に係る画像通信方法及び画像通信装
置によれば、情報源符号化器1でMCU単位で情報源符
号化された符号化データに圧縮条件とMCU番号を付加
し、誤り訂正符号化器2で誤り訂正符号化して1フレー
ムとして伝送し、受信側において、誤り訂正復号化器6
で正常受信又は誤り訂正されたMCUについて、情報源
復号化器7で符号化データに付加されている圧縮条件に
従って情報源復号化を行い、符号化データに付加されて
いるMCU番号の位置に復号化された画像データを復元
するので、たとえ伝送誤りが発生したとしても、正常受
信したフレームの画像データは適正な位置に適正に復元
することができ、伝送誤りが再生画像全体に及ぼす影響
を小さくし、良好な画像を再生できる効果がある。
According to the image communication method and the image communication apparatus according to the present invention, the compression condition and the MCU number are added to the encoded data which is source coded in the unit of MCU by the information source encoder 1, and the error correction code is added. The error correction code is encoded by the decoder 2 and transmitted as one frame, and the error correction decoder 6 is transmitted on the receiving side.
The information source decoder 7 performs information source decoding on the MCU that has been normally received or error-corrected according to the compression condition added to the encoded data, and decodes at the position of the MCU number added to the encoded data. Even if a transmission error occurs, the image data of the normally received frame can be properly restored to an appropriate position because the image data that has been converted is restored, and the influence of the transmission error on the entire reproduced image is reduced. However, there is an effect that a good image can be reproduced.

【0039】また、本発明に係る画像通信方法及び画像
通信装置によれば、誤り訂正復号化器6において、誤り
訂正不可能なフレームは単純に廃棄するので、誤り訂正
復号化器6の構成を簡略化できる効果がある。
Further, according to the image communication method and the image communication apparatus of the present invention, the error correction decoder 6 simply discards the frames that cannot be error-corrected. There is an effect that can be simplified.

【0040】また、本発明に係る画像通信方法及び画像
通信装置によれば、誤り訂正復号化器6で廃棄されたフ
レームの画像データについては、補間器8で周辺の正常
受信された画像データから補間するので、更に良好な画
像を再生できる効果がある。
Further, according to the image communication method and the image communication apparatus according to the present invention, the image data of the frame discarded by the error correction decoder 6 is calculated by the interpolator 8 from the normally received image data in the vicinity. Since interpolation is performed, there is an effect that a better image can be reproduced.

【0041】[0041]

【発明の効果】請求項1,2記載の発明によれば、符号
化単位で情報源符号化された符号化データに、情報源符
号化の条件を示す圧縮条件と、符号化単位の位置情報と
を付加して伝送し、受信側で、符号化データに付加され
ている圧縮条件に従って情報源復号化を行い、符号化デ
ータに付加されている位置情報に対応する位置に情報源
復号化された画像データを復元して画像を再生する画像
通信方法及び画像通信装置としているので、伝送誤りが
発生しても、正常に受信された伝送データの画像部分だ
けは適正に復号化され、適正な位置に復元でき、伝送誤
りが再生画像全体に及ぼす影響を小さくし、良好な画像
を再生できる効果がある。
According to the first and second aspects of the present invention, the compression condition indicating the information source coding condition and the position information of the coding unit are added to the coded data which is information source coded in the coding unit. Is added and transmitted, the receiving side performs information source decoding according to the compression condition added to the encoded data, and the information source is decoded at the position corresponding to the position information added to the encoded data. Since the image communication method and the image communication apparatus restore the reproduced image data and reproduce the image, even if a transmission error occurs, only the image portion of the normally received transmission data is properly decoded, and the image is properly transmitted. It is possible to restore the position, reduce the influence of transmission errors on the entire reproduced image, and have the effect of reproducing a good image.

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

【図1】本発明に係る画像通信装置の構成ブロック図で
ある。
FIG. 1 is a configuration block diagram of an image communication apparatus according to the present invention.

【図2】本装置の伝送フレームフォーマットを示す説明
図である。
FIG. 2 is an explanatory diagram showing a transmission frame format of this device.

【図3】本装置における伝送データのフォーマットを示
す説明図である。
FIG. 3 is an explanatory diagram showing a format of transmission data in this device.

【図4】従来の画像通信装置の構成ブロック図である。FIG. 4 is a configuration block diagram of a conventional image communication device.

【図5】JPEG方式の概略を示す説明図である。FIG. 5 is an explanatory diagram showing an outline of a JPEG system.

【図6】HDLC手順の伝送フレームフォーマットを示
す説明図である。
FIG. 6 is an explanatory diagram showing a transmission frame format of an HDLC procedure.

【図7】従来の画像通信装置における伝送データのフォ
ーマットを示す説明図である。
FIG. 7 is an explanatory diagram showing a format of transmission data in a conventional image communication device.

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

1,1′…情報源符号化器、 2…誤り訂正符号化器、
3,3′…通信制御器、 4…伝送路、 5,5′…
通信制御器、 6,6′…誤り訂正復号化器、7,7′
…情報源復号化器、 8,8′…補間器
1, 1 '... Information source encoder, 2 ... Error correction encoder,
3, 3 '... communication controller, 4 ... transmission line, 5, 5' ...
Communication controller, 6, 6 '... Error correction decoder, 7, 7'
... source decoder, 8,8 '... interpolator

フロントページの続き (72)発明者 佐藤 博世 東京都中野区東中野三丁目14番20号 国際 電気株式会社内Front page continuation (72) Inventor Hiroyo Sato 3-14-20 Higashi-Nakano, Nakano-ku, Tokyo Kokusai Electric Co., Ltd.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 画像を符号化単位で情報源符号化して伝
送し、受信側で情報源復号化して画像を再生する画像通
信方法において、送信側で、前記符号化された符号化デ
ータに前記符号化の条件を示す圧縮条件、符号化単位の
位置情報を付加して伝送し、受信側で、前記圧縮条件に
従って前記符号化データの情報源復号化を行い、前記位
置情報に対応する位置に前記復号化された画像データを
復元して画像を再生することを特徴とする画像通信方
法。
1. An image communication method in which an image is encoded by an information source and transmitted, and a receiving side decodes the information source to reproduce an image, in which the transmitting side adds the encoded data to the encoded data. The compression condition indicating the coding condition and the position information of the coding unit are added and transmitted, and the receiving side performs the information source decoding of the coded data according to the compression condition, and the position corresponding to the position information is obtained. An image communication method, which reproduces an image by restoring the decoded image data.
【請求項2】 画像を符号化単位で情報源符号化して符
号化データを出力する情報源符号化器と、前記符号化デ
ータを誤り訂正符号化する誤り訂正符号化器と、前記誤
り訂正符号化されたデータから伝送データを作成して送
信する送信側の通信制御器と、前記伝送データを受信す
る受信側の通信制御器と、前記受信された受信データの
誤り訂正復号化を行い、正常受信データを出力する誤り
訂正復号化器と、前記正常受信データの情報源復号化を
行う情報源復号化器と、正常受信されなかった符号化単
位の画像データの補間を行う補間器とを有する画像通信
装置において、前記情報源符号化器が、前記符号化デー
タに情報源符号化の条件を示す圧縮条件、符号化単位の
位置情報を付加して出力する情報源符号化器であり、前
記情報源復号化器が、正常受信データに含まれる圧縮条
件に従って情報源復号化を行い、前記情報源復号化され
た画像データを前記正常受信データに含まれる位置情報
に対応する位置に復元する情報源復号化器であることを
特徴とする画像通信装置。
2. An information source encoder that encodes an image as an information source in encoding units and outputs encoded data, an error correction encoder that performs error correction encoding of the encoded data, and the error correction code. A transmission side communication controller that creates and transmits transmission data from the converted data, a reception side communication controller that receives the transmission data, and error correction decoding of the received data received An error correction decoder that outputs received data, an information source decoder that performs information source decoding of the normal received data, and an interpolator that interpolates image data of a coding unit that was not normally received In the image communication device, the information source encoder is an information source encoder that adds the compression condition indicating the condition of the information source encoding to the encoded data and the position information of the encoding unit and outputs the information. Source decoder An information source decoder that performs information source decoding according to a compression condition included in normal reception data and restores the information source decoded image data to a position corresponding to position information included in the normal reception data. An image communication device characterized by the above.
JP7194065A 1995-07-07 1995-07-07 Method and equipment for picture communication Pending JPH0923339A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7194065A JPH0923339A (en) 1995-07-07 1995-07-07 Method and equipment for picture communication

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7194065A JPH0923339A (en) 1995-07-07 1995-07-07 Method and equipment for picture communication

Publications (1)

Publication Number Publication Date
JPH0923339A true JPH0923339A (en) 1997-01-21

Family

ID=16318376

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7194065A Pending JPH0923339A (en) 1995-07-07 1995-07-07 Method and equipment for picture communication

Country Status (1)

Country Link
JP (1) JPH0923339A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999006991A1 (en) * 1997-07-29 1999-02-11 Sony Corporation Music transmitting device, music receiving device, music transmitting method, music receiving method, and music transmitting system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999006991A1 (en) * 1997-07-29 1999-02-11 Sony Corporation Music transmitting device, music receiving device, music transmitting method, music receiving method, and music transmitting system
US6271455B1 (en) 1997-07-29 2001-08-07 Sony Corporation Music piece distributing apparatus, music piece receiving apparatus, music piece distributing method, music piece receiving method, and music piece distributing system

Similar Documents

Publication Publication Date Title
KR100493770B1 (en) Picture coder, picture decoder, and picture transmission method
US6490705B1 (en) Method and apparatus for receiving MPEG video over the internet
US6317462B1 (en) Method and apparatus for transmitting MPEG video over the internet
EP1842380B1 (en) Video error detection technique using a crc parity code
JPH07322248A (en) Motion image data transmission method and transmitter
WO2003007536A1 (en) Method for detection and recovery of errors in the frame
JP3428697B2 (en) Image decoding method
US6983016B2 (en) Method for detecting errors in video information
JPH0787483A (en) Picture coding/decoding device, picture coding device and picture decoding device
JP5006631B2 (en) Video data encoding apparatus, video data decoding apparatus, video data encoding method, and video data decoding method
JP3093830B2 (en) Image data compression transmission method
JPH0923339A (en) Method and equipment for picture communication
JPH10341434A (en) Image and sound data communication system
JP3118170B2 (en) Moving image signal encoding / decoding method and encoding / decoding device
JP3807110B2 (en) Image encoding device
JP2887177B2 (en) Method and apparatus for decoding moving image compression code
JP2962329B2 (en) Image processing method
Robie et al. The use of steganography to enhance error detection and correction in MPEG-2 video
JP3556363B2 (en) Image communication method
JP2002290742A (en) Image error stream correction method and decoding apparatus
JP3118233B2 (en) Moving image signal encoding / decoding method and encoding / decoding device
JPH0984003A (en) Image data communication method and image data communication equipment
JPH08265575A (en) Picture interpolating method and picture reception device
JP3135241B2 (en) Error detection and correction decoding device
JPH11112774A (en) Picture/voice data communicating method and its system