WO1986004757A1 - Image encoding - Google Patents

Image encoding Download PDF

Info

Publication number
WO1986004757A1
WO1986004757A1 PCT/GB1986/000060 GB8600060W WO8604757A1 WO 1986004757 A1 WO1986004757 A1 WO 1986004757A1 GB 8600060 W GB8600060 W GB 8600060W WO 8604757 A1 WO8604757 A1 WO 8604757A1
Authority
WO
WIPO (PCT)
Prior art keywords
area
points
sub
picture
samples
Prior art date
Application number
PCT/GB1986/000060
Other languages
French (fr)
Inventor
Hugh Spriggs
Charles Nightingale
Roger D. Turkington
Original Assignee
British Telecommunications Public Limited Company
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 Telecommunications Public Limited Company filed Critical British Telecommunications Public Limited Company
Priority to DE8686900826T priority Critical patent/DE3678225D1/en
Priority to AT86900826T priority patent/ATE61900T1/en
Publication of WO1986004757A1 publication Critical patent/WO1986004757A1/en
Priority to DK473986A priority patent/DK473986A/en

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/593Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving spatial prediction techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T9/00Image coding
    • G06T9/40Tree coding, e.g. quadtree, octree
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/90Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using coding techniques not provided for in groups H04N19/10-H04N19/85, e.g. fractals
    • H04N19/96Tree coding, e.g. quad-tree coding

Abstract

Actual picture points of a picture area are compared with interpolated values derived from selected points. If the differences are small, data for only the selected points are transmitted, otherwise the area is subdivided and each sub-area processed in the same way, so that the number of points selected for transmission is greatest in detailed areas of the image.

Description

IMAGE ENCOOING
The present invention concerns methods and apparatus for image coding and transmission.
The proposals are suitable for the coding of both still pictures and moving pictures, and are particularly, though not exclusively, aimed at low bit rate video coding schemes for applications such as photovideotex and video conferencing.
They aim to reduce some of the drawbacks associated with transform coding whilst achieving a similar or better compression for a given picture quality.
According to one aspect of the invention, there is provided a method of image transmission comprising repetitively:
(a) generating an estimate of a picture area by interpolation from selected sample points thereof;
(b) comparing the estimated samples with the actual samples;
(c) if the estimated and actual samples differ by less than a threshold criterion, transmitting picture data and respect of the said selected sample points, and if they do not, notionally dividing the area under consideration into two or more sub-areas and subjecting each sub-area to steps (a), (b) and (c) until a minimum sub-area size is reached. A transmitter for such transmission may comprise interpolation means for generating an estimate of a picture area based on a subset of- its samples, means for comparing the estimate with the actual sample values, and means arranged in dependence on whether the comparison indicates a difference of more or less than a threshold
(a) to select the subset of samples for transmission or
(b) to notionally divide the picture area into two or more sub-areas and to process each sub-area in like manner. The subset of samples may be the four comer points of the area, and the interpolation process may be simple two-dimensional linear interpolation, but this is not essential. The division into sub-areas may conveniently consist of division into four substantially equal parts.
The data transmitted may comprise a sequence of division codes each indicating whether or not the corresponding area is divided; each division code being followed by the codes corresponding to parts of the respective one. In one preferred arrangement the sample point picture data are transmitted in groups of one or more samples, each group containing data in respect of the untransmitted selected sample(s) of a respective area, the sequence of groups being the same as that of the division codes which indicate that the relevant areas are undivided, whilst in another the sample point picture data
• are transmitted in groups, each group containing .data in respect of those selected samples generated by a respective division, the sequence* of -groups being the same as that of the division codes which indicate the relevant division.
As indicated the invention may be applied directly to the coding of individual pictures. However, further economy in transmission may be combining it with inter-frame differential coding and applying the present coding method being applied to the difference signal (within the predictor loop).
It will be seen that the principle of the method is a non-uniform sample structure in which non-transmitted pels are interpolated. It is based on the idea of avoiding the use of irrelevant block structures and frequency-derived transforms whose raisons d'etre are inappropriate mathematical models (Markov processes). One embodiment of the invention will now be described with reference to the accompanying .drawings, in which
Figure 1, 2 and 3 illustrate diagrammatically an image area at various stages of the coding procedure;
Figure A is a flowchart for coder operation; Figure 5 is a block diagram of a coder; Figure 6 is a flowchart for decoder operation; Figure 7 is a block diagram of a decoder; Figure 8 illustrates a typical coder sequence; and
Figure 9 is a block diagram of an inter-frame coder. Operation 1
Referring to Figure 1, a' block whose corner points are ABCD is schematically illustrated. The first step in coding is to calculate a new block in which all picture elements (pels) are represented by values linearly interpolated from the corner values at A, B, C and D. This new block is compared with the orginal and if no differences are found in excess of a certain threshold, t, then the process moves to operation 2. Operation 2
The addresses and values of the points A, B, C and D are transmitted. In the receiver the whole block can be reconstructed by interpolation from these points in the knowledge that the resulting block will be a good approximation to the original. If the picture includes more than one block the process then moves to a new block and repeats operation 1. Although the process may be started with the full frame as the first block so that large inactive blocks may be and often are transmitted, the process could, of course, start from an initial sub-division.
In the case that differences found during operation 1 exceed the threshold t then operation 3 is performed. Operation 3
The block ABCO is subdivided as shown in fig 2 and one of the newly obtained subblocks, AP R for example, is selected to repeat the process from operation 1.
As the process proceeds a structure like that shown in Figure 3 will appear where the greatest number of sub-divisions wil occur at edges or over fine detail.
The process may continue until sub-division is no longer necessary, or no longer possible, but if .desired a minimum block size may be defined. It may be supposed that the addressing overhead for such a scheme would be very large, even prohibitive, but this is not the case, and a system which fully expoints the highly recursive nature of the process and reduces the address data two approximately one bit per corner point will now be described.
Starting with the full frame ABCO (figure 1), the addresses of the corner points are known in advance by the receiver (or are transmitted if not known in advance).. Operation 1 is then carried out. If it is decided that the block can be interpolated from its corner values, a "0" is transmitted. If it is decided that the block must be sub-divided, a "1" is transmitted. The block is sub-divided into four by cutting it in half horizontally and vertically. Therefore the transmission of the "1" is sufficient to determine the addresses of the five new points needed in the sub-division. (The lengths of the sides of the block do not need to be powers of 2, provided the receiver and transmitter use the same rule for dividing odd numbers by 2). The addresses of the corner points of the four new blocks are placed on a "stack" in a predetermined order (eg as indicated by "4, 3, 2, 1" in figure 2, where 4 is at the top of the stack). Each layer of the stack consists of information on one block, its corner points and the values at those points.
The block at the top of the stack is now processed in exactly the same way. If the block can be interpolated then it is simply removed from the stack and the next block down is processed. If it has to be sub-divided it is removed from the stack and replaced by the four, new blocks. The receiver can work out, from the "0"'s and "l'-'-s which are transmitted as above, the addresses of all the sample points and the order in which they are to be received. It works out that this addressing information is approximately one bit per sample point. Transmission of the actual sample data may be interspersed with the 1/0 sub-division information sequence, or may follow it. It will be appreciated that the addressing scheme described establishes an order of priority of the blocks, and sample data conveniently can follow this order.
One possible method would be to transmit sample data for the corners of each block not sub-divided, (ie a set of data for each "0*1 of the sequence). In many instances each block will abut blocks to the left and above it (with the stack priority sequence given) whose data have already been transmitted - or implied - and thus only one sample value, the bottom left-hand corner, needs to be sent.
Alternatively, data may be regarded as associated with the act of dividing a block into four ie one set of data for each "1" of the sequence. This implies that A, B, C, D, have already been sent and that P, Q, R, S, T are required, though P and R will usually, have been sent (or interpolated at the receiver) as S'or T of a preceding block.
A transmitter for coding in accordance with these methods may comprise a frame store, means to enter image samples and processing means arranged to perform the coding. A flowchart for carrying out the second sequence mentioned above is shown in figure 4. This could be carried out by a suitably programmed microprocessor, though " for real-time' processing of moving pictures, dedicated hardware would probably be necessary to achieve the desired speed of operation.
Figure 5 shows a coder with digital to analogue converter 10 (with address control), frame store 12, processor 14 and data output port 16. Figure 6 shows an image area, together with the resulting coded output. SA, SB etc. indicate sample values corresponding to points A, B etc. Letters in brackets indicate the areas to which the division codes 1, 0 correspond; this information does not, however have to be transmitted since it can be deduced by the receiver.
Figure 7 shows a receiver with data, input port 20, processor 22, frame store 24 and output D to A converter (and address control) 26. Receiver operation is illustrated in the flowchart of Figure 8. There are a number of methods of achieving and/or varying the degree of compression.
(a) The threshold may be increased so that larger blocks will be found to satisfy the criterion for transmission. This leads to fewer blocks and hence fewer corner points to be transmitted.
(b) The minimum allowable block size can be increased to prevent a myriad of very small blocks from being "generated with consequent saving on transmitted points.
(c) The number of bits used to represent a transmitted comer value can be reduced since contouring (sudden steps in brightness) is impossible with a scheme based on interpolation. (d) Some values may not need to be transmitted since they can be interpolated from already transmitted values.
(e) Other transmitted actual values can be replaced by differences between actual and interpolated values with consequent reduction of variance and decrease in the number of bits required for transmission of some corner points.
Apart from (d) these all introduce some degradation in picture quality, and their application must be tempered with the experience of practice. Because of the novel nature of the scheme the types of degradation seen are themselves novel and their subjective effects and their effects on interfra e coding are not yet well understood.
By way of clarification of possibilities (d) and (e) above, there follows a description of such a differential coding method. When it has been decided that the block
ABCD must be sub-divided, the values of- five (but usually three) new points are required. Each of the new points is tested to see whether its value can be approximated by interpolation from points already known; eg the interpolation value at P is midway between the values at A and B. If the interpolation is sufficiently accurate a "0" is transmitted. If it is not sufficiently accurate a "l" is transmitted, followed by the actual value, suitably coded. At present the preferred coding scheme is to transmit the difference between the actual value and the interpolated value. This normally gives a distribution of values with a small variance centred around zero, and therefore entropy coding can be used to reduce the average number of bits needed to be transmitted per sample value.
At the receiver It is simply necessary to calculate the interpolation for each sub-area transmitted, the sample values within that area, and enter the values into a frame store which, when the entire picture has been built up in this way, can then be read out.
Figure 9 shows a block diagram of a transmitter for transmitting inter-frame differences using the proposed method, the encoder and regenerator operating as described above. That part of the circuit below the dotted line is in fact a receiver (input A, output B). At the transmitter, in fact, the interpolated signals could be extracted from the encoder rather than generated by a regenerator.

Claims

1 A method of image transmission comprising repetitively: (a) generating an estimate of a picture area by interpolation from selected sample points thereof;
(b) comparing the estimated samples with the actual samples;
(c) if the estimated and actual samples differ by less than a threshold criterion, transmitting picture data in respect of the said selected sample points, and if they do not, notionally dividing the area under consideration into two or more sub-areas and subjecting each sub-area to steps (a), (b) and (c) until a minimum sub-area size is reached.
2 A method according to Claim 1 in which the said area and sub-areas are rectangular or square and the estimate is generated by a two-dimensional interpolation process based on the four corner points of the square or rectangular area.
3 A method according to claim lor 2 in which, in step (c), the notional division of the area is into four substantially equal parts.
4 A method according to claim 1, 2 or 3 in which the picture data transmitted in respect of the selected points after the first are the differences between the actual sample values of those points and the estimated values for those points.
5 A method according to any one of the preceding Claims in which the data transmitted comprises a sequence of division codes each indicating whether or not the corresponding area is divided; each division code being followed by the codes corresponding to parts of the respective area. 6 A method according to any one of the preceding Claims in which the said samples represent the differences between samples of the picture to be transmitted and those of a previously transmitted picture. 7 An apparatus for carrying out the method of Claim 1, comprising an interpolation means for generating an estimate of a picture area based on a subset of its samples, means for comparing the estimate with the actual sample values, and means arranged in dependence on whether the comparison indicates a difference of more or less than a threshold (a) to select the subset of samples for transmission or (b) to notionally divide the picture area into two or more sub-areas and to process each sub-area in like manner. 8 An apparatus according to claim 7 in which the said area and sub-areas are rectangular or square and the estimate is generated by a two-dimensional interpolation process based on the four corner points of the square or rectangular area. • • 9 An apparatus according to claim 7 or 8 in which, in step (c), the notional division of the area is into four substantially equal parts.
10 An apparatus according to of claim 7, 8 or 9 in which the picture data transmitted in respect of the selected points after the first are the differences between the actual sample values of those points and the estimated values for those points.
11 An apparatus according to any one of claims 7 to 10 in which the data transmitted comprises a sequence of division, codes each indicating whether or not the corresponding area is divided; each division code being followed by the codes corresponding to parts of the respective one. 12 An apparatus for image transmission comprising means for generating differences betweeen current image sample values and sample values of a previously transmitted image, comprising apparatus according to any one of claims 7 to 11 for encoding the said differences.
13 A decoder for receiving an image encoded by the method of claim 1, comprising a frame store, processing means arranged to compute from the received division codes the addresses of image points in respect of which data is transmitted and to interpolate values for the remaining points.
PCT/GB1986/000060 1985-02-05 1986-02-03 Image encoding WO1986004757A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
DE8686900826T DE3678225D1 (en) 1985-02-05 1986-02-03 IMAGE CODING.
AT86900826T ATE61900T1 (en) 1985-02-05 1986-02-03 PICTURE CODING.
DK473986A DK473986A (en) 1985-02-05 1986-10-03 PICTURE CODING

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
GB858502924A GB8502924D0 (en) 1985-02-05 1985-02-05 Image encoding
GB8502924 1985-02-05

Publications (1)

Publication Number Publication Date
WO1986004757A1 true WO1986004757A1 (en) 1986-08-14

Family

ID=10573993

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/GB1986/000060 WO1986004757A1 (en) 1985-02-05 1986-02-03 Image encoding

Country Status (7)

Country Link
US (1) US4791486A (en)
EP (1) EP0211857B1 (en)
JP (1) JP2577898B2 (en)
DK (1) DK473986A (en)
GB (1) GB8502924D0 (en)
HK (1) HK60596A (en)
WO (1) WO1986004757A1 (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0309669A2 (en) * 1987-09-30 1989-04-05 Siemens Aktiengesellschaft Method for scenery model aided image data reduction for digital television signals
WO1989003158A1 (en) * 1987-10-05 1989-04-06 Intel Corporation Digital video decompression system
WO1989003157A2 (en) * 1987-10-05 1989-04-06 Intel Corporation Digital video transmission system
DE3733038A1 (en) * 1987-09-30 1989-04-20 Siemens Ag Process and circuit arrangement for picture data reduction for digital television signals
WO1989004577A1 (en) * 1987-11-11 1989-05-18 Waldemar Kehler Generalized range prediction code modulation system
WO1990002465A2 (en) * 1988-08-23 1990-03-08 Waldemar Kehler Hierarchically range adaptive coding method for signals, especially suitable for picture analysis and codings
US4935953A (en) * 1989-04-27 1990-06-19 International Business Machines Corporation Cyclic video region transmission for videoconferencing systems
AU622880B2 (en) * 1987-10-05 1992-04-30 Intel Corporation Digital video transmission system
AU625594B2 (en) * 1987-10-05 1992-07-16 Intel Corporation Digital video decompression system
US5872572A (en) * 1995-12-08 1999-02-16 International Business Machines Corporation Method and apparatus for generating non-uniform resolution image data

Families Citing this family (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62206981A (en) * 1986-03-07 1987-09-11 Nippon Telegr & Teleph Corp <Ntt> Coding processing system
US4931954A (en) * 1986-06-30 1990-06-05 Kabushiki Kaisha Toshiba Image storage system and method of storing images such that they are displayed with gradually increasing resolution
US5045853A (en) * 1987-06-17 1991-09-03 Intel Corporation Method and apparatus for statistically encoding digital data
JP2829954B2 (en) * 1987-08-22 1998-12-02 ソニー株式会社 Apparatus and method for highly efficient encoding of image signal
US4868653A (en) * 1987-10-05 1989-09-19 Intel Corporation Adaptive digital video compression system
AU624089B2 (en) * 1987-10-05 1992-06-04 Intel Corporation Digital video compression system
US5079630A (en) * 1987-10-05 1992-01-07 Intel Corporation Adaptive video compression system
GB2219458A (en) * 1988-06-01 1989-12-06 Philips Electronic Associated Processing sub-sampled signals
JP2870762B2 (en) * 1988-07-19 1999-03-17 ソニー株式会社 High-efficiency coding device for image signals
US4992868A (en) * 1989-02-28 1991-02-12 Holtz Klaus E True information television (TITV) and vision system
US5245679A (en) * 1990-05-11 1993-09-14 Hewlett-Packard Company Data field image compression
US5097328A (en) * 1990-10-16 1992-03-17 Boyette Robert B Apparatus and a method for sensing events from a remote location
JP2979812B2 (en) * 1992-01-22 1999-11-15 ブラザー工業株式会社 Image processing device
US5471248A (en) * 1992-11-13 1995-11-28 National Semiconductor Corporation System for tile coding of moving images
WO1995007004A1 (en) * 1993-08-30 1995-03-09 Sony Corporation Device and method for encoding image data
JP2720926B2 (en) * 1993-10-26 1998-03-04 富士ゼロックス株式会社 Image coding device
US6232905B1 (en) 1999-03-08 2001-05-15 Agere Systems Guardian Corp. Clocking technique for reducing sampling noise in an analog-to-digital converter
DE10045777A1 (en) * 2000-09-15 2002-04-11 Siemens Ag Process for the discontinuous control and transmission of the luminance and / or chrominance components in digital image signal transmission
US6895115B2 (en) * 2001-04-23 2005-05-17 The United States Of America As Represented By The United States National Aeronautics And Space Administration Method for implementation of recursive hierarchical segmentation on parallel computers
JP4500707B2 (en) * 2004-03-24 2010-07-14 キヤノン株式会社 Image data processing device
US7697759B2 (en) * 2004-05-11 2010-04-13 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration Split-remerge method for eliminating processing window artifacts in recursive hierarchical segmentation
FI20050113A (en) * 2005-02-01 2006-08-02 Paavo Eskelinen Procedure for processing image information
US20080301211A1 (en) * 2007-06-01 2008-12-04 United States of America as represented by the Administrator of the National Aeronautics and Systems, methods and apparatus for d-dimensional formulation and implementation of recursive hierarchical segmentation
US10609383B2 (en) 2017-04-07 2020-03-31 Hulu, LLC Video compression using down-sampling patterns in two phases
CN114860986B (en) * 2022-07-06 2022-10-11 西安工业大学 Computer unstructured data storage method

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US2921124A (en) * 1956-12-10 1960-01-12 Bell Telephone Labor Inc Method and apparatus for reducing television bandwidth
DE2640157C2 (en) * 1976-09-07 1982-10-07 Philips Patentverwaltung Gmbh, 2000 Hamburg Method and arrangement for redundancy-reducing coding of pictures
US4205341A (en) * 1978-01-24 1980-05-27 Nippon Telegraph And Telephone Public Corporation Picture signal coding apparatus
US4222076A (en) * 1978-09-15 1980-09-09 Bell Telephone Laboratories, Incorporated Progressive image transmission
US4232338A (en) * 1979-06-08 1980-11-04 Bell Telephone Laboratories, Incorporated Method and apparatus for video signal encoding with motion compensation
US4261018A (en) * 1979-06-18 1981-04-07 Bell Telephone Laboratories, Incorporated Progressive image transmission
JPS5761232A (en) * 1980-09-30 1982-04-13 Matsushita Electric Works Ltd Overcurrent protecting device
US4389672A (en) * 1981-02-02 1983-06-21 Bell Telephone Laboratories, Incorporated Display of pseudo-gray scale picture signals on multilevel displays
JPS59201594A (en) * 1983-04-22 1984-11-15 Victor Co Of Japan Ltd Digital video signal reproducing device
US4654484A (en) * 1983-07-21 1987-03-31 Interand Corporation Video compression/expansion system
JPS6162286A (en) * 1984-09-04 1986-03-31 Univ Nagoya Picture signal band compressing system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Proceedings of IEEE, Volume 68, No. 3, March 1980, IEEE New York (US) A.N. NETRAVALI et al.: "Picture coding: a Review", pages 366-406, see page 397, left-hand column, lines 37-43 *

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE3733038A1 (en) * 1987-09-30 1989-04-20 Siemens Ag Process and circuit arrangement for picture data reduction for digital television signals
EP0309669A2 (en) * 1987-09-30 1989-04-05 Siemens Aktiengesellschaft Method for scenery model aided image data reduction for digital television signals
EP0309669A3 (en) * 1987-09-30 1989-12-20 Siemens Aktiengesellschaft Method for scenery model aided image data reduction for digital television signals
AU622880B2 (en) * 1987-10-05 1992-04-30 Intel Corporation Digital video transmission system
WO1989003158A1 (en) * 1987-10-05 1989-04-06 Intel Corporation Digital video decompression system
WO1989003157A2 (en) * 1987-10-05 1989-04-06 Intel Corporation Digital video transmission system
AU638896B2 (en) * 1987-10-05 1993-07-08 Intel Corporation Digital video transmission system
WO1989003157A3 (en) * 1987-10-05 1989-07-13 Technology Inc 64 Digital video transmission system
AU625594B2 (en) * 1987-10-05 1992-07-16 Intel Corporation Digital video decompression system
US4918523A (en) * 1987-10-05 1990-04-17 Intel Corporation Digital video formatting and transmission system and method
WO1989004577A1 (en) * 1987-11-11 1989-05-18 Waldemar Kehler Generalized range prediction code modulation system
EP0318718A1 (en) * 1987-11-11 1989-06-07 Waldemar Dipl.-Ing. Kehler Generalised code modulation method with domain prediction for a multiplicity of signals
WO1990002465A3 (en) * 1988-08-23 1990-05-17 Waldemar Kehler Hierarchically range adaptive coding method for signals, especially suitable for picture analysis and codings
WO1990002465A2 (en) * 1988-08-23 1990-03-08 Waldemar Kehler Hierarchically range adaptive coding method for signals, especially suitable for picture analysis and codings
US4935953A (en) * 1989-04-27 1990-06-19 International Business Machines Corporation Cyclic video region transmission for videoconferencing systems
US5872572A (en) * 1995-12-08 1999-02-16 International Business Machines Corporation Method and apparatus for generating non-uniform resolution image data

Also Published As

Publication number Publication date
HK60596A (en) 1996-04-19
AU592796B2 (en) 1990-01-25
EP0211857B1 (en) 1991-03-20
DK473986D0 (en) 1986-10-03
EP0211857A1 (en) 1987-03-04
DK473986A (en) 1986-10-03
AU5712086A (en) 1987-11-12
JP2577898B2 (en) 1997-02-05
US4791486A (en) 1988-12-13
JPS62501670A (en) 1987-07-02
GB8502924D0 (en) 1985-03-06

Similar Documents

Publication Publication Date Title
US4791486A (en) Recursive image encoding/decoding using interpolation within variably sub-divided picture areas
USRE36380E (en) Orthogonal transform coding apparatus
US5251028A (en) Apparatus for reducing quantization artifacts in an interframe hybrid coding system with motion compensation
US4665436A (en) Narrow bandwidth signal transmission
EP1863292A2 (en) Adaptive variable-length coding and decoding methods for image data
EP0225181A2 (en) High efficiency coding apparatus
EP0360502B1 (en) Efficient image signal coding system
EP0585051A2 (en) Image processing method and apparatus
US5007102A (en) Data compression using block list transform
US5590222A (en) Image signal processing apparatus utilizing a 2D Haar transform and adaptive selection of images based on a parameter such as a ratio of coefficients for reducing block distortion and method thereof
US5161205A (en) Processing picture signals
CA1290053C (en) Image encoding
EP0237229A1 (en) Encoding images
EP0238254B1 (en) Data compression using block list transform
US6064696A (en) Encoding apparatus
JPH0244883A (en) Moving picture transmission system
JPH03283989A (en) Color picture coding system
KR0129575B1 (en) Method for coding video data
JP2518215B2 (en) High efficiency encoder
KR900004962B1 (en) Picture image transmiting system of telephone
JPH04249490A (en) Coder
JPH06290551A (en) Method for transmitting orthogonal transformation coding data
JPH02205173A (en) Orthogonal transformation coding method for picture data
JPH04315372A (en) High efficient encoder for video signal
JPS62266989A (en) Highly efficient encoder

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): DK JP US

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH DE FR GB IT LU NL SE

WWE Wipo information: entry into national phase

Ref document number: 1986900826

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1986900826

Country of ref document: EP

WWG Wipo information: grant in national office

Ref document number: 1986900826

Country of ref document: EP