GB2236449A - Motion estimation for television signals - Google Patents

Motion estimation for television signals Download PDF

Info

Publication number
GB2236449A
GB2236449A GB8921296A GB8921296A GB2236449A GB 2236449 A GB2236449 A GB 2236449A GB 8921296 A GB8921296 A GB 8921296A GB 8921296 A GB8921296 A GB 8921296A GB 2236449 A GB2236449 A GB 2236449A
Authority
GB
United Kingdom
Prior art keywords
pixel
integer
calculated
motion
values
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
GB8921296A
Other versions
GB2236449B (en
GB8921296D0 (en
Inventor
Michael James Knee
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.)
British Broadcasting Corp
Original Assignee
British Broadcasting Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by British Broadcasting Corp filed Critical British Broadcasting Corp
Priority to GB8921296A priority Critical patent/GB2236449B/en
Publication of GB8921296D0 publication Critical patent/GB8921296D0/en
Publication of GB2236449A publication Critical patent/GB2236449A/en
Priority to GB9312796A priority patent/GB2266639B/en
Application granted granted Critical
Publication of GB2236449B publication Critical patent/GB2236449B/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N5/00Details of television systems
    • H04N5/14Picture signal circuitry for video frequency region
    • H04N5/144Movement detection
    • H04N5/145Movement estimation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/20Analysis of motion
    • G06T7/223Analysis of motion using block-matching
    • G06T7/231Analysis of motion using block-matching using full search
    • 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
    • H04N19/523Motion estimation or motion compensation with sub-pixel accuracy
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10016Video; Image sequence

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Image Analysis (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

In apparatus for processing television signals for transmission, motion estimation is carried out by calculating 10 a correlation function C(x, y) for motion vectors (x, y) using information from signals representing a previous picture and the current picture. The best integer-pixel estimate (X, Y) for the motion vector is determined 12 from the calculated values of C(x, y). From the calculated values of C(x, y) the region relative to (X, Y) in which the best sub-integer-pixel estimate (X', Y') of the motion vector is to be found is determined. Subsequently values of the correlation functions C(x, y) for those sub-integer pixel motion vectors which are in the said region are calculated 18 and compared 18 so as to find (X', Y'). Since only the sub-integer estimates of the motion vector within the region identified from the integer-pixel estimates are calculated, the only previous-picture pixels which need to be accessed for the sub-integer pixel search are those which would be needed if a motion compensated version of the previous picture were required. Furthermore, only four streams of interpolated pixels need be generated and corresponding mean absolute error values calculated and compared. <IMAGE>

Description

<Desc/Clms Page number 1>
M :) TICN ESTIMATION The present invention relates to methods of motion estimation for use with television signals, in particular, to methods capable of providing half-pixel accuracy and using block matching.
In a conventional approach to block matching, a block of sanples in the current frame is compared with corresponding previous frame information which has been shifted according to a possible motion vector. The motion vector giving the smallest difference between the current block and the shifted block in the previous frame is selected as the motion estimate.
The invention is defined in the claims appended hereto, to which reference should now be made.
TWO methods in accordance with the invention will now be described in detail, by way of example, with reference to the drawings, in which: Fig. 1 is a block diagram of a first motion estimator in accordance with the invention; and Fig. 2 is a block diagram of a second motion estimator in accordance with this invention.
One known method which provides half-pixel accuracy involves a full search to integer pixel accuracy followed by a local search to half-pixel accuracy using a bilinearly interpolated version of the picture. A full search is described in"Digital PicturesRepresentation and Compression" (Netravali, A. N and Haskell, B. G., New York, Plenum Press, 1988).
In one version of this method the best integer pixel estimate (X, Y) is obtained and a search is then performed over the nine half-pixel motion vectors surrounding and including (X, Y), performing bilinear interpolation on the previous picture in order to obtain the necessary intermediate pixels.
Bilinear interpolation can be defined as follows. If the values of a function f of two variables x and y are known only for integer values of x and y, then an estimate f' (X-tp, Y-tq) of
f (X+p, Y+q), where X and Y are integers and p and q are positive fractional values can be obtained by bilinear interpolation
<Desc/Clms Page number 2>
according to the following: f' (X+p, Y+q) = (l-p) (l-q) f (X, Y) + p (l-q) f (X+1, Y) + (1-p) q f (X, Y+l) + p q f (X+1, Y+1) This method seems from past results to give the best performance of methods that avoid a full half-pixel search.
However, its hardware oonplexity is considerable because, following the integer-pixel search, nine sets of pixels from the previous frame have to be accessed, nine streams of interpolated pixels generated and the corresponding mean absolute error values calculated explicitly and compared.
The following method in accordance with the invention brings about a considerable simplification in hardware needed, particularly in the number of gates. Apparatus embodying the method is illustrated in Figure 1.
In this method, the correlation function C (x, y) is calculated by an integer pixel motion estimator 10 for motion vectors (x, y) and the best integer-pixel estimate (X, Y) is selected by comparison unit 12 as the motion vector for which C (x, y) is a minimum. Up to this point the method is conventional and well-known. However, rather than fitting some form of quadratic function to the values around C (X, Y), we propose that the values of C (x, y) around the best integer-pixel estimate (X, Y) be examined in order to determine in which quadrant, with respect to (X, Y), the half-pixel estimate should be placed. Specifically, if C (X-1, Y) < C (X+1, Y), then we deduce that XI X where X'is the half-pixel estimate. Conversely,
if C (X-1, Y) > C (X+1, Y), then X'X.
The values of C (X-1, Y) and C (X+1, Y) have, of course, already been calculated in order to find (X, Y). Y'can be found in a similar manner.
Once the appropriate quadrant has been identified, a restricted local search to half-pixel accuracy is performed over the four possible vectors in the chosen quadrant. For example, if it is established that X' X and Y' Y, then a search is made using the four vectors (X, Y), X+, Y), (X, Y- and X+Y-, which are
<Desc/Clms Page number 3>
generated by means of bilinear interpolators 14. Correlation function generators 16 generate correlation functions for the pixel values output by the interpolators 14 and these are applied to a comparator 18 which gives the best half-integer pixel estimate.
The advantage of this is that the only previous-picture pixels which need to be accessed for the half-pixel search are those which would be needed if a motion compensated version of the previous picture were required, for example, as a motion compensated prediction. Furthermore, only four streams of interpolated pixels need be generated and corresponding mean absolute error values calculated and compared. Experiments using limited picture information suggest that this method produces results which compare favourably with methods with more complex hardware requirements.
In another known method capable of providing half-pixel accuracy, bilinear interpolation is performed on the previous picture to obtain the necessary intermediate pixels for a full search to half pixel accuracy. This constitutes, essentially, a full search to half-pixel accuracy. In a particular implementation in which motion vectors are calculated over a possible range of + 8 pixels in each direction, this requires 32 Motion Estimation Integrated Circuits (MEIC) rather than the 8 required for an integer pixel motion estimator. It also requires four versions of the previous picture to be generated, one for each possible pair of fractional values of the motion vector. Thus, as illustrated in Figure 2, four half-integer pixel values would be generated by means of bilinear interpolators 20 from the current picture input.
Integer-pixel motion estimators 22 would produce for these values correlation values, the best estimate being selected from the four correlation values by means of a comparison unit 24.
Each version would form the input to an integer-pixel motion estimator consisting of 8 MEICs, via six 1024-pixel buffer stores so 24 such buffer stores would be required. Performing the bilinear interpolation on the three stripes of previous picture information, that is, groups of eight consecutive lines, would also be costly in hardware.
We have appreciated that an alternative would be to generate four versions of the current picture. Thus, for each possible
<Desc/Clms Page number 4>
integer motion vector (x, y), vectors (x, y), (x+, y), (x, (X'Y+1/2) and (X+1/2'+1/2) are tested using current picture signals P (i, j), P (i-j), P (i, j-J and P (i-j-) where i and j represent pixel coordinates.
Thus, half-pixel accuracy is obtained by shifting (interpolating) the current block by half-pixel shifts and comparing this shifted block with the previous frame block (shifted by the best integerpixel motion estimate). There is a slight error in the location of picture material used to test the half-pixel motion vectors, but there is also a substantial saving in hardware. Six buffer stores containing previous-picture information would be sufficient to feed all 32 MEICs and there would only be a comparatively slight increase in the buffer storage required for the input of the current-picture information.

Claims (12)

1. A method of motion estimation for use with television signals, the method comprising ; calculating a correlation function C (x, y) for motion vectors (x, y) using information from signals representing a previous picture and the current picture; determining the best integer-pixel estimate (X, Y) for the motion vector from the calculated values of C (x, y); determining from the calculated values of C (x, y) the region relative to (X, Y) in which the best sub-integer-pixel estimate (X*, Y') of the motion vector is to be found ; and calculating and comparing values of the correlation function C (x, y) for those sub-integer-pixel motin vectors which are in the said region so as to find (X', Y').
2. A method according to claim 1 in which the said region is a quadrant.
3. A method according to claim 1 or 2 in which the best integerpixel estimate (X, Y) for the motion vector is determined by identifying the minimum value of the correlation function C (x, y).
4. A method according to claim l, 2 or 3 in which the motion vector is estimated to half-pixel accuracy; the correlation function C (x, y) being calculated and compared for half-integer-pixel motion vectors in the said region.
5. A method according to claim 4 in which C (x, y) is calculated for half-integer-pixel motion vectors using bilinear interpolation.
6. A method according to claim 1 substantially as hereinbefore described.
7. Apparatus for carrying out a method of motion estimation for use with television signals according to any of claims 1 to 6.
<Desc/Clms Page number 6>
8. A method of motion estimation for use with television signals, the method comprising calculating a correlation function C (x, y) for sub-integer-pixel motion vectors using information from signals representing a previous picture and the current picture and determining from the calculated values of C (x, y) the best subinteger-pixel motion vector; the calculated values of C (x, y) for non-integer-pixel motion vectors being derived from a comparison of estimated information obtained from the present picture signal and information from the previous picture signal.
9. A method according to claim 8 in which the correlation function C (x, y) is calculated for half-integer-pixel motion vectors to give the motion vector to half-integer-pixel accuracy.
10. A method according to claim 9 in which information is obtained from the present picture signal by bilinear interpolation to enable non-integer-pixel values of the correlation function C (x, y) to be calculated.
11. A method according to claim 8 substantially as hereinbefore described.
12. Apparatus for carrying out a method of motion estimation for use with television signals according to any of claims 8 to 11.
GB8921296A 1989-09-20 1989-09-20 Motion estimation Expired - Fee Related GB2236449B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
GB8921296A GB2236449B (en) 1989-09-20 1989-09-20 Motion estimation
GB9312796A GB2266639B (en) 1989-09-20 1993-06-21 Motion estimation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
GB8921296A GB2236449B (en) 1989-09-20 1989-09-20 Motion estimation

Publications (3)

Publication Number Publication Date
GB8921296D0 GB8921296D0 (en) 1989-11-08
GB2236449A true GB2236449A (en) 1991-04-03
GB2236449B GB2236449B (en) 1994-05-11

Family

ID=10663382

Family Applications (1)

Application Number Title Priority Date Filing Date
GB8921296A Expired - Fee Related GB2236449B (en) 1989-09-20 1989-09-20 Motion estimation

Country Status (1)

Country Link
GB (1) GB2236449B (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0544122A1 (en) * 1991-10-31 1993-06-02 Victor Company Of Japan, Limited Device for compensating motions in images
EP0558922A2 (en) * 1992-03-03 1993-09-08 Bundesrepublik Deutschland, vertr. durch Vorstand der D. Bundespost TELEKOM, vertr. durch Präs. des Fernmeldetechn. Z.amtes Method for improving motion estimation in a motion picture sequence with half pel precision
EP0560577A2 (en) * 1992-03-13 1993-09-15 Matsushita Electric Industrial Co., Ltd. Video compression coding and decoding with automatic sub-pixel frame/field motion compensation
EP0572904A2 (en) * 1992-05-29 1993-12-08 Sony Corporation Moving picture encoding apparatus and method
EP0626791A2 (en) * 1993-05-25 1994-11-30 Nec Corporation Motion vector detection apparatus for moving picture
EP0637894A2 (en) * 1993-07-21 1995-02-08 Daewoo Electronics Co., Ltd Apparatus and method for detecting motion vectors to half-pixel accuracy
EP0639032A2 (en) * 1993-08-09 1995-02-15 C-Cube Microsystems, Inc. Structure and method for a multistandard video encoder/decoder
EP0652676A1 (en) * 1993-11-08 1995-05-10 Sony Corporation Apparatus and method for compressing a digital motion picture signal
EP0659022A2 (en) * 1993-12-18 1995-06-21 Kodak Limited Detection of global translations between images
US5430886A (en) * 1992-06-15 1995-07-04 Furtek; Frederick C. Method and apparatus for motion estimation
US5461423A (en) * 1992-05-29 1995-10-24 Sony Corporation Apparatus for generating a motion vector with half-pixel precision for use in compressing a digital motion picture signal
US5493344A (en) * 1993-05-08 1996-02-20 Samsung Electronics Co., Ltd. Motion vector estimation method and apparatus having half-pixel accuracy
US5910909A (en) * 1995-08-28 1999-06-08 C-Cube Microsystems, Inc. Non-linear digital filters for interlaced video signals and method thereof

Cited By (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5355168A (en) * 1991-10-30 1994-10-11 Victor Company Of Japan, Ltd. High precision motion compensation apparatus
EP0808059A3 (en) * 1991-10-31 1998-04-29 Victor Company Of Japan, Limited Motion compensation apparatus
EP0808059A2 (en) * 1991-10-31 1997-11-19 Victor Company Of Japan, Limited Motion compensation apparatus
EP0544122A1 (en) * 1991-10-31 1993-06-02 Victor Company Of Japan, Limited Device for compensating motions in images
EP0558922A2 (en) * 1992-03-03 1993-09-08 Bundesrepublik Deutschland, vertr. durch Vorstand der D. Bundespost TELEKOM, vertr. durch Präs. des Fernmeldetechn. Z.amtes Method for improving motion estimation in a motion picture sequence with half pel precision
EP0558922A3 (en) * 1992-03-03 1993-12-01 Bundesrep Deutschland Method for improving motion estimation in a motion picture sequence with half pel precision
EP0560577A2 (en) * 1992-03-13 1993-09-15 Matsushita Electric Industrial Co., Ltd. Video compression coding and decoding with automatic sub-pixel frame/field motion compensation
US5488419A (en) * 1992-03-13 1996-01-30 Matsushita Electric Industrial Co., Ltd. Video compression coding and decoding with automatic sub-pixel frame/field motion compensation
EP0560577A3 (en) * 1992-03-13 1994-06-22 Matsushita Electric Ind Co Ltd Video compression coding and decoding with automatic sub-pixel frame/field motion compensation
EP0572904A2 (en) * 1992-05-29 1993-12-08 Sony Corporation Moving picture encoding apparatus and method
EP0572904A3 (en) * 1992-05-29 1994-08-17 Sony Corp Moving picture encoding apparatus and method
US5408269A (en) * 1992-05-29 1995-04-18 Sony Corporation Moving picture encoding apparatus and method
US5461423A (en) * 1992-05-29 1995-10-24 Sony Corporation Apparatus for generating a motion vector with half-pixel precision for use in compressing a digital motion picture signal
US5504931A (en) * 1992-06-15 1996-04-02 Atmel Corporation Method and apparatus for comparing data sets
US5430886A (en) * 1992-06-15 1995-07-04 Furtek; Frederick C. Method and apparatus for motion estimation
US5493344A (en) * 1993-05-08 1996-02-20 Samsung Electronics Co., Ltd. Motion vector estimation method and apparatus having half-pixel accuracy
EP0626791A2 (en) * 1993-05-25 1994-11-30 Nec Corporation Motion vector detection apparatus for moving picture
EP0626791A3 (en) * 1993-05-25 1995-03-08 Nippon Electric Co Motion vector detection apparatus for moving picture.
US5512962A (en) * 1993-05-25 1996-04-30 Nec Corporation Motion vector detecting apparatus for moving picture
EP0637894A2 (en) * 1993-07-21 1995-02-08 Daewoo Electronics Co., Ltd Apparatus and method for detecting motion vectors to half-pixel accuracy
EP0637894A3 (en) * 1993-07-21 1995-03-22 Daewoo Electronics Co Ltd Apparatus and method for detecting motion vectors to half-pixel accuracy.
US5587741A (en) * 1993-07-21 1996-12-24 Daewoo Electronics Co., Ltd. Apparatus and method for detecting motion vectors to half-pixel accuracy
US6071004A (en) * 1993-08-09 2000-06-06 C-Cube Microsystems, Inc. Non-linear digital filters for interlaced video signals and method thereof
EP0639032A3 (en) * 1993-08-09 1995-11-29 C Cube Microsystems Structure and method for a multistandard video encoder/decoder.
US5598514A (en) * 1993-08-09 1997-01-28 C-Cube Microsystems Structure and method for a multistandard video encoder/decoder
US5630033A (en) * 1993-08-09 1997-05-13 C-Cube Microsystems, Inc. Adaptic threshold filter and method thereof
EP0639032A2 (en) * 1993-08-09 1995-02-15 C-Cube Microsystems, Inc. Structure and method for a multistandard video encoder/decoder
US5740340A (en) * 1993-08-09 1998-04-14 C-Cube Microsystems, Inc. 2-dimensional memory allowing access both as rows of data words and columns of data words
US6122442A (en) * 1993-08-09 2000-09-19 C-Cube Microsystems, Inc. Structure and method for motion estimation of a digital image by matching derived scores
EP0652676A1 (en) * 1993-11-08 1995-05-10 Sony Corporation Apparatus and method for compressing a digital motion picture signal
EP0659022A2 (en) * 1993-12-18 1995-06-21 Kodak Limited Detection of global translations between images
EP0659022A3 (en) * 1993-12-18 1995-10-11 Kodak Ltd Detection of global translations between images.
US5910909A (en) * 1995-08-28 1999-06-08 C-Cube Microsystems, Inc. Non-linear digital filters for interlaced video signals and method thereof

Also Published As

Publication number Publication date
GB2236449B (en) 1994-05-11
GB8921296D0 (en) 1989-11-08

Similar Documents

Publication Publication Date Title
Paquin et al. A spatio-temporal gradient method for estimating the displacement field in time-varying imagery
US7680188B2 (en) Video coding method and apparatus for calculating motion vectors of the vertices of a patch of an image and transmitting information of horizontal and vertical components of the motion vectors
Nam et al. A fast hierarchical motion vector estimation algorithm using mean pyramid
JP4472986B2 (en) Motion estimation and / or compensation
KR100287211B1 (en) Bidirectional motion estimation method and system
EP0549681B2 (en) Video image processing
US7408988B2 (en) Motion estimation engine with parallel interpolation and search hardware
GB2236449A (en) Motion estimation for television signals
JP2005501442A (en) Apparatus, image encoder and image decoder for interpolating sampling values
GB2283385A (en) Motion compensated video signal processing
US20050195324A1 (en) Method of converting frame rate of video signal based on motion compensation
US5541660A (en) Systolic realization of motion compensated interpolation filter
US5485224A (en) Motion compensated video signal processing by interpolation of correlation surfaces and apparatus for doing the same
Koc et al. Interpolation-free subpixel motion estimation techniques in DCT domain
JPH08511386A (en) Video signal processing
GB2266639A (en) Motion estimation.
JPH06326980A (en) Movement compensating type processing system of picture signal
JP3903358B2 (en) Motion vector evaluation method and apparatus
Nojiri et al. Motion compensated standards converter for HDTV
JP3589483B2 (en) Data processing method
GB2279844A (en) Motion compensated image interpolation
JPH03266580A (en) Detection of dynamic vector
Hargreaves et al. Hybrid motion compensation of interlaced video using motion field estimation
Zhang et al. Improved measures for motion-compensated frame rate conversion
KR960003409A (en) Two-Layer Motion Estimator for Compression Coding of Image Data and Its Method

Legal Events

Date Code Title Description
PCNP Patent ceased through non-payment of renewal fee

Effective date: 20020920