JP3554073B2 - Encoding method and apparatus - Google Patents
Encoding method and apparatus Download PDFInfo
- Publication number
- JP3554073B2 JP3554073B2 JP10566495A JP10566495A JP3554073B2 JP 3554073 B2 JP3554073 B2 JP 3554073B2 JP 10566495 A JP10566495 A JP 10566495A JP 10566495 A JP10566495 A JP 10566495A JP 3554073 B2 JP3554073 B2 JP 3554073B2
- Authority
- JP
- Japan
- Prior art keywords
- image
- code data
- encoding
- sorting
- layer
- 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.)
- Expired - Fee Related
Links
Images
Landscapes
- Image Input (AREA)
- Processing Or Creating Images (AREA)
- Image Processing (AREA)
- Compression Of Band Width Or Redundancy In Fax (AREA)
Description
【0001】
【産業上の利用分野】
本発明は、特に階層符号化を用いて高速に画像を符号化できる符号化方法及び装置に関するものである。
【0002】
【従来の技術】
まず、通常の階層符号化の概念について、図5を用いて説明する。図において、501はイメージスキャナ等によって読み取られた、或いは各種ソフトウェアによって人工的に作製された原画像である。502〜504はそれぞれ501を縮小して作られた縮小画像である。505〜507はそれぞれ2階層間の画像を入力して符号化を行う符号器である。508は縮小画像504が最低の解像度であるため、この画像のみを用いて符号化する符号器である。
【0003】
尚、実際の適用には、505〜508は物理的に同一の符号器を用いることが多いが、説明のために便宜上別のものとして示す。
【0004】
各符号器505〜508によってそれぞれ符号化された符号データは、509の符号データ収集部で、全て一つのデータとしてまとめられ、510のような、例えば磁気ディスク等の蓄積メディアに保存される。
【0005】
図6は、階層化された符号データの一例を示す図である。図において、L3は原画(最高解像度)レイヤの符号データであり、L0は最低解像度の符号データである。また、n3〜n0は各階層における各々の符号データ長である。EOL(End Of Layer)は各階層における符号の終了を示すマーカーコードである。
【0006】
上述の構成において、符号化時には、原画から順次画像の縮小が行われるため、高解像度側の符号から順に出力される(L3→L0)。一方、復号化時には、小さい画像から順に再生しなければならない。
【0007】
従って、L0の符号データを読み出すためには、L3〜L1の部分をスキップしなければならない。そのためには、各階層でのEOLを検出カウントしていくか、或いは符号化時に、別途n3〜n0を算出して別途保存しておき、その値分だけ順次スキップしなくてはならない。
【0008】
次に、上述の階層符号化を用いたシステムの構成例を図7に示す。図7では、全ての機器及びブロックが便宜上共通なバスで結合されているが、必ずしも共通のバス上にある必要性はない。
【0009】
図において、701はイメージスキャナである。尚、イメージスキャナ701で読み取る画像がカラーか白黒かについては特に言及しない。702はプリンタである。703はMPUであり、システム全体の制御を行う。705は画像縮小部であり、スキャナ701により入力された原画から縮小画、或いは縮小画から更に小さな縮小画を生成する部分である。
【0010】
尚、この画像縮小部705には、必要に応じて画像メモリが具備されており、その画像縮小方式については特に言及しない。
【0011】
上述の画像縮小部705により縮小されて階層化された画像データは、706の符号・復号器に送られ、符号化される。一般的に、画像縮小部705、符号・復号器706は、共通ブロックであることが多いが、便宜上分割して示すものである。そして、符号・復号器706にて出力される符号データは、708の記録メディアに蓄積される。
【0012】
【発明が解決しようとする課題】
しかしながら、上述した階層符号化では、以下のような欠点があった。
【0013】
まず、階層化された符号データは、通常符号器によって高解像度→低解像度の順に出力されるので、低解像度側から表示したい復号器側では、符号データへのアクセス方法に問題があり、表示までの速度が遅くなるという欠点があった。
【0014】
また、符号データのアクセス性を良くするためには、符号データの他に、別途符号データ管理情報等を保存しておく必要性があった。
【0015】
そして、符号データを、直接保存用の比較的アクセススピードが遅い記録媒体(光磁気ディスクなど)に記録しようとすると、アクセススピードの問題から、複数画像を高速に蓄積できないという欠点があった。
【0016】
本発明は、上記課題を解決するために成されたもので、階層的に符号化されたデータを一時的に蓄積し、ソートにより階層順を入れ換え、各階層の符号長情報を削除した符号データを蓄積することにより、高速に階層符号化及び復号化を行える符号化方法及び装置を提供することを目的とする。
【0017】
【課題を解決するための手段】
上記目的を達成するために、本発明の符号化方法は以下の工程を有する。
【0018】
少なくとも1回、原画像サイズより小さいサイズに原画像を縮小する画像縮小工程と、前記原画像及び画像縮小工程により縮小された画像を階層的に符号化する階層符号化工程と、前記階層符号化工程により符号化された各階層の符号データを蓄積する第1の蓄積工程と、前記第1の蓄積工程で蓄積された符号データの順序を逆にソートするソート工程と、前記ソート工程によりソートされた符号データを蓄積する第2の蓄積工程とを有し、前記第2の蓄積工程は、前記ソート工程により階層順が入れ換えられ、各階層の符号長情報が削除された符号データを蓄積する。
【0019】
また、上記目的を達成するために、本発明の符号化装置は以下のような構成を備える。
【0020】
少なくとも1回、原画像サイズより小さいサイズに原画像を縮小する画像縮小手段と、前記原画像及び画像縮小手段により縮小された画像を階層的に符号化する階層符号化手段と、前記階層符号化手段により符号化された各階層の符号データを蓄積する第1の蓄積手段と、前記第1の蓄積手段に蓄積された符号データの順序を逆にソートするソート手段と、前記ソート手段によりソートされた符号データを蓄積する第2の蓄積手段とを備え、前記第2の蓄積手段は、前記ソート手段により階層順が入れ換えられ、各階層の符号長情報が削除された符号データを蓄積する。
【0022】
【実施例】
以下、図面を参照しながら本発明に係る好適な一実施例を詳細に説明する。
【0023】
図1は、本実施例における階層符号化を用いたシステムの構成を示すブロック図である。図中、101〜103、105、106、108、及び109は前述した図7の701〜703、705、706、708、及び709と同等である。
【0024】
図7との相違点は、符号化されたデータは、107の比較的アクセススピードの速い一次保管メディア(例えば、磁気ディスクなど)に一旦保管され、必要に応じて104のソータ(SORT)に送られ、符号データの順序を入れ換える点である。
【0025】
ここで、本実施例における階層符号化の動作を図2乃至図4を参照して以下に説明する。
【0026】
図2は、画像スキャン時における画像データの流れを示す図である。
【0027】
まず、スキャナ201によって読み込まれた画像データは、画像縮小部205に伝送され、少なくとも1回、階層画像を形成するために縮小される。そして、縮小前の原画像データ及び縮小後の画像データはそれぞれ階層符号器206によって符号化され、各解像度の符号データが図6に示すフォーマットに従って一次記憶装置207に蓄積される。この一次記憶装置207は、高速な画像読み取り速度にリアルタイムで対応するために、磁気ディスクなどの比較的高速な記録メディアが使用される。
【0028】
尚、図6に示すように、各階層の符号データ(L3〜L0:最高解像度の符号データL3が先行することに注意)と共に、各階層の符号長(n3〜n0)が付加され、一次記憶装置207に蓄積される。
【0029】
次に、図3は符号ソート時における画像データの流れを示す図である。
【0030】
図3において、一次記憶装置307に蓄積された符号データは、必要に応じてソータ304に伝送される。もちろん、スキャン後、そのスキャンが正常になされなかったり、また保存しなくても良い原稿であったと判断された場合にはソータ304に伝送せずに廃棄することも可能である。
【0031】
また、ソータ304は各階層の符号長(n3〜n0)を参照することにより、図6に示す順序の各階層の符号データを高速にソートし、最低解像度の符号から最高解像度の符号へというように、符号化時とは逆の順序に変換する。そして、ソート処理後、各階層の符号データ(L0〜L3:最低解像の符号データL0が先行することに注意)は、二次的な記憶装置308に伝送される。
【0032】
尚、ソート後の符号データは、低解像度(レイヤ0)から高解像度(レイヤ3)の順に、既にソートされているので、復号時に符号データの並べ換えを行わなくても良いので、階層別の符号長を別途保存する必要はなくなる。
【0033】
また、この二次記憶装置308を構成するメディアは、長期/大量蓄積のため、アクセスが高速である必要性もないので、リムーバルな光磁気ディスクなどが一般的に使用される。
【0034】
次に、図4は二次記憶装置408に格納されている符号データの復号、表示、或いはプリント時における各データの流れを示す図である。
【0035】
二次記憶装置408から読み出された符号データ(L0〜L3)は、復号装置406に最低解像度のものから最高解像度のものへ順に転送され、それぞれ復号処理が行われた後、表示のためにディスプレイ409、或いはプリントのためにプリンタ402に送られる。
【0036】
このように、2段階の記憶装置、即ち、大量、かつ、長期保存用とは別に、高速アクセス可能な記憶装置を設ける構成により、スキャナでの高速な読み込みに対応した階層符号化が可能となり、また符号データをソートし、その順序を復号処理に適したものに変えて二次記憶装置に記憶しておくことにより、表示或いはプリンタ時に迅速な復号化が行える。
【0037】
更に、復号時の符号データの順序入れ換え用に別途符号データの管理ファイルなどを保存しておく必要性がなくなるため、ファイル管理の繁雑さを解消でき、かつ、データ容量を軽減することも可能である。
【0038】
また、本実施例では、一時的な記憶装置として、磁気ディスクを想定したが、更に高速な読み取り/保存が要求される場合には、RAM等の半導体メモリなどの使用が有効であることは言うまでもない。
【0039】
更に、本実施例では、全体を制御するためのMPUとは別に符号データの並べ換え専用のソータを設けたが、MPU上のソフトウェアでソート機能を実現可能であることも言うまでもない。
【0040】
尚、本発明は、複数の機器から構成されるシステムに適用しても、1つの機器から成る装置に適用しても良い。
【0041】
また、本発明はシステム或いは装置にプログラムを供給することによって達成される場合にも適用できることは言うまでもない。
【0042】
【発明の効果】
以上説明したように、本発明によれば、階層的に符号化されたデータを一時的に蓄積し、ソートにより階層順を入れ換え、各階層の符号長情報を削除した符号データを蓄積することにより、高速に階層符号化及び復号化を行える符号化方法及び装置を提供することが可能となる。
【0043】
【図面の簡単な説明】
【図1】本実施例におけるシステム構成を示すブロック図である。
【図2】画像のスキャン時における符号データの流れを示す図である。
【図3】ソート時における符号データの流れを示す図である。
【図4】復号、表示、或いはプリント時におけるデータの流れを示す図である。
【図5】通常の階層符号化の概念を示す図である。
【図6】階層化された符号データの構成を示す図である。
【図7】通常の階層符号化を用いたシステムの構成を示す図である。
【符号の説明】
101 イメージスキャナ
102 プリンタ
103 MPU
104 ソータ
105 画像縮小部
106 符号化/復号化部
107 磁気ディスク
108 光磁気ディスク
109 ディスプレイ
201 イメージスキャナ
202 プリンタ
203 MPU
204 ソータ
205 画像縮小部
206 符号化/復号化部
207 磁気ディスク
208 光磁気ディスク
209 ディスプレイ
301 イメージスキャナ
302 プリンタ
303 MPU
304 ソータ
305 画像縮小部
306 符号化/復号化部
307 磁気ディスク
308 光磁気ディスク
309 ディスプレイ
401 イメージスキャナ
402 プリンタ
403 MPU
404 ソータ
405 画像縮小部
406 符号化/復号化部
407 磁気ディスク
408 光磁気ディスク
409 ディスプレイ
501 原画像
502 縮小された画像
503 縮小された画像
504 縮小された画像(最低解像度画像)
505 階層型の符号化器
506 階層型の符号化器
507 階層型の符号化器
508 最低解像度画像用の符号化器
509 各階層の符号データの収集部
510 磁気ディスク
701 イメージスキャナ
702 プリンタ
703 MPU
705 画像縮小部
706 符号化/復号化部
708 符号データ保存用記録メディア
709 ディスプレイ[0001]
[Industrial applications]
The present invention relates to an encoding method and apparatus capable of encoding an image at high speed using hierarchical encoding, in particular.
[0002]
[Prior art]
First, the concept of ordinary hierarchical coding will be described with reference to FIG. In the figure,
[0003]
In actual applications, 505 to 508 often use the same physical encoder, but are shown separately for convenience of explanation.
[0004]
The code data encoded by the
[0005]
FIG. 6 is a diagram illustrating an example of hierarchized code data. In the figure, L3 is code data of an original picture (highest resolution) layer, and L0 is code data of the lowest resolution. Further, n3 to n0 are code data lengths in each layer. EOL (End Of Layer) is a marker code indicating the end of the code in each layer.
[0006]
In the above-described configuration, at the time of encoding, since the image is sequentially reduced from the original image, the image is output in order from the code on the high resolution side (L3 → L0). On the other hand, at the time of decoding, images must be reproduced in order from the smallest image.
[0007]
Therefore, in order to read the code data of L0, it is necessary to skip L3 to L1. For this purpose, EOL in each layer must be detected and counted, or n3 to n0 must be separately calculated and stored separately at the time of encoding, and then skipped by that value.
[0008]
Next, FIG. 7 shows a configuration example of a system using the above-described hierarchical coding. In FIG. 7, all devices and blocks are conveniently connected by a common bus, but need not necessarily be on a common bus.
[0009]
In the figure,
[0010]
Note that the
[0011]
The image data reduced and hierarchized by the above-described
[0012]
[Problems to be solved by the invention]
However, the above-described hierarchical coding has the following disadvantages.
[0013]
First, the hierarchized code data is output in the order of high-resolution to low-resolution by the normal encoder, so on the decoder side to display from the low-resolution side, there is a problem in the access method to the code data, and until the display. However, there is a disadvantage that the speed is slow.
[0014]
Further, in order to improve the accessibility of the code data, it is necessary to separately store code data management information and the like in addition to the code data.
[0015]
When code data is to be recorded on a recording medium for direct storage having a relatively low access speed (such as a magneto-optical disk), there is a disadvantage that a plurality of images cannot be stored at high speed due to a problem of access speed.
[0016]
The present invention has been made to solve the above-mentioned problem, and temporarily stores hierarchically encoded data, rearranges the hierarchical order by sorting , and deletes the code length information of each layer. It is an object of the present invention to provide an encoding method and apparatus capable of performing hierarchical encoding and decoding at high speed by accumulating .
[0017]
[Means for Solving the Problems]
In order to achieve the above object, the encoding method of the present invention has the following steps.
[0018]
An image reduction step of reducing the original image to a size smaller than the original image size at least once, a hierarchical encoding step of hierarchically encoding the original image and the image reduced by the image reduction step, and the hierarchical encoding A first accumulation step of accumulating code data of each layer encoded by the step, a sorting step of reversing the order of the code data accumulated in the first accumulation step, and a sorting step of sorting by the sorting step. and have a second storage step of storing the code data, the second storage step, hierarchical order is replaced by the sorting step, accumulates encoded data code length information of each layer has been removed.
[0019]
In order to achieve the above object, an encoding device according to the present invention has the following configuration.
[0020]
Image reducing means for reducing the original image to a size smaller than the original image size at least once, hierarchical coding means for hierarchically coding the original image and the image reduced by the image reducing means, First storage means for storing the code data of each layer encoded by the means, sorting means for reversely sorting the order of the code data stored in the first storage means, and sorting by the sorting means. and a second storing means for storing the code data, said second storage means, hierarchical order is replaced by the sorting means, you accumulate encoded data code length information of each layer has been removed.
[0022]
【Example】
Hereinafter, a preferred embodiment according to the present invention will be described in detail with reference to the drawings.
[0023]
FIG. 1 is a block diagram illustrating a configuration of a system using hierarchical coding in the present embodiment. In the figure, 101 to 103, 105, 106, 108, and 109 are equivalent to 701 to 703, 705, 706, 708, and 709 in FIG.
[0024]
The difference from FIG. 7 is that the encoded data is temporarily stored in a primary storage medium (for example, a magnetic disk or the like) 107 having a relatively high access speed and transmitted to a sorter (SORT) 104 as necessary. The point is that the order of the code data is changed.
[0025]
Here, the operation of hierarchical encoding in the present embodiment will be described below with reference to FIGS.
[0026]
FIG. 2 is a diagram showing a flow of image data at the time of image scanning.
[0027]
First, the image data read by the
[0028]
As shown in FIG. 6, the code length (n3 to n0) of each layer is added to the code data (L3 to L0: note that the highest resolution code data L3 precedes) of each layer, and the primary storage is performed. It is stored in the
[0029]
Next, FIG. 3 is a diagram showing a flow of image data at the time of code sorting.
[0030]
In FIG. 3, code data stored in the
[0031]
The
[0032]
Since the sorted code data is already sorted in order from low resolution (layer 0) to high resolution (layer 3), it is not necessary to rearrange the code data at the time of decoding. There is no need to store the length separately.
[0033]
Since the medium constituting the
[0034]
Next, FIG. 4 is a diagram showing a flow of each data at the time of decoding, displaying, or printing the code data stored in the
[0035]
The code data (L0 to L3) read from the
[0036]
As described above, by providing a two-stage storage device, that is, a configuration in which a storage device capable of high-speed access is provided separately from a large-capacity storage device for long-term storage, hierarchical encoding corresponding to high-speed reading by a scanner becomes possible. In addition, the code data is sorted, the order is changed to one suitable for the decoding process, and the data is stored in the secondary storage device, so that quick decoding can be performed during display or printing.
[0037]
Further, since there is no need to separately save a code data management file or the like for changing the order of the code data at the time of decoding, the complexity of file management can be eliminated, and the data capacity can be reduced. is there.
[0038]
Further, in this embodiment, a magnetic disk is assumed as a temporary storage device. However, when higher-speed reading / storing is required, it goes without saying that the use of a semiconductor memory such as a RAM is effective. No.
[0039]
Furthermore, in this embodiment, a sorter dedicated to rearrangement of the code data is provided separately from the MPU for controlling the whole, but it goes without saying that the sorting function can be realized by software on the MPU.
[0040]
The present invention may be applied to a system including a plurality of devices or to an apparatus including a single device.
[0041]
Needless to say, the present invention can be applied to a case where the present invention is achieved by supplying a program to a system or an apparatus.
[0042]
【The invention's effect】
As described above, according to the present invention, it is possible to temporarily accumulate hierarchically encoded data, change the order of layers by sorting, and accumulate code data in which the code length information of each layer is deleted. , It is possible to provide an encoding method and apparatus capable of performing hierarchical encoding and decoding at high speed.
[0043]
[Brief description of the drawings]
FIG. 1 is a block diagram illustrating a system configuration according to an embodiment.
FIG. 2 is a diagram showing a flow of code data at the time of scanning an image.
FIG. 3 is a diagram showing a flow of code data at the time of sorting.
FIG. 4 is a diagram showing a data flow at the time of decoding, display, or printing.
FIG. 5 is a diagram illustrating the concept of ordinary hierarchical coding.
FIG. 6 is a diagram showing a configuration of hierarchized code data.
FIG. 7 is a diagram showing a configuration of a system using ordinary hierarchical coding.
[Explanation of symbols]
101
505
705
Claims (4)
前記原画像及び画像縮小手段により縮小された画像を階層的に符号化する階層符号化手段と、
前記階層符号化手段により符号化された各階層の符号データを蓄積する第1の蓄積手段と、
前記第1の蓄積手段に蓄積された符号データの順序を逆にソートするソート手段と、
前記ソート手段によりソートされた符号データを蓄積する第2の蓄積手段とを備え、
前記第2の蓄積手段は、前記ソート手段により階層順が入れ換えられ、各階層の符号長情報が削除された符号データを蓄積することを特徴とする符号化装置。Image reducing means for reducing the original image to a size smaller than the original image size at least once;
Hierarchical encoding means for hierarchically encoding the original image and the image reduced by the image reducing means,
First storage means for storing code data of each layer encoded by the layer encoding means;
Sorting means for sorting the order of the code data stored in the first storage means in reverse order;
A second storage unit for storing the code data sorted by the sorting unit ,
Said second storage means, the hierarchical order is replaced by sorting means, the encoding apparatus characterized that you accumulated code data code length information of each layer has been removed.
前記原画像及び画像縮小工程により縮小された画像を階層的に符号化する階層符号化工程と、
前記階層符号化工程により符号化された各階層の符号データを蓄積する第1の蓄積工程と、
前記第1の蓄積工程で蓄積された符号データの順序を逆にソートするソート工程と、
前記ソート工程によりソートされた符号データを蓄積する第2の蓄積工程とを有し、
前記第2の蓄積工程は、前記ソート工程により階層順が入れ換えられ、各階層の符号長情報が削除された符号データを蓄積することを特徴とする符号化方法。An image reduction step of reducing the original image at least once to a size smaller than the original image size;
A hierarchical encoding step of hierarchically encoding the original image and the image reduced by the image reduction step,
A first accumulation step of accumulating code data of each layer encoded by the layer encoding step;
A sorting step of reversing the order of the code data accumulated in the first accumulation step;
Have a second storage step of storing the sorted code data by the sorting step,
The encoding method according to claim 2, wherein the second storing step stores code data in which the order of the layers is changed by the sorting step and the code length information of each layer is deleted .
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP10566495A JP3554073B2 (en) | 1995-04-28 | 1995-04-28 | Encoding method and apparatus |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP10566495A JP3554073B2 (en) | 1995-04-28 | 1995-04-28 | Encoding method and apparatus |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH08305868A JPH08305868A (en) | 1996-11-22 |
JP3554073B2 true JP3554073B2 (en) | 2004-08-11 |
Family
ID=14413712
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP10566495A Expired - Fee Related JP3554073B2 (en) | 1995-04-28 | 1995-04-28 | Encoding method and apparatus |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3554073B2 (en) |
-
1995
- 1995-04-28 JP JP10566495A patent/JP3554073B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JPH08305868A (en) | 1996-11-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US4441208A (en) | Picture information processing and storing device | |
US5402248A (en) | Image encoding apparatus and method | |
US7085423B2 (en) | Apparatus and method for filing and reproducing images | |
EP0551012B1 (en) | Image processing method and apparatus therefor | |
US4156880A (en) | Method for transmitting a facsimile signal by sequential edge differential coding | |
JP3554073B2 (en) | Encoding method and apparatus | |
EP0674445A2 (en) | Moving picture decoding device | |
US4446492A (en) | Information recording system | |
JPH06334872A (en) | Picture processing unit | |
EP0831661A2 (en) | Apparatus for decoding variable length coded data | |
JP2518421B2 (en) | Document information storage device | |
JP4713957B2 (en) | Image processing device | |
JPS646589B2 (en) | ||
JPH0320871A (en) | Image retriever | |
JP2851894B2 (en) | Display control method for image retrieval device | |
JPH04277981A (en) | Picture compression system | |
JPH02206873A (en) | Picture retrieving system | |
JP2945553B2 (en) | High-speed restoration of image data | |
JPS61100472A (en) | Printer-controlling system | |
JP3395924B2 (en) | Image input control device | |
JPH07226848A (en) | Picture signal encoding device | |
KR960002298A (en) | High Density Recording Method | |
JP3081665B2 (en) | Frame memory device | |
JP2000196867A (en) | Method and device for image processing | |
JP2735133B2 (en) | Facsimile machine |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20040227 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20040325 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20040423 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20040506 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090514 Year of fee payment: 5 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100514 Year of fee payment: 6 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100514 Year of fee payment: 6 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110514 Year of fee payment: 7 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120514 Year of fee payment: 8 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120514 Year of fee payment: 8 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130514 Year of fee payment: 9 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140514 Year of fee payment: 10 |
|
LAPS | Cancellation because of no payment of annual fees |