CN1448892A - Compression rate pre-allocation algorithm for JPEG 2000 multi-picture photo - Google Patents
Compression rate pre-allocation algorithm for JPEG 2000 multi-picture photo Download PDFInfo
- Publication number
- CN1448892A CN1448892A CN 03114604 CN03114604A CN1448892A CN 1448892 A CN1448892 A CN 1448892A CN 03114604 CN03114604 CN 03114604 CN 03114604 A CN03114604 A CN 03114604A CN 1448892 A CN1448892 A CN 1448892A
- Authority
- CN
- China
- Prior art keywords
- image
- information content
- compression rate
- information
- edge detection
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Landscapes
- Compression Or Coding Systems Of Tv Signals (AREA)
- Compression Of Band Width Or Redundancy In Fax (AREA)
Abstract
本发明公开了一种JPEG2000图像片之间压缩率预分配算法。它能有效地在JPEG2000处理中根据各个图像片所包含的信息量将用户设定的压缩率分配到各个图像片中,从而解决了简单地将整体压缩率平均分配给每一个图像片所产生的色度差和边缘不光滑问题。并且引入JPEG-LS与PNG预测模板和边缘检测算子用于计算图像片的信息含量。大量的实验结果表明:使用压缩率预分配算法,重建图像的视觉效果可以得到不同程度的改善和加强,MSE显著降低,对于目标具有区域集中性的图像,尤为有效;用JPEG-LS与PNG预测算法和小模板的边缘检测算子来衡量图像片的信息量有较好的实时性和有效性,能够满足硬件要求。The invention discloses a compression rate pre-allocation algorithm among JPEG2000 image slices. It can effectively distribute the compression rate set by the user to each image slice according to the amount of information contained in each image slice in JPEG2000 processing, thus solving the problem of simply allocating the overall compression rate to each image slice Poor chroma and rough edges. And the JPEG-LS and PNG prediction templates and edge detection operators are introduced to calculate the information content of image slices. A large number of experimental results show that: using the compression rate pre-allocation algorithm, the visual effect of the reconstructed image can be improved and strengthened to varying degrees, and the MSE is significantly reduced. It is especially effective for images with concentrated regions; JPEG-LS and PNG are used to predict The algorithm and the edge detection operator of the small template to measure the information of the image slice have better real-time performance and effectiveness, and can meet the hardware requirements.
Description
一、所属技术领域1. Technical field
本发明属于VLSI设计技术领域。具体涉及到在JPEG2000硬件实现中设计出一种新的JPEG2000压缩率预分配算法。The invention belongs to the technical field of VLSI design. Specifically, it involves designing a new JPEG2000 compression rate pre-allocation algorithm in JPEG2000 hardware implementation.
二、背景技术2. Background technology
JPEG2000静态图像压缩标准自其发布以来一直成为工程界和学术界所关注的热点。JPEG2000协议中所有关于压缩率控制(rate control)部分都是针对一个图像片进行,它详尽地说明了在一个图像片内应该如何分配有限长的码字,才能使图像重建后的失真达到最小。但是,对于比较大的图像,一般都会把它划分成多个图像片来处理,所有前向分量变换、DC位移、离散小波变换、量化、算术编码以及分层截断和打包,都只会在一个图像片的内部进行。那么应该如何在图像片之间进行压缩率分配呢?对于这个问题,从目前所了解到的国内和国际上已经发布的所有JPEG2000协议和关于JPEG2000压缩率控制方面的论文以及在JPEG2000软硬件结构实现上来看都没有相关的文献讨论这个问题,更没有提出相关的解决措施。从JasPer/JPEG2000源程序来看,它没有考虑到图像片之间的信息差别,只是将图像的整体压缩率平均分配给每一个图像片而已。申请人经过观察研究发现,当信息在整幅图像上分布比较均匀或压缩比相对较低的时候,这种处理方法还差强人意;但如果信息在各个图像片间分布极度不均和高压缩比的情况下,用此方法压缩图像在图像片与片之间会出现明显的色度差和边缘不光滑。当然不能让用户来手动设定每个图像片的压缩率,应该有一套根据图像片信息含量进行压缩率自动分配的自适应算法去解决这个问题。JPEG2000 static image compression standard has been a hot spot in engineering and academic circles since its release. All the compression rate control (rate control) parts in the JPEG2000 protocol are carried out for an image slice, which explains in detail how to allocate a finite length of codewords in an image slice in order to minimize the distortion of the image after reconstruction. However, for a relatively large image, it is generally divided into multiple image slices for processing, and all forward component transformation, DC displacement, discrete wavelet transform, quantization, arithmetic coding, and layered truncation and packaging will only be performed in one Image slices are made internally. So how should the compression ratio be allocated between image slices? For this problem, from all the JPEG2000 protocols that have been released domestically and internationally, and the papers on JPEG2000 compression rate control, as well as the realization of JPEG2000 hardware and software structure, there is no relevant literature discussing this problem, let alone put forward related solutions. Judging from the JasPer/JPEG2000 source program, it does not take into account the information difference between the image slices, but just distributes the overall compression rate of the image to each image slice on average. After observation and research, the applicant found that this processing method is not satisfactory when the information is evenly distributed on the entire image or the compression ratio is relatively low; but if the information is extremely unevenly distributed among various image slices and the compression ratio is Under normal circumstances, when using this method to compress images, there will be obvious chromaticity difference and rough edges between image slices. Of course, the user cannot manually set the compression rate of each image slice. There should be an adaptive algorithm that automatically allocates the compression rate according to the information content of the image slice to solve this problem.
但是传统的信息量的评价方法,如Shannon信息量要对图像的像素值进行统计,而且还要进行对数运算。同样MSE统计方法,需要对原图像进行两次扫描,而且还要进行平方运算。因此传统的信息含量的计算方法由于其计算量相当大,无法满足硬件的实时性要求,因此找到一种合适的信息量统计方法来评定图像的信息含量是必要的。However, the traditional evaluation methods of information content, such as Shannon information content, need to count the pixel values of the image, and also perform logarithmic operations. The same MSE statistical method requires two scans of the original image and a square operation. Therefore, the traditional calculation method of information content cannot meet the real-time requirements of hardware due to its large amount of calculation. Therefore, it is necessary to find a suitable statistical method of information content to evaluate the information content of images.
三、发明内容3. Contents of the invention
根据上述背景技术存在的缺陷和不足,本发明的目的在于,提供一种JPEG2000多图像片压缩率预分配算法。According to the defects and deficiencies in the above-mentioned background technology, the object of the present invention is to provide a JPEG2000 multi-picture slice compression rate pre-allocation algorithm.
本发明采用的解决方案是:首先计算图像的信息含量,然后根据图像的信息含量在图像片之间进行压缩率的预分配;另外引入JPEG-LS与PNG的预测模块和边缘检测模块来衡量图像的信息含量;The solution adopted by the present invention is: firstly calculate the information content of the image, and then pre-allocate the compression rate between the image slices according to the information content of the image; in addition, introduce JPEG-LS and PNG prediction module and edge detection module to measure the image information content;
至少包括以下步骤:Include at least the following steps:
1)引入预测模板和边缘检测算子进行图像片的信息量评价1) Introduce prediction templates and edge detection operators to evaluate the information content of image slices
a)采用JPEG-LS或PNG预测模块,在四邻域范围内预测,设x’为预测量,则预测信息含量:x-x’(x为实际象素值),总体图象片的信息含量为所有像素的预测信息含量的总和;a) Adopt JPEG-LS or PNG prediction module to predict within the scope of the four neighborhoods, let x' be the predicted amount, then predict the information content: x-x' (x is the actual pixel value), the information content of the overall image is the sum of the predicted information content of all pixels;
b)边缘检测算子评价图象的信息量的方法:首先用边缘检测模板作用于原图象,得到各像素的信息量;各像素信息量总和就是图像的信息量;B) the method for edge detection operator evaluation image information volume: at first act on original image with edge detection template, obtain the information volume of each pixel; The sum of each pixel information volume is exactly the information volume of image;
2)根据不同图像片的信息含量和用户设定的压缩比的乘积作为加权系数分配各个图像片的压缩比。2) Assign the compression ratio of each image slice according to the product of the information content of different image slices and the compression ratio set by the user as a weighting coefficient.
本发明的JPEG2000多图像片压缩率预分配算法,重建图像的视觉效果可以得到不同程度的改善和加强,MSE显著降低,对于目标具有区域集中性的图像,尤为有效;用JPEG-LS与PNG预测算法和小模板的边缘检测算子来衡量图像片的信息量有较好的实时性和有效性,能够满足硬件设计的要求。The JPEG2000 multi-image slice compression rate pre-allocation algorithm of the present invention can improve and strengthen the visual effect of the reconstructed image in different degrees, and the MSE is significantly reduced. It is especially effective for images with regional concentration of the target; use JPEG-LS and PNG to predict The algorithm and the edge detection operator of the small template to measure the information of the image slice have better real-time performance and effectiveness, and can meet the requirements of hardware design.
四、附图说明4. Description of drawings
图1是本发明的预测过程示意图;Fig. 1 is a schematic diagram of the prediction process of the present invention;
图2是本发明的预测模板示意图;Fig. 2 is a schematic diagram of a prediction template of the present invention;
图3是JPEG-LS预测算法示意图;Fig. 3 is a schematic diagram of the JPEG-LS prediction algorithm;
图4是PNG预测算法示意图;Fig. 4 is a schematic diagram of PNG prediction algorithm;
图5是边缘检测过程示意图;Fig. 5 is a schematic diagram of the edge detection process;
图6是简化的边缘检测模板示意图;Fig. 6 is a schematic diagram of a simplified edge detection template;
图7是改进后的JPEG2000编码流程图。Fig. 7 is an improved JPEG2000 encoding flow chart.
五、具体实施方式5. Specific implementation
本发明是根据图像片信息含量在图像片之间进行压缩率自动分配的算法。以下结合附图对本发明作进一步的详细描述。The invention is an algorithm for automatically distributing the compression rate among the image slices according to the information content of the image slices. The present invention will be described in further detail below in conjunction with the accompanying drawings.
1.信息含量的评价方法1. Evaluation method of information content
图像信息含量的评价方法有很多,通常使用Shannon信息量来衡量。但是,Shannon信息量需要对所有点的像素值进行统计,而且还要对得到的统计概率进行对数运算,计算量很大,实时性差。同样均方误差(MSE)MSE也是一种衡量图像信息含量的方法,它需要对整个图像进行两次扫描,而且还要进行平方运算,因此计算量也相当大,更重要的是,它无法实现并行运算。另外,Shannon信息量和MSE统计方法都没有考虑图像像素的领域信息。针对上面两种方法的缺陷,首次引入边缘检测和预测模板来衡量图像信息含量的实用算法,这两个算子的实时性和有效性大大优于Shannon和MSE。There are many evaluation methods for image information content, and Shannon information content is usually used to measure it. However, the amount of Shannon information needs to count the pixel values of all points, and also perform logarithmic operation on the obtained statistical probability, which requires a large amount of calculation and poor real-time performance. The same mean square error (MSE) MSE is also a method to measure the information content of the image. It needs to scan the entire image twice, and also perform square operations, so the calculation amount is quite large, and more importantly, it cannot be realized. Parallel operation. In addition, Shannon's information content and MSE statistical methods do not consider the domain information of image pixels. Aiming at the shortcomings of the above two methods, it is the first time to introduce edge detection and prediction templates to measure the practical algorithm of image information content. The real-time performance and effectiveness of these two operators are much better than those of Shannon and MSE.
*预测信息含量 对图像加一个预测模块,然后用预测值与源像素值进行差值,最后用这个差值进行信息含量的计算。*Prediction information content Add a prediction module to the image, then use the difference between the predicted value and the source pixel value, and finally use this difference to calculate the information content.
预测信息含量的计算流程如图1所示,这种预测模块主要是基于四领域(图2)进行预测的,通常的预测模块有JPEG-LS(图3)和PNG(图4),这两个预测模块具有三个有利的特点:The calculation process of predicting information content is shown in Figure 1. This prediction module is mainly based on four domains (Fig. 2). The usual prediction modules include JPEG-LS (Fig. 3) and PNG (Fig. 4). A prediction module has three favorable characteristics:
1)计算量小;1) The amount of calculation is small;
2)考虑了领域信息;2) Domain information is considered;
3)更符合信息量的定义。3) It is more in line with the definition of information volume.
*基于边缘检测的统计法*Statistics based on edge detection
边缘对一幅图像来说是非常重要的特性,因此边缘也是衡量图像信息含量的一个重要标志。引入一些边缘检测模板先检测出图像的边缘,再用边缘来确定图像的信息含量,也是一种重要的方法。The edge is a very important feature for an image, so the edge is also an important symbol to measure the information content of the image. It is also an important method to introduce some edge detection templates to first detect the edge of the image, and then use the edge to determine the information content of the image.
通常的边缘检测算子有Roberts交叉算子、Sobel算子、Prewitt算子、Laplace算子、LOG算子和Canny算子等。边缘越丰富,图像所包含的信息含量就越大。检验边缘的最优算子首推Canny算子,它不仅可以检测图像的边缘,而且具有去噪的功能。通过实验发现,使用9×9Canny算子进行信息含量统计后,压缩率分配的平均效果确实是最好的,而且稳定性高。美中不足在于运算量过于庞大,无论是硬件还是软件,恐怕其开销都难以承受。Common edge detection operators include Roberts intersection operator, Sobel operator, Prewitt operator, Laplace operator, LOG operator and Canny operator, etc. The richer the edge, the greater the information content contained in the image. The best operator to check the edge is the Canny operator, which can not only detect the edge of the image, but also has the function of denoising. It is found through experiments that after using the 9×9Canny operator for information content statistics, the average effect of the compression rate distribution is indeed the best, and the stability is high. The fly in the ointment is that the amount of calculation is too large, whether it is hardware or software, I am afraid that the overhead will be unbearable.
本发明推荐一种简化的边缘检测算子(如图6),使用这种模板不需要进行乘法运算,效率大大提高。在实用中,还可以通过每4个点或8个点进行间隔采样,然后再进行边缘检测。这样不仅提高了运算速度,而且可以检测到大边缘,不易受到噪声的干扰。采用这种方法只需要付出很小的运算代价,就可以在压缩比不变的情况下显著提高图像质量,是本发明重点推荐的一种压缩率预分配算法。The present invention recommends a simplified edge detection operator (as shown in FIG. 6 ). The use of this template does not require multiplication, and the efficiency is greatly improved. In practice, it is also possible to perform interval sampling every 4 points or 8 points, and then perform edge detection. This not only improves the computing speed, but also can detect large edges and is not easily disturbed by noise. Using this method only needs to pay a small calculation cost, and the image quality can be significantly improved under the condition of constant compression ratio, which is a compression ratio pre-allocation algorithm recommended by the present invention.
2.预分配过程2. Pre-allocation process
令ImageSize为原始图像大小,N为划分出的图像片个数,ratio为用户给定的压缩比,ri(i=1,2,3,…N)为每一个图像片的压缩率权系数,满足(2.1)式:
令Ri为每一个图像片所分配到的字节数,则:Let R i be the number of bytes allocated to each image slice, then:
(2.2)(2.2)
Ri=ImageSize×ratio×ri这里压缩率权系数rk可以用公式(2.3)得到。
其中Ik为图像片k所对应的信息含量,可以用前面所给出的任意一种评价方法求出。加入压缩率预分配模块之后的JPEG2000编码流程如图7所示。Among them, I k is the information content corresponding to image slice k, which can be calculated by any evaluation method given above. The JPEG2000 encoding process after the compression rate pre-allocation module is added is shown in Figure 7 .
使用基于图像片信息含量的预分配算法对许多具有区域集中性的图像进行测试,结果表明:压缩解压后的效果可以得到大幅度的增强,本算法具有较高的实时性和有效性。Using the pre-allocation algorithm based on the information content of image slices to test many images with regional concentration, the results show that the effect of compression and decompression can be greatly enhanced, and this algorithm has high real-time and effectiveness.
图像片的信息含量指可重构一幅图像片所需要的最小压缩存储空间。后一种意义没有一个确切的量化标准,它跟具体的去除冗余信息的算法密切相关。因此对于图像而言,不止是跟图像的像素值有关,而且和像素的位置排列密切相关。而Shannon信息量和MSE统计量,没有考虑到像素的位置信息。预测模板和边缘检测模块它们都考虑了与领域信息的关系,因此这种信息含量不仅是表达了像素值的统计更重要的是包含了像素位置信息的累计。另外预测模板和边缘检测算子的计算量小,只需在图像输入的前端加上2~3个图像的行存即可实时计算图像片的信息量,而无需多次扫描图像。The information content of an image slice refers to the minimum compressed storage space required to reconstruct an image slice. There is no exact quantitative standard for the latter meaning, and it is closely related to specific algorithms for removing redundant information. Therefore, for an image, it is not only related to the pixel value of the image, but also closely related to the position arrangement of the pixels. However, Shannon's information content and MSE statistics do not take into account the location information of pixels. Both the prediction template and the edge detection module take into account the relationship with domain information, so this information content not only expresses the statistics of pixel values, but more importantly, it includes the accumulation of pixel position information. In addition, the calculation amount of the prediction template and the edge detection operator is small, and the information amount of the image slice can be calculated in real time by adding 2 to 3 image line stores at the front end of the image input without scanning the image multiple times.
压缩率预分配算法,是指根据每一个图像片的信息含量的大小,将用户设定的压缩率分配到各个图像片中的方法。首先根据信息评定的方法计算出各个图像片的信息含量,然后再根据信息量的不同,给每个图像片分配不同的压缩率分配权系数,然后再与用户设定的压缩率相乘就可以得到当前图像片的实际压缩率。The compression rate pre-allocation algorithm refers to a method of allocating the compression rate set by the user to each image slice according to the size of the information content of each image slice. First, calculate the information content of each image slice according to the method of information evaluation, and then assign different compression ratio distribution weight coefficients to each image slice according to the difference in information content, and then multiply it with the compression rate set by the user. Get the actual compression rate of the current image slice.
大量的试验结果表明:使用压缩率预分配算法,重建图像的视觉效果可以得到不同程度的改善和加强,MSE显著降低,对于目标具有区域集中性的图像,尤为有效;用JPEG-LS与PNG预测算法和小模板的边缘检测算子来衡量图像片的信息量有较好的实时性和有效性,能够满足硬件设计的要求。A large number of experimental results show that: using the compression rate pre-allocation algorithm, the visual effect of the reconstructed image can be improved and strengthened to varying degrees, and the MSE is significantly reduced. It is especially effective for images with concentrated regions; use JPEG-LS and PNG to predict The algorithm and the edge detection operator of the small template to measure the information of the image slice have better real-time performance and effectiveness, and can meet the requirements of hardware design.
Claims (2)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN 03114604 CN1241149C (en) | 2003-04-07 | 2003-04-07 | Compression rate pre-allocation algorithm for JPEG 2000 multi-picture photo |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN 03114604 CN1241149C (en) | 2003-04-07 | 2003-04-07 | Compression rate pre-allocation algorithm for JPEG 2000 multi-picture photo |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN1448892A true CN1448892A (en) | 2003-10-15 |
| CN1241149C CN1241149C (en) | 2006-02-08 |
Family
ID=28684129
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN 03114604 Expired - Fee Related CN1241149C (en) | 2003-04-07 | 2003-04-07 | Compression rate pre-allocation algorithm for JPEG 2000 multi-picture photo |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN1241149C (en) |
Cited By (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2009097824A1 (en) * | 2008-02-05 | 2009-08-13 | Huawei Technologies Co., Ltd. | Compressive sampling for multimedia coding |
| CN101742308A (en) * | 2008-11-04 | 2010-06-16 | 精工爱普生株式会社 | Display system, image output device and image display device |
| CN101438597B (en) * | 2006-05-17 | 2011-05-11 | 富士通株式会社 | Image data compression device, compression method, and image data decompression device, decompression method |
| CN103179396A (en) * | 2013-03-04 | 2013-06-26 | 中国科学院长春光学精密机械与物理研究所 | CCSDS image compression code rate control system and method for application of a space TDICCD camera |
| WO2020077625A1 (en) * | 2018-10-19 | 2020-04-23 | 深圳市汇顶科技股份有限公司 | Data processing method and apparatus |
| WO2020150992A1 (en) * | 2019-01-25 | 2020-07-30 | 深圳市大疆创新科技有限公司 | Method and device for bit rate assignment |
-
2003
- 2003-04-07 CN CN 03114604 patent/CN1241149C/en not_active Expired - Fee Related
Cited By (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101438597B (en) * | 2006-05-17 | 2011-05-11 | 富士通株式会社 | Image data compression device, compression method, and image data decompression device, decompression method |
| WO2009097824A1 (en) * | 2008-02-05 | 2009-08-13 | Huawei Technologies Co., Ltd. | Compressive sampling for multimedia coding |
| US8553994B2 (en) | 2008-02-05 | 2013-10-08 | Futurewei Technologies, Inc. | Compressive sampling for multimedia coding |
| CN101742308A (en) * | 2008-11-04 | 2010-06-16 | 精工爱普生株式会社 | Display system, image output device and image display device |
| US8559529B2 (en) | 2008-11-04 | 2013-10-15 | Seiko Epson Corporation | Display system, image output device and image display device |
| CN103179396A (en) * | 2013-03-04 | 2013-06-26 | 中国科学院长春光学精密机械与物理研究所 | CCSDS image compression code rate control system and method for application of a space TDICCD camera |
| WO2020077625A1 (en) * | 2018-10-19 | 2020-04-23 | 深圳市汇顶科技股份有限公司 | Data processing method and apparatus |
| WO2020150992A1 (en) * | 2019-01-25 | 2020-07-30 | 深圳市大疆创新科技有限公司 | Method and device for bit rate assignment |
Also Published As
| Publication number | Publication date |
|---|---|
| CN1241149C (en) | 2006-02-08 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8781244B2 (en) | Combined deblocking and denoising filter | |
| Talukder et al. | Haar wavelet based approach for image compression and quality assessment of compressed image | |
| CN1099188C (en) | Signal self-adaptive wave filter method and filter | |
| US8238424B2 (en) | Complexity-based adaptive preprocessing for multiple-pass video compression | |
| CN1085464C (en) | Signal adaptive postprocessing system for reducing blocking effects and ringing noise | |
| CN1547853A (en) | Filtering method and device for eliminating blockiness and/or ringing noise | |
| CN101841713B (en) | Video coding method for reducing coding code rate and system | |
| JP5015129B2 (en) | Quantization control method and quantization control system adapted to real time | |
| CN1448892A (en) | Compression rate pre-allocation algorithm for JPEG 2000 multi-picture photo | |
| Hussain et al. | Developed JPEG Algorithm applied in image compression | |
| AU2009303343A1 (en) | Reduced DC gain mismatch and DC leakage in overlap transform processing | |
| Lakhani | DCT coefficient prediction for JPEG image coding | |
| Joshua et al. | Comparison of DCT and DWT image compression | |
| CN107181963A (en) | A kind of video-frequency compression method and device | |
| Wang et al. | Design and implementation of a real-time global tone mapping processor for high dynamic range video | |
| CN101032170A (en) | Preprocessing device and method before encoding video image sequence | |
| Deforges et al. | Locally Adaptive Resolution method for progressive still image coding | |
| Mohamed Sathik et al. | Hybrid JPEG compression using edge based segmentation | |
| Cai et al. | Inpainting for compressed images | |
| CN1822050A (en) | All-Phase Inverse Cosine Biorthogonal Transform and Its Improvement Method for JPEG | |
| CN1236621C (en) | Device and method for image coding according to the degree of distortion of image macroblocks | |
| CN1774722A (en) | Method and apparatus for improving video quality of low bitrate video | |
| Liu et al. | Embedding high dynamic range tone mapping in JPEG compression | |
| CN1713728A (en) | Method and device for removing block effect in video coding-decoding system | |
| Islam et al. | A new image compression scheme using repeat reduction and arithmetic coding |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| C14 | Grant of patent or utility model | ||
| GR01 | Patent grant | ||
| C17 | Cessation of patent right | ||
| CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20060208 Termination date: 20120407 |