Sélection de la langue

Search

Sommaire du brevet 2440007 

Énoncé de désistement de responsabilité concernant l'information provenant de tiers

Une partie des informations de ce site Web a été fournie par des sources externes. Le gouvernement du Canada n'assume aucune responsabilité concernant la précision, l'actualité ou la fiabilité des informations fournies par les sources externes. Les utilisateurs qui désirent employer cette information devraient consulter directement la source des informations. Le contenu fourni par les sources externes n'est pas assujetti aux exigences sur les langues officielles, la protection des renseignements personnels et l'accessibilité.

Disponibilité de l'Abrégé et des Revendications

L'apparition de différences dans le texte et l'image des Revendications et de l'Abrégé dépend du moment auquel le document est publié. Les textes des Revendications et de l'Abrégé sont affichés :

  • lorsque la demande peut être examinée par le public;
  • lorsque le brevet est émis (délivrance).
(12) Brevet: (11) CA 2440007
(54) Titre français: PROCEDE DE FILTRAGE ADAPTATIF DE SIGNAUX, FILTRE ADAPTATIF DE SIGNAUX ET SUPPORT LISIBLE PAR UN ORDINATEUR ET DESTINE A CONSERVER UN PROGRAMME CONCU A CET EFFET
(54) Titre anglais: SIGNAL ADAPTIVE FILTERING METHOD, SIGNAL ADAPTIVE FILTER AND COMPUTER READABLE MEDIUM FOR STORING PROGRAM THEREFOR
Statut: Durée expirée - au-delà du délai suivant l'octroi
Données bibliographiques
(51) Classification internationale des brevets (CIB):
  • G06T 05/10 (2006.01)
  • H04N 19/625 (2014.01)
(72) Inventeurs :
  • LEE, YUNG LYUL (Republique de Corée)
  • PARK, HYUN WOOK (Republique de Corée)
(73) Titulaires :
  • SAMSUNG ELECTRONICS CO., LTD.
(71) Demandeurs :
  • SAMSUNG ELECTRONICS CO., LTD. (Republique de Corée)
(74) Agent: SMART & BIGGAR LP
(74) Co-agent:
(45) Délivré: 2009-11-03
(22) Date de dépôt: 1998-06-18
(41) Mise à la disponibilité du public: 1999-01-28
Requête d'examen: 2003-09-11
Licence disponible: S.O.
Cédé au domaine public: S.O.
(25) Langue des documents déposés: Anglais

Traité de coopération en matière de brevets (PCT): Non

(30) Données de priorité de la demande:
Numéro de la demande Pays / territoire Date
1997/33253 (Republique de Corée) 1997-07-16

Abrégés

Abrégé français

Une méthode de filtrage adaptatif de signaux pour réduire l'effet de blocage et le bruit de sonnerie, un filtre de signaux adaptatif, et un support lisible sur un ordinateur. La méthode de filtrage adaptatif de signaux capable de réduire l'effet de blocage et le bruit de sonnerie des données d'image lorsqu'une trame est composée de blocs d'une dimension prédéfinie comprend les étapes suivantes : a) générer une information de blocage pour réduire l'effet de blocage et une information de sonnerie pour réduire le bruit de sonnerie, à partir de coefficients de pixels prédéfinis des zones limites gauches et supérieures du bloc de données lorsqu'une trame obtenue en déconstruisant une donnée d'image bi-flux pour une quantification inverse est une inter-trame; et b) effectuer un filtrage adaptatif des données d'image qui traversent la quantification inverse et la transformation en cosinus discrète inverse selon l'information de blocage générée et l'information de sonnerie. Donc, l'effet de blocage et le bruit de sonnerie peuvent être éliminés de l'image restaurée à partir de l'image à base de blocs, améliorant de cette façon l'image restaurée à partir de la compression.


Abrégé anglais

A signal adaptive filtering method for reducing blocking effect and ringing noise, a signal adaptive filter, and a computer readable medium. The signal adaptive filtering method capable of reducing blocking effect and ringing noise of image data when a frame is composed of blocks of a predetermined size includes the steps of: (a) generating blocking information for reducing the blocking effect and ringing information for reducing the ringing noise, from coefficients of predetermined pixels of the upper and left boundary regions of the data block when a frame obtained by deconstructing a bitstream image data for inverse quantization is an intraframe; and (b) adaptively filtering the image data passed through inverse quantization and inverse discrete cosine transform according to the generated blocking information and ringing information. Therefore, the blocking effect and ringing noise can be eliminated from the image restored from the block-based image, thereby enhancing the image restored from compression.

Revendications

Note : Les revendications sont présentées dans la langue officielle dans laquelle elles ont été soumises.


13
CLAIMS:
1. An image data filtering method for reducing blocking effect and noise
when a frame of the image data is composed of data blocks of predetermined
size, the method comprising:
generating a binary edge map representing whether each pixel of the
data block is filtered or not, the generated binary edge map being a two-
dimensional array;
performing a filtering by applying a predetermined filter window to the
generated binary edge map,
wherein performing the filtering is not performed if the central pixel of the
filter window is an edge.
2. The method of claim 1, wherein generating a binary edge map further
comprises:
performing a gradient operation on the data block subjected to inverse
quantization and inverse discrete cosine transform using predetermined one-
dimensional horizontal and vertical gradient operators;
determining whether or not each pixel of the data block is an edge pixel,
using an absolute value of a difference between a gradient-operated value of
one pixel and a value of an adjacent pixel, and a Q value used as a dividend
for
quantizing the data block.
3. The method of claim 2, wherein determining whether or not each pixel of
the data block is an edge pixel further comprises a vertical edge detection
operation and a horizontal edge detection operation, and the vertical edge
detection operation comprises:
(al) calculating an absolute value A1 of a difference between the
gradient-operated values on a pixel P1 on which a determination has been
made as to whether it is an edge pixel or not and a pixel to the right of the
pixel
P1;
(a2) calculating an absolute value A2 of the difference between the
gradient-operated values on the pixel P1 and the pixel to the left of the
pixel P1;
and

14
(a3) comparing the absolute values A1 and A2 with a predetermined
threshold value Th and determining the pixel P1 is a vertical edge pixel
according to a logical value as the result of the comparison between A1 and
A2;
and
(a4) performing the above operations (a1) through (a4) on all the pixels
of the data block, and
the horizontal edge detection operation comprises:
(b1) calculating an absolute value A'1 of a difference between the
gradient-operated values on a pixel P1 on which a determination has been
made as to whether it is an edge pixel of the block or not and the pixel below
the pixel P1;
(b2) calculating an absolute value A'2 of a difference between the
gradient-operated values on the pixel P1 and the upper pixel of the pixel P1;
(b3) comparing the absolute values A'1 and A'2 with a predetermined
threshold value Th and determining the pixel P1 is a horizontal edge pixel
according to a logical value as a result of the comparison between A'1 and
A'2;
and
(b4) performing the above operations (b1) through (b4) on all the pixels
of the data block.
4. The method of claim 3, wherein in determining if the pixel P1 is a vertical
edge pixel, the pixel P1 is determined as an edge pixel if a logical formula
of
(A1>Th)&&(A2>Th)¦¦(A1>5*Th/2)¦¦(A2)>5*Th/2) is true, and the pixel P1 is
determined a non-edge pixel if the logical formula is false, and in
determining if
the pixel P1 is a horizontal edge pixel, the pixel P1 is determined as an edge
pixel if a logical formula of (A'1>Th)&&(A'2>Th)¦¦(A'1>5*Th/2)¦¦(A'2)>5*Th/2),
is
true and the pixel P1 is determined as a non-edge pixel if the logical formula
is
false, where && of the above logical formulae represents an AND operation,
and 11 represents an OR operation.
5. The method of claim 1, wherein the filter window is a 4-connectivity
window having five pixels arranged in a cross shape centering one central
pixel.

Description

Note : Les descriptions sont présentées dans la langue officielle dans laquelle elles ont été soumises.


CA 02440007 2003-09-11
1
This application is a division of Canadian Application No. 2,415,375 filed
June 18, 1998 for Signal Adaptive Filtering Method, Signal Adaptive Filter and
Computer Readable IVledium for Storing Program Therefor.
Technical Field
The present invention relates to data filtering, and more particularly, to a
signal adaptive filtering method for reducing blocking effect and ringing
noise, a
signal adaptive filter and a computer readable medium for storing a program
therefor.
Background Art
Generally, picture encoding standards such as MPEG of the International
Standardization Organization (ISO) and H.263 recommended by the
International Telecommunication Union (ITU) adopt block-based motion
estimation and discrete cosine transform (DCT) blocks. Vllhen an image is
highly compressed, the block-based coding may cause the well-known blocking
effect. A typical blocking effect is grid noise in a homogeneous area in which
adjacent pixels have relatively similar pixel values. Another blocking effect
is
staircase noise which has a staircase shape and is generated along the edges
of the image. Also, ringing noise is a typical Gibb's phenomenon occurring by
truncation when the coefficients of the DCT are quantized so as to highly
compress the image.
Grid noise shows traces of the block-based process at the edges
between blocks when the compressed data is displayed on a screen after being
restored. Thus, one can identify the edges between blocks. Also, staircase
noise has a staircase shape at the edges of the image, so that one carp notice
a
bumpy edge on the image. Also, one can notice overlapping of images with a
predetermined interval due to the ringing noise.
In order to reduce the blocking effect and the ringing noise
occurring when block-based coding is performed, several methods have
been suggested. According to Fi.261 encoding, a simple 3 X 3 low-pass
filter (LPF) is used as a Loop Biter to reduce the blocking effect ["Video
Codec for Audiovisual Services at P X 62 kbitls°', . . . . . . . .

CA 02440007 2003-09-11
2
CCIT~',Recommendation H.261, December 14, 1990]. Also, a simple edge loop
filter has been suggested so as to reduce the blocking effect and mosquito
noise
[G.Bjontegaard, "A Simple Edge Loop Filter to Reduce Blocking and llfosqacito
Noise", ISOIIEC JTCIlSc29/VJG11 I~fPEG96/0617, 3anuary, 1996, and ".4 Simpde
S Edge Loop Filter to Reduce Blocking and .Ivlosquito Noise" , ITU SC 1 S hBC
Expert
Group ITU-LBC-96-032, January, 1996). The edge loop filter makes linear values
of two pixels adjacent to the block boundary and replaces the two pixel values
by
the linearized values. Such edge loop filter can reduce the blocking effect
but not
the ringing noise. In order to reduce the ringing noise, a non-linear filter
using a
binary index has been suggested [Y.Itoh, "Detail Preserving Nonlinear Filter
using
Binary Index, "ISO/IEC JTCIfSC29/WG11 MPEG9Sl03S7, hlovember, 1995].
However, the non-linear filter cannot reduce the blocking effect.
Disclosure of the Invention
To solve the above problems, it is an object of the present invention is to
provide an signal adaptive filtering method for reducing blocking effect and
ringing
noise in high compression encoding, a signal adaptive filter, and a computer
readable medium.
According to an aspect of the present invention, there is provided a signal
adaptive filtering method capable of..reducing blocking effect and ringing
noise of
image data when a frame is coanposed of blocks of a predetermined siae, the
method comprising the steps of: (a~ generating blocking information for.
reducing
the blocking effect and ringing information for reducing, the ringing noise,
from
coefficients of predetermined pixels of the upper and left boundary regions of
the
data block when a frame obtained by deconstructing a bitstream iraage data for
inverse quantization is an intraframe; and (b) adaptively filtering the image
data
passed through inverse quantizadon and inverse discrete cosine transform
according
to the generated blocking information and ringing information:
Preferably; the step (a) further comprises the step of setting the blocking
information and ringing information of the previous frame corresponding to a
motion vector as blocking information and ringing information of the current
frame
if the frame is an interframe, and setting the ringing information to
°° 1'° which

CA 02440007 2003-09-11
3
represents the image data requiring filtering if a residual signal of the
inverse
quantized current block exists, and the blocking information and ringing
information are determined according to coefficients of a pixel A 1~cated at
the
upper left corner of the block, a pixel B located to the right of the pixel A
and a
pixel C located below the pixel A.
Preferably, the blocking information is constituted of horizontal blocking
information and vertical blocking information, and the horizontal blocking
information is set to "1 °' which means the image data requiring
filtering when only
the coefficient of the pixel A is not equal to "0" or any coefficient of the
pixels of
the left boundary region of the block is not equal to "0", and the vertical
blocking '
information is set to "1" which means the image data requiring filtering when
only
the coefficient of~the pixel .~ is not equal to "0" or any coefficient of the
pixels of
the upper boundary region of the block is not equal to "0", and the ringing
information is set to "1" which means the image data requiring filtering when
any
coefficient of the pixels other than the pixels A, B and C of the block is not
equal
to "0"
Preferably, the blocking information is constituted of horizontal blocking
information and vertical blocking information, and the horizontal blocking
information is set to " 1 " which means the image data requiring .filtering
when all
coefficients of the pixels A, B and C of the block are not equal to
"0°' or any
coefficient of the pixels of the left boundary region of the block is n~t
equal to "0",
and flee vertical blocking information is set to °' 1 " w~rhich means
the image data
. requiring f ltering when a1i coefficients of the pixels A, B and . C are not
equal to
"0" or any coefficient of the pixels of the upper boundary region of the block
is not
BS equal to "0", and the ringing information is set to "1" which means the
image data
requiring filtering when any coefficient of the pixels other than the pixels
A, B and
C of the block is not equal to "~".
Preferably, in order to reduce the blocking effect, in the step (b), the
horizontal (or vertical) filtering is performed using a weighted filter having
a
predetermined weighted value when the horizontal (or vertical) blocking
information of the block is equal to "1" and the ringing information is equal
to "0",
and when the horizontal (or vertical) blocking information of the block is not
equal

CA 02440007 2003-09-11
4
to "1" or the ringing information is not squat to "~", an absolute value of
the
difference between adjacent pixels and a Q value used as a dividend for
quantizing
the block. are compared, and then filtering is performed with a predetermined
value
according to the result of the comparison.
According to another aspect of the present irsvention, there is provided a
signal adaptive filter capable of reducing blocking effect and ringing noise
of image
data when a frame is composed of blocks of a predeterrrained size, comprising:
a
mode flag checking unit for checking a flag to determine whether or not a
frame
is an intraframe or an interframe when a bitstream image data is deconstructed
for
inverse quantization; an infra filtering inforrmation generator fir generating
blocking
information for reducing the blocking effect and ringing information for
reducing
the ringing noise, from coefficients of predetermined pixels of the upper and
left
boundary regions of the data block when the frame is , determined as an
intraframe
by the mode flag checking unit; an inter filtering information generator for
setting .
the blocking information and ringing information of the previous frame
corresponding to a motion vector as blocking information and ringing
information
of the current frame if the frame is an interframe, and setting the ringing
information to "1" if a residual signal of the inverse-quantized current block
exists;
and an adaptive filter for adaptively filtering the image data passed through
an
inverse quantizer and an inverse discrete cosine transformer according to the
blocking information and the ringing information generated by the infra
filtering
information generator and the inter filtering information generator.
The invention may be embodied in a general purpose digital computer that
as running a program from a computer usable medium, including but not limited
to
storage media such as magnetic storage media (e.g., 12~M's, floppy disks, hard
disks, etc.), optically readahle media (e.g., CI?-It~Ms, ~VI)s, etc.) and
carrier
waves (e.g., transmissions over the Internet). Hence, the pxesent invention
may
be embodied as a computer usable medium.
According to still another aspect of the present invention, there is provided
a computer readable medium having embodied thereon a computer program for a
signal adaptive filtering capable of reducing blocking effect and ringing
noise of
image data when a frame is composed of blocks of a predetermined size, wherein

CA 02440007 2003-09-11
. . .
the signal adaptive filtering comprises the steps of: (a) generating blocking
information for reducing the blacking effect and ringing information for
reducing
the ringing noise, from coefficients of predetermined pixels of the upper and
left
boundary regions of the data block when a frame obtained by deconstructing a
bitstrearn image data for inverse quantization is an intraframe; (b) setting
the
blocking .information and ringing information of the previous frame
corresponding
to a motion vector as blocking information and ringing information of the
current
frame if the frame is an interframe, and setting the ringing infornnation to
"1"
which represents the image data requiring filtering if a residual signal of
the
inverse-quantized current block exists; and (c) adaptively filtering the image
data
passed through the inverse quantization and inverse discrete cosine transform
based
on the block according to the generated bloekang information and ringing
information.
Also, there is provided a computer readable medium having embodied
thereon a computer program for a method of filtering ringing noise caused when
decoding a block-based compressed image data, wherein the ringing noise
frltering
method comprises the steps of: (a) performing a gradient operation on the
block
subjected to inverse quantization and inverse discrete cosine transform using
predetermined one-dimensional horizontal and vertical gradient operators; (b)
generating a binary edge reap representing whether or not each pixel. is an
edge
pixel, using an absolute value of the difference between the gradient-operated
value
of one pixel arid the value of the adjacent pixel, and a Q value used as a
dividend
for quantizing the block; and (c) performing a faltering by applying a
predetermined
filter window to the generated b° edge map.
brief Description of the Drawings
FIG. 1 is a block diagrarra of a signal adaptive filter for reducing blocking
effect and ringing noise according to the present invention;
FIG. 2 is a flowchart illustrating a signal adaptive filtering method
according
to a preferred embodiment of the present invention;
FIG. 3 shows an inverse-quantized block having 8 x8 pixels;
FIG. 4 is a flowchart illustrating the step of generating information used to

CA 02440007 2003-09-11
6
filter an intraframe;
FIG. 5 is a flowchart illustrating the step of generating information used to
filter an interframe;
FIG. b shows the location of pixels adjacent to the block boundary for
illustrating the filtering for reducing blocking effect; and
FIG. 7 shows the location of pixels to be processed in the current block-
Best mode for carrying out the Invention . ~~
In FIG. I, a signal adaptive filter for reducing blocking effect and ringing
noise according to the present invention includes a mode flag checking unit
120,
an infra filtering information generator 130,-an inter filtering information
generator
140 and an adaptive filter unit 150. When bitstream image data is
deconstructed
for inverse quantization, the anode flag checking unit 120 checks whether or
not the
frame is an infra frame or an inter frame. T'he infra filtering inf~rmation
generator
130 generates blocking iriforrnation for reducing blocking effect and ringing
information from coefficients of predetermined pixels of the upper and left
boundary regions of the data block when the frame is determined as an infra
frame
by the mode flag checking unit 120. 'then the mode , flag checking unit 120
determines the frame as an inter frame, the inter filtering information
generator 140
generates blocking information and ringing information of the previous frame
corresponding to a motion vector as blocking information and ringing
information
of the current frame. If a residual signal of the inverse-quantized. current
block
exists, the ringing information is set to " I °' . ~'he adaptive
filtering unit 150
adaptively filters the image data of the block which has passed an inverse
quantizer
(Q-') 100 and an inverse discrete cosine transformer (I)CT-' ) l 10 according-
to the
blocking information and ringing information generated by the infra filtering
information generator I30 and the inter filtering information generator 140.
Meanwhile, 'a signal adaptive filtering method according to a preferred
embodiment of the present invention will be described. FIG. 2 is a flowchart
illustrating the signal adaptive filtering method according to the present
invention:
Bitstream image data coded by an encoder is decoded by a decoder to be
reproduced. To end this, the bitstream data is deconstructed and then inverse-

CA 02440007 2003-09-11
7
quantized by the inverse quantizer 1a0 {step 200). I-Iere, the image data is
constituted of a plurality of frames, and each frame is constituted of a
plurality of
blocks. FIG. 3 shows an inverse-quantized block having 8x8 pixels which form
the frame.
Before filtering the frame data with the inverse discrete cosine transform
(IDCT), a flag is checked in order to make a determination as to whether or
not the
frame is an intraframe or an interframe (step 2.10). If the frame is an
intraframe
(step 220), information used to filter the intraframe is generated (step 230).
If the
frame is an interframe, information used to filter the interframe is generated
(step
240). Then, the frame data which has passed through the II~CT l I0 are
adaptively
filtered according to the genes ated filtering information, thereby
eliminating
blocking effect and ringing noise {step 250).
FIG. 4 is a flowchart illustrating in detail the step of generating
information
used to filter the intraframe. As shown in FIG. 4, if the frame is determined
as an
intraframe by the mode flag checking unit 120, the coefficient of pixel A of
FIG.
3 is checked (step 400). If only the coefficient of the pixel A is not equal
to "0",
horizontal blocking information {HIBI) and vertical blocking information
(~'BI) are
set to "1" (step 410). If any coefficient of pixels {8 pixels including the
pixels A
anti B) belonging to the upper boundary region 300 of the block shown in FIG.
3
is not equal to "0" (step 420), the VBI is set w "1'° (step 430).
Otherwise, the VBI
is set to "0" (seep 440). Also, if any coefficient of pixels (8 pixels
including the
pixels A and C) belonging to the left boundary region 310 of the block shown
in
FIG. 3 is not equal to "0" {step 450), the I-IBI is set Iro '° 1 "
(step 460). Otherwise,
the HBI is set to "0" (seep 470) .
After the IiBI and VBI are set, ringing information (RI) used to filter the
ringing noise is generated. That is, if any coefficient of pixels other than
the pixels
A, B and C of the block shown in FIG. 3 is not equal to "0°' (step
480), the RI is
set to "1" (step 490). Otherwise, the RI is set to "0" {step 495). I-iere, the
IIBI
and VBI are set to " 1 " when only the coefficient of the pixel A is not equal
to °' 0 °'
(step 400). I-Iowever, by setting the HBI and VBI to '° 1 " even if all
coefficients of
the pixels A, B and C are not equal to °°0°', favorable
effect to some extent can be
obtained when a signal adaptive filtering is performed later.

CA 02440007 2003-09-11
~'S
FIG. 5 is a flowchart illustrating the step of generating information used to
filter the interframe. If the frame is determined as an interframe by the mode
flag
checking unit 120, the HBI, VBI and RI of the intraframe are transferred to
HBI,
VBI and RI of the interframe according tc~ the motion vector (step 500).
l~Iso, if
a residual signal exists after motion compensation (step 510), the I2I is
updated
(step 520).
When the blocking information and ringing. information for filtering are
generated as described above, filtering is adaptively performed according to
the
information: ~ First, a filtering method for reducing blocking effect will be
described. The filtering for reducing the blocking effect is classified as one
of
horizontal filtering and vertical filtering. Here, the horizontal' filtering
will be
explained. FIG. 6 shows the location of pixels adjacent to the block boundary,
for
illustrating the filtering for reducing the blocking effect. A determination
is made
as to whether or not the I~hI and RI of blocks I and J~ of FIG. 6 are equal to
"0".
i5 If the IiBI and RI of blocks I and J of FIG. 6 are equal to "0", a weighted
filtering
is performed on pixels A, B, C, D, E and F of FIG. 6 using a 7-tap { 1,1,1, 2
,1,1,1
low-pass filter (I:.PF).
If the HBI or the RI of blocks I and J of FIG. 6 is not equal to
°'0", a
fcltering is performed on the pixels B; C, D and E using the following
algorithm.
d=D~--C;
If (ABS(d) < Q) f
D= D - (d!2); ~ C = C + (d!2);
d = E~_ D;
if (ABS(d) ~ Q ) E = E - (d!4);
d=C-B;
if (ABS(d) ~ Q) B = B -+- (d/4);
else {
if (ABS(d/2) <_ 2Q)
If (d > 0) {
9

CA 02440007 2003-09-11
9
C = C + (Q - ABS(dl2));
else ~
D = D + {Q - ABS{d/2));
C = C + (Q - ABS(d/2));
d=E_D;
if (ABS{d) <_ Q) E = E - (d!4).;
d=C_B
if (ABS(d) _< Q) B = I3 -- (d/4);
In the above algorithm, ABS represents an absolute value, and Q represents
a dividend used when the blocks forming the frame are quantized.
In detail, the absolute value (ABS{d)) of the difference (d) between the
pixels D and C is equal to or less than Q, the current pixel value of the
pixel D is
set by subtracting d!2 from the current pixel value, 'and the current pixel
value of .
the pixel C is set by adding d/2 to the current pixel value. Also, the
absolute value
(ABS(d)) of the difference (d) between the pixels 1E and D is equal fo or less
than
2U Q, the current pixel value of the pixels is set by subtracting d14. from
the current
pixel value. Also, if the absolute value (ABS(d)) of the difference (d)
between the
pixels C and B is equal to or less than Q, the current pixel values of the
pixel B is
set by subtracting d/4 from the current pixel valu~a. In the same manner as
the
above, the pixel values of the pixels B, C, I~ and E are set according to the
algorithm other than the above, which is obvious to those skilled in the art,
thus the
explanation thereof will be omitted. Also, vertical filtering is performed
according
to the same principle as the horizontal filtering.
i~Text, a faltering method for reducing ringing noise will be described.
First,
the generated ringing inforrnatior~ is checked. If the ringing information is
set to
°' 1 ", the filtering is performed. Dtherwise, the filtering is not
performed. To end
this, edge pixels of the block which have been subjected to inverse
quantization and
IDCT are determined. In order to determine the edge pixels, a gradient
operation

CA 02440007 2003-09-11
1~
is performed on the blocks which have been subjected to inverse quantization
and
IDCT using one-dimensional horizontal and vertical gradient operators.
'Then, an absolute value of the difference between one gradient-operated
pixel value and the adjacent pixel value, and Q value used as a dividend when
quantizing the block, are used to generate a binary edge snap representing the
edge
of each pixel. here, the block has 8 x 8 pixels, and the size of the binary
edge map
is represented as a two-diaiaensional array edge[10][ld] as shown in FICa. 7.
In order to generate the binary edge map, 'vertical edge detection and
horizontal edge detection are performed. Algoritl~ns for vertical edge and
horizontal edge defections are as follows.
I * Vertical edge detection ~'I
Al = ABS(PtrIW age[0] - Ptrlmage[I));
A2 = (ABS(PtrImage[0] - PtrImage[-1]);
is if (((A1 > Th)(A2 > T~)) I I (A1 > s~Th~z) I l (~> > ~*Th/~))
Edge[m][n] = Ii; / ~ edge */
For the vertical edge detection, an absolute value {Al) of the difference
25 between the gradient-operated results of the pixel {Ptrlanage[0]) on which
a
determination as to whether or not the pixel is an edge of flee block is made,
and
the right pixel (PtrImage[I]) of the pixel (PtrImage[4j) is calculated.
°I°hen, an
°" ~ absolute value {A2) ~f the difference between the gradient-
operated results of the w
PtrImage[0) and the left pixel (Ptrlmage(-lJ) of the pixel {PtrImage[~]) is
30 calculated. Then, a determination as to whether or not the pixel is an edge
is made
accot~ding to the logic values obtained after the absolute values A1 and A2
are.
compared with a predetermined threshold value Th, and then the above process
is

CA 02440007 2003-09-11
1I
performed on all pixels of the block. 'rhe vertical edge detection is
performed
according to a logical forrnuia of (AI > Th)&&(A2 > Th) ! ~ (A1 > 5*Th~2) ( ~
(A2) > 5*T'hl2). 1f the logical formula is true, the pixel is determined as a
vertical
edge. ~therwise, the pixel is determined to not be a vertical edge.
The horizontal edge detection is performed according to the same: principle
of the horizontal edge detection. First, an absolute value (A'1) of the
difference
between ttae gradient-operated results of the pixel (PtrImage[0]) on which a
determination as to whether or not the pixel is edge of the block is made, and
the
Lower pixel (I'trImage[width]) of the pixel (Ptrimage[0]) is calculated. Then,
an
absolute value (A'2) of the difference between the gradient-operated results
of the
pixel (PtrImage[0]) and the upper pixel (PfrImage[-width]) of the pixel
(Ptrlmage[0]) is calculated. 'Then, a determination as to whether or not the
pixel
is an edge is made according to the logic values obtained after the absolute
values
A' 1 and A'2 are compared with a predetermined threshold value Th, and then
the
above process is performed on all pixels of the block. The horizontal edge
detection is performed according to a logical formula of
(A' 1 > Th)&&(A'2 > Th) j ~ (A' 1 > 5*Thl2) ~ ~ (A'2) > 5*'I'hl2). If the
logical formula
is true, the pixel is determined as a horizontal edge. Gtherwise, the pixel is
determined to not be a horizontal edge. I-Iere, '~&' represents logical ANi~,
and
' J l ' represents logical ~R.
Next, f ltering is performed by applying a predetermined filter window to
the generated binary edge map_ The filtering may be performed by a general
filtering method by applying a filter window having a predetermined size:
However, in this embodiment, filtering is not performed if the central pixel
of the
filter window is an edge, while the filtering is performed if the central
pixel is not
an edge. The filter window may be a general filter window,. In this
embodiment,
a 4-connectivity f lter window having five pixels arranged in a cross shape
centering one central pixel, as shown in FIG. 7, is used. In FIG. 7, ~
represents
an edge pixel, and the regions other than the regions with "%" represent non-
edge
pixels.
Also, if the filter window has no edge pixel, ordinary filtering is performed,
while weighted filtering is performed if the edge pixel exists. An example of

CA 02440007 2003-09-11
z2
weighted filtering is shown in FIG. 7. In F'IG_ 7, " < < " represents a shift
to the
left, and " > > " represents a shift to the right.
The invention may be embodied in a general purpose digital computer that
is running a p~_ogram from a computer usable medium, including but not limited
to
storage media such as magnetic storage media (e.g., RGNI's, floppy disks, hard
disks, etc.), optically readable media (e.g., CD-ROMs, DVDs, etc.) and carrier
waves (e.g., transmissions over the Internet). Hence, the present invention
may
be embodied as a computer usable medium having a computer readable program
code unit embodied therein for signal adaptive filtering, the computer
readable
program code means in the computer usable medium comprising: computer
readable program code means for causing a computex to effect generating
blocking
information for reducing the blocking effect and ringing information for
reducing
the ringing noise, from coefficients of predetermined pixels of the upper and
left
boundary regions of the data block when a frame obtained by deconstructing a
bitstream image data for inverse quantization is an intraframe; computer
readable
program code means for causing a computer to effect setting the blocking
information and ringing information of the previous frame corresponding to a
motion vector as blocking information and ringing information of the current
frame
if the frame is an rote e, and setting the ringing information to "1" which
represents the image data requiring filtering if a residual signal of the
inverse-
quanti2ed current block exists; and computer readable program code means for
causing a computer to effect adaptively filtering the image data passed
through the
inverse quantization and inverse discrete cosine transform based on the biocle
according to the generated blocking information and ringing information, for
instance. A functional program, code and code segments, used to implement the
present invention can be derived by a skilled computer programmer from the
description of the invention contained herein.
Industrial A.pplicabilit~r
As described above, the present invention can remove the blocking noise
and the ringing noise from an image restored from an image compressed based on
blocks, thereby enhancing the image restored from compression.

Dessin représentatif
Une figure unique qui représente un dessin illustrant l'invention.
États administratifs

2024-08-01 : Dans le cadre de la transition vers les Brevets de nouvelle génération (BNG), la base de données sur les brevets canadiens (BDBC) contient désormais un Historique d'événement plus détaillé, qui reproduit le Journal des événements de notre nouvelle solution interne.

Veuillez noter que les événements débutant par « Inactive : » se réfèrent à des événements qui ne sont plus utilisés dans notre nouvelle solution interne.

Pour une meilleure compréhension de l'état de la demande ou brevet qui figure sur cette page, la rubrique Mise en garde , et les descriptions de Brevet , Historique d'événement , Taxes périodiques et Historique des paiements devraient être consultées.

Historique d'événement

Description Date
Inactive : Périmé (brevet - nouvelle loi) 2018-06-18
Requête pour le changement d'adresse ou de mode de correspondance reçue 2018-01-12
Inactive : CIB désactivée 2017-09-16
Inactive : CIB expirée 2017-01-01
Inactive : CIB enlevée 2016-12-20
Inactive : CIB expirée 2015-01-01
Inactive : CIB désactivée 2014-05-17
Inactive : CIB du SCB 2014-02-01
Inactive : CIB expirée 2014-01-01
Accordé par délivrance 2009-11-03
Inactive : Page couverture publiée 2009-11-02
Préoctroi 2009-08-18
Inactive : Taxe finale reçue 2009-08-18
Un avis d'acceptation est envoyé 2009-03-13
Lettre envoyée 2009-03-13
Un avis d'acceptation est envoyé 2009-03-13
Inactive : Approuvée aux fins d'acceptation (AFA) 2009-03-11
Modification reçue - modification volontaire 2008-06-12
Inactive : Dem. de l'examinateur par.30(2) Règles 2007-12-12
Modification reçue - modification volontaire 2007-07-16
Inactive : Dem. de l'examinateur art.29 Règles 2007-01-16
Inactive : Dem. de l'examinateur par.30(2) Règles 2007-01-16
Lettre envoyée 2006-11-15
Lettre envoyée 2006-07-06
Inactive : Lettre officielle 2005-07-07
Inactive : Lettre officielle 2003-11-14
Inactive : Page couverture publiée 2003-10-31
Inactive : CIB attribuée 2003-10-16
Inactive : CIB attribuée 2003-10-16
Inactive : CIB attribuée 2003-10-16
Inactive : CIB en 1re position 2003-10-16
Exigences applicables à une demande divisionnaire - jugée conforme 2003-10-01
Lettre envoyée 2003-10-01
Lettre envoyée 2003-10-01
Demande reçue - nationale ordinaire 2003-10-01
Demande reçue - divisionnaire 2003-09-11
Exigences pour une requête d'examen - jugée conforme 2003-09-11
Toutes les exigences pour l'examen - jugée conforme 2003-09-11
Demande publiée (accessible au public) 1999-01-28

Historique d'abandonnement

Il n'y a pas d'historique d'abandonnement

Taxes périodiques

Le dernier paiement a été reçu le 2009-06-02

Avis : Si le paiement en totalité n'a pas été reçu au plus tard à la date indiquée, une taxe supplémentaire peut être imposée, soit une des taxes suivantes :

  • taxe de rétablissement ;
  • taxe pour paiement en souffrance ; ou
  • taxe additionnelle pour le renversement d'une péremption réputée.

Les taxes sur les brevets sont ajustées au 1er janvier de chaque année. Les montants ci-dessus sont les montants actuels s'ils sont reçus au plus tard le 31 décembre de l'année en cours.
Veuillez vous référer à la page web des taxes sur les brevets de l'OPIC pour voir tous les montants actuels des taxes.

Titulaires au dossier

Les titulaires actuels et antérieures au dossier sont affichés en ordre alphabétique.

Titulaires actuels au dossier
SAMSUNG ELECTRONICS CO., LTD.
Titulaires antérieures au dossier
HYUN WOOK PARK
YUNG LYUL LEE
Les propriétaires antérieurs qui ne figurent pas dans la liste des « Propriétaires au dossier » apparaîtront dans d'autres documents au dossier.
Documents

Pour visionner les fichiers sélectionnés, entrer le code reCAPTCHA :



Pour visualiser une image, cliquer sur un lien dans la colonne description du document (Temporairement non-disponible). Pour télécharger l'image (les images), cliquer l'une ou plusieurs cases à cocher dans la première colonne et ensuite cliquer sur le bouton "Télécharger sélection en format PDF (archive Zip)" ou le bouton "Télécharger sélection (en un fichier PDF fusionné)".

Liste des documents de brevet publiés et non publiés sur la BDBC .

Si vous avez des difficultés à accéder au contenu, veuillez communiquer avec le Centre de services à la clientèle au 1-866-997-1936, ou envoyer un courriel au Centre de service à la clientèle de l'OPIC.

({010=Tous les documents, 020=Au moment du dépôt, 030=Au moment de la mise à la disponibilité du public, 040=À la délivrance, 050=Examen, 060=Correspondance reçue, 070=Divers, 080=Correspondance envoyée, 090=Paiement})


Description du
Document 
Date
(aaaa-mm-jj) 
Nombre de pages   Taille de l'image (Ko) 
Description 2003-09-10 12 846
Dessins 2003-09-10 6 145
Abrégé 2003-09-10 1 34
Revendications 2003-09-10 2 81
Dessin représentatif 2003-10-29 1 13
Revendications 2007-07-15 2 84
Accusé de réception de la requête d'examen 2003-09-30 1 173
Avis du commissaire - Demande jugée acceptable 2009-03-12 1 163
Correspondance 2003-09-30 1 44
Correspondance 2003-11-13 1 17
Taxes 2004-05-11 1 35
Taxes 2005-05-11 1 28
Correspondance 2005-07-06 1 20
Taxes 2006-05-22 1 29
Correspondance 2006-07-05 1 15
Correspondance 2006-11-14 1 11
Taxes 2007-05-22 1 30
Taxes 2008-05-07 1 36
Correspondance 2009-08-17 1 36
Taxes 2009-06-01 1 38