JPH08265772A - Method for detecting hierarchical motion vector and device therefor - Google Patents
Method for detecting hierarchical motion vector and device thereforInfo
- Publication number
- JPH08265772A JPH08265772A JP6538395A JP6538395A JPH08265772A JP H08265772 A JPH08265772 A JP H08265772A JP 6538395 A JP6538395 A JP 6538395A JP 6538395 A JP6538395 A JP 6538395A JP H08265772 A JPH08265772 A JP H08265772A
- Authority
- JP
- Japan
- Prior art keywords
- motion vector
- image
- layer
- block
- hierarchy
- 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
Links
Landscapes
- Image Processing (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、動画圧縮の中核技術の
一つである「動きベクトル」の検出方法に関し、とく
に、階層型画像情報にブロック・マッチング法を適用す
る検出方法及びその装置の改良に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a "motion vector" detecting method, which is one of the core techniques for moving image compression, and more particularly to a detecting method and apparatus for applying a block matching method to hierarchical image information. Regarding improvement.
【0002】[0002]
「動画像圧縮」一般に、動画像の情報量は、静止画像に
比べてはるかに膨大であり、情報伝達メディアや蓄積メ
ディアへの利用に際して静止画以上に効率の高い圧縮技
術が求められる。たとえば、画像圧縮の国際標準化委員
会の一つであるMPEG(Moving Picture Experts Gro
up)によって制定された動画像符号化/復号化方式(M
PEG1及びMPEG2;以下これらを総称して「MP
EG」と言う)は、こうした用途に好ましい圧縮技術で
ある。 「時間的冗長性と予測誤差」静止画像では、主に「空間
的冗長性」を使って圧縮を実現している。一方、動画像
圧縮でも空間的冗長性を利用するが「時間的冗長性」の
利用がより重要になる。時間的冗長性とは、動画像を構
成する多数のフレームのうち、時間的に近いフレーム同
士は非常に似通った画像になるという性質のことをい
う。たとえば、アニメーションでは、この性質を利用し
て連続する絵を少しずつ変化させることにより、違和感
のないスムーズな動きを出している。この場合、時間的
に隣り合うフレーム同士には、程度の差こそあれほとん
ど違いがないことが多い。したがって、時間的に近いフ
レームの“異なる部分”(予測誤差と呼ばれる)だけを
伝送または蓄積すれば(言い換えれば、同一の部分を伝
送または蓄積しないようにすれば)、結果として相当に
高い圧縮率を得ることができる。 「フレーム間予測符号化」予測誤差を得るために、いわ
ゆる「フレーム間予測符号化」が行なわれる。これは、
圧縮したいフレームが持つ画像情報を他のフレームから
予測するという方式であり、MPEGでは、「順方向予
測」、「逆方向予測」及び「双方向予測」の三つが行な
われる。順方向予測は時間的に近い“過去のフレーム”
と圧縮したい“現在のフレーム”との間の予測誤差を得
るというもの、逆方向予測は時間的に近い“未来のフレ
ーム”と圧縮したい“現在のフレーム”との間の予測誤
差を得るというもの、さらに、双方向予測は“過去のフ
レーム”と“未来のフレーム”との平均値と“現在のフ
レーム”との間の予測誤差を得るというものである。"Moving image compression" In general, the amount of information of a moving image is much larger than that of a still image, and a compression technique that is more efficient than a still image is required when used as an information transmission medium or a storage medium. For example, MPEG (Moving Picture Experts Groove), which is one of the international standardization committees for image compression.
video coding / decoding method (M
PEG1 and MPEG2; hereinafter collectively referred to as "MP
EG ") is the preferred compression technique for these applications. "Temporal Redundancy and Prediction Error" In still images, compression is mainly achieved by using "spatial redundancy". On the other hand, even in video compression, spatial redundancy is used, but the use of "temporal redundancy" becomes more important. Temporal redundancy refers to the property that, among a large number of frames that make up a moving image, frames that are close in time have very similar images. For example, animation makes use of this property to change a series of pictures little by little to create a smooth motion without discomfort. In this case, frames that are temporally adjacent to each other often have little difference to some extent. Therefore, if only the "different parts" of frames that are close in time (called prediction errors) are transmitted or stored (in other words, the same parts are not transmitted or stored), the result is a considerably higher compression rate. Can be obtained. "Inter-frame predictive coding" So-called "inter-frame predictive coding" is performed to obtain a prediction error. this is,
This is a method of predicting image information of a frame to be compressed from another frame. In MPEG, three types of "forward prediction", "reverse prediction" and "bidirectional prediction" are performed. Forward prediction is “past frame” that is close in time
And getting the prediction error between the "current frame" that you want to compress, and backward prediction that you get the prediction error between the "future frame" and the "current frame" that you want to compress. Moreover, bidirectional prediction is to obtain the prediction error between the average value of "past frame" and "future frame" and "current frame".
【0003】なお、MPEGでは、I、P及びBといっ
た3種類のピクチャ・タイプを規定する。Iピクチャは
フレーム間予測を行わず(参照フレームを必要とせず)
に生成される画像、Pピクチャは順方向予測によって
(過去の1枚のフレームを参照フレームとして)生成さ
れる画像、Bピクチャは順方向予測や逆方向予測若しく
は双方向予測によって(過去と未来の2枚のフレームを
参照フレームとして)生成される画像であり、それぞ
れ、Intra-Picture、Predictive-Picture、Bidirection
ally Predictive-Pictureの頭文字をとったものであ
る。 「動きベクトルと動き補償」動画像における動き部分、
たとえば疾走する車両を考えると、時間的に隣り合うフ
レーム間では、車両だけが平行移動し、背景はほとんど
変化しない。このため、動き部分(車両)の画像を画素
値……画像を構成する点(画素)の情報を数値で表した
もの……で見た場合には、時間的に隣り合うフレーム
(便宜的にnフレームとn−1フレーム)同士で異なる
のは、位置の情報(座標情報)だけで、他の情報(たと
えば色情報や輝度情報)にはほとんど変化が見られな
い。したがって、n−1フレームの動き部分(車両)の
画素に、直線的な移動情報である「動きベクトル」を与
えれば、動きベクトル情報のみを送り、予測誤差情報を
ほとんど送る必要がなくなる。動きベクトルを利用して
画像信号をずらす方法を「動き補償」という。単純にフ
レーム間予測符号化を利用するのに比べて伝送情報量を
大幅に減らすことができ、圧縮効率をさらに高めること
ができる。 「ブロック・マッチング法による動きベクトル検出の基
本原理」図3、図4を用いて、動きベクトル検出の基本
原理を説明する。図3において、100は現在のフレー
ム(上述のnフレームに相当)であり、このフレーム1
00は、所定サイズ(たとえば16×16画素)のブロ
ックに分割されている。ここでは、そのうちの一つのブ
ロック101を、動きベクトルの検出対象ブロック(以
下「注目ブロック」)として代表する。図4において、
102は時間的に一つ前のフレーム(上述のn−1フレ
ームに相当)であり、このフレーム102には、動きベ
クトル探索のための領域(以下「探索領域」)103が
設定されている。探索領域103のサイズは注目ブロッ
ク101よりも大きく、たとえば、注目ブロック101
の縦と横の−方向に16画素を加えるとともに+方向に
15画素を加えた47×47画素の大きさを有してい
る。In MPEG, three types of picture types such as I, P and B are defined. I-picture does not perform inter-frame prediction (no reference frame is required)
, A P picture is generated by forward prediction (using one past frame as a reference frame), and a B picture is generated by forward prediction, backward prediction, or bidirectional prediction (past and future predictions). Images generated using two frames as reference frames), Intra-Picture, Predictive-Picture, and Bidirection, respectively.
It is an acronym for ally Predictive-Picture. "Motion vector and motion compensation" Motion part in video,
For example, when considering a rushing vehicle, only the vehicle moves in parallel between adjacent frames in time, and the background hardly changes. Therefore, when an image of a moving portion (vehicle) is viewed as a pixel value ... Information indicating points (pixels) forming the image by a numerical value .. The only difference between the n frame and the n-1 frame is position information (coordinate information), and other information (for example, color information or luminance information) is hardly changed. Therefore, if a "motion vector", which is linear movement information, is given to the pixels of the moving portion (vehicle) of the n-1 frame, it is unnecessary to send only the motion vector information and the prediction error information. A method of shifting an image signal using a motion vector is called "motion compensation". Compared to simply using interframe predictive coding, the amount of transmission information can be greatly reduced, and the compression efficiency can be further improved. [Basic Principle of Motion Vector Detection by Block Matching Method] The basic principle of motion vector detection will be described with reference to FIGS. In FIG. 3, 100 is the current frame (corresponding to the n frame described above), and this frame 1
00 is divided into blocks of a predetermined size (for example, 16 × 16 pixels). Here, one of the blocks 101 is represented as a motion vector detection target block (hereinafter, “block of interest”). In FIG.
Reference numeral 102 denotes a temporally previous frame (corresponding to the n-1 frame described above), and an area (hereinafter, “search area”) 103 for motion vector search is set in this frame 102. The size of the search area 103 is larger than that of the target block 101.
It has a size of 47 × 47 pixels in which 16 pixels are added in the negative and horizontal directions and 15 pixels are added in the positive direction.
【0004】いま、探索領域103内で、注目ブロック
101を水平/垂直方向に所定画素数(一般には1画
素)ずつずらしながら、重なり合う画素間の画素値の差
分を順次に求めていくと、探索領域103の内部を一巡
した段階で、すべての画素の差分値の合計を表す値(た
とえば、差分値の絶対値の和や差分値の自乗の和)が最
小となる部分領域104が見つかる。この部分領域10
4は、nフレームの注目ブロック101との相関性が最
も高い領域であり、その大きさは注目ブロック101と
同一(ここでは16×16画素)である。したがって、
二つのブロック101、104がマッチングしているか
ら、注目ブロック101の中心から部分領域ブロック1
04の中心へと向かうベクトル105を求め、このベク
トル105を注目ブロック101の「動きベクトル」と
すればよい。 「ブロック・マッチング法の検出精度」ブロック・マッ
チング法は、基本的にフレーム間予測誤差エントロピー
の低減を実現するための動き量検出を狙いとしている。
このため、検出精度に関しては検出誤りの発生頻度が高
く、元々の被写体の動きに即した正確な動き量の検出に
至っていないのが現状である。Now, in the search area 103, when the target block 101 is shifted in the horizontal / vertical direction by a predetermined number of pixels (generally, one pixel), the pixel value differences between the overlapping pixels are sequentially obtained. At the stage where the inside of the area 103 is circled, the partial area 104 in which the value representing the sum of the difference values of all pixels (for example, the sum of the absolute values of the difference values or the sum of the squares of the difference values) is minimum is found. This partial area 10
A region 4 has the highest correlation with the target block 101 of n frames, and its size is the same as that of the target block 101 (here, 16 × 16 pixels). Therefore,
Since the two blocks 101 and 104 are matched, the partial area block 1 from the center of the target block 101
A vector 105 directed to the center of 04 is obtained, and this vector 105 may be set as the “motion vector” of the block 101 of interest. "Detection accuracy of block matching method" The block matching method basically aims at motion amount detection for reducing interframe prediction error entropy.
Therefore, in terms of detection accuracy, the frequency of detection errors is high, and it is the current situation that the amount of motion is not accurately detected according to the original motion of the subject.
【0005】[0005]
【従来の技術】電子情報通信学会論文誌(D−II Vol.
J72−D−II No.3 pp.395−403 1989年3月)に
は、階層画素情報にブロック・マッチング法を適用した
「動きベクトル検出方式」が記載されている。図5は、
上記論文に記載された階層画素情報の模式図である。図
5において、「0」、「h」及び「h+1」は代表的に
示す三つの階層画像であり、0は最下層の画像、hは任
意の中位階層の画像、h+1は画像hの一つ上層の画像
である。画像0を原画像とすると、画像hの画素密度は
画像0の画素密度よりも少なく、画像h+1の画素密度
はさらに少なくなるように設定されている。好ましい例
によれば、画像h+1の画素密度は画像hの画素密度の
1/2である。これは、画像hの周波数帯域とサンプリ
ング周波数を1/2にして得られた画像に相当する。2. Description of the Related Art IEICE Transactions (D-II Vol.
J72-D-II No.3 pp.395-403 March 1989) describes a "motion vector detection method" in which a block matching method is applied to hierarchical pixel information. Figure 5
It is a schematic diagram of hierarchical pixel information described in the above paper. In FIG. 5, “0”, “h”, and “h + 1” are three representative hierarchical images, 0 is the bottom layer image, h is an arbitrary middle layer image, and h + 1 is one of the images h. It is an image of the upper layer. When the image 0 is the original image, the pixel density of the image h is lower than the pixel density of the image 0, and the pixel density of the image h + 1 is set to be further lower. According to a preferred example, the pixel density of image h + 1 is 1/2 of the pixel density of image h. This corresponds to an image obtained by halving the frequency band and the sampling frequency of the image h.
【0006】このような階層画像においては、その上位
階層の画像の空間解像度が下位階層に比べて劣化するた
め、上位階層と下位階層では相反する性質を持つことに
なる。すなわち、上位階層では被写体の動きを大局的に
捉えることができ(言い換えれば、上位階層では被写体
の動きを詳細に捉えることができない)、一方、下位階
層ではこの逆に被写体の動きを詳細に捉えることができ
る(言い換えれば、下位階層では被写体の動きを局所的
にしか捉えることができない)。[0006] In such a hierarchical image, the spatial resolution of the image in the upper layer is deteriorated as compared with that in the lower layer, so that the upper layer and the lower layer have contradictory properties. That is, the movement of the subject can be comprehensively captured in the upper layer (in other words, the movement of the subject cannot be captured in detail in the upper layer), while the movement of the subject can be captured in detail in the lower layer. (In other words, the motion of the subject can only be locally captured in the lower layer).
【0007】したがって、上位階層で検出された動きベ
クトルを初期偏位ベクトルにして、下位階層の動きベク
トルを逐次検出すれば、被写体の動きを効率よく、しか
も高い精度で検出することが可能となる。画像hの階層
(以下「第h階層」)におけるブロック・マッチングの
探索は、一つ上の画像h+1の階層(以下「第h+1階
層」)の被従属ブロック200(以下「親ブロック」)
の検出結果Vh+1を2倍したもの(2Vh+1)を、第h階
層の注目ブロック201の初期偏位ベクトルとして行な
う。たとえば、次式で定義するマッチング評価関数
「S(uh′,vh′)」が最小となるVh′を探索して
検出する。このとき、注目ブロック201の動きベクト
ルVhは、図6(a)に示すように、Vh=Vh′+2V
h+1で与えられる。また、マッチングの探索範囲は、階
層画像の各層間の対応を考慮し、親ブロック200の検
出結果2Vh+1=(2uh+1,2vh+1)を中心に、たと
えば5×5の範囲に設定する。Therefore, if the motion vector detected in the upper layer is used as the initial displacement vector and the motion vector in the lower layer is sequentially detected, the motion of the subject can be detected efficiently and with high accuracy. . The block matching search in the hierarchy of the image h (hereinafter “h-th hierarchy”) is performed by searching for the dependent block 200 (hereinafter “parent block”) of the next higher hierarchy of the image h + 1 (hereinafter “h + 1 hierarchy”).
(2V h + 1 ) obtained by doubling the detection result V h + 1 of (2V h + 1 ) is performed as the initial displacement vector of the target block 201 in the h-th layer. For example, the matching evaluation function “S (u h ′, v h ′)” defined by the following equation is searched for and detected for V h ′. At this time, the motion vector V h of the block of interest 201 is V h = V h ′ +2 V as shown in FIG.
Given by h + 1 . Further, the matching search range is, for example, 5 × 5 with the detection result 2V h + 1 = (2u h + 1 , 2v h + 1 ) of the parent block 200 as the center, in consideration of the correspondence between layers of the hierarchical image. Set to range.
【0008】[0008]
【数1】 [Equation 1]
【0009】 但し、初期偏位点:2Vh+1=(2uh+1,2vh+1) 探索点:Vh′=(uh′,vh′) 前フレームの画像h:ft-1,h(x,y) 現フレームの画像h:ft,h(x,y) 検出動きベクトル:Vh=(uh,vh) =(2uh+1+uh′,2vh+1+vh′) 前出の図5の階層画像では、画像h+1の解像度が画像
hと比べて1/2になっている。このため、初期偏位ベ
クトルとして用いる親ブロック200の検出結果Vh+1
も、検出対象の動きベクトルVhの1/2の解像度でし
かないから、親ブロック200の検出結果を2倍し、画
像hの解像度に合わせた後、これを初期偏位ベクトルと
して設定する必要がある。たとえば、Vhmax=0とおく
と、各階層のマッチングによって検出される動きベクト
ルVhは、次式のようになる(図6(b)参照)。However, initial deviation point: 2V h + 1 = (2u h + 1 , 2v h + 1 ) Search point: V h ′ = (u h ′, v h ′) Image h: f t of the previous frame -1, h (x, y) Current frame image h: f t, h (x, y) Detected motion vector: V h = (u h , v h ) = (2u h + 1 + u h ′, 2v h +1 + v h ′) In the hierarchical image shown in FIG. 5, the resolution of the image h + 1 is 1/2 that of the image h. Therefore, the detection result V h + 1 of the parent block 200 used as the initial displacement vector
However, since the resolution is only 1/2 of the motion vector V h to be detected, it is necessary to double the detection result of the parent block 200 and match it with the resolution of the image h, and then set this as the initial displacement vector. There is. For example, when V hmax = 0 is set, the motion vector V h detected by the matching of each layer becomes as shown in the following expression (see FIG. 6B).
【0010】[0010]
【数2】 [Equation 2]
【0011】[0011]
【発明が解決しようとする課題】ところで、前出論文の
技術にあっては、階層が下がるにつれてブロックサイズ
が実質的に細分化されるように、各階層のブロックの画
素数(マッチング画素数)を全て同一にしている。しか
しながら、最下層のブロックサイズを最適化すると、最
上層のブロックサイズが大きくなり過ぎることがあり、
最上層での一つのブロックに含まれる動きの異なる絵柄
の数が増大する結果、探索精度が低下するという問題点
がある。一方、最上層のブロックサイズを最適化する
と、今度は、最下層のブロックサイズが小さくなり過ぎ
ることがあり、最下層でのミスマッチが多発して、やは
り探索精度が低下するという問題点がある。By the way, in the technique of the above-mentioned paper, the number of pixels (the number of matching pixels) of the blocks of each layer is so divided that the block size is subdivided substantially as the layer is lowered. Are all the same. However, if the block size of the bottom layer is optimized, the block size of the top layer may become too large,
As a result of the increase in the number of pictures with different movements included in one block in the uppermost layer, there is a problem in that the search accuracy decreases. On the other hand, if the block size of the uppermost layer is optimized, the block size of the lowermost layer may become too small this time, and there are many mismatches in the lowermost layer, which also lowers the search accuracy.
【0012】[0012]
【目的】そこで、本発明は、上位層側の一つのブロック
に含まれる動きの異なる絵柄の数の増大と、下位層側の
ミスマッチとを共に抑制でき、階層型画像情報にブロッ
ク・マッチング法を適用した場合の動きベクトル探索の
精度向上を図ることを目的とする。[Object] Therefore, the present invention can suppress both an increase in the number of pictures having different movements included in one block on the upper layer side and a mismatch on the lower layer side, and a block matching method is applied to hierarchical image information. The purpose is to improve the accuracy of motion vector search when applied.
【0013】[0013]
【課題を解決するための手段】請求項1記載の方法発明
は、原画像と同一または近い解像度を有する最下位の第
1階層画像と、この第1階層画像の解像度に対して段階
的に解像度が低下する上位側の第2〜第m階層画像とを
用い、上位側の任意階層で検出された親ブロックの動き
ベクトルを初期偏位ベクトルとして、該任意階層の一つ
下位の階層の注目ブロックの動きベクトルを検出する階
層型動きベクトル検出方法において、前記親ブロックの
所属階層が、所定の階層以外の場合には双方のブロック
の画素数を同一とし、一方、所定の階層の場合には双方
のブロックのそれぞれの所属階層画像に対するサイズ比
を同一にしたことを特徴とする。According to a first aspect of the present invention, a lowermost first hierarchical image having a resolution equal to or close to that of an original image and a resolution of the first hierarchical image are gradually increased. And the second to m-th layer images on the upper side, the motion vector of the parent block detected on the arbitrary layer on the upper side is used as the initial displacement vector, and the block of interest of the layer one lower than the arbitrary layer. In the hierarchical motion vector detection method for detecting the motion vector of the block, if the parent block belongs to a layer other than a predetermined layer, the number of pixels of both blocks is the same, while if the layer is a predetermined layer, both pixels have the same number of pixels. The size ratio of each block to each belonging hierarchy image is the same.
【0014】請求項2記載の装置発明は、原画像と同一
または近い解像度を有する最下位の第1階層画像を格納
する第1階層メモリと、この第1階層画像の解像度に対
して段階的に解像度が低下する上位側の第2〜第m階層
画像を格納する第2〜第m階層メモリと、上位側の任意
階層で検出された親ブロックの動きベクトルを初期偏位
ベクトルとして、該任意階層の一つ下位の階層の注目ブ
ロックの動きベクトルを検出する動きベクトル検出手段
と、前記親ブロックの所属階層が、所定の階層以外の場
合には双方のブロックの画素数を同一にする一方、所定
の階層の場合には双方のブロックのそれぞれの所属階層
画像に対するサイズ比を同一にするブロック画素数/サ
イズ比設定手段と、を備えたことを特徴とする。According to a second aspect of the present invention, there is provided a first hierarchy memory for storing the lowest first hierarchy image having a resolution equal to or close to that of the original image, and the resolution of the first hierarchy image is stepwise. The second to mth layer memories for storing the images of the second to mth layers on the upper side where the resolution is lowered, and the motion vector of the parent block detected in the arbitrary layer on the upper side are used as the initial displacement vector A motion vector detecting means for detecting a motion vector of a block of interest in the next lower layer, and if the parent block belongs to a layer other than a predetermined layer, the numbers of pixels of both blocks are made the same, In the case of the hierarchy, the block pixel number / size ratio setting means for making the size ratio of both blocks to each belonging hierarchy image the same is provided.
【0015】[0015]
【作用】本発明では、所定の階層を境にしてブロックの
設定方法が適切に切り換えられ、上位層側の一つのブロ
ックに含まれる動きの異なる絵柄の数の増大と、下位層
側のミスマッチとが共に抑制される。According to the present invention, the block setting method is appropriately switched with a predetermined layer as a boundary, and an increase in the number of pictures having different movements contained in one block on the upper layer side and a mismatch on the lower layer side. Are both suppressed.
【0016】[0016]
【実施例】以下、本発明の実施例を図面に基づいて説明
する。図1、図2は本発明に係る階層型動きベクトル検
出装置の一実施例の原理構成図である。なお、以下の説
明では、3階層の階層型画像に適用した例であるが、こ
の階層数に制限されるものではない。Embodiments of the present invention will be described below with reference to the drawings. 1 and 2 are principle configuration diagrams of an embodiment of a hierarchical motion vector detection device according to the present invention. Note that the following description is an example in which the image is applied to a hierarchical image of three layers, but the number of layers is not limited.
【0017】図1において、10〜30は、階層毎に設
けられた動きベクトル検出部であり、図面下側の動きベ
クトル検出部30は3階層型画像の第1層目の画像(最
下位層画像)に対応し、図面中央の動きベクトル検出部
20は同画像の第2層目の画像(中間層画像)に対応
し、さらに、図面上側の動きベクトル検出部10は同画
像の第3層目の画像(最上位層画像)に対応している。
以下、説明の都合上、図面上側の動きベクトル検出部1
0を「最上位層動きベクトル検出部」、図面中央の動き
ベクトル検出部20を「中位層動きベクトル検出部」、
さらに、図面下側の動きベクトル検出部30を「最下位
層動きベクトル検出部」と呼称する。In FIG. 1, 10 to 30 are motion vector detection units provided for each layer, and the motion vector detection unit 30 on the lower side of the drawing is the first layer image (the lowest layer) of the three layered images. Image), the motion vector detection unit 20 in the center of the drawing corresponds to the second layer image (intermediate layer image) of the same image, and the motion vector detection unit 10 on the upper side of the drawing corresponds to the third layer of the same image. It corresponds to the eye image (top layer image).
Hereinafter, for convenience of description, the motion vector detection unit 1 on the upper side of the drawing
0 is the “uppermost layer motion vector detecting unit”, the motion vector detecting unit 20 at the center of the drawing is the “middle layer motion vector detecting unit”,
Further, the motion vector detecting unit 30 on the lower side of the drawing is referred to as a "lowermost layer motion vector detecting unit".
【0018】各部の構成は、中位層動きベクトル検出部
20と最下位層動きベクトル検出部30が同一で、最上
位層動きベクトル検出部10が一部異なっている。すな
わち、最上位層動きベクトル検出部10は、二つの画像
メモリ10a、10b、動きベクトル/評価値メモリ1
0c、動きベクトル評価器10d及びブロック設定器1
0hを含み、一方、中位層動きベクトル検出部20(最
下位層動きベクトル検出部30)は、二つの画像メモリ
20a、20b(30a、30b)、動きベクトル/評
価値メモリ20c(30c)、動きベクトル評価器20
d(30d)及びブロック設定器20h(30h)に加
え、動きベクトル伸長器20e(30e)を構成に含
む。Regarding the configuration of each unit, the middle layer motion vector detecting unit 20 and the lowermost layer motion vector detecting unit 30 are the same, and the uppermost layer motion vector detecting unit 10 is partially different. That is, the uppermost layer motion vector detection unit 10 includes two image memories 10a and 10b and a motion vector / evaluation value memory 1
0c, motion vector evaluator 10d and block setter 1
0h, on the other hand, the middle layer motion vector detection unit 20 (lowermost layer motion vector detection unit 30) includes two image memories 20a, 20b (30a, 30b), a motion vector / evaluation value memory 20c (30c), Motion vector evaluator 20
In addition to d (30d) and block setter 20h (30h), a motion vector decompressor 20e (30e) is included in the configuration.
【0019】動きベクトル検出部10(20または3
0)に含まれる二つの画像メモリ10a、10b(20
a、20bまたは30a、30b)の一方は、現フレー
ムの画像信号(以下、単に「現フレーム」と言う)の格
納用、他方は参照フレーム(たとえば、時間的に一つ前
のフレーム)の画像信号(以下、単に「参照フレーム」
と言う)の格納用であり、特に制限しないが、図では、
左側の画像メモリ10a(20aまたは30a)を現フ
レーム格納用、右側の画像メモリ10b(20bまたは
30b)を参照フレーム格納用としている。The motion vector detector 10 (20 or 3)
0) two image memories 10a, 10b (20)
a, 20b or 30a, 30b) is for storing the image signal of the current frame (hereinafter, simply referred to as "current frame"), and the other is the image of the reference frame (for example, the frame immediately preceding in time). Signal (hereinafter simply referred to as "reference frame")
It is for storing, and there is no particular limitation, but in the figure,
The left image memory 10a (20a or 30a) is used for storing the current frame, and the right image memory 10b (20b or 30b) is used for storing the reference frame.
【0020】ここで、画像メモリ10a、10b、20
a、20b、30a、30bの解像度(画素密度)は、
下位側から上位側へといくにつれて段階的に低くなって
いる。すなわち、最下位層動きベクトル検出部30の画
像メモリ30a、30bに格納された画像は「高解像度
画像」であり、また、中位層動きベクトル検出部20の
画像メモリ20a、20bに格納された画像は「中解像
度画像」であり、さらに、最上位層動きベクトル検出部
10の画像メモリ10a、10bに格納された画像は
「低解像度画像」である。Here, the image memories 10a, 10b, 20
The resolution (pixel density) of a, 20b, 30a, 30b is
It gradually decreases from the lower side to the upper side. That is, the images stored in the image memories 30a and 30b of the lowermost layer motion vector detection unit 30 are “high resolution images”, and are also stored in the image memories 20a and 20b of the middle layer motion vector detection unit 20. The image is a "medium resolution image", and the images stored in the image memories 10a and 10b of the uppermost layer motion vector detection unit 10 are "low resolution images".
【0021】したがって、高解像度画像を格納する画像
メモリ10a、10bは、発明の要旨に記載の「第1階
層メモリ」として機能し、中解像度画像と低解像度画像
を格納する残りの画像メモリ20a、20b、30a、
30bは、発明の要旨に記載の「第2〜第m階層メモ
リ」としての機能を有している。各画像の画素密度は、
「高」、「中」、「低」の順に段階的に低くなるように
設定すればよいが、設計容易性の点で、一定の倍率で変
化するようにした方が望ましい。たとえば、高解像度画
像の画素密度を原画像と同一の(または近い)解像度に
するとともに、この高解像度画像の画素を1/4間引い
たものを中解像度画像とし、さらに、中解像度画像の画
素を1/4間引いたものを低解像度画像としてもよい。
この場合、低解像度画像の画素密度は、高解像度画像の
1/16になる。Therefore, the image memories 10a and 10b for storing high resolution images function as the "first layer memory" described in the gist of the invention, and the remaining image memories 20a for storing medium resolution images and low resolution images, 20b, 30a,
30b has a function as a "second to m-th hierarchical memory" described in the gist of the invention. The pixel density of each image is
It may be set so as to gradually decrease in the order of “high”, “medium”, and “low”, but it is desirable to change at a constant magnification from the viewpoint of design ease. For example, the pixel density of the high-resolution image is set to the same (or close to) the resolution of the original image, the pixels of this high-resolution image are thinned out by 1/4, and the medium-resolution image is obtained. A low resolution image may be obtained by thinning out 1/4.
In this case, the pixel density of the low resolution image is 1/16 of that of the high resolution image.
【0022】次に、画像メモリ以外の各部の機能を説明
する。まず、最上位層動きベクトル検出部10の動きベ
クトル評価器10dは、一方の画像メモリ10aから読
み出した現フレームの注目ブロックの画像と、他方の画
像メモリ10bから読み出した探索領域の画像とに基づ
き、公知の手法(前述のブロック・マッチング法参照)
によって注目ブロックの動きベクトルを検出するもの
で、検出された動きベクトルと評価値は、動きベクトル
/評価値メモリ10cに書き込まれる。Next, the function of each unit other than the image memory will be described. First, the motion vector evaluator 10d of the uppermost layer motion vector detection unit 10 is based on the image of the target block of the current frame read from one image memory 10a and the image of the search area read from the other image memory 10b. , A known method (see the block matching method described above)
The motion vector of the block of interest is detected by, and the detected motion vector and evaluation value are written in the motion vector / evaluation value memory 10c.
【0023】中位層動きベクトル検出部20の動きベク
トル評価器20d(または最下位層動きベクトル検出部
30の動きベクトル評価器30d)は、一方の画像メモ
リ20a(30a)から読み出した現フレームの注目ブ
ロックの画像と、他方の画像メモリ20b(30b)か
ら読み出した探索領域の画像とに基づき、公知の手法に
よって注目ブロックの動きベクトルを検出する点で、最
上位層の動きベクトル評価器10dと類似するが、第1
に、一つ上の階層の親ブロックの動きベクトルを初期偏
位ベクトルとする点で相違する。The motion vector evaluator 20d of the middle layer motion vector detecting unit 20 (or the motion vector evaluator 30d of the lowermost layer motion vector detecting unit 30) of the current frame read from one image memory 20a (30a). Based on the image of the block of interest and the image of the search area read from the other image memory 20b (30b), the motion vector of the block of interest is detected by a known method, and the motion vector evaluator 10d of the uppermost layer is used. Similar, but first
The difference is that the motion vector of the parent block in the next higher layer is used as the initial displacement vector.
【0024】すなわち、中位層動きベクトル検出部20
の動きベクトル評価器20d(または最下位層動きベク
トル検出部30の動きベクトル評価器30d)には、動
きベクトル伸長器20e(30e)によって所定の伸長
処理を施された一つ上の階層の親ブロックの動きベクト
ル10f(20f)……10f′または20f′は伸長
処理後の動きベクトル……が入力しており、動きベクト
ル評価器20d(30d)は、親ブロックの動きベクト
ル10f′(20f′)で指示されるベクトルに対応す
る領域よりも若干大きい探索領域(x)を設定し、その
領域内の画像を画像メモリ20b(30b)から読み込
み、領域(x)の中で評価が最も高いベクトルVxを探
し出し、その探索結果のベクトルVxと評価値xとを動
きベクトル/評価値メモリ20c(30c)に書き込む
点で相違する。探索領域xを必要最小限の大きさにで
き、無駄な探索処理を回避できる。したがって、中位層
と最下位層の動きベクトル評価器20d、30dは、上
位側の階層で検出された親ブロックの動きベクトルを初
期偏位ベクトルとして、一つ下位の階層の注目ブロック
の動きベクトルを検出する「動きベクトル検出手段」と
しての機能を有している。That is, the middle layer motion vector detecting section 20.
The motion vector evaluator 20d (or the motion vector evaluator 30d of the lowest layer motion vector detection unit 30) of FIG. The motion vector 10f (20f) ... 10f 'or 20f' of the block is inputted as the motion vector after the expansion processing, and the motion vector evaluator 20d (30d) determines that the motion vector 10f '(20f' of the parent block). ), A search area (x) that is slightly larger than the area corresponding to the vector indicated by () is set, the image in that area is read from the image memory 20b (30b), and the vector with the highest evaluation in the area (x) is set. The difference is that Vx is searched for, and the vector Vx of the search result and the evaluation value x are written in the motion vector / evaluation value memory 20c (30c). The search area x can be minimized in size, and useless search processing can be avoided. Therefore, the motion vector evaluators 20d and 30d of the middle layer and the lowest layer use the motion vector of the parent block detected in the upper layer as the initial displacement vector to calculate the motion vector of the target block in the lower layer. It has a function as a "motion vector detecting means" for detecting.
【0025】また、第2に、同一階層内の周辺ブロック
の動きベクトルを参照する点で相違する。すなわち、動
きベクトル/評価値メモリ20c(30c)にすでに書
き込まれている周辺ブロックの動きベクトルを、参照動
きベクトル20g(30g)として少なくとも一つ読み
出し、この参照動きベクトル20g(30g)に対応し
た探索領域(Yi)(iは参照動きベクトルの識別番
号)の画像を、画像メモリ20b(30b)から読み出
す。そして、領域(Yi)の中で最も評価の高いベクト
ルVyを探し出し、その探索結果の動きベクトルVyi
と評価値yiとを動きベクトル/評価値メモリ20c
(30c)に書き込む。最後に、親ブロックの動きベク
トルを参照したときの評価値xと、周辺ブロックの動き
ベクトルを参照したときの評価値yi(たとえば二つの
周辺ブロックを参照した場合にはy1、y 2)との中で最
も評価の高いベクトルVzを当該階層画像の注目ブロッ
クにおける動きベクトル20f(30f)として確定
し、一つ下の階層へ出力するとともに、動きベクトル/
評価値メモリ20c(30c)に書き込む。Secondly, peripheral blocks in the same hierarchy
The difference is that the motion vector of is referred to. That is, motion
Already written in the vector / evaluation value memory 20c (30c).
The reference vector is used as the reference
Read at least one as a vector 20g (30g)
Corresponding to this reference motion vector 20g (30g)
Search area (Yi) (I is the identification number of the reference motion vector
No.) image from the image memory 20b (30b)
You Then, the area (Yi) Of the highest-rated vector
Search for V le, and the motion vector Vy of the search resulti
And evaluation value yiAnd motion vector / evaluation value memory 20c
Write to (30c). Finally, move the parent block
Evaluation value x when referencing toll and movement of surrounding blocks
Evaluation value y when the vector is referencedi(Eg two
Y when the peripheral block is referenced1, Y 2) And most
The vector Vz, which is highly evaluated, is the block of interest for the hierarchical image.
Confirmed as motion vector 20f (30f)
Then, the motion vector /
Write to the evaluation value memory 20c (30c).
【0026】ここで、本実施例のポイントについて述べ
る。本実施例のポイントの一つは、最上位層の動きベク
トル評価器10dと中位層の動きベクトル評価器20d
で評価するブロックの画素数(マッチング画素数)を同
一に設定する点にある。かかる設定は、最上層動きベク
トル検出部10のブロック設定器10hと中位層動きベ
クトル検出部20のブロック設定器20hによって行な
われる。また、本実施例のポイントの他の一つは、最下
層の動きベクトル評価器30dで評価するブロックのサ
イズを、同階層の画像メモリ30aに格納されている画
像に対して所定のサイズ比(便宜的にA)となるように
設定する点にある。かかる設定は、最下層動きベクトル
検出部30のブロック設定器30hによって行なわれ
る。したがって、各階層のブロック設定器10h、20
h及び30hは、発明の要旨に記載の「ブロック画素数
/サイズ比設定手段」としての機能を有している。Here, the points of this embodiment will be described. One of the points of this embodiment is that the motion vector evaluator 10d for the uppermost layer and the motion vector evaluator 20d for the middle layer are provided.
The point is that the number of pixels (the number of matching pixels) of the blocks evaluated in step 1 is set to be the same. Such setting is performed by the block setter 10h of the uppermost layer motion vector detection unit 10 and the block setter 20h of the middle layer motion vector detection unit 20. Further, another one of the points of the present embodiment is that the size of the block evaluated by the motion vector evaluator 30d in the lowermost layer is a predetermined size ratio () to the image stored in the image memory 30a in the same layer. For convenience, the point is to set A). Such setting is performed by the block setter 30h of the lowermost layer motion vector detection unit 30. Therefore, the block setters 10h and 20 of each layer
h and 30h have a function as "block pixel number / size ratio setting means" described in the gist of the invention.
【0027】次に、図2を参照しながら、本実施例のブ
ロック設定を説明する。図2において、hthは中位層の
画像の一部、hth+1は上位層の画像の一部、hth-1は下
位層の画像の一部を表している。hth+1は、図1の最上
位層の画像メモリ10a内の画像に相当し、hthは、図
1の中位層の画像メモリ20a内の画像に相当し、さら
に、hth-1は、図1の最下位層の画像メモリ30a内の
画像に相当する。升目は各階層画像に設定されるブロッ
クを代表的に表しており、40は上位層画像のブロッ
ク、50〜53は中位層画像のブロック、54は下位層
画像のブロックである。上位層画像のブロック40と中
位層画像のブロック50〜53とはブロック内の画素数
が同一であり、一方、中位層画像のブロック(たとえば
50)と下位層画像のブロック54とは、それぞれの所
属階層画像(ブロック50は中位層画像、ブロック54
は下位層画像)に対するサイズ比が同一である。すなわ
ち、中位層画像に対するブロック50のサイズ比は
「A」であり、同様に、下位層画像に対するブロック5
4のサイズ比も「A」である。Next, the block setting of this embodiment will be described with reference to FIG. In FIG. 2, h th represents a part of the middle layer image, h th + 1 represents a part of the upper layer image, and h th−1 represents a part of the lower layer image. h th + 1 corresponds to the image in the image memory 10a in the uppermost layer in FIG. 1, h th corresponds to the image in the image memory 20a in the middle layer in FIG. 1, and h th-1 Corresponds to the image in the image memory 30a of the lowest layer in FIG. The squares representatively represent blocks set in each hierarchical image, 40 is a block of an upper layer image, 50 to 53 are blocks of an intermediate layer image, and 54 is a block of a lower layer image. The block 40 of the upper layer image and the blocks 50 to 53 of the middle layer image have the same number of pixels in the block, while the block of the middle layer image (for example, 50) and the block 54 of the lower layer image are Each belonging hierarchy image (block 50 is the middle layer image, block 54
Have the same size ratio to the lower layer image). That is, the size ratio of the block 50 to the middle layer image is “A”, and similarly, the size ratio of the block 50 to the lower layer image is 5.
The size ratio of 4 is also “A”.
【0028】すなわち、図2のブロック設定によれば、
所定の階層(中位層)を境にして、マッチング画素数を
主体にしたブロック設定(上位側)と、サイズ比を主体
にしたブロック設定(下位側)とに切り換えられること
になる。したがって、所定の階層を含む上位層側
(hth、hth+1)のマッチング画素数をテクスチャ抑制
に有効な適度な量に設定しつつ、所定の階層を含む下位
層側(hth、hth-1)のブロックサイズをミスマッチ抑
制に有効な適度な大きさに設定することができ、階層型
画像情報にブロック・マッチング法を適用した場合の動
きベクトル探索の精度低下を回避できるという特有の効
果を得ることができる。That is, according to the block setting of FIG.
With a predetermined layer (middle layer) as a boundary, it is possible to switch between a block setting mainly on the matching pixel number (upper side) and a block setting mainly on the size ratio (lower side). Therefore, the number of matching pixels on the upper layer side (h th , h th + 1 ) including the predetermined layer is set to an appropriate amount effective for texture suppression, while the lower layer side (h th , h th) including the predetermined layer is set. The th-1 ) block size can be set to an appropriate size that is effective in suppressing mismatches, and it is possible to avoid the loss of accuracy in motion vector search when applying the block matching method to hierarchical image information. The effect can be obtained.
【0029】しかも、所定の階層を含む上位層側では、
hth+1の一つのブロック40で得られたベクトルを初期
偏位ベクトルとして、hthの四つのブロック50〜53
をまとめてサーチすることとなり、探索範囲をまとめて
読み出せるため、メモリアクセス量の削減効果も期待で
きるという効果が得られるほか、最上層のブロックサイ
ズが大きくなりすぎるという不都合も解決できる。Moreover, on the upper layer side including a predetermined layer,
With the vector obtained in one block 40 of h th + 1 as the initial displacement vector, four blocks 50 to 53 of h th
Since the search is performed collectively, the search range can be read out collectively, so that the effect of reducing the memory access amount can be expected and the disadvantage that the block size of the uppermost layer becomes too large can be solved.
【0030】なお、以上の実施例では、ブロックの設定
方法を中位層で切り替えているが、上位層であってもよ
い。また、実施例では3層の階層型画像情報に適用した
例を示しているが、これに限るものではない。4層以上
の多層であってもよい。4層以上の多層画像に適用した
場合は、所定の階層が必ずしも中間の階層画像になると
は限らない。In the above embodiments, the block setting method is switched in the middle layer, but it may be in the upper layer. Further, although the embodiment shows an example in which it is applied to three-layered hierarchical image information, the present invention is not limited to this. It may be a multilayer of four or more layers. When applied to a multi-layer image having four or more layers, the predetermined layer does not always become an intermediate layer image.
【0031】[0031]
【発明の効果】本発明によれば、所定の階層を境にして
ブロックの設定方法を切り換えることができる。具体的
には、上位層側では一つのブロックに含まれる動きの異
なる絵柄の数の増大抑制に有効な設定方法に、また、下
位層側ではミスマッチの抑制に有効な設定方法に切り換
えることができる。したがって、上位層側の一つのブロ
ックに含まれる動きの異なる絵柄の数の増大と、下位層
側のミスマッチとを共に抑制でき、階層型画像情報にブ
ロック・マッチング法を適用した場合の動きベクトル探
索の精度向上を図ることができる。According to the present invention, it is possible to switch the block setting method at the boundary of a predetermined layer. Specifically, the upper layer side can be switched to a setting method effective for suppressing an increase in the number of pictures having different movements contained in one block, and the lower layer side can be switched to a setting method effective for suppressing a mismatch. . Therefore, it is possible to suppress both the increase in the number of pictures with different motions included in one block on the upper layer side and the mismatch on the lower layer side, and to search the motion vector when applying the block matching method to the hierarchical image information. The accuracy of can be improved.
【図1】一実施例の概念的な要部全体構成図である。FIG. 1 is a conceptual overall configuration diagram of an embodiment.
【図2】一実施例の各階層におけるブロック設定の概念
図である。FIG. 2 is a conceptual diagram of block setting in each layer of an embodiment.
【図3】動きベクトル検出の基本原理図(その1)であ
る。FIG. 3 is a basic principle diagram (1) of motion vector detection.
【図4】動きベクトル検出の基本原理図(その2)であ
る。FIG. 4 is a basic principle diagram (part 2) of motion vector detection.
【図5】従来の階層型画像の模式図である。FIG. 5 is a schematic diagram of a conventional hierarchical image.
【図6】階層型画像における動きベクトル検出の概念図
である。FIG. 6 is a conceptual diagram of motion vector detection in a hierarchical image.
10a、10b:画像メモリ(第1階層メモリ) 20a、20b、30a、30b:画像メモリ(第2〜
第m階層メモリ) 20d、30d:動きベクトル評価器(動きベクトル検
出手段、動きベクトル参照手段、第2の動きベクトル参
照手段) 10h、20h、30h:ブロック設定器(ブロック画
素数/サイズ比設定手段)10a, 10b: image memory (first layer memory) 20a, 20b, 30a, 30b: image memory (second to second)
M-th layer memory) 20d, 30d: motion vector evaluator (motion vector detection means, motion vector reference means, second motion vector reference means) 10h, 20h, 30h: block setter (block pixel number / size ratio setting means) )
───────────────────────────────────────────────────── フロントページの続き (72)発明者 大山 公一 東京都渋谷区代々木4丁目36番19号 株式 会社グラフィックス・コミュニケーショ ン・ラボラトリーズ内 (72)発明者 佐藤 真樹 東京都渋谷区代々木4丁目36番19号 株式 会社グラフィックス・コミュニケーショ ン・ラボラトリーズ内 (72)発明者 山田 恭裕 東京都渋谷区代々木4丁目36番19号 株式 会社グラフィックス・コミュニケーショ ン・ラボラトリーズ内 ─────────────────────────────────────────────────── ─── Continuation of the front page (72) Inventor Koichi Oyama 4-36-19 Yoyogi, Shibuya-ku, Tokyo Within Graphics Communications Laboratories, Inc. (72) Inventor Maki Sato 4-yoyogi, Shibuya-ku, Tokyo 36-19 No. 19 in Graphics Communication Laboratories, Inc. (72) Inventor Yasuhiro Yamada No. 36-19, Yoyogi, Shibuya-ku, Tokyo Within 36-19, Graphics Communication Laboratories, Inc.
Claims (2)
下位の第1階層画像と、この第1階層画像の解像度に対
して段階的に解像度が低下する上位側の第2〜第m階層
画像とを用い、 上位側の任意階層で検出された親ブロックの動きベクト
ルを初期偏位ベクトルとして、該任意階層の一つ下位の
階層の注目ブロックの動きベクトルを検出する階層型動
きベクトル検出方法において、 前記親ブロックの所属階層が、 所定の階層以外の場合には双方のブロックの画素数を同
一とし、 一方、所定の階層の場合には双方のブロックのそれぞれ
の所属階層画像に対するサイズ比を同一にしたことを特
徴とする階層型動きベクトル検出方法。1. A lowermost first hierarchical image having a resolution equal to or close to that of an original image, and upper second to mth hierarchical images whose resolution is gradually reduced with respect to the resolution of the first hierarchical image. And a motion vector of a parent block detected in the upper arbitrary layer is used as an initial displacement vector to detect a motion vector of a target block in the lower hierarchical layer of the arbitrary hierarchical layer. If the hierarchy to which the parent block belongs is other than a predetermined hierarchy, the number of pixels of both blocks is the same, while if the hierarchy is a predetermined hierarchy, the size ratio of both blocks to each belonging hierarchy image is the same. A hierarchical motion vector detection method characterized by the above.
下位の第1階層画像を格納する第1階層メモリと、 この第1階層画像の解像度に対して段階的に解像度が低
下する上位側の第2〜第m階層画像を格納する第2〜第
m階層メモリと、 上位側の任意階層で検出された親ブロックの動きベクト
ルを初期偏位ベクトルとして、該任意階層の一つ下位の
階層の注目ブロックの動きベクトルを検出する動きベク
トル検出手段と、 前記親ブロックの所属階層が、所定の階層以外の場合に
は双方のブロックの画素数を同一にする一方、所定の階
層の場合には双方のブロックのそれぞれの所属階層画像
に対するサイズ比を同一にするブロック画素数/サイズ
比設定手段と、を備えたことを特徴とする階層型動きベ
クトル検出装置。2. A first layer memory for storing a lowermost first layer image having a resolution equal to or close to that of an original image, and an upper side memory whose resolution gradually decreases with respect to the resolution of the first layer image. Second to mth layer memories for storing the second to mth layer images, and a motion vector of the parent block detected in the upper arbitrary layer as an initial displacement vector. When the motion vector detecting means for detecting the motion vector of the block of interest and the hierarchy to which the parent block belongs are other than a predetermined hierarchy, the number of pixels of both blocks is made the same, while in the case of a predetermined hierarchy, both are Block pixel number / size ratio setting means for making the size ratio of each block to each belonging hierarchical image the same, and a hierarchical motion vector detecting apparatus.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6538395A JP2853974B2 (en) | 1995-03-24 | 1995-03-24 | Hierarchical motion vector detection method and apparatus |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP6538395A JP2853974B2 (en) | 1995-03-24 | 1995-03-24 | Hierarchical motion vector detection method and apparatus |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH08265772A true JPH08265772A (en) | 1996-10-11 |
JP2853974B2 JP2853974B2 (en) | 1999-02-03 |
Family
ID=13285415
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP6538395A Expired - Lifetime JP2853974B2 (en) | 1995-03-24 | 1995-03-24 | Hierarchical motion vector detection method and apparatus |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2853974B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010288110A (en) * | 2009-06-12 | 2010-12-24 | Sony Corp | Image processing apparatus and method |
-
1995
- 1995-03-24 JP JP6538395A patent/JP2853974B2/en not_active Expired - Lifetime
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010288110A (en) * | 2009-06-12 | 2010-12-24 | Sony Corp | Image processing apparatus and method |
US8542741B2 (en) | 2009-06-12 | 2013-09-24 | Sony Corporation | Image processing device and image processing method |
Also Published As
Publication number | Publication date |
---|---|
JP2853974B2 (en) | 1999-02-03 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR101383612B1 (en) | Method for the compression of data in a video sequence | |
JP4757080B2 (en) | Motion detection device, motion detection method, motion detection integrated circuit, and image encoding device | |
US8019000B2 (en) | Motion vector detecting device | |
US20140049607A1 (en) | Devices and Methods for Sparse Representation of Dense Motion Vector Fields for Compression of Visual Pixel Data | |
JPH10285602A (en) | Dynamic sprite for encoding video data | |
JP4709155B2 (en) | Motion detection device | |
US7424056B2 (en) | Method for motion estimation and bandwidth reduction in memory and device for performing the same | |
KR100646302B1 (en) | Motion vector estimation apparatus and method thereof | |
US6996175B1 (en) | Motion vector estimation | |
JP2001076155A (en) | Method and device for detecting moving object in dynamic image | |
JPH09182082A (en) | Movement compensation prediction encoding method for moving image and device therefor | |
JP2000069469A (en) | Moving picture encoding method/system and moving picture decoding method/system | |
JPH08265773A (en) | Method for detecting hierarchical motion vector and device therefor | |
JP2853974B2 (en) | Hierarchical motion vector detection method and apparatus | |
JP2853973B2 (en) | Hierarchical motion vector detection method and apparatus | |
JPH10336673A (en) | Edge detection method and its device in video signal coding system | |
CN1113638A (en) | Memory system for use in a motion compensated video recoder | |
JP2702488B2 (en) | Video predictive coding | |
KR100737808B1 (en) | Method for efficiently compressing 2d multi-view images | |
US20070109875A1 (en) | Data storage method and information processing device using the same | |
JP3549175B2 (en) | Motion vector detection method and apparatus | |
JPH09130805A (en) | Motion vector detecting method and device therefor | |
JPH0984017A (en) | Motion compensation prediction coding method for moving image | |
JPH08265763A (en) | Motion vector detection method and device therefor | |
JP2001086447A (en) | Image processor |