WO1999044369A1 - Dispositif et procede de codage d'image - Google Patents

Dispositif et procede de codage d'image Download PDF

Info

Publication number
WO1999044369A1
WO1999044369A1 PCT/JP1999/000891 JP9900891W WO9944369A1 WO 1999044369 A1 WO1999044369 A1 WO 1999044369A1 JP 9900891 W JP9900891 W JP 9900891W WO 9944369 A1 WO9944369 A1 WO 9944369A1
Authority
WO
WIPO (PCT)
Prior art keywords
motion
motion detection
search range
image encoding
circuit
Prior art date
Application number
PCT/JP1999/000891
Other languages
English (en)
Japanese (ja)
Inventor
Eiji Ogura
Masatoshi Takashima
Daisuke Hiranaka
Takeshi Miura
Original Assignee
Sony Corporation
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 Sony Corporation filed Critical Sony Corporation
Publication of WO1999044369A1 publication Critical patent/WO1999044369A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/503Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
    • H04N19/51Motion estimation or motion compensation

Definitions

  • the present invention relates to an image encoding device and method compliant with, for example, MPEG (Moving Picture Image Coding Experts Group). Background technology
  • the MPEG system is a coding system for compressing image data by combining orthogonal transform (Discrete Cosine Transform; DCT), motion compensation prediction, and variable length coding.
  • orthogonal transform Discrete Cosine Transform; DCT
  • motion compensation prediction motion compensation prediction
  • variable length coding variable length coding
  • Fig. 1 shows the configuration of an image encoding device that complies with the MPEG system.
  • This image encoding device is supplied with image data via an input terminal T1.
  • This image data is input to the motion vector detection circuit 21 and the subtraction circuit 22.
  • the motion vector detection circuit 21 obtains a motion vector between the current frame and a reference frame (for example, the previous frame) using the input image data and supplies the motion vector to the motion compensation circuit 23.
  • the image data of the reference frame is also stored in the frame memory 24. This image data is supplied to the motion compensation circuit 23.
  • the motion compensation circuit 23 uses the motion vector sent from the motion vector detection circuit 21 to perform motion compensation for the image data sent from the frame memory 24.
  • the output of the motion compensation circuit 23 is added to the subtraction circuit 22 It is sent to the arithmetic circuit 25.
  • the subtraction circuit 22 subtracts the image data of the current frame supplied from the input terminal T1 from the image data of the motion-compensated reference frame supplied from the motion compensation circuit 23 to perform prediction.
  • the error data is obtained and supplied to the DCT circuit 26.
  • the DCT circuit 26 performs DCT processing on the prediction error data and sends it to the quantizer 27.
  • the quantizer 27 quantizes the output of the DCT circuit 26 and sends it to a variable length coding circuit (not shown).
  • the output of the quantizer 27 is also supplied to the inverse quantizer 29. Then, it undergoes inverse quantization processing, and its output undergoes inverse DCT processing in the inverse DCT circuit 30, is returned to the original prediction error data, and is supplied to the addition circuit 25.
  • the adder circuit 25 adds the prediction error data to the output data of the motion compensation circuit 23 to obtain the image data of the current frame.
  • the obtained image data is stored in the frame memory 24 as the image data of the next reference frame.
  • the motion vector detection circuit 21 in order to perform motion compensation of a moving image by the motion compensation circuit 23, it is necessary to detect the motion vector by the motion vector detection circuit 21.
  • the reference frame is divided into equal blocks, a search block of the same size as the reference block is moved within the search range in the past or future frame (search frame), and the best matching block is searched for. Let the distance be the motion vector.
  • search frame a search block of the same size as the reference block is moved within the search range in the past or future frame (search frame), and the best matching block is searched for.
  • search frame the search frame
  • the best matching block is searched for.
  • the distance be the motion vector.
  • searching for the block that has the highest matching all pixels in the reference block and the search block are subtracted, and the sum of the absolute values or the sum of the squares is calculated.
  • Full search process A matching method is known.
  • the size of the block in the full search block matching method includes 8 pixels horizontally by 8 pixels vertically (hereinafter abbreviated as 8 ⁇ 8), 16 ⁇ 16, and the like.
  • a reference block RB of MXN is set in a reference frame 41.
  • an inspection block SB having the same size as the reference block R B is set in the search frame 42.
  • the inspection block S B is moved around a predetermined search range 43 of ⁇ m X soil n around the same position as the reference project R B. Then, the degree of coincidence between the reference block: RB and the inspection block SB is calculated, the inspection block having the highest degree of coincidence is set as a matching block, and a motion vector is obtained from this matching block.
  • the motion vector of the reference block RB is calculated. (u, V).
  • the test block that minimizes the sum of absolute value differences and the sum of squares of the differences of each pixel at the same position in the reference block RB and the test block SB is defined as the test block with the highest matching degree.
  • one sequence of a moving image is divided into a GOP (Group of Picture) composed of a plurality of frames (one picture) and encoded.
  • the GOP consists of an intra-coded image (I-picture), an already-coded inter-frame coded image (one P-picture) predicted from the temporally previous frame, and an already-coded temporally 2f And inter-frame coded images (B pictures) predicted from the frames.
  • motion detection is performed using P3, which is a P picture, as a reference frame, and 10, which is an I picture, as a search frame.
  • B-picture B1 is used as a reference frame
  • I0 and P3 are used as search frames to perform motion detection in both directions.
  • motion detection in both directions is performed using B2, which is the B picture, as a reference frame and 10 and P3 as search frames.
  • the search range required for motion detection increase in proportion to the frame interval between the reference frame and the search frame.
  • the block size is 16 x 16
  • the search range is 16 in the horizontal and vertical directions as shown in Fig. 4A when one frame is separated, and as shown in Fig. 4B, when the search range is two frames apart, as shown in Fig. 4B.
  • the search range when the search range is expanded in proportion to the frame interval in this way, the hard amount required for motion detection also increases to four times and nine times respectively when one frame is apart.
  • a very large hand amount is required to perform motion detection three frames apart, such as motion detection using P3 as a reference frame and I0 as a search frame. Therefore, in order to reduce the amount of hardware, there are other methods for estimating the motion between frames based on the past motion vector history, controlling the search range, and expanding the search range.
  • the search range is correctly adjusted according to the movement.
  • the prediction accuracy similarly decreases.
  • the present invention has been made in view of the above-mentioned circumstances, and has been described in connection with a case where a large movement is made, a time change of the movement speed is irregular, or there is acceleration or deceleration. It is an object of the present invention to provide an image encoding device and method capable of appropriately setting a range, performing highly accurate motion prediction, and improving image quality.
  • an image encoding apparatus normally uses image data of a reference block based on a detection result from a simple first motion detection unit that operates earlier in time.
  • the search range of the second motion detecting means for calculating the motion vector by calculating the image data of the inspection block within the search range and the control block is controlled by the control determining means.
  • the operation amount of the first motion detection means is smaller than the second operation amount.
  • the first motion detection means performs simplified motion detection by reducing the amount of calculation by projection for converting two dimensions into one dimension.
  • the control judging means is configured to detect a motion from the first motion detecting means.
  • the search range of the second motion detecting means is controlled based on the amount and the motion vector already obtained by the second motion detecting means.
  • the second motion detection means may have at least two motion detection blocks capable of setting an independent search range.
  • the image encoding method normally uses an image data of a reference block based on a detection result from a simple first motion detection step that operates earlier in time.
  • the control determination step controls the search range in a second motion detection step of calculating a motion vector by calculating the image data of the inspection block in the search range overnight.
  • the calculation amount of the first motion detection step is smaller than the second calculation amount. Also, in the first motion detection step, a simplified type of motion detection is performed by reducing the amount of calculation by projection for converting two dimensions into one dimension. Further, the control determining step includes setting a search range of the second motion detecting step based on the motion amount from the first motion detecting step and the motion vector already obtained in the second motion detecting step. Control.
  • the second motion detection step may include at least two motion detection blocks capable of setting an independent search range.
  • FIG. 1 is a block diagram showing a configuration of a general image encoding device conforming to the MPEG system.
  • FIG. 2 is a diagram for explaining a block matching method
  • FIG. 3 is a diagram illustrating an example of motion detection in MPEG).
  • 4A to 4C are diagrams showing the relationship between the frame interval and a desirable search range.
  • FIG. 5 is a block diagram of the image encoding device according to the embodiment of the present invention.
  • 6A to 6D are diagrams for explaining the operation of the above embodiment.
  • FIG. 7 is a diagram showing a relationship between a current field and a search field, which is input to the simple motion detection circuit included in the image coding device shown in FIG.
  • FIGS. 8A to 8C are diagrams for explaining an operation in which the motion detection circuit sets the search range using the setting parameters sent from the control determination circuit constituting the above embodiment.
  • FIG. 9A and FIG. 9B are a diagram and a circuit configuration block diagram for explaining a horizontal vector detection operation of the simple motion detection circuit configuring the above embodiment.
  • FIG. 10 is a diagram for explaining the vertical vector detection operation of the simple motion detection circuit.
  • FIG. 11 is a block diagram of another embodiment of the present invention.
  • BEST MODE FOR CARRYING OUT THE INVENTION an image coding apparatus conforming to the MPEG system.
  • a simple motion detection circuit 2 that operates earlier in time, an image data of a reference block and search are performed.
  • the motion detection circuit 3 calculates the motion vector by calculating the image data of the inspection block in the range and the motion detection circuit 3 based on the motion amount detected by the simple motion detection circuit 2.
  • a control decision circuit 4 for controlling the search range.
  • Various modifications and application examples can be considered without departing from the spirit of the present invention. Therefore, the gist of the present invention is not limited to the embodiments.
  • the simple motion detection circuit 2 requires less computation than the motion detection circuit 3. Specifically, the amount of calculation is reduced by using a projection process for converting two dimensions to one dimension as described later.
  • an input image (current field) 101 is input from an input terminal to a memory 1 and a simple motion detection circuit 2.
  • simple motion detection may be performed in frame units.
  • detection accuracy is higher when performed in field units.
  • the stored search field 102 is input to the simple motion detection circuit 2.
  • a motion amount 105 which is a simple motion vector is output and input to the control judgment circuit 4.
  • the control decision circuit 4 indicates the amount of motion between frames (between the current frame 103 and the search frame 104) actually used by the motion detection circuit 3. Estimate by calculation. The operation actually performed is, for example, integrating the motion amount 105 between one field according to the required frames.
  • the motion detection circuit 3 inputs the current frame 103 and the search frame 104 to obtain the final motion vector 107 actually used for motion compensation.
  • the control decision circuit 4 sends a search range setting parameter 106 to the motion detection circuit 3 in accordance with the predicted motion amount by the simple motion vector 105 to set the search range. Is done.
  • motion detection is performed using P3 as a P picture as a reference frame and I0 as an I picture as a search frame.
  • motion detection in both directions is performed using B picture B 1 as a reference frame and I 0 and P 3 as search frames.
  • an encoding is performed by performing motion detection in both directions using B2, which is a B picture, as a reference frame and I0 and P3 as search frames.
  • Each frame has a field structure consisting of a top field and a bottom field as shown in Fig. 6B.
  • the simple motion detection circuit 2 obtains a motion amount 105 that indicates, for example, where the entire image is moving.
  • the motion amount 105 is considered to be the motion vector of the entire frame. Actually, the inside of the frame may be divided and the unit may be obtained.
  • the leftmost data in Fig. 6C is the amount of movement between IOt (TOP) and 10b (Bottom), and is obtained at time 1.
  • TOP IOt
  • 10b Bottom
  • the amount of motion between I 0b and B 1t is determined.
  • the amount of motion between all the fields from I0 to P3 from time 1 to time 7 is obtained. By adding these, for example, the amount of movement between I0 and P3 is obtained by time 7.
  • the values obtained by actually adding the six fields are shown in the white bar graph in Fig. 6D.
  • the time at which the detection between I 0 and P 3 is performed by the motion detection circuit 3 in FIG. 5 is time 8 and 9, so the motion detection circuit 2 and the control decision circuit 4 predict the motion amount in advance at this time.
  • the search range can be set. An example of setting the search range will be described later.
  • the black bar graph in Fig. 6C is a value obtained as a prediction from the motion vector distribution by the conventional method.
  • the leftmost black value is the amount of motion from B1t to I0b, and is one of the motion vectors from B1 to I0 in the original motion vector detection. It is obtained from the distribution of the vector of the part.
  • the motion vector distribution of a part of FIG. For example, when the motion vector between fields is known as in this example, the prediction method multiplies the value by 6 to predict the motion between three frames. The predicted values are shown in the black bar graph in FIG. 6D.
  • the value on the left side is a value obtained by accumulating the values obtained by simply calculating the amount of movement of the present invention.
  • the actual motion amount is almost the same.
  • the predicted value according to the present invention is Is actually close to the amount of movement.
  • a large error may occur between I0 and P3.
  • the motion detection circuit 3 has two motion detection circuits ME U ME 2 whose search range can be set independently will be described with reference to FIGS. 8A to 8C.
  • the motion detection circuits ME1 and ME2 indicate the center vectors SMV1 and SMV2 of the search range.
  • FIG. 8A shows an example of the search range when a large amount of motion is not detected.
  • the two motion detection circuits ME1 and ME2 are arranged side by side.
  • FIG. 8B shows an example in which a large amount of motion is predicted in the horizontal direction.
  • ME 1 is set at the center of the coordinates to cover a small motion vector
  • ME 2 is set so that the center of the search range SMV 2 has a large amount of motion in the predicted horizontal direction.
  • the reason that one motion detection circuit always covers a small motion vector is that if there is a motion vector with a small motion, missing it will greatly degrade the image quality.
  • the motion detection circuit 3 has two motion detection circuits capable of independently setting the search range.
  • Figure 8C shows an example in which there are two types of predicted motion amount and three motion detection circuits. The movement in this example is equivalent to the case where the upper half of the screen moves to the right and the lower half moves to the opposite left.
  • the simple motion detection circuit 2 needs to be able to determine the motion of a large area in a frame with a simple circuit configuration, and finds the motion vector for each small macro block like the original motion detection circuit It is not necessary.
  • a specific example will be described in which horizontal and vertical projections are obtained for almost the entire frame, and this is used to detect the motion vector of the entire frame.
  • the motion vector obtained by the simple motion detection circuit 2 is not used directly for normal motion compensation, but is used for setting the search range of the conventional motion detection circuit. It is not necessary and a simple moving vector is sufficient.
  • the screen may be divided and a simple motion vector (movement amount) may be obtained for each unit. A simple motion vector that allows you to know which part of the screen is moving is sufficient.
  • a simple method is used in which the horizontal and vertical motion vectors are independently detected.
  • Figure 9A shows the horizontal vector detection method
  • Figure 9B shows the circuit diagram.
  • the vertical projection 13 is obtained by adding all the pixels of each vertical line to the portion excluding the three lines on both sides of the current field.
  • This hanging Direct projection 13 is obtained by converting the two-dimensional image information of the current field into one-dimensional image information.
  • the vertical projection 14 is obtained by adding all the pixels of each vertical line. The operation is to find the position of the search field vertical projection that best matches the vertical projection of the current field.
  • the position of the bold frame shown in the vertical projection 14 of the search field indicates that the motion vector is zero.
  • the sum of the absolute differences of each of the seven locations from ⁇ 3 to +3 is calculated, and the position with the minimum value is determined as the horizontal motion vector.
  • a motion vector with one-pixel accuracy is used, but in practice, an accuracy of a considerably large unit such as four-pixel accuracy is often sufficient.
  • the current field is input to the adder circuit 5 and the vertical projection 13 is obtained by the register 8.
  • the data of the search field is input to the adder circuit 6 and the vertical projection 14 is stored in the register 9.
  • the difference / absolute value calculation circuit 11 and the addition circuit 7 calculate the sum of absolute differences using the vertical projections 13 and 14 read from the register 8 and the register 9 and store the sum in the register 10. Then, two vertical projections 13 and 14 that minimize the sum of absolute differences are obtained by the minimum value circuit 12, and a horizontal motion vector 108 is obtained therefrom.
  • the horizontal projection 15 of the current field obtained by adding all the pixel values of one line is obtained, and the horizontal projection 16 of the search field is calculated. Find the minimum position of the sum of absolute differences, and find the vertical motion vector. Since the circuit diagram has the same configuration as that of FIG. 9B, the description is omitted.
  • a low-frequency band is included in one field.
  • a method of obtaining a motion vector for an image obtained by reducing the size of an image over time can be considered.
  • the other embodiment is also an image coding apparatus conforming to MPEG, but a new motion vector 110 is input from the motion detection circuit 3 to the control decision circuit 4 in the image coding apparatus shown in FIG. This is a path that has been established.
  • the control determination circuit 4 makes a determination using both the motion amount 105 and the motion vector 110.
  • the motion vector 110 corresponds to the value used in the conventional method shown by the black bar in FIG. 6C.
  • the control decision circuit 4 predicts the motion using the motion amount 105 when the temporal accuracy is required, and conversely, when the temporal accuracy is not required or when the spatial accuracy is required. Is required, the motion amount is predicted using the motion vector 110.
  • An example of the case where the temporal accuracy is required is a case where the motion largely changes like “IO to P 3” in FIG. 6D, and in this case, the motion amount 105 is used.
  • the case where the temporal accuracy is not required is a case where the motion is almost constant as shown in “P3 to P6” in FIG. 6D.
  • the motion vector with high vector accuracy 1 10 is used for the judgment.
  • the motion vector is predicted using the motion vector 110.
  • the motion amount 105 and the motion vector 110 it is possible to predict the motion amount with higher accuracy than when each is performed alone. Becomes possible.
  • the motion when a large motion is detected, the motion can be detected in advance, so that a search range of a high-precision motion detection circuit to be finally used can be appropriately set.
  • the image quality can be greatly improved.
  • the motion prediction accuracy is improved, and as a result, the encoded image quality is improved.
  • the image quality is greatly improved by improving the motion prediction accuracy.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

Selon l'invention, un champ de recherche enregistré et provenant d'une mémoire est entré dans un circuit ordinaire de détection de mouvement. A partir de ce circuit de détection, il est produit un signal de sortie représentant la quantité de mouvement, qui est entré dans un circuit d'arbitrage de réglage. Le circuit de détection de mouvement reçoit la trame actuelle ainsi qu'une trame de recherche et trouve un vecteur de mouvement final utilisé généralement aux fins de compensation de mouvement. A partir du circuit d'arbitrage de commande, des paramètres de réglage, destinés à établir un cadre de recherches, sont envoyés au circuit de détection de mouvement, en fonction d'une quantité prédite de mouvement prédit, et ce au moyen d'un vecteur ordinaire de mouvement, un cadre de recherches étant ainsi établi. De cette façon, on résout le problème posé par le procédé classique de mise en correspondance de blocs par recherche complète, lequel nécessite un circuit à très forte densité d'intégration, lors de la manipulation d'une image dans laquelle le mouvement est très rapide, comme dans un programme de sport.
PCT/JP1999/000891 1998-02-25 1999-02-25 Dispositif et procede de codage d'image WO1999044369A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP4411198A JPH11243546A (ja) 1998-02-25 1998-02-25 画像符号化装置及び方法
JP10/44111 1998-02-25

Publications (1)

Publication Number Publication Date
WO1999044369A1 true WO1999044369A1 (fr) 1999-09-02

Family

ID=12682511

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP1999/000891 WO1999044369A1 (fr) 1998-02-25 1999-02-25 Dispositif et procede de codage d'image

Country Status (3)

Country Link
JP (1) JPH11243546A (fr)
KR (1) KR20010012110A (fr)
WO (1) WO1999044369A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014507906A (ja) * 2011-02-23 2014-03-27 モビクリップ 立体シーンにおける焦点面の位置を管理するためのデバイスおよび方法

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100871118B1 (ko) * 2002-05-18 2008-11-28 엘지전자 주식회사 멀티캐스트 그룹 관리 방법
WO2006103984A1 (fr) * 2005-03-25 2006-10-05 Matsushita Electric Industrial Co., Ltd. Dispositif de detection de mouvement
JP2010161712A (ja) * 2009-01-09 2010-07-22 Sharp Corp フレームレート変換装置及びフレームレート変換方法

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06205403A (ja) * 1992-10-07 1994-07-22 Daewoo Electron Co Ltd インテグラルプロゼクションを利用した動きベクター検出方法
JPH0984014A (ja) * 1995-09-20 1997-03-28 Toppan Printing Co Ltd 画像動き予測方法および予測装置
JPH09163380A (ja) * 1995-12-05 1997-06-20 Sony Corp 画像符号化装置及び動きベクトル検出方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06205403A (ja) * 1992-10-07 1994-07-22 Daewoo Electron Co Ltd インテグラルプロゼクションを利用した動きベクター検出方法
JPH0984014A (ja) * 1995-09-20 1997-03-28 Toppan Printing Co Ltd 画像動き予測方法および予測装置
JPH09163380A (ja) * 1995-12-05 1997-06-20 Sony Corp 画像符号化装置及び動きベクトル検出方法

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014507906A (ja) * 2011-02-23 2014-03-27 モビクリップ 立体シーンにおける焦点面の位置を管理するためのデバイスおよび方法
US9800865B2 (en) 2011-02-23 2017-10-24 Nintendo European Research And Development Sas Device and method for managing the position of the focal plane in a stereoscopic scene

Also Published As

Publication number Publication date
KR20010012110A (ko) 2001-02-15
JPH11243546A (ja) 1999-09-07

Similar Documents

Publication Publication Date Title
US6418168B1 (en) Motion vector detection apparatus, method of the same, and image processing apparatus
JP4724459B2 (ja) 適応時間予測を用いた動きベクトル検出
US9154789B2 (en) Motion vector predictive encoding and decoding method using prediction of motion vector of target block based on representative motion vector
JP3994445B2 (ja) 動きベクトル検出装置及び動きベクトル検出方法
JP2928708B2 (ja) 運動ベクター検出方法および装置
US8121194B2 (en) Fast macroblock encoding with the early qualification of skip prediction mode using its temporal coherence
US20060008008A1 (en) Method of multi-resolution based motion estimation and recording medium storing program to implement the method
US6249612B1 (en) Device and method for image coding
KR20010071705A (ko) 디지털 비디오를 위한 이동 추정 방법 및 장치
JP2006254349A (ja) 動きベクトル検出方法、動きベクトル検出装置およびコンピュータ上で動きベクトル検出処理を実行するコンピュータプログラム
AU751909B2 (en) Motion vector detecting method and device
KR100994768B1 (ko) 동영상 부호화를 위한 움직임 추정 방법 및 이를 구현하기위한 프로그램이 기록된 기록 매체
JP2004328633A (ja) 動き予測補償装置及びその方法
US20070009037A1 (en) Apparatus for and method of decoding moving picture, and computer product
KR20070033345A (ko) 전역 움직임 벡터를 검색하는 방법
US6160584A (en) Motion detection and motion compensative prediction circuit
EP1819173B1 (fr) Dispositif de codage predictif de vecteur de mouvement et dispositif de decodage predictif de vecteur de mouvement
WO1999044369A1 (fr) Dispositif et procede de codage d'image
JP2002247584A (ja) 画像符号化方法および装置、並びに、画像符号化処理用プログラム及びそのプログラムの記録媒体
JP3720723B2 (ja) 動きベクトル検出装置
JP3309519B2 (ja) 動きベクトル検出装置
KR0185841B1 (ko) 영상 부호기에서의 움직임 추정 장치
JP4003149B2 (ja) 画像符号化装置及びその方法
JP2000059786A (ja) 動き検出装置及び方法
JPH10191347A (ja) 動き検出装置、動き検出方法、及び、記憶媒体

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): KR US

WWE Wipo information: entry into national phase

Ref document number: 1019997009832

Country of ref document: KR

WWE Wipo information: entry into national phase

Ref document number: 09403462

Country of ref document: US

WWP Wipo information: published in national office

Ref document number: 1019997009832

Country of ref document: KR

WWW Wipo information: withdrawn in national office

Ref document number: 1019997009832

Country of ref document: KR