WO2000052642A1 - Filtering a collection of samples - Google Patents

Filtering a collection of samples Download PDF

Info

Publication number
WO2000052642A1
WO2000052642A1 PCT/EP2000/000883 EP0000883W WO0052642A1 WO 2000052642 A1 WO2000052642 A1 WO 2000052642A1 EP 0000883 W EP0000883 W EP 0000883W WO 0052642 A1 WO0052642 A1 WO 0052642A1
Authority
WO
WIPO (PCT)
Prior art keywords
samples
valid
sample
image
value
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.)
Ceased
Application number
PCT/EP2000/000883
Other languages
English (en)
French (fr)
Inventor
Jean Gobert
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.)
Koninklijke Philips NV
Original Assignee
Koninklijke Philips Electronics NV
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 Koninklijke Philips Electronics NV filed Critical Koninklijke Philips Electronics NV
Priority to JP2000602991A priority Critical patent/JP2002538705A/ja
Priority to EP00907497A priority patent/EP1074000A1/en
Priority to BR0004994-8A priority patent/BR0004994A/pt
Publication of WO2000052642A1 publication Critical patent/WO2000052642A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/20Image enhancement or restoration using local operators

Definitions

  • the invention relates to filtering a collection of samples. Such filtering may be applied, for example, in image processing prior to an image-processing operation like up- sampling, down-sampling or warping.
  • WO-A-98/06064 (attorneys' docket no. PHB 34.096) describes postprocessing of a computer-generated image of a three-dimensional object for display as a pixel image.
  • a focus depth is specified either by the user or from within the system for each image frame.
  • the image pixels are grouped in non-overlapping blocks of adjoining image pixels with a single respective depth value pre-specified or calculated at run-time for each block.
  • Each block is extracted in turn from the image, and the pixels within a block are filtered with a common set of filter coefficients.
  • Padding may be applied to fill areas where a full filter kernel cannot be formed.
  • An example of padding is repeating pixel edge values or "wrapping round" values from the opposite edge of the block in order to provide sufficient values of the right general order to construct a filter kernel centered on these pixels in the boundary area.
  • Filtering a collection of samples usually implies that a cluster of samples is formed for each sample, the cluster comprising the sample itself and neighboring samples.
  • a filtered sample is derived from the cluster, for example, by applying a certain function to the cluster of samples.
  • the filtered sample thus obtained is associated with the sample for which the cluster was formed.
  • an image may be a composition of various arbitrarily shaped objects. Let it be assumed that the image is represented by a collection of samples which is structured as a matrix. The collection of samples constitutes, as it were, a rectangular bounding box which contains the image. Some samples will belong to the image and will thus be valid, whereas other samples will not belong to the image and will thus not be valid.
  • the following problem may occur in filtering a structured collection of samples which represents a multi-dimensional entity having an irregular shape.
  • Some filtered samples will be derived from clusters comprising one or more samples which are valid because they belong to the entity, and one or more samples which are not valid because they do not belong to the entity. That is, some filtered samples will, in effect, be mixtures of valid and non- valid samples. The filtered samples will thus represent the entity with a certain degree of distortion. This distortion will be relatively severe if non-valid samples substantially differ in value from valid samples.
  • auxiliary data a distinction between valid samples and non- valid samples is made on the basis of auxiliary data. Filtered samples, which are associated with the valid samples, are derived exclusively on the basis of the valid samples.
  • the invention it is prevented that the filtered samples, which are associated with the valid samples, are affected by a non-valid sample.
  • a non-valid sample supposing that the collection of samples represents an entity with samples belonging to the entity and samples not belonging to the entity, it can be prevented that filtering the collection of samples entails a distortion of the entity. Consequently, the invention allows a satisfactory result in terms of distortion without this requiring that all samples are valid or that any non-valid sample does not substantially differ in value from the valid samples.
  • the invention allows satisfactory filtering of a wide variety of collections of samples.
  • FIG. 1 is a conceptual diagram illustrating basic features of the invention as claimed in claim 1 ;
  • Fig. 2 is a block diagram illustrating an example of an MPEG-4 image processing arrangement in accordance with the invention
  • Fig 3 is a conceptual diagram illustrating how a stream of image samples can be formed in the MPEG-4 image-processing arrangement illustrated in Fig. 2.
  • FIG. 1 illustrates basic features of the invention.
  • a collection COL of samples A collection COL of samples
  • Si is filtered in the following manner.
  • a distinction DIS is made between valid samples Si+ and non-valid samples Si- on the basis of auxiliary data AUX.
  • Filtered samples So which are associated with the valid samples Si+, -ire derived DER exclusively on the basis of the valid samples Si+.
  • the filtered samples that are associated with the valid samples may be exclusively derived from the valid samples. For example, let it be assumed that a cluster of samples is formed so as to derive a filtered sample. It is then possible to make a weighed combination of the valid samples in the cluster only, the weighing factors depending on the number of valid samples in the cluster. This may be realized by means of a filter of variable length, with a different set of filter coefficients for each length. However, such a filter is generally relatively costly. It is therefore preferable to use a filter of fixed length.
  • a fixed-length filter can be used in the following embodiment.
  • a filtered sample is derived from a set of filter input values which is fixed in size. Each filter input value is associated with a specific sample. If the sample is valid, the value of the sample is taken as the filter input value. If the sample is not valid, a padding value is taken as the filter input value.
  • the padding value is derived from at least one valid sample. For example, the padding value could be the mean value of all valid samples. However, such a calculation is generally time-consuming and requires a relatively large memory.
  • a relatively fast padding value calculation can be made as follows. A cluster of samples is formed. A padding value is calculated on the basis of valid samples in the cluster. A set of filter values is formed by taking, for each valid sample, the value of that sample and by taking the padding value for each non-valid sample. A filtered sample is derived from the cluster of filter input values.
  • Fig. 1 may be applied, for example, to process image data which is composed of texture data and shape data.
  • a composition will be used in a video coding standard commonly referred to as MPEG-4.
  • the texture data is formed by one or more blocks of image samples.
  • the shape data is formed by a bitmap in which each bit is associated with a specific image sample. The value of the bit indicates whether or not the image sample concerned belongs to an object, or a composition of objects, which the image data represents.
  • the bits of the bitmap, which constitutes the shape data will hereinafter be referred to as shape bits.
  • Fig. 2 illustrates an MPEG-4 image-processing arrangement which recaptures the features illustrated in Fig. 1.
  • the image-processing arrangement comprises a receiving section INP, a filter arrangement FAR and an image processor PROC.
  • the filter arrangement FAR comprises a sample memory MEMSMPL, a shape memory MEMSHP, a padding-value calculator PVC, a multiplexer MUX and a filter FIL.
  • the image-processing arrangement operates as follows.
  • the receiving section INP receives image data ID.
  • the image data ID contains one or more blocks of image samples representing an object or a composition of objects.
  • the image data ID further contains a bitmap associated with the one or more blocks of image samples.
  • the receiving section INP provides a stream of image samples ISS and a stream of shape bits SBS. The streams are synchronized. That is, when the input section provides an image sample, it simultaneously provides the shape bit associated with that image sample.
  • Fig. 3 illustrates how the stream of image samples ISS is formed. Since the stream of shape bits SBS is synchronous with the stream of image samples ISS, both have the same format.
  • Fig. 3 shows a matrix composed of true image samples PX and filler image samples PF.
  • the true image samples PX originate from the image data ID.
  • the filler image samples PF have been added to the true image samples in order that the filter arrangement FAR provides a number of filtered image samples corresponding to the number of image samples contained in the input data ID.
  • the streams of image samples ISS is formed by scanning, as it were, each row from the matrix concerned from the left to the right. The scanning starts at the upper row and ends at the bottom row. With each filler image sample PF, the receiving section INP simultaneously provides a shape bit indicating that the filler image sample PF is not valid.
  • the filter arrangement FAR successively forms different clusters of image samples and clusters of associated shape bits, and derives a filtered image sample from each cluster of image samples.
  • MEMSHP are first-in-first-out (FIFO) memories which receive the stream of image samples ISS and the stream of shape bits SBS, respectively.
  • a new cluster of image samples is thus formed when a subsequent image sample in the stream of image samples ISS is written into the sample memory MEMSMPL, while deleting the image sample which has been first written into the sample memory MEMSMPL.
  • a new cluster of shape bits is formed when a subsequent shape bit in the stream of shape bits SBS is written into the shape memory MEMSHP, while deleting the shape bit which has been first written into the sample memory MEMSHP.
  • the filter arrangement FAR derives a filtered image sample from a cluster of image samples contained in the sample memory MEMSMPL. It may happen that the cluster does not contain any image sample which is valid. In that particular case, the filter arrangement FAR may provide a filtered image sample which is, for example, a do-not-care value or a non-valid sample in the cluster. It will hereinafter be assumed that there is at least one valid sample in the cluster of image samples.
  • the padding-value calculator PVC calculates a padding value PV on the basis of valid image pixels contained in the cluster. The padding-value calculator PVC can determine whether an image sample is valid or not by means of the shape bits contained in the shape memory MEMSHP.
  • the padding-value calculator PVC may derive the padding value PV from the valid image samples.
  • the padding value may be the arithmetic mean value of all valid image samples in a cluster.
  • the padding value PV may be an approximated arithmetic mean value being the sum of all valid samples divided by a value which is the integer to the power of two nearest to the number of valid samples. The calculation of this approximated arithmetic mean value requires one or more addition and bit-shift operations only. Such operations can be carried out relatively quickly and with relatively simple hardware.
  • the padding value PV may be the median value of all valid samples in the cluster. In that case, the padding-value calculator may be implemented using comparators and multiplexers only.
  • the multiplexer MUX successively reads the shape bits contained in the shape memory MEMSHP. If a shape bit indicates that the image sample with which it is associated is valid, the image sample is a true image sample PX. In that case, the multiplexer MUX supplies the value of the image sample concerned to the filter FIL. If, however, a shape bit indicates that the image sample with which it is associated is not valid, the image sample is a filler image sample PF. In that case, the multiplexer MUX supplies the padding value PV to the filter FIL.
  • the filter FIL makes a weighed combination of the values it receives from the multiplexer MUX.
  • the weighed combination of these values constitutes a filtered image sample.
  • the weighing factors are filter coefficients. There is a specific filter coefficient for each position in a cluster.
  • the filter arrangement FIL carries out the above-described operations for each different cluster of image samples and associated shape bits. Accordingly, a collection of filtered image samples will be obtained. The collection of filtered image samples constitutes the filtered image data FID.
  • the image processor PROC processes the filtered image data so as to obtain processed image data.
  • the image processor PROC may carry out an image-processing operation like, for example, up-sampling, down-sampling or warping.
  • FIG. 2 only illustrates one possible implementation in which clusters of image samples are formed by supplying a stream of image samples to a FIFO memory.
  • An other possible implementation is to store all image samples, and the associated bitmap, in accordance with a certain format.
  • An address generator successively generates different groups of addresses. The image samples stored under a group of addresses forms a cluster from which a filtered image sample can be derived in accordance with the basic principle illustrated in Fig. 1.

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Image Processing (AREA)
  • Picture Signal Circuits (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)
PCT/EP2000/000883 1999-02-26 2000-02-04 Filtering a collection of samples Ceased WO2000052642A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2000602991A JP2002538705A (ja) 1999-02-26 2000-02-04 サンプルのコレクションのフィルタリング
EP00907497A EP1074000A1 (en) 1999-02-26 2000-02-04 Filtering a collection of samples
BR0004994-8A BR0004994A (pt) 1999-02-26 2000-02-04 Processo de filtragem de uma coleção de amostras, arranjo de filtro para filtrar uma coleção de amostras, e, produto de programa de computador para um arranjo de filtro

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
EP99400475.2 1999-02-26
EP99400475 1999-02-26

Publications (1)

Publication Number Publication Date
WO2000052642A1 true WO2000052642A1 (en) 2000-09-08

Family

ID=8241892

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2000/000883 Ceased WO2000052642A1 (en) 1999-02-26 2000-02-04 Filtering a collection of samples

Country Status (7)

Country Link
US (1) US6856703B1 (https=)
EP (1) EP1074000A1 (https=)
JP (1) JP2002538705A (https=)
KR (1) KR100835544B1 (https=)
CN (1) CN1171179C (https=)
BR (1) BR0004994A (https=)
WO (1) WO2000052642A1 (https=)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2340429B1 (en) * 2008-10-14 2022-08-24 Tissuevision, Inc. Devices and methods for direct sampling analog time-resolved detection
WO2014010584A1 (ja) * 2012-07-09 2014-01-16 日本電信電話株式会社 画像符号化方法、画像復号方法、画像符号化装置、画像復号装置、画像符号化プログラム、画像復号プログラム及び記録媒体
US10135424B2 (en) * 2015-02-27 2018-11-20 Microchip Technology Germany Gmbh Digital filter with confidence input
US10277203B2 (en) 2015-02-27 2019-04-30 Microchip Technology Germany Gmbh Digital filter with confidence input

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5422827A (en) * 1993-02-12 1995-06-06 Cirrus Logic, Inc. Integrated video scaling and sharpening filter
EP0775978A2 (en) * 1995-11-27 1997-05-28 Sun Microsystems, Inc. A system and method for filtering a data stream
WO1998006064A1 (en) 1996-08-02 1998-02-12 Philips Electronics N.V. Post-processing generation of focus/defocus effects for computer graphics images
US5832134A (en) 1996-11-27 1998-11-03 General Electric Company Data visualization enhancement through removal of dominating structures

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
NL8104771A (nl) * 1981-10-21 1982-08-02 Humabo B V Inrichting voor roterende aandrijving.
US5131049A (en) * 1989-12-08 1992-07-14 Xerox Corporation Identification, characterization, and segmentation of halftone or stippled regions of binary images by growing a seed to a clipping mask
US5231680A (en) * 1990-12-21 1993-07-27 Ampex Systems Corporation Horizontal adaptive error concealment system for component digital television signals
JPH0830506A (ja) * 1994-07-20 1996-02-02 Fujitsu Ltd データ転送制御方法およびデータ転送回路
JP3249729B2 (ja) * 1995-10-24 2002-01-21 シャープ株式会社 画像符号化装置及び画像復号装置

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5422827A (en) * 1993-02-12 1995-06-06 Cirrus Logic, Inc. Integrated video scaling and sharpening filter
EP0775978A2 (en) * 1995-11-27 1997-05-28 Sun Microsystems, Inc. A system and method for filtering a data stream
WO1998006064A1 (en) 1996-08-02 1998-02-12 Philips Electronics N.V. Post-processing generation of focus/defocus effects for computer graphics images
US5832134A (en) 1996-11-27 1998-11-03 General Electric Company Data visualization enhancement through removal of dominating structures

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP1074000A1 *

Also Published As

Publication number Publication date
KR20010043008A (ko) 2001-05-25
CN1294719A (zh) 2001-05-09
EP1074000A1 (en) 2001-02-07
KR100835544B1 (ko) 2008-06-09
BR0004994A (pt) 2000-12-26
US6856703B1 (en) 2005-02-15
JP2002538705A (ja) 2002-11-12
CN1171179C (zh) 2004-10-13

Similar Documents

Publication Publication Date Title
Wu Adaptive split-and-merge segmentation based on piecewise least-square approximation
US6885376B2 (en) System, method, and computer program product for near-real time load balancing across multiple rendering pipelines
EP0506429B1 (en) Video image mapping system
DE69233717T2 (de) Verbesserungen in sichtbarkeit-berechnungen fuer 3d-rechner
US5056146A (en) Three-dimensional labeling apparatus for two-dimensional slice image information
Browning et al. Segmentation of pictures into regions with a tile-by-tile method
AU593394B2 (en) Interpolator for television special effects system
US6526183B1 (en) Static image generation method and device
EP0637887A1 (en) Image processing
US5850475A (en) Method and apparatus for dividing image area
US6421060B1 (en) Memory efficient system and method for creating anti-aliased images
US20080239403A1 (en) Color conversion apparatus, filter processing apparatus and color conversion method
US6856703B1 (en) Filtering a collection of samples
EP1139291A2 (en) Method for visualization of time sequences of 3D optical flurescence microscopy images
CN114079815B (zh) 字幕保护方法、系统、终端设备及存储介质
EP0509043B1 (en) Improvements in and relating to the production of digital video effects
CN1655449A (zh) 有限脉冲响应滤波方法和装置
US20060228007A1 (en) Image processing
Parker A system for fast erosion and dilation of bi-level images
WO2002075657A2 (en) Image segmentation by gravitational clustering
Kugler High-performance texture decompression hardware
JP4977448B2 (ja) イメージオブジェクト用の多角形境界定義を生成するための方法およびシステム
US6760466B2 (en) Automatic image replacement and rebuilding system and method thereof
JPH11185036A (ja) 画像処理装置
van de Weijer et al. Color mode filtering

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 00800221.5

Country of ref document: CN

AK Designated states

Kind code of ref document: A1

Designated state(s): BR CN IN JP KR

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE

WWE Wipo information: entry into national phase

Ref document number: 2000907497

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: IN/PCT/2000/571/CHE

Country of ref document: IN

Ref document number: 1020007011858

Country of ref document: KR

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWP Wipo information: published in national office

Ref document number: 2000907497

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1020007011858

Country of ref document: KR