JPH1023404A - Picture encoder - Google Patents

Picture encoder

Info

Publication number
JPH1023404A
JPH1023404A JP16990896A JP16990896A JPH1023404A JP H1023404 A JPH1023404 A JP H1023404A JP 16990896 A JP16990896 A JP 16990896A JP 16990896 A JP16990896 A JP 16990896A JP H1023404 A JPH1023404 A JP H1023404A
Authority
JP
Japan
Prior art keywords
area
image
bounding box
block
padding
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
JP16990896A
Other languages
Japanese (ja)
Other versions
JP3373117B2 (en
Inventor
Yukio Go
志雄 呉
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry 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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP16990896A priority Critical patent/JP3373117B2/en
Publication of JPH1023404A publication Critical patent/JPH1023404A/en
Application granted granted Critical
Publication of JP3373117B2 publication Critical patent/JP3373117B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To efficiently encode a picture in an optional shape by encoding a picture block in which a null area is buried by padding. SOLUTION: A padding means 12 identifies a picture area and a null area within the block with respect to inputted block data by shape information s14 in the picture block inputted from outside. Then a minimum rectangular area (pounding box) surrounding the picture area within the block is detected and segmented. The horizontal and vertical sizes of the pounding box are extended in optional directions to be powers of two. Then the processing for burying the null area (padding) by using data in the picture area is executed. Namely, padded pounding box is expanded horizontally and vertically into n×n (n is a power of two) by multiplying a power of two. A picture in an optional shape can be encoded by adding the padding means like this.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、任意形状の画像の
符号化・復号化装置に用いられ、画像符号化の高能率化
に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an apparatus for encoding / decoding an image of an arbitrary shape, and relates to an efficient image encoding.

【0002】[0002]

【従来の技術】従来このような分野の技術として例え
ば、下記の文献に記載されるものがあった。文献名:安
田 浩著「MPEG/マルチメディア符号化の国際標準」平
成6年9月30日・丸善株式会社発行、pp.60-75。前記
文献には、画像信号を符号化する方法が記載されてい
る。図2は前記文献に記載されている画像符号化装置の
ブロック図である。この従来の画像符号化装置は、画像
信号をn×nのブロックに分割するブロック分割手段21
と、ブロック単位で圧縮符号化を行う符号化手段22とか
ら構成されている。
2. Description of the Related Art Conventionally, there has been a technique described in the following literature as a technique in such a field. Reference: Hiroshi Yasuda, "International Standard for MPEG / Multimedia Coding", published by Maruzen Co., Ltd., September 30, 1994, pp.60-75. The document describes a method for encoding an image signal. FIG. 2 is a block diagram of an image encoding device described in the above-mentioned document. This conventional image coding apparatus includes a block dividing unit 21 for dividing an image signal into n × n blocks.
And encoding means 22 for performing compression encoding in block units.

【0003】入力画像信号s20がブロック分割手段21に
接続され、ブロック分割手段の出力s21が符号化手段22
に接続され、符号化手段の出力s22が出力端子に出力さ
れる。
An input image signal s20 is connected to a block dividing means 21, and an output s21 of the block dividing means is encoded by a coding means 22.
And the output s22 of the encoding means is output to the output terminal.

【0004】図2のブロック分割手段21では、入力され
る2次元の画像信号s20をn×nのブロックに分割して
出力する。
The block dividing means 21 shown in FIG. 2 divides an input two-dimensional image signal s20 into n × n blocks and outputs the divided signals.

【0005】符号化手段22では、入力されるブロックデ
ータに対して、例えば、2次元のブロックコサイン変換
をし、量子化および可変長符号化をして該符号を出力す
る。
[0005] The encoding means 22 performs, for example, two-dimensional block cosine transform on the input block data, performs quantization and variable length encoding, and outputs the code.

【0006】[0006]

【発明が解決しようとする課題】しかしながら従来の画
像符号化装置には、次のような課題があった。入力画像
信号の横及び縦方向のサイズがブロックサイズの正の整
数倍である必要がある。従って、任意形状の画像をこの
まま符号化することができない。符号化するためには任
意形状の画像をブロックで囲み、これによって生じるブ
ロック画像内の画像データのない空白領域を埋める必要
がある。一般的に考えられる埋め方としては、例えば、
画像領域の平均値を埋めるとか、画像領域の端の画素を
コピーして埋めるなどの方法が考えられるが、これらの
方法では、画像領域と空白領域に大きなギャップができ
たり、また、空白領域に高周波成分が多く発生したりす
ることが多く、符号化効率に大きな影響を及ぼす。
However, the conventional image coding apparatus has the following problems. The size of the input image signal in the horizontal and vertical directions must be a positive integer multiple of the block size. Therefore, an image of an arbitrary shape cannot be encoded as it is. In order to perform encoding, it is necessary to surround an image of an arbitrary shape with a block and fill a blank area without image data in the resulting block image. Commonly conceived filling methods include, for example,
Methods such as filling the average value of the image area or copying and filling the pixels at the edges of the image area are conceivable.However, in these methods, a large gap is created between the image area and the blank area, Many high-frequency components are often generated, which greatly affects the coding efficiency.

【0007】[0007]

【課題を解決するための手段】入力される画像信号をブ
ロックに分割して画像ブロックを生成するブロック分割
手段と、外部より入力される前記画像信号の形状情報を
基に前記画像ブロック内の空白領域を埋めるパディング
手段と、前記パディング手段によって空白領域を埋めら
れた前記画像ブロックを符号化する符号化手段と、を備
える。
A block dividing unit for dividing an input image signal into blocks to generate an image block, and a blank in the image block based on shape information of the image signal input from outside. The image processing apparatus includes a padding unit that fills an area, and an encoding unit that encodes the image block in which a blank region is filled by the padding unit.

【0008】[0008]

【発明の実施の形態】BEST MODE FOR CARRYING OUT THE INVENTION

《具体例1》 <構成>以下、本発明による具体例1を図面を参照して
詳細に説明する。図1は本発明による具体例1の画像符
号化装置のブロック図である。本発明の第1の具体例の
画像符号化装置は、従来の画像符号化装置において、ブ
ロック分割手段11と符号化手段13との間に、外部から与
えられた画像の形状情報を基にブロック内の画像データ
が存在しない空白領域を埋めるパディング手段12を備え
ている。
<< Specific Example 1 >><Structure> Hereinafter, a specific example 1 according to the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram of an image coding apparatus according to a first embodiment of the present invention. The image coding apparatus according to the first specific example of the present invention is different from the conventional image coding apparatus in that a block is provided between the block dividing means 11 and the coding means 13 on the basis of externally provided image shape information. And padding means 12 for filling a blank area where no image data exists.

【0009】図1において、入力画像信号s10はブロッ
ク分割手段11に接続され、ブロック分割手段の出力s11
及び外部より入力される画像の形状情報s14がパディン
グ手段12に接続され、パディング手段の出力s12が
符号化手段13に接続され、符号化手段の出力s13が外部
端子に出力される。
In FIG. 1, an input image signal s10 is connected to a block dividing means 11, and an output s11 of the block dividing means is provided.
Further, the shape information s14 of the image input from the outside is connected to the padding means 12, the output s12 of the padding means is connected to the coding means 13, and the output s13 of the coding means is outputted to the external terminal.

【0010】<動作>ブロック分割手段11及び符号化手
段13は、従来技術のものと同様な機能を有し同様に動作
するので、説明を省略する。以下図3を用いてパディン
グ手段12の動作を説明する。パディング手段12では、入
力されるブロックデータに対して、外部より入力される
該画像ブロックの形状情報s14により、図3(a)のように
該ブロック内の画像領域及び空白領域を識別する。そし
て、図3(b)のように、ブロック内の画像領域を囲む最
小の長方形領域(以下該領域をバウンディングボックス
と呼ぶ)を検出して切り出す。そして該バウンディング
ボックスの横及び縦のサイズが2のべき乗となるよう
に、図3(c)のように、任意の方向(ここでは右下)に
拡張する。そして、図3(d)のように、画像領域のデー
タを用いて空白領域を埋める処理(以下パディングと呼
ぶ)をする。そして、図3(e)のように、該パディング
されたバウンディングボックスをn×n(nは2のべき
乗)になるように横及び縦方向に2のべき乗倍に拡張を
する。前記パディング処理として、例えば、以下のよう
な方法が用いられる。
<Operation> Since the block dividing means 11 and the encoding means 13 have the same functions as those of the prior art and operate in the same manner, the description will be omitted. Hereinafter, the operation of the padding means 12 will be described with reference to FIG. The padding means 12 identifies an image area and a blank area in the input block data, as shown in FIG. 3A, based on the externally input shape information s14 of the image block. Then, as shown in FIG. 3B, the smallest rectangular area surrounding the image area in the block (hereinafter, this area is called a bounding box) is detected and cut out. Then, as shown in FIG. 3C, the bounding box is expanded in an arbitrary direction (here, the lower right) so that the horizontal and vertical sizes become powers of two. Then, as shown in FIG. 3D, a process of filling a blank area using data of an image area (hereinafter, referred to as padding) is performed. Then, as shown in FIG. 3 (e), the padded bounding box is expanded by a power of 2 in the horizontal and vertical directions so that it becomes n × n (n is a power of 2). As the padding process, for example, the following method is used.

【0011】1.まず、横方向に対して、もしある行が
すべて空白あるいはすべて画像領域の場合は処理せずに
次の行へ移る。もしその行のある空白領域が画像領域に
挟まれていれば、該空白領域を両サイドの画像データの
平均あるいは距離に対応した重み付き平均を用いて埋め
ていく。もしその行のある空白領域がバウンディングボ
ックスのいずれかのサイドにあれば、該空白領域の逆サ
イドの画像データをコピーして該空白領域を埋める。該
処理をすべての行に対して行う。
1. First, in the horizontal direction, if all lines are blank or all image areas, the process proceeds to the next line without processing. If a blank area in the row is sandwiched between image areas, the blank area is filled using the average of the image data on both sides or a weighted average corresponding to the distance. If there is a blank area on that line on either side of the bounding box, the image data on the opposite side of the blank area is copied to fill the blank area. This process is performed for all rows.

【0012】2.そして、縦方向に対して、横方向と同
様な処理を行って、すべての空白領域を埋める。また、
該パディング処理は以下のように行うこともできる。
2. Then, the same processing as in the horizontal direction is performed in the vertical direction to fill all the blank areas. Also,
The padding process can be performed as follows.

【0013】1.まず、横方向及び縦方向独立に前記1
の処理を行い、そして双方の画像データの平均を取る。
この場合に、もし両方とも空白領域でなければ、その平
均を出力する。もしいずれか一方が空白領域であれば、
非空白領域のデータを出力する。もし両方とも空白領域
であれば、空白領域のまま出力する。
1. First, the above 1 is independently set in the horizontal and vertical directions.
And the average of both image data is taken.
In this case, if both are not blank areas, the average is output. If either is a blank area,
Outputs data for non-blank areas. If both are blank areas, output as blank areas.

【0014】2.そして、1の処理をもう一度繰り返し
てすべての空白領域を埋める。
2. Then, the process of step 1 is repeated again to fill all the blank areas.

【0015】また、前記バウンディングボックスの拡張
処理として、まず、ブロックサイズがn=2mで、バウン
ディングボックスの横方向のサイズがk=2sとすると、該
バウンディングボックスの横方向を2m-s倍拡張する。
又、縦方向も同様にバウンディングボックスの縦方向の
サイズがl=2tとすると、該バウンディングボックスの縦
方向を2m-t倍拡張する。この2x倍の拡張処理として、例
えば、隣接2画素の平均を間に入れる補間処理をx回繰
り返すことによって実現できる。
[0015] As the processing for expanding the bounding box, first, if the block size is n = 2m and the horizontal size of the bounding box is k = 2s, the horizontal direction of the bounding box is expanded by 2m-s times. .
Similarly, if the vertical size of the bounding box is l = 2t in the vertical direction, the vertical direction of the bounding box is expanded by 2m-t times. For example, this 2x expansion processing can be realized by repeating the interpolation processing for interposing the average of two adjacent pixels x times.

【0016】<効果>以上説明したように本発明の第1
の具体例によれば、従来技術の画像符号化装置にパディ
ング手段を追加することによって、任意形状の画像に対
して符号化が可能になる。また、単純な画素拡張や平均
画素値を埋めるなどの処理に比べて、本発明の第1の具
体例では、バウンディングボックス検出手段及びバウン
ディングボックス拡張手段及び領域拡張手段を用いるこ
とによって、常にブロック内の画素間の相関が高くなる
ようにパディングできるので、該ブロックの符号化効率
を高めることができる。
<Effect> As described above, the first aspect of the present invention is as follows.
According to the specific example, by adding padding means to the conventional image coding apparatus, it becomes possible to code an image of an arbitrary shape. Also, in comparison with the simple pixel expansion and the processing of filling the average pixel value, in the first specific example of the present invention, the use of the bounding box detecting means, the bounding box expanding means and the area expanding means makes it possible to always use the inside of the block. Can be padded so that the correlation between the pixels becomes higher, so that the coding efficiency of the block can be improved.

【0017】《具体例2》 <構成> 以下、本発明による具体例2を図面を参照し
て詳細に説明する。本発明の第2の具体例の画像符号化
装置は、本発明の第1の具体例の画像符号化装置のパデ
ィング手段において、図3(e)の画素コピーあるいは画
素補間による領域拡張手段を領域折り返しコピーによる
領域拡張手段にしたものである。図4は、この発明の第
2の具体例の画像符号化装置のパディング方法の説明図
である。
<< Embodiment 2 >><Configuration> Hereinafter, Embodiment 2 according to the present invention will be described in detail with reference to the drawings. The image coding apparatus according to the second embodiment of the present invention is characterized in that, in the padding means of the image coding apparatus according to the first embodiment of the present invention, the area expansion means by pixel copy or pixel interpolation shown in FIG. This is an area expanding means by wrapping copy. FIG. 4 is an explanatory diagram of a padding method of the image encoding device according to the second specific example of the present invention.

【0018】<動作>図4の本発明の第2の具体例の符
号化装置において、(a)から(d)までは、本発明の第1の
具体例と同じ動作をし、領域拡張手段では、パディング
されたバウンディングボックスに対して、図4(e)のよ
うに、横方向及び縦方向にそれぞれ2m-s回及び2m-t回折
り返しコピーをして領域を拡張する。
<Operation> In the coding apparatus according to the second embodiment of the present invention shown in FIG. 4, (a) to (d) perform the same operation as the first embodiment of the present invention, Then, as shown in FIG. 4E, the padding bounding box is subjected to 2m-s times and 2m-t times repeated copying in the horizontal and vertical directions to extend the area.

【0019】<効果>以上説明したように、本発明の第
2の具体例によれば、本発明の第1の具体例において、
領域拡張法を折り返しコピー方式にすることによって、
DCTやDFT(離散フーリエ変換)などのような偶対
称特性を持つ符号化手段の符号化効率をより一層高める
ことができる。
<Effects> As described above, according to the second embodiment of the present invention, in the first embodiment of the present invention,
By making the area expansion method a wrapping copy method,
It is possible to further enhance the coding efficiency of a coding unit having an even symmetric property such as DCT or DFT (Discrete Fourier Transform).

【0020】《具体例3》 <構成>本発明の第3の具体例の画像符号化装置は、本
発明の第1の具体例の画像符号化装置のパディング手段
において、図3(e)の画素補間による領域拡張手段を画
素コピーによる領域拡張手段にしたものである。
<< Embodiment 3 >><Structure> The image coding apparatus according to the third embodiment of the present invention is different from the padding means of the image coding apparatus according to the first embodiment of the present invention in that the padding means shown in FIG. The area expanding means by pixel interpolation is changed to the area expanding means by pixel copying.

【0021】<動作>本発明の第3の具体例のパディン
グ手段において、図4の(a)から(d)までは、本発明の第
1の具体例と同じ動作をし、領域拡張手段では、パディ
ングされたバウンディングボックスに対して、1個の画
素を横方向及び縦方向にそれぞれ2m-s回及び2m-t回コピ
ーして領域を拡張する。
<Operation> In the padding means of the third embodiment of the present invention, the same operations as those of the first embodiment of the present invention are performed from (a) to (d) of FIG. For a padded bounding box, one pixel is copied horizontally and vertically 2ms-times and 2mt-times, respectively, to extend the area.

【0022】<効果>以上説明したように、本発明の第
3の具体例によれば、本発明の第1の具体例において、
領域拡張法を画素コピー方式にすることによって、ウェ
ーブレット変換などのエッジのローカル特性を効率よく
表現できる変換手段を用いる符号化手段の符号化効率を
より一層高めることができる。
<Effects> As described above, according to the third embodiment of the present invention, in the first embodiment of the present invention,
By using the pixel copy method for the area extension method, it is possible to further enhance the coding efficiency of the coding means using a conversion means capable of efficiently expressing the local characteristics of an edge such as a wavelet transform.

【0023】《具体例4》 <構成>本発明の第4の具体例の画像符号化装置は、本
発明の第1及び第2及び第3の具体例の画像符号化装置
のパディング手段において、バウンディングボックスの
拡張法を画像領域に応じてその拡張方向を変える適応的
拡張方式に変えるものである。
<< Embodiment 4 >><Structure> The image coding apparatus according to the fourth embodiment of the present invention is characterized in that in the padding means of the image coding apparatus according to the first, second and third embodiments of the present invention, The method of expanding the bounding box is changed to an adaptive expansion method that changes the expansion direction according to the image area.

【0024】<動作>以下パディング手段内のバウンデ
ィングボックス拡張法について説明する。その他の手段
は本発明の第1の具体例あるいは第2の具体例と同じ動
作をする。
<Operation> The method of expanding the bounding box in the padding means will be described below. Other means operate in the same manner as the first or second embodiment of the present invention.

【0025】本発明の第4の具体例のバウンディングボ
ックス拡張法では、まず、該バウンディングボックス内
の左端と右端の列に対して、画像領域の占める割合を算
出し、画像領域の占める割合の多い方に横方向のバウン
ディングボックスの拡張を行う。縦方向に関しても同様
に、バウンディングボックス内の上端と下端の行に対し
て、画像領域の占める割合を算出し、画像領域の占める
割合の多い方に縦方向のバウンディングボックスの拡張
を行う。一般的に画像領域の端が画像領域内部に比べ
て、変化が激しくその端の画像データを用いて拡張する
と高周波成分が多く発生し符号化効率が低減する。一
方、バウンディングボックスの端において、画像領域の
占める割合の高い方が画像領域の内部である確率が高
く、又画像の内部はスムースである確率が高いので、そ
の方向に領域拡張をすることによって、よりスムーズな
画像が得られ、従ってその後の符号化手段においてより
高い符号化効率が得られる。
In the bounding box expansion method according to the fourth embodiment of the present invention, first, the ratio of the image area to the leftmost and rightmost columns in the bounding box is calculated, and the ratio of the image area is large. Extend the bounding box horizontally. Similarly, in the vertical direction, the ratio of the image area to the upper and lower rows in the bounding box is calculated, and the vertical bounding box is expanded in the direction in which the image region occupies a larger percentage. In general, when the end of the image area changes more drastically than the inside of the image area and is extended using the image data at the end, many high-frequency components are generated, and the coding efficiency is reduced. On the other hand, at the edge of the bounding box, the higher the proportion occupied by the image area is, the higher the probability of being inside the image area, and the higher the probability that the inside of the image is smooth, so by expanding the area in that direction, A smoother image is obtained, and thus higher encoding efficiency is obtained in the subsequent encoding means.

【0026】<効果>以上説明したように、本発明の第
4の具体例によれば、本発明の第1及び第2及び第3の
具体例において、パディング手段の中のバウンディング
ボックス拡張法を画像領域の占める割合の多い方に拡張
することによって、該バウンディングボックス内の画像
をよりスムーズにでき、従って該ブロックの符号化効率
を向上することができる。
<Effects> As described above, according to the fourth embodiment of the present invention, in the first, second and third embodiments of the present invention, the method of expanding the bounding box in the padding means is used. By expanding the image in a direction in which the proportion of the image area occupies a larger portion, the image in the bounding box can be made smoother, and thus the coding efficiency of the block can be improved.

【0027】[0027]

【発明の効果】本発明によれば、入力される画像信号を
ブロックに分割して画像ブロックを生成するブロック分
割手段と、外部より入力される画像信号の形状情報を基
に画像ブロック内の空白領域を埋めるパディング手段
と、パディング手段によって空白領域を埋められた画像
ブロックを符号化する符号化手段と、を備えた構成にす
ることによって、任意形状の画像に対して符号化が可能
になる。また、単純な画素拡張や平均画素値を埋めるな
どの処理に比べて、バウンディングボックス検出手段及
びバウンディングボックス拡張手段及び領域拡張手段を
用いることによって、常にブロック内の画素簡の相関が
高くなるようにパディングできるので、ブロックの符号
化効率を高めることができる。
According to the present invention, a block dividing means for dividing an input image signal into blocks to generate an image block, and a blank in an image block based on shape information of an externally input image signal. With a configuration including padding means for filling the area and coding means for coding the image block in which the blank area is filled by the padding means, it is possible to code an image of an arbitrary shape. Also, compared to simple pixel expansion or processing such as filling in the average pixel value, by using the bounding box detection means, the bounding box expansion means, and the area expansion means, the correlation between the pixels in the block is always increased. Since padding can be performed, the coding efficiency of the block can be increased.

【0028】また、バウンディングボックスをバウンデ
ィングボックスの4辺のいずれか1辺を対象にして折り
返しコピーすることにより領域を拡張することで、本発
明の領域拡張手段を折り返しコピー方式にし、DCTや
DFTなどのような偶対称特性を持つ符号化手段の符号
化効率をより一層高めることができる。また、バウンデ
ィングボックス内の画素を横または縦方向にコピーする
ことによって領域を拡張することで、本発明の域拡張手
段を画素コピー方式にし、ウェーブレット変換などのエ
ッジのローカル特性を効率よく表現できる変換手段を用
いる符号化手段の符号化効率をより一層高めることがで
きる。さらに、バウンディングボックスの両端における
画像領域の占める割合を求め、画像領域割合の多い方向
へ拡張をすることで、パディング手段の中のバウンディ
ングボックス拡張手段を画像領域の占める割合の多い方
に拡張し、バウンディングボックス内の画像をよりスム
ーズにでき、従って該ブロックの符号化効率を向上する
ことができる。
Further, the area is extended by folding and copying the bounding box with respect to any one of the four sides of the bounding box, so that the area extending means of the present invention is set to the folding copy method, and DCT, DFT, etc. It is possible to further improve the coding efficiency of the coding means having the even symmetric characteristic. Further, by expanding the area by copying pixels in the bounding box in the horizontal or vertical direction, the area expansion means of the present invention is set to a pixel copy method, and a conversion that can efficiently express local characteristics of edges such as wavelet conversion. The encoding efficiency of the encoding means using the means can be further improved. Furthermore, the ratio of the image area at both ends of the bounding box is determined, and by expanding in the direction in which the image area ratio is large, the bounding box extending means in the padding means is expanded to the direction in which the image area occupies a large amount. The image in the bounding box can be made smoother, and thus the coding efficiency of the block can be improved.

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

【図1】本発明の画像符号化装置のブロック図である。FIG. 1 is a block diagram of an image encoding device according to the present invention.

【図2】従来技術の画像符号化装置のブロック図であ
る。
FIG. 2 is a block diagram of a conventional image encoding device.

【図3】本発明による具体例1のパディング法の説明図
である。
FIG. 3 is an explanatory diagram of a padding method according to a first embodiment of the present invention.

【図4】本発明による具体例2のパディング法の説明図
である。
FIG. 4 is an explanatory diagram of a padding method according to a second embodiment of the present invention.

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

11 ブロック分割手段 12 パディング手段 13 符号化手段 11 block dividing means 12 padding means 13 encoding means

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 入力される画像信号をブロックに分割し
て画像ブロックを生成するブロック分割手段と、 外部より入力される前記画像信号の形状情報を基に前記
画像ブロック内の空白領域を埋めるパディング手段と、 前記パディング手段によって空白領域を埋められた前記
画像ブロックを符号化する符号化手段と、を備えたこと
を特徴とする画像符号化装置。
1. A block dividing means for dividing an input image signal into blocks to generate an image block, and padding for filling a blank area in the image block based on shape information of the image signal input from outside. And an encoding unit for encoding the image block in which a blank area is filled by the padding unit.
【請求項2】 前記パディング手段は、 前記画像ブロック内の画像領域を識別する識別手段と、
前記画像領域を囲む最小の長方形バウンディングボック
スを検出して切り出すバウンディングボックス検出手段
と、前記バウンディングボックスを拡張するバウンディ
ングボックス拡張手段と、前記拡張されたバウンディン
グボックス内の空白領域を埋めるバウンディングボック
スパディング手段と、前記バウンディングボックス内の
空白領域を埋められたバウンディングボックスを前記画
像ブロックの大きさに拡張する領域拡張手段と、を備え
たことを特徴とする請求項1に記載の画像符号化装置。
2. The image processing apparatus according to claim 1, wherein the padding unit includes: an identification unit that identifies an image area in the image block;
Bounding box detecting means for detecting and cutting out the smallest rectangular bounding box surrounding the image area, bounding box expanding means for expanding the bounding box, and bounding box padding means for filling a blank area in the expanded bounding box. 2. The image encoding apparatus according to claim 1, further comprising: an area expansion unit that expands a bounding box in which a blank area in the bounding box is filled to the size of the image block.
【請求項3】 前記領域拡張手段は、 前記バウンディングボックス内の画素を横または縦方向
にコピーすることによって領域を拡張することを特徴と
する請求項1に記載の画像符号化装置。
3. The image coding apparatus according to claim 1, wherein the area expansion unit expands an area by copying pixels in the bounding box in a horizontal or vertical direction.
【請求項4】 前記領域拡張手段は、前記バウンディン
グボックス内の隣接画素間に画素を挿入し、前記隣接画
素データの平均値を代入することによって領域を拡張す
ることを特徴とする請求項1に記載の画像符号化装置。
4. The apparatus according to claim 1, wherein the area expansion unit expands the area by inserting pixels between adjacent pixels in the bounding box and substituting an average value of the adjacent pixel data. The image encoding device according to claim 1.
【請求項5】 前記領域拡張手段は、前記バウンディン
グボックスを前記バウンディングボックスの4辺のいず
れか1辺を対象にして折り返しコピーすることにより領
域を拡張することを特徴とする請求項1に記載の画像符
号化装置。
5. The area expansion unit according to claim 1, wherein the area expansion unit expands the area by folding and copying the bounding box on any one of four sides of the bounding box. Image coding device.
【請求項6】 前記バウンディングボックス拡張手段
は、 前記バウンディングボックスの両端における画像領域の
占める割合を求め、画像領域割合の多い方向へ拡張をす
ることを特徴とする請求項1から5までに記載の画像符
号化装置。
6. The image processing apparatus according to claim 1, wherein the bounding box expanding unit obtains a ratio of an image area at both ends of the bounding box, and expands the image area in a direction in which the image area ratio is large. Image coding device.
JP16990896A 1996-06-28 1996-06-28 Image coding device Expired - Fee Related JP3373117B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP16990896A JP3373117B2 (en) 1996-06-28 1996-06-28 Image coding device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP16990896A JP3373117B2 (en) 1996-06-28 1996-06-28 Image coding device

Publications (2)

Publication Number Publication Date
JPH1023404A true JPH1023404A (en) 1998-01-23
JP3373117B2 JP3373117B2 (en) 2003-02-04

Family

ID=15895204

Family Applications (1)

Application Number Title Priority Date Filing Date
JP16990896A Expired - Fee Related JP3373117B2 (en) 1996-06-28 1996-06-28 Image coding device

Country Status (1)

Country Link
JP (1) JP3373117B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003087823A (en) * 2001-09-07 2003-03-20 Kddi Corp Transmission image quality monitor
US6665340B1 (en) 1998-08-21 2003-12-16 Nec Corporation Moving picture encoding/decoding system, moving picture encoding/decoding apparatus, moving picture encoding/decoding method, and recording medium
EP2173107A3 (en) * 2001-04-16 2013-10-16 KDDI Corporation Apparatus for monitoring quality of picture in transmission
WO2015011752A1 (en) 2013-07-22 2015-01-29 ルネサスエレクトロニクス株式会社 Moving image encoding apparatus and operation method thereof
CN112631703A (en) * 2020-12-25 2021-04-09 北京百度网讯科技有限公司 Method, device and equipment for generating graphic frame and storage medium

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6665340B1 (en) 1998-08-21 2003-12-16 Nec Corporation Moving picture encoding/decoding system, moving picture encoding/decoding apparatus, moving picture encoding/decoding method, and recording medium
EP2173107A3 (en) * 2001-04-16 2013-10-16 KDDI Corporation Apparatus for monitoring quality of picture in transmission
JP2003087823A (en) * 2001-09-07 2003-03-20 Kddi Corp Transmission image quality monitor
WO2015011752A1 (en) 2013-07-22 2015-01-29 ルネサスエレクトロニクス株式会社 Moving image encoding apparatus and operation method thereof
KR20160034903A (en) 2013-07-22 2016-03-30 르네사스 일렉트로닉스 가부시키가이샤 Moving image encoding apparatus and operation method thereof
US10356437B2 (en) 2013-07-22 2019-07-16 Renesas Electronics Corporation Moving image encoding apparatus including padding processor for adding padding data to moving image and operation method thereof
CN112631703A (en) * 2020-12-25 2021-04-09 北京百度网讯科技有限公司 Method, device and equipment for generating graphic frame and storage medium
CN112631703B (en) * 2020-12-25 2023-08-01 北京百度网讯科技有限公司 Method, device, equipment and storage medium for generating graphic frame

Also Published As

Publication number Publication date
JP3373117B2 (en) 2003-02-04

Similar Documents

Publication Publication Date Title
KR100530681B1 (en) How to send and receive coded video images
KR960020537A (en) Quantization Noise Reduction Method and Image Data Decoding Device Generated During Image Data Decoding Process
JP2005516553A (en) Coder-matched layer separation for compound document compression
WO2010084692A1 (en) Device, method and program for image prediction encoding, device, method and program for image prediction decoding, and encoding/decoding system and method
KR20070011196A (en) Video encoding method, video decoding method, video encoding program, video decoding program, video encoding apparatus, and video decoding apparatus
US6072909A (en) Image coding devise and image decoding devise using with image disassembly
US20210266527A1 (en) Video signal processing method and device using reference sample
CN101689297A (en) Efficient image representation by edges and low-resolution signal
KR960036779A (en) Object-based encoding method and apparatus using interleaving
JPH08116430A (en) Image processing system and image processor and its method
US20220292730A1 (en) Method and apparatus for haar-based point cloud coding
US5706366A (en) Apparatus for encoding an image signal having a still object using an image warping technique
EP0734166A2 (en) Apparatus for encoding an image signal having a still object
JPH1023404A (en) Picture encoder
JP3822298B2 (en) Video signal padding method and apparatus
US10951920B2 (en) Image and video processing apparatuses and methods
JPH08317410A (en) Method and apparatus for coding image signal
US20220180567A1 (en) Method and apparatus for point cloud coding
JPH10108011A (en) Data-processing unit
CN101310534A (en) Method and apparatus for using random field models to improve picture and video compression and frame rate up conversion
JPH1098620A (en) Picture processor
JP3027605B2 (en) Image processing device
WO2021197158A1 (en) Image processing method and image processing device
KR100209411B1 (en) Method for processing image signals using contour information
KR100209420B1 (en) Method for coding image signals using padding technique and contour information

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20021029

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081122

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081122

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091122

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees