KR20030035517A - Improving fractal image compression/recovery method and apparatus thereof - Google Patents
Improving fractal image compression/recovery method and apparatus thereof Download PDFInfo
- Publication number
- KR20030035517A KR20030035517A KR1020010067618A KR20010067618A KR20030035517A KR 20030035517 A KR20030035517 A KR 20030035517A KR 1020010067618 A KR1020010067618 A KR 1020010067618A KR 20010067618 A KR20010067618 A KR 20010067618A KR 20030035517 A KR20030035517 A KR 20030035517A
- Authority
- KR
- South Korea
- Prior art keywords
- parameter
- compression
- current block
- offset
- scale
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/90—Methods 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/99—Methods 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 involving fractal coding
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/10—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
- H04N19/102—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or selection affected or controlled by the adaptive coding
- H04N19/124—Quantisation
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/10—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
- H04N19/169—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding
- H04N19/17—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object
- H04N19/176—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object the region being a block, e.g. a macroblock
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
- Compression Of Band Width Or Redundancy In Fax (AREA)
Abstract
Description
본 발명은 프랙탈 영상 압축 및/또는 복원 시스템에 관한 것이며, 특히 프리딕션(pridiction) 방식으로 양자화를 적용한 개선된 프랙탈 영상 압축 및/또는 복원 방법 및 그 장치에 관한 것이다.The present invention relates to a fractal image compression and / or decompression system, and more particularly, to an improved fractal image compression and / or decompression method and apparatus for applying quantization in a pridiction scheme.
일반적으로 MPEG(Moving Pictures Experts Group)-4와 같이 영상 전화 또는화상 회의 시스템등에서의 응용을 목적으로 동영상을 매우 낮은 비트율로 부호화하는 동영상 압축 기술에 대한 국제 표준화 작업이 진행되고 있다. MPEG-4는 64kbps이하의 저속 전송 채널을 사용하여 동영상을 매우 낮은 비트율로 전송하기 때문에 동영상의 고압축이 필수적이다. 이러한 고압축 알고리듬 가운데 레절루션에 독립적으로 영상을 복원할 수 있는 프랙탈(fractal) 압축 방식이 연구되고 있다.In general, international standardization of video compression technology for encoding video at a very low bit rate for video telephony or video conferencing systems such as Moving Pictures Experts Group (MPEG-4) has been conducted. MPEG-4 uses low-speed transmission channels of less than 64 kbps to transmit video at very low bit rates, which is essential for high compression. Among these high compression algorithms, fractal compression methods that can reconstruct images independently of resolution are being studied.
도 1은 종래의 프랙탈 영상 압축 장치의 블록도이다.1 is a block diagram of a conventional fractal image compression apparatus.
도 1을 참조하면, 프랙탈인코더(110)는 공지된 프랙탈 영상 압축을 수행하여 압축 파라메터 즉, 스케일(S), 옵셋(Off), 위치(Pos)들을 생성한다.Referring to FIG. 1, the fractal encoder 110 performs known fractal image compression to generate compression parameters, that is, scales S, offsets, and positions Pos.
메모리(130)는 프랙탈 인코더(110)에서 생성된 압축 파라메터인 스케일(S) 옵셋(Off) 파라메터, 위치(Pos) 파라메터들을 저장한다.The memory 130 stores scale (S) offset parameters and position (Pos) parameters, which are compression parameters generated by the fractal encoder 110.
벡터양자화부(140)는 스케일(S) 파라메터, 옵셋(Off) 파라메터에 대해 가장 가까운 위치에 존재하는 대표코드를 테이블 내에서 탐색하고 이때 결정된 대표 코드의 인덱스(index)를 출력한다.The vector quantizer 140 searches for a representative code existing at a position closest to the scale (S) parameter and the offset (Off) parameter in the table, and outputs an index of the determined representative code.
제어부(120)는 프랙탈 인코더(110), 메모리(130), 벡터양자화부(140)에 대한 동작과 압축 데이터 전송에 관한 제어를 수행한다.The controller 120 performs operations on the fractal encoder 110, the memory 130, and the vector quantizer 140 and controls transmission of compressed data.
도 2는 종래의 프랙탈 영상 복원 장치의 블록도이다.2 is a block diagram of a conventional fractal image restoration apparatus.
도 2를 참조하면, 벡터역양자화부(210)는 수신되는 인덱스(index)로부터 대응되는 대표 코드값 즉, 스케일(S) 파라메터와 옵셋(Off) 파라메터를 생성한다.Referring to FIG. 2, the vector dequantization unit 210 generates a corresponding representative code value, that is, a scale (S) parameter and an offset (Off) parameter, from a received index.
메모리(230)는 수신되는 다른 파라메터들(Pos, Ect)과 벡터역양자화부(210)에서 생성된 스케일(S) 파라메터와 옵셋(Off) 파라메터를 저장한다.The memory 230 stores other received parameters Pos and Ect and a scale S parameter and an offset parameter generated by the vector dequantization unit 210.
프랙탈 디코더(240)는 메모리(230)로부터 압축 파라메터(S, Off, Pos, Etc..)를 읽어들여 원래 영상을 복원한다.The fractal decoder 240 reads the compression parameters S, Off, Pos, Etc .. from the memory 230 and restores the original image.
제어부(220)는 벡터양자화부(210), 메모리(230), 프랙탈 디코더(240)가 동작하는 데 필요한 각종 제어를 수행한다.The controller 220 performs various controls necessary for the vector quantizer 210, the memory 230, and the fractal decoder 240 to operate.
도 1 및 도 2도와 같은 프랙탈 압축/복원 장치에서 압축 파라메터 S와 Off는 벡터 양자화부에 의해 양자화 되었다. 그러나 프랙탈 압축 방식에서 압축 파라메터(S)는 영상의 복원 여부 및 복원 영상의 화질 결정에 큰 영향을 미치기 때문에 벡터 양자화를 이용하는 것이 바람직하지 않다. 그리고 벡터 양자화는 스칼라 양자화에 비해 부가적인 메모리를 필요로 하고 영상 복원 화질이 저하될 수 있는 단점이 있다. 반면에 프랙탈 압축/복원 장치에서 압축 파라메터 S와 Off를 스칼라(scalar) 양자화할 경우(도시안됨)에도 압축 파라메터간의 상관성(correlation), 그리고 파라메터 각각이 지닌 특성을 반영하지 않고서 고정된 수의 비트를 할당함으로써 압축률을 저감시키는 단점이 있다.In the fractal compression / restoration apparatus shown in FIGS. 1 and 2, the compression parameters S and Off are quantized by a vector quantization unit. However, in the fractal compression method, it is not preferable to use vector quantization because the compression parameter (S) has a great influence on whether the image is to be restored and the image quality of the restored image. In addition, vector quantization requires an additional memory compared to scalar quantization, and may have a deterioration in image reconstruction quality. On the other hand, even when scalar quantization of compression parameters S and Off (not shown) in a fractal compression / recovery device, there is a fixed number of bits without reflecting the correlation between the compression parameters and the characteristics of each parameter. There is a disadvantage in that the compression rate is reduced by assigning.
본 발명이 이루고자하는 기술적과제는 프랙털 압축 방식에서 생성된 압축 파라메터를 스칼라 양자화와 리니어 예측에 의한 양자화를 결합하여 복원 영상의 화질 저하없이 압축률을 향상시키는 프랙탈 영상 압축 및/또는 복원 방법 및 장치에 관한 것이다.The present invention provides a method and apparatus for compressing and / or reconstructing a fractal image which combines scalar quantization and quantization by linear prediction to generate a compression ratio without degrading the quality of the reconstructed image. will be.
상기의 기술적 과제를 해결하기 위하여, 본 발명에 의한 프랙탈 영상 압축 방법은In order to solve the above technical problem, the fractal image compression method according to the present invention
상기 프랙탈 영상에 대한 인코딩을 수행하여 압축 파라메터를 생성하는 과정;Generating compression parameters by encoding the fractal image;
상기 과정에서 생성된 압축 파라메터에 대해, 현재블럭에 이웃한 이전 블럭들의 파라메터값들을 근거로 예측을 수행하고 그 예측값과 현재블럭의 파라메터값의 차를 스칼라 양자화하는 과정을 포함하는 특징으로 한다.The compression parameter generated in the above process includes performing prediction based on parameter values of previous blocks neighboring the current block and scalar quantizing a difference between the prediction value and the parameter value of the current block.
상기의 다른 기술적 과제를 해결하기 위하여, 본 발명에 의한 프랙탈 영상 복원 방법은In order to solve the above other technical problem, the fractal image restoration method according to the present invention
현재 블록과 이웃한 이전 블록들에 대해 역양자화된 압축 파라메터를 근거하여 현재 블록의 압축 파라메터를 예측하는 과정;Predicting a compression parameter of the current block based on dequantized compression parameters of the current block and neighboring previous blocks;
수신되는 압축 파라메터의 예측오차값과 상기 과정에서 예측된 압축 파라메터를 가산하여 현재 블록에 대한 압축 파라메터의 역 양자화값을 생성하는 과정을 포함하는 것을 특징으로 한다.And adding the prediction error value of the received compression parameter and the compression parameter predicted in the above process to generate an inverse quantization value of the compression parameter for the current block.
상기의 다른 기술적 과제를 해결하기 위하여, 본 발명에 의한 프랙탈 영상 압축 및/또는 복원 장치는In order to solve the above other technical problem, the fractal image compression and / or decompression device according to the present invention
프랙탈 영상에 대한 인코딩을 수행하여 생성된 압축 파라메터에 대해 현재블럭에 이웃한 이전 블럭들의 파라메터값들을 근거로 예측을 수행하고 그 예측값과 현재블럭의 파라메터값의 차를 양자화하는 압축 수단;Compression means for performing prediction on the compression parameters generated by encoding the fractal image based on parameter values of previous blocks neighboring the current block and quantizing a difference between the prediction value and the parameter value of the current block;
현재 블록과 이웃한 이전 블록들에 대해 역양자화된 압축 파라메터를 근거하여 현재 블록의 압축 파라메터를 예측하고 상기 압축 수단에서 수신되는 압축 파라메터의 예측오차값과 상기 예측된 압축 파라메터를 가산하여 현재 블록에 대한 압축 파라메터의 역 양자화값을 생성하는 복원 수단을 포함하는 것을 특징으로 한다.Predict the compression parameter of the current block based on the dequantized compression parameters of the current block and neighboring previous blocks, and add the predicted error value of the compression parameter received from the compression means and the predicted compression parameter to the current block. And reconstruction means for generating an inverse quantized value of the compression parameter for.
도 1은 종래의 프랙탈 영상 압축 장치의 블록도이다.1 is a block diagram of a conventional fractal image compression apparatus.
도 2는 종래의 프랙탈 영상 복원 장치의 블록도이다.2 is a block diagram of a conventional fractal image restoration apparatus.
도 3은 본 발명에 따른 프랙탈 영상 압축 장치의 블록도이다.3 is a block diagram of a fractal image compression apparatus according to the present invention.
도 4는 도 3의 옵셋양자화부의 상세도이다.4 is a detailed view of an offset quantization unit of FIG. 3.
도 5는 본 발명에 따른 프랙탈 영상 복원 장치의 블록도이다.5 is a block diagram of a fractal image reconstruction device according to the present invention.
도 6은 도 5의 옵셋역양자화부의 상세도이다.6 is a detailed view of an offset inverse quantization unit of FIG. 5.
도 7은 도 4 및 도 6에서 현재 블록과 그 이웃한 이전 블록간의 위치 관계를 보이는 일실시예이다.7 is a diagram illustrating a positional relationship between a current block and a neighboring previous block in FIGS. 4 and 6.
이하 첨부된 도면을 참조로하여 본 발명의 바람직한 실시예를 설명하기로 한다.Hereinafter, exemplary embodiments of the present invention will be described with reference to the accompanying drawings.
도 3은 본 발명에 따른 프랙탈 영상 압축 장치의 블록도이다.3 is a block diagram of a fractal image compression apparatus according to the present invention.
도 3을 참조하면, 프랙탈인코더(310)는 일정한 크기로 분할된 블록들에 대해 프랙탈 영상 압축을 수행하여 압축 파라메터 즉, 스케일(S) 파라메터, 옵셋(Off) 파라메터, 위치(Pos) 파라메터, 그 외의 파라메터(Ect)들을 생성한다.Referring to FIG. 3, the fractal encoder 310 performs fractal image compression on blocks divided into a predetermined size, thereby compressing parameters, that is, a scale parameter, an offset parameter, a position parameter, and the like. Create other parameters (Ect).
메모리(330)는 프랙탈 인코더(310)에서 생성된 압축 파라메터인 스케일(S), 옵셋(Off) 파라메터, 위치(Pos) 파라메터, 그 외 파라메터(Ect)들을 저장한다.The memory 330 stores scale (S), offset (Off) parameters, position (Pos) parameters, and other parameters (Ect), which are compression parameters generated by the fractal encoder 310.
스칼라양자화부(340)는 제어부(320)에 의해 메모리(330)로 독출된 현재블록의 스케일 파라메터(S(i))에 대해 주어진 비트수로서 스칼라 양자화를 수행하여 양자화된 스케일 파라메터(S(i))로 전송한다.The scalar quantization unit 340 performs a scalar quantization using the number of bits given to the scale parameter S (i) of the current block read out to the memory 330 by the control unit 320 to quantize the scale parameter S (i ) ).
옵셋양자화부(350)는 제어부(320)에 의해 메모리(330)로 독출된 현재 블록의 옵셋 파라메터(Off(i))에 대해 이전에 구한 S(i, k), Off(i,k) 파라메터들의 집합(O(i))으로부터 선형 예측(liner prediction)을 수행하며, 현재 블럭의 옵셋 파라메터(Off(i))와 예측값의 차를 스칼라 양자화한 값(E(i))을 전송한다.The offset quantization unit 350 calculates the S (i, k) and Off (i, k) parameters previously obtained with respect to the offset parameter (Off (i)) of the current block read by the controller 320 into the memory 330. Linear prediction is performed from the set O (i), and the value E (i) obtained by scalar quantization of the difference between the offset parameter Off (i) and the prediction value of the current block is transmitted.
제어부(320)는 프랙탈 인코더(310), 메모리(330), 스칼라양자화부(340), 옵셋양자화부(350)가 동작하는 데 필요한 각종 제어를 수행하며, 스케일(S) 및 옵셋(Off) 파라메터 이외에 압축 파라메터(Pos, Etc)를 메모리(330)로부터 독출하여 전송한다.The controller 320 performs various controls necessary for the fractal encoder 310, the memory 330, the scalar quantizer 340, and the offset quantizer 350 to operate, and controls the scale (S) and offset (Off) parameters. In addition, the compression parameters Pos and Etc are read from the memory 330 and transmitted.
도 4는 도 3의 옵셋양자화부(350)의 상세도이다.4 is a detailed view of the offset quantization unit 350 of FIG. 3.
도 4를 참조하면, 먼저, 현재블럭(i)의 옵셋 파라메터를 양자화하기 위해 메모리(330)로부터 수학식 1과 같이 정의된 입력 신호들의 집합(O(i))으로 표시된 파라메터들을 독출한다.Referring to FIG. 4, first, the parameters represented by the set of input signals O (i) defined as Equation 1 are read from the memory 330 to quantize the offset parameters of the current block i.
여기서 Off(i,k), S(i,k)는 (i)번째 블록 주위에 인접한 (k)번째 블록들에 대한 스케일(S), 옵셋(Off) 파라메터를 의미한다. 도 7에 이들 블록들간의 위치 관계에 대한 실시예가 도시되어 있다.Here, Off (i, k) and S (i, k) mean scale (S) and offset (Off) parameters for (k) th blocks adjacent to the (i) th block. An embodiment of the positional relationship between these blocks is shown in FIG.
제1스칼라양자화부(410) 및 제2스칼라양자화부(420)는 신호들의 집합(O(i))중 현재블럭(i)에 대해 구해진 S(i)와 현재블럭(i) 주위의 이전 블록들에 대해 구해진 S(i,k)에 대해 스칼라 양자화를 수행하여 각각S(i),S(i,k)를 생성한다.The first scalar quantizer 410 and the second scalar quantizer 420 are S (i) and the previous block around the current block (i) obtained for the current block (i) of the set of signals (O (i)). The scalar quantization is performed on S (i, k) obtained for these fields to generate S (i) and S (i, k) , respectively.
리니어예측부(430)는 압축할 현재블럭(i) 주위의 이전 블록들(i,k)에서 구해진 Off(i,k),S(i),S(i,k)를 이용하여 수학식 2와 같이 옵셋 파라메터(Off(i))를 예측한다.The linear prediction unit 430 uses Equation 2 using Off (i, k), S (i) and S (i, k) obtained from previous blocks (i, k) around the current block i to be compressed. We predict the offset parameter ( Off (i) ) as
여기서 k는 임의의 계수값이다.Where k is an arbitrary coefficient value.
제3스칼라양자화부(460)는 현재 블럭의 옵셋 파라메터(Off(i))와 예측된 옵셋 파라메터(Off(i))의 차(E(i))를 스칼라 양자화하여 그 값(E(i))을 구하여 전송한다.The third scalar quantizer 460 scalar quantizes the difference E (i) between the offset parameter Off (i) and the predicted offset parameter Off (i ) of the current block, and its value E (i). Obtain and send).
또한 그 오차 양자화값(E(i))과 예측된 옵셋 파라메터(Off(i))를 합친 옵셋파라메터(Off(i))는 다른 블록의 양자화에서 이용하기 위해 메모리(330)에 저장된다.The offset parameter Off (i), which is the sum of the error quantization value E (i) and the predicted offset parameter Off (i), is stored in the memory 330 for use in the quantization of another block.
그리고 모든 블록에 대해 도 4에 도시된 블록과 같은 알고리듬을 적용한다.The same algorithm as the block shown in FIG. 4 is applied to all blocks.
도 5는 본 발명에 따른 프랙탈 영상 복원 장치의 블록도이다.5 is a block diagram of a fractal image reconstruction device according to the present invention.
도 5를 참조하면, 스케일역양자화부(515)는 수신되는 양자화 스케일 파라메터(S(i))를 역양자화한다.Referring to FIG. 5, the scale dequantization unit 515 dequantizes the received quantization scale parameter S (i) .
메모리(530)는 제어부(520)에 의해 수신되는 현재블럭의 역양자화 스케일 파라메터(S)들과 그 외의 압축 파라메터들(Pos, Ect), 옵셋 역양자화부(510)에서 생성된 현재 블럭의 옵셋 파라메터(Off(i))를 저장한다.The memory 530 is an inverse quantization scale parameter S of the current block received by the controller 520, other compression parameters Pos, Ect, and an offset of the current block generated by the offset dequantization unit 510. Save the parameter (Off (i)).
옵셋역양자화부(510)는 수신된 오차 양자화값(E(i))과 이전에 역양자화되어 메모리(530)에 저장된S(i,k), Off(i,k)파라메터로부터 현재블럭의 옵셋파라메터(Off(i))를 생성하며, 그 옵셋파라메터(Off(i))를 메모리(530)의 지정된 장소에 저장한다.The offset dequantization unit 510 offsets the current block from the received error quantization value E (i) and the S (i, k) and Off (i, k) parameters previously dequantized and stored in the memory 530. The parameter Off (i) is generated, and the offset parameter Off (i) is stored in a designated place of the memory 530.
프랙탈 디코더(540)는 메모리(530)로부터 압축 파라메터(S, Off, Pos, Etc)를 읽어들여 전체 영상을 복원한다.The fractal decoder 540 reads the compression parameters S , Off, Pos, and Etc from the memory 530 to restore the entire image.
제어부(520)는 옵셋역양자화부(510), 메모리(530), 프랙탈 디코더(540)가 동작하는 데 필요한 각종 제어를 수행한다.The controller 520 performs various controls necessary for the offset dequantization unit 510, the memory 530, and the fractal decoder 540 to operate.
도 6은 도 5의 옵셋역양자화부(510)의 상세도이다.6 is a detailed view of the offset inverse quantization unit 510 of FIG. 5.
먼저, 제어부(520)에 의해 메모리(520)로부터 현재블럭(i)과 동일한 위치 관계에 있는 인접 블록들에 대한 파라메터(Off(i,1), Off(i,2)...Off(i,k),S(i,1),S(i,2),.....,S(i,k))들이 독출된다.First, parameters (Off (i, 1), Off (i, 2) ... Off (i) of adjacent blocks having the same positional relationship as the current block i from the memory 520 are controlled by the controller 520. , k), S (i, 1) , S (i, 2) , ....., S (i, k) ) are read.
리니어예측부(620)는 독출된S(i,k), Off(i,k)를 이용하여 예측된 현재블럭의 옵셋파라메터값(Off(i))을 구한다. 그리고 예측된 현재블럭의 옵셋파라메터값(Off(i))과 수신된 양자화값(E(i))을 합하여 현재블럭(i)에 대한 옵셋 파라메터의 역양자화값을 생성한다.The linear prediction unit 620 calculates the offset parameter value Off (i) of the predicted current block by using the read S (i, k) and Off (i, k). The offset parameter value Off (i) of the predicted current block and the received quantization value E (i) are added to generate an inverse quantization value of the offset parameter for the current block i.
그리고 모든 블록에 대해 도 6에 도시된 블록과 같은 알고리듬이 적용되며, 그 압축 파라메터들은 메모리(530)에 저장된다.The same algorithm as the block shown in FIG. 6 is applied to all blocks, and the compression parameters are stored in the memory 530.
도 7은 도 4 및 도 6에서 적용되는 k=4인 경우 현재 블록(i)과 그 이웃한 이전 블록(i,k)간의 위치 관계를 보이는 일 실시예이다.7 is a diagram illustrating a positional relationship between a current block (i) and a neighboring previous block (i, k) when k = 4 applied to FIGS. 4 and 6.
도 7를 참조하면, k=4인 경우 현재 블록(i)과 그 이웃한 4개의 이전 블록((i, 1), (i, 2), (i, 3), (i, 4))를 지정하며, 그 외에 임의의 계수 k 값에 따라 이웃한 이전 블록들의 위치 관계가 달라 질 수 있다.Referring to FIG. 7, when k = 4, the current block (i) and its neighboring four previous blocks ((i, 1), (i, 2), (i, 3), (i, 4)) In addition, the positional relationship of neighboring previous blocks may vary according to any coefficient k value.
상술한 바와 같이 본 발명에 의하면, 옵셋(Off) 파라메터에 대해 양자화할 파라메터가 속한 블록의 주위 블록에서 얻어진 스케일(S), 옵셋(Off) 파라메터들을 이용한 예측을 수행하여 그 예측 오차만을 양자화함으로써 압축률을 증가시키고,또한 스케일(S) 파라메터에 대해 스칼라 양자화를 적용함으로써 스케일(S) 파라메터의 양자화로 인하여 초래되는 화질 저하를 감소시킬 수 있다.As described above, according to the present invention, a compression ratio is performed by performing prediction using offset (S) and offset (Off) parameters obtained from the neighboring block of the block to which the parameter to be quantized is offset. In addition, by applying scalar quantization to the scale S parameter, it is possible to reduce the deterioration of image quality caused by the quantization of the scale S parameter.
Claims (12)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR10-2001-0067618A KR100449706B1 (en) | 2001-10-31 | 2001-10-31 | Improving fractal image compression/recovery method and apparatus thereof |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR10-2001-0067618A KR100449706B1 (en) | 2001-10-31 | 2001-10-31 | Improving fractal image compression/recovery method and apparatus thereof |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20030035517A true KR20030035517A (en) | 2003-05-09 |
KR100449706B1 KR100449706B1 (en) | 2004-09-22 |
Family
ID=29567346
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR10-2001-0067618A KR100449706B1 (en) | 2001-10-31 | 2001-10-31 | Improving fractal image compression/recovery method and apparatus thereof |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR100449706B1 (en) |
-
2001
- 2001-10-31 KR KR10-2001-0067618A patent/KR100449706B1/en not_active IP Right Cessation
Also Published As
Publication number | Publication date |
---|---|
KR100449706B1 (en) | 2004-09-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5467086A (en) | Apparatus and method of coding/decoding video data | |
US8199822B2 (en) | Method and apparatus for accomplishing multiple description coding for video | |
CA2419521C (en) | System and method for using pattern vectors for video and image coding and decoding | |
US7145948B2 (en) | Entropy constrained scalar quantizer for a Laplace-Markov source | |
JP2005507587A (en) | Spatial scalable compression | |
WO2006008609A1 (en) | System and method for motion prediction in scalable video coding | |
JP2005065312A (en) | Image encoding method | |
JP2000165880A (en) | Video compression coder and decoder using adaptive conversion method and video compression coding and decoding method | |
JP4068537B2 (en) | Hierarchical coded bitstream requantization method and apparatus, hierarchical coded bitstream requantization program, and recording medium recording the program | |
EP0962092A2 (en) | Method and apparatus for recovering quantized coefficients | |
JP2007143176A (en) | Compression method of motion vector | |
KR19980058235A (en) | Video coding device | |
JP2006511164A (en) | Elastic memory | |
US9628791B2 (en) | Method and device for optimizing the compression of a video stream | |
KR100220582B1 (en) | Image encoder having adaptive coding | |
JPH04114585A (en) | Movement compensation inter-frame coder | |
KR100449706B1 (en) | Improving fractal image compression/recovery method and apparatus thereof | |
US5737021A (en) | Transform coefficient selection method and apparatus for a transform coding system | |
JPH0388488A (en) | Picture coding system | |
KR100287146B1 (en) | Method and system for compression-coding video signal | |
KR0181067B1 (en) | Moving picture encoder of having compatibility | |
JP3218630B2 (en) | High efficiency coding apparatus and high efficiency code decoding apparatus | |
KR20040031870A (en) | Moving picture encoder and method for c0ding moving picture using the same | |
JP2008512023A (en) | Method and apparatus for motion prediction | |
KR0130167B1 (en) | Mpeg apparatus |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
E902 | Notification of reason for refusal | ||
E701 | Decision to grant or registration of patent right | ||
GRNT | Written decision to grant | ||
FPAY | Annual fee payment |
Payment date: 20120830 Year of fee payment: 9 |
|
FPAY | Annual fee payment |
Payment date: 20130829 Year of fee payment: 10 |
|
FPAY | Annual fee payment |
Payment date: 20140828 Year of fee payment: 11 |
|
FPAY | Annual fee payment |
Payment date: 20150828 Year of fee payment: 12 |
|
LAPS | Lapse due to unpaid annual fee |