JP2001045488A - Method and device for decoding image and recording medium - Google Patents

Method and device for decoding image and recording medium

Info

Publication number
JP2001045488A
JP2001045488A JP2000138365A JP2000138365A JP2001045488A JP 2001045488 A JP2001045488 A JP 2001045488A JP 2000138365 A JP2000138365 A JP 2000138365A JP 2000138365 A JP2000138365 A JP 2000138365A JP 2001045488 A JP2001045488 A JP 2001045488A
Authority
JP
Japan
Prior art keywords
decoding
image data
image
degree
decoded
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.)
Pending
Application number
JP2000138365A
Other languages
Japanese (ja)
Inventor
Hideya Takeo
英哉 武尾
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujifilm Holdings Corp
Original Assignee
Fuji Photo Film Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fuji Photo Film Co Ltd filed Critical Fuji Photo Film Co Ltd
Priority to JP2000138365A priority Critical patent/JP2001045488A/en
Publication of JP2001045488A publication Critical patent/JP2001045488A/en
Pending legal-status Critical Current

Links

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Compression Of Band Width Or Redundancy In Fax (AREA)

Abstract

PROBLEM TO BE SOLVED: To decode image data encoded by a multi-structure bit stream format in accordance with a request made at the time of decoding. SOLUTION: This image decoding method reads encoded image data S0 encoded by an encoding system using wavelet transformation and inputs the data S0 to a decoding means 2. An inputting means 3 inputs a decoding mode selected from a standard mode, a semi-high speed mode and a high speed mode, and the means 2 decodes the data S0 in accordance with the inputted decoding mode. In the standard mode, for instance, decoded image data S1 are obtained by performing inverse wavelet transformation after performing decoding up to the highest resolution. The obtained decoded image data S1 are inputted to a reproducing means 4 so that the data are reproduced.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、ウェーブレット変
換やJPEGファイル形式におけるDCT変換のような
手法を用いてマルチ構造ビットストリーム形式にて符号
化された画像データを復号化する画像復号化方法および
装置並びに画像復号化方法をコンピュータに実行させる
ためのプログラムを記録したコンピュータ読取り可能な
記録媒体に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image decoding method and apparatus for decoding image data encoded in a multi-structure bit stream format using a technique such as a wavelet transform or a DCT transform in a JPEG file format. The present invention also relates to a computer-readable recording medium on which a program for causing a computer to execute an image decoding method is recorded.

【0002】[0002]

【従来の技術】メディカルネットワークの画像サーバに
おける画像データ圧縮や、通信やファイリング等の一般
的なデータ圧縮の分野において、種々の圧縮アルゴリズ
ムが提案されている。例えば、非常に効率のよい圧縮ア
ルゴリズムとしてWTCQ方式(P.Sriram and M.W.Mar
cellin, "Image coding using wavelet transforms and
entropy-constrained trellis-coded quantization", I
EEE Transactions on Image Processing, vol.4, pp.72
5-733, June 1995)、あるいはSPIHT方式(A.Said
and W.A.Pearlman, "A New Fast and Efficient Image
Codec Based on Set Partitioning in Hierarchical T
rees", IEEE Transactions on Circuitsand Systems fo
r Video Tech., vol.6, pp.243-250, June 1996)が提
案されている。これらの方式は、まず、原画像を表すオ
リジナル画像データをウェーブレット変換して多重解像
度の変換画像データを得、この変換画像データをクラス
分けするとともにビット配分を決定し、この決定された
ビット配分によりTCQ方式を用いて量子化を行って量
子化データを得る。そして量子化データをエントロピー
コーディングして符号化画像データを得るものである。
2. Description of the Related Art Various compression algorithms have been proposed in the field of image data compression in image servers of medical networks and general data compression such as communication and filing. For example, the WTCQ method (P. Sriram and MWMar
cellin, "Image coding using wavelet transforms and
entropy-constrained trellis-coded quantization ", I
EEE Transactions on Image Processing, vol.4, pp.72
5-733, June 1995) or SPIHT method (A. Said
and WAPearlman, "A New Fast and Efficient Image
Codec Based on Set Partitioning in Hierarchical T
rees ", IEEE Transactions on Circuitsand Systems fo
r Video Tech., vol.6, pp.243-250, June 1996) has been proposed. In these methods, first, original image data representing an original image is subjected to wavelet transform to obtain multi-resolution converted image data, the converted image data is classified, and bit allocation is determined. Quantization is performed using the TCQ method to obtain quantized data. Then, encoded image data is obtained by entropy coding the quantized data.

【0003】このように、ウェーブレット変換を用いた
符号化方式においては、オリジナルの画像データは複数
の周波数帯域における構造物を表す多重解像度空間の画
像データに変換されており、符号化画像データはマルチ
構造のビットストリーム形式を有するものとなる。
As described above, in the encoding method using the wavelet transform, original image data is converted into image data in a multi-resolution space representing a structure in a plurality of frequency bands, and the encoded image data is It has the bit stream format of the structure.

【0004】また、一般的なJPEG圧縮の分野におい
て行われているDCT変換は、オリジナルの画像データ
をブロック分割した後に離散コサイン変換(DCT)
し、ビット配分を決定して量子化を行って量子化データ
を得、この量子化データを符号化して符号化データを得
るものである。このようなDCT変換を用いた符号化方
式において、各ブロックにおけるデータは、直流成分と
交流成分とに分解され、交流成分においてはそのブロッ
クにおける低周波から高周波までの構造物を表すもので
あるため、符号化画像データはマルチ構造のビットスト
リーム形式を有するものとなる。
[0004] DCT transform performed in the general field of JPEG compression is performed by dividing original image data into blocks and then performing discrete cosine transform (DCT).
Then, bit allocation is determined and quantization is performed to obtain quantized data, and the quantized data is encoded to obtain encoded data. In such an encoding method using the DCT transform, data in each block is decomposed into a DC component and an AC component, and the AC component represents a structure from a low frequency to a high frequency in the block. The encoded image data has a multi-structure bit stream format.

【0005】[0005]

【発明が解決しようとする課題】本発明は、上述したよ
うなマルチ構造ビットストリーム形式の符号化データを
復号化する際に、所望とする態様で符号化データを復号
化することができる画像復号化方法および装置並びに画
像復号化方法をコンピュータに実行させるためのプログ
ラムを記録したコンピュータ読取り可能な記録媒体を提
供することを目的とするものである。
SUMMARY OF THE INVENTION The present invention relates to an image decoding system capable of decoding encoded data in a desired manner when decoding encoded data in a multi-structure bit stream format as described above. It is an object of the present invention to provide a computer-readable recording medium on which a program for causing a computer to execute the decoding method and apparatus and the image decoding method is recorded.

【0006】[0006]

【課題を解決するための手段】本発明による画像復号化
方法は、画像データをマルチ構造ビットストリーム形式
により符号化することにより得られた符号化画像データ
を復号化して復号化画像データを得る画像復号化方法に
おいて、前記復号化の程度を変更して、前記符号化画像
データを復号化することを特徴とするものである。
An image decoding method according to the present invention decodes encoded image data obtained by encoding image data in a multi-structure bit stream format to obtain decoded image data. In the decoding method, the degree of the decoding is changed, and the encoded image data is decoded.

【0007】ここで、「マルチ構造ビットストリーム形
式により符号化する」とは、上述したようにウェーブレ
ット変換やDCT変換により画像データを多重解像度空
間に変換した後に、符号化することをいう。
Here, "encoding in a multi-structure bit stream format" refers to encoding after converting image data into a multi-resolution space by wavelet transform or DCT transform as described above.

【0008】また、「復号化の程度を変更する」とは、
マルチ構造ビットストリーム形式において、高画質の画
像が得られる最高解像度まで再現可能なように復号化す
ること、あるいは画質は多少犠牲にしても復号化のため
の演算時間を短縮できるように任意の解像度までしか復
号化しないことをいう。なお、任意の解像度までしか復
号化しない場合において、元の画像データと同一サイズ
となるように補間演算により拡大することも、本発明の
「復号化」に含めるものとする。
[0008] Further, "changing the degree of decoding" means
In a multi-structure bit stream format, decoding is performed so that it can be reproduced up to the highest resolution that can obtain a high-quality image, or an arbitrary resolution is used so that the calculation time for decoding can be reduced even if image quality is somewhat sacrificed This means that decoding is performed only up to that point. In the case where decoding is performed only up to an arbitrary resolution, enlargement by interpolation to have the same size as the original image data is also included in the “decoding” of the present invention.

【0009】なお、本発明による画像復号化方法におい
ては、前記復号化の程度に応じて予め定められた複数の
復号化モードを選択可能とし、選択された復号化モード
に応じて前記符号化画像データを復号化することが好ま
しい。
In the image decoding method according to the present invention, a plurality of predetermined decoding modes can be selected according to the degree of decoding, and the coded image is selected according to the selected decoding mode. Preferably, the data is decrypted.

【0010】また、前記復号化モードの一つは、復号化
のための演算時間に基づいて前記復号化の程度を定めた
ものであることが好ましく、さらには、復号化された画
像データを再生することにより得られる画像の画質に基
づいて前記復号化の程度を定めたものであることが好ま
しい。
[0010] In one of the decoding modes, it is preferable that the degree of the decoding is determined based on a calculation time for the decoding. It is preferable that the degree of decoding is determined based on the image quality of the image obtained by the decoding.

【0011】さらに、前記復号化モードの一つは、復号
化された画像データを出力する出力手段の種類に基づい
て前記復号化の程度を定めたものであることが好まし
く、復号化された画像データの用途に基づいて前記復号
化の程度を定めたものであることが好ましい。
Further, in one of the decoding modes, it is preferable that the degree of the decoding is determined based on the type of output means for outputting the decoded image data. Preferably, the degree of the decoding is determined based on the use of the data.

【0012】本発明による画像復号化装置は、画像デー
タをマルチ構造ビットストリーム形式により符号化する
ことにより得られた符号化画像データを復号化して復号
化画像データを得る画像復号化装置において、前記復号
化の程度を変更して、前記符号化画像データを復号化す
る復号化手段を備えたことを特徴とするものである。
An image decoding apparatus according to the present invention is an image decoding apparatus for decoding encoded image data obtained by encoding image data in a multi-structure bit stream format to obtain decoded image data. Decoding means for changing the degree of decoding and decoding the encoded image data is provided.

【0013】なお、本発明による画像復号化装置におい
て、前記復号化の程度に応じて予め定められた複数の復
号化モードを選択する選択手段をさらに備え、前記復号
化手段は、前記選択手段により選択された復号化モード
に応じて前記符号化画像データを復号化する手段である
ことが好ましい。
In the image decoding apparatus according to the present invention, the image decoding apparatus further comprises a selecting means for selecting a plurality of predetermined decoding modes according to the degree of the decoding, and the decoding means comprises: It is preferable that the decoding means is means for decoding the encoded image data in accordance with the selected decoding mode.

【0014】また、本発明による画像復号化装置におい
ては、前記復号化モードの一つは、復号化のための演算
時間に基づいて前記復号化の程度を定めたものであるこ
とが好ましく、さらには、復号化された画像データを再
生することにより得られる画像の画質に基づいて前記復
号化の程度を定めたものであることが好ましい。
In the image decoding apparatus according to the present invention, it is preferable that one of the decoding modes determines the degree of the decoding based on an operation time for the decoding. Preferably, the degree of decoding is determined based on the image quality of an image obtained by reproducing the decoded image data.

【0015】さらに、前記復号化モードの一つは、復号
化された画像データを出力する出力手段の種類に基づい
て前記復号化の程度を定めたものであることが好まし
く、復号化された画像データの用途に基づいて前記復号
化の程度を定めたものであることが好ましい。
Further, in one of the decoding modes, it is preferable that the degree of the decoding is determined based on the type of output means for outputting the decoded image data. Preferably, the degree of the decoding is determined based on the use of the data.

【0016】なお、本発明による画像復号化方法を、コ
ンピュータに実行させるためのプログラムとして、コン
ピュータ読取り可能な記録媒体に記録して提供してもよ
い。
The image decoding method according to the present invention may be provided by being recorded on a computer-readable recording medium as a program for causing a computer to execute the method.

【0017】[0017]

【発明の効果】本発明によれば、マルチ構造ビットスト
リーム形式により符号化された符号化画像データを復号
化する際に、その復号化の程度を変更するようにしたた
め、復号化時の要求に応じて所望とする復号化の程度に
より符号化画像データを復号化することができる。例え
ば、演算時間を短縮したい場合には、最高解像度までの
復号化を行わないように復号化の程度を変更し、高画質
の画像を得たい場合には最高解像度までの復号化を行う
ように復号化の程度を変更することができる。
According to the present invention, the degree of decoding is changed when decoding coded image data coded in the multi-structure bit stream format. Accordingly, the encoded image data can be decoded according to a desired degree of decoding. For example, if you want to reduce the computation time, change the degree of decoding so that decoding is not performed up to the highest resolution, and if you want to obtain a high-quality image, perform decoding up to the highest resolution. The degree of decryption can be changed.

【0018】また、復号化の程度を予め定められた複数
の復号化モードから選択可能とすることにより、復号化
の程度の変更を容易に行うことができ、これによりユー
ザの便宜を図ることができる。
Further, by making the degree of decoding selectable from a plurality of predetermined decoding modes, it is possible to easily change the degree of decoding, thereby facilitating the user's convenience. it can.

【0019】[0019]

【発明の実施の形態】以下図面を参照して本発明の実施
形態について説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0020】図1は本発明の実施形態による画像復号化
装置の構成を示す概略ブロック図である。なお、本実施
形態においてはオリジナルの画像データをウェーブレッ
ト変換を用いた符号化方式により符号化した符号化画像
データS0を復号化するものとして説明する。図1に示
すように、本実施形態による画像復号化装置は、符号化
画像データS0を記憶した記憶手段1と、記憶手段1か
ら読み出された符号化画像データS0を復号化する復号
化手段2と、復号化手段2における復号化のモードを設
定するキーボード、マウスなどの入力手段3と、復号化
により得られた復号化画像データS2を再生するモニ
タ、プリンタなどの再生手段4とを備えてなる。
FIG. 1 is a schematic block diagram showing a configuration of an image decoding apparatus according to an embodiment of the present invention. In the present embodiment, description will be made assuming that the coded image data S0 obtained by coding the original image data by the coding method using the wavelet transform is decoded. As shown in FIG. 1, an image decoding apparatus according to the present embodiment includes a storage unit 1 that stores encoded image data S0, and a decoding unit that decodes the encoded image data S0 read from the storage unit 1. An input unit 3 such as a keyboard and a mouse for setting a decoding mode in the decoding unit 2, and a reproducing unit 4 such as a monitor and a printer for reproducing the decoded image data S2 obtained by the decoding. It becomes.

【0021】オリジナルの画像データは具体的には以下
のようにして各階層毎の階層データに分解されて符号化
されて記憶手段1に記憶されている。まず図2(a)に
示すように、画像データがウェーブレット変換されて複
数の解像度毎の4つのデータLL1、HL0、LH0お
よびHH0に分解される。ここで、データLL1は画像
の縦横を1/2に縮小した画像を表し、データHL0、
LH0およびHH0はそれぞれ縦エッジ、横エッジおよ
び斜めエッジ成分の画像を表すものとなる。そして、図
2(b)に示すようにデータLL1をさらにウェーブレ
ット変換して4つのデータLL2、HL1、LH1およ
びHH1を得る。ここで、データLL2はデータLL1
の縦横をさらに1/2に縮小した画像を表すものとな
り、データHL1、LH1およびHH1はそれぞれデー
タLL1の縦エッジ、横エッジおよび斜めエッジ成分の
画像を表すものとなる。そして、ウェーブレット変換を
行う毎に得られるデータLLに対してウェーブレット変
換を所望とする回数繰り返して、複数の解像度毎のデー
タを得る。その後、図2(c)に示すように、各解像度
毎のデータを符号化し、符号化された各階層のデータを
1つのファイルからなる符号化画像データS0として記
憶手段1に記憶するものである。
More specifically, the original image data is decomposed into hierarchical data for each hierarchy, encoded and stored in the storage means 1 as follows. First, as shown in FIG. 2A, image data is subjected to wavelet transform and decomposed into four data LL1, HL0, LH0, and HH0 for each of a plurality of resolutions. Here, the data LL1 represents an image obtained by reducing the height and width of the image to half, and the data HL0,
LH0 and HH0 represent images of vertical edge, horizontal edge and oblique edge components, respectively. Then, as shown in FIG. 2B, the data LL1 is further subjected to wavelet transform to obtain four data LL2, HL1, LH1 and HH1. Here, the data LL2 is the data LL1
Of the data HL1, LH1, and HH1 represent images of the vertical, horizontal, and oblique edge components of the data LL1, respectively. Then, the data LL obtained each time the wavelet transform is performed is repeated as many times as desired by the wavelet transform to obtain data for a plurality of resolutions. Thereafter, as shown in FIG. 2C, the data for each resolution is encoded, and the encoded data of each layer is stored in the storage unit 1 as encoded image data S0 composed of one file. .

【0022】入力手段3からは、「標準モード」、「準
高速モード」および「高速モード」の3つの復号化モー
ドが選択的に入力される。この入力としては、「標準モ
ード」、「準高速モード」および「高速モード」を番号
により入力するものであってもよく、これらのモードを
モニタ(不図示)に表示して、マウスを用いてモニタの
画面をクリックすることによりモードを入力するもので
あってもよい。
From the input means 3, three decoding modes of "standard mode", "quasi-high-speed mode" and "high-speed mode" are selectively input. As this input, "standard mode", "quasi-high-speed mode", and "high-speed mode" may be input by number. These modes are displayed on a monitor (not shown), and The mode may be input by clicking the screen of the monitor.

【0023】「標準モード」は、符号化画像データS0
を最高解像度まで復号化した後に、復号化された各階層
データに対して逆ウェーブレット変換を施して復号化画
像データS1を得るモードである。「準高速モード」
は、符号化画像データS0を最高解像度の1/2の解像
度まで復号化した後に、最高解像度の階層データの値と
して0を挿入して1/2解像度まで復号化された階層デ
ータとともに逆ウェーブレット変換を施して復号化画像
データS1を得るモードである。「高速モード」は、符
号化画像データS0を最高解像度の1/2の解像度まで
復号化した後に、1/2解像度まで復号化された階層デ
ータを逆ウェーブレット変換して復号化画像データを
得、これを線形補間によって2倍に拡大して元の画像デ
ータと同一サイズの復号化画像データS1を得るモード
である。
In the "standard mode", the encoded image data S0
Is a mode in which after decoding to the highest resolution, inverse wavelet transform is performed on each of the decoded hierarchical data to obtain decoded image data S1. "Quasi-fast mode"
Is obtained by decoding the coded image data S0 to a half resolution of the highest resolution, inserting 0 as the value of the highest resolution hierarchical data, and performing inverse wavelet transform together with the hierarchical data decoded to 1/2 resolution. Is performed to obtain the decoded image data S1. In the “high-speed mode”, after decoding the encoded image data S0 to a resolution of 1 / of the highest resolution, the hierarchical data decoded to 1 / resolution is subjected to inverse wavelet transform to obtain decoded image data. This is a mode in which this is enlarged twice by linear interpolation to obtain decoded image data S1 having the same size as the original image data.

【0024】ここで、標準モード、準高速モードおよび
高速モードにおいては、復号化の処理時間は、標準モー
ド>準高速モード>高速モードとなり、高速モードが最
も高速で復号化を行うことができる。また、復号化によ
り得られる画像の画質は標準モード>準高速モード>高
速モードとなり、標準モードが最も高画質となる。な
お、準高速モードおよび高速モードでは1/2解像度ま
でしか復号化を行っていないが、準高速モードではウェ
ーブレット変換、高速モードでは線形補間によりその後
の処理を行うものであるため、処理速度は高速モードの
方が速くなり、画質は準高速モードの方が高画質とな
る。ここで、本出願人による胸部の放射線画像のシミュ
レーション結果を下記に示す。なお、表1においてPS
NRとは、画質の指標となる値である。
Here, in the standard mode, the quasi-high-speed mode and the high-speed mode, the decoding processing time is as follows: standard mode> quasi-high-speed mode> high-speed mode. The image quality of the image obtained by decoding is as follows: standard mode> quasi-high speed mode> high speed mode, and the standard mode has the highest image quality. In the quasi-high-speed mode and the high-speed mode, decoding is performed only up to 1/2 resolution. However, in the quasi-high-speed mode, the subsequent processing is performed by linear interpolation, and the processing speed is high. The mode is faster, and the image quality is higher in the semi-high-speed mode. Here, a simulation result of a radiation image of the chest by the present applicant is shown below. In Table 1, PS
NR is a value serving as an index of image quality.

【0025】[0025]

【表1】 次いで、本実施形態の動作について説明する。図3は本
実施形態の動作を示すフローチャートである。まず、記
憶手段1から符号化画像データS0が読み出され(ステ
ップS1)、入力手段3から入力された復号化モードが
判断される(ステップS2、ステップS3)。入力され
た復号化モードが標準モードである場合にはステップS
2が肯定されて、符号化画像データS0が上記標準モー
ドにより復号化されて復号化画像データS1が得られる
(ステップS4)。
[Table 1] Next, the operation of the present embodiment will be described. FIG. 3 is a flowchart showing the operation of the present embodiment. First, the encoded image data S0 is read from the storage unit 1 (step S1), and the decoding mode input from the input unit 3 is determined (step S2, step S3). If the input decoding mode is the standard mode, step S
2 is affirmed, and the encoded image data S0 is decoded in the standard mode to obtain the decoded image data S1 (step S4).

【0026】一方、入力された復号化モードが準高速モ
ードである場合には、ステップS2が否定されてステッ
プS3が肯定され、符号化画像データS0が上記準高速
モードにより復号化されて復号化画像データS1が得ら
れる(ステップS5)。さらに、入力された符号化モー
ドが高速モードである場合には、ステップS2,S3が
否定されて、上述した高速モードにより符号化画像デー
タが復号化されて復号化画像データS1が得られる(ス
テップS6)。得られた復号化画像データS1は再生手
段4において再生に供され(ステップS7)、処理を終
了する。
On the other hand, if the input decoding mode is the quasi-high speed mode, step S2 is denied and step S3 is affirmed, and the coded image data S0 is decoded in the quasi-high speed mode and decoded. Image data S1 is obtained (step S5). Further, when the input encoding mode is the high-speed mode, steps S2 and S3 are denied, and the encoded image data is decoded in the high-speed mode to obtain the decoded image data S1 (step S2). S6). The obtained decoded image data S1 is provided for playback by the playback means 4 (step S7), and the process is terminated.

【0027】このように、本実施形態においては、入力
手段3から入力された復号化モードに応じて、符号化画
像データS0の復号化の程度を変更するようにしたた
め、復号化時の要求に応じて適切に復号化された復号化
画像データS1を得ることができる。
As described above, in the present embodiment, the degree of decoding of the coded image data S0 is changed according to the decoding mode input from the input means 3, so that the request at the time of decoding can be satisfied. Accordingly, decoded image data S1 appropriately decoded can be obtained.

【0028】また、復号化画像データS1を再生する装
置によってその性能が異なり、高性能な装置においては
高画質の画像を再生可能であるが、それほど性能がよく
ない装置においては、復号化に長時間を要するために高
画質の画像を再生することができない。このため、従来
は再生する装置に応じて画像データの符号化方式を変更
してその装置に応じた符号化画像データを得るようにし
ていたが、この場合は他の装置において画像を再生しよ
うとするとその符号化方式を他の装置に適合したものに
変更する(トランスコーディング)する必要があり、効
率的でなかった。このような場合、本実施形態による画
像処理装置を用いることにより、単一の符号化画像デー
タS0があれば、再生装置の性能に応じて復号化の程度
を変更して復号化を行うことができるため、トランスコ
ーディングの必要がなくなるものである。
The performance differs depending on the apparatus for reproducing the decoded image data S1, and a high-performance apparatus can reproduce a high-quality image, but a low-performance apparatus requires a long time for decoding. Since it takes time, high-quality images cannot be reproduced. For this reason, conventionally, the encoding method of the image data was changed according to the device to be reproduced to obtain encoded image data according to the device, but in this case, it is attempted to reproduce the image on another device. Then, it was necessary to change (transcode) the encoding method to one suitable for another device, which was not efficient. In such a case, by using the image processing apparatus according to the present embodiment, if there is a single piece of encoded image data S0, it is possible to perform decoding by changing the degree of decoding according to the performance of the playback apparatus. This eliminates the need for transcoding.

【0029】なお、上記実施形態においては、符号化画
像データS0として、オリジナルの画像データをウェー
ブレット変換により階層化する方式により符号化された
ものを用いているが、DCT変換方式により符号化した
符号化画像データS0を用いるようにしてもよい。この
場合、DCT変換方式においてはオリジナルの画像デー
タが複数のブロックに分割され、各ブロックにおいて直
流成分と交流成分とが作成されてこれらが符号化される
ことにより符号化画像データS0が得られるものであ
る。この際、交流成分は、そのブロックにおける低周波
から高周波までの構造物を表すものであるため、復号化
の際に交流成分を復号する程度を変更することにより、
復号化の演算時間および復号化画像データS1を再生す
ることにより得られる画像の画質を変更できるものであ
る。すなわち、図4に示すように各ブロックにおける符
号化画像データS0は、直流成分と交流成分とからなっ
ており、交流成分を最高周波数まで復号化することによ
り、復号化に時間は要するが復号化画像データS1は高
画質のものとなる。一方、交流成分を途中の周波数まで
復号化すれば、画質は多少劣化するものの復号化の演算
時間は短縮できる。したがって、交流成分の復号化の程
度を変更することにより、上記実施形態と同様に、復号
化の程度を変更することができ、これにより、復号化時
の要求に応じて適切に復号化された復号化画像データS
1を得ることができる。
In the above-described embodiment, the coded image data S0 is obtained by coding the original image data by the layering method by the wavelet transform. However, the coded image data S0 is coded by the DCT method. The structured image data S0 may be used. In this case, in the DCT transform method, original image data is divided into a plurality of blocks, and a DC component and an AC component are created in each block, and these are encoded to obtain encoded image data S0. It is. At this time, since the AC component represents a structure from the low frequency to the high frequency in the block, by changing the degree of decoding the AC component at the time of decoding,
The decoding operation time and the image quality of an image obtained by reproducing the decoded image data S1 can be changed. That is, as shown in FIG. 4, the coded image data S0 in each block is composed of a DC component and an AC component. The image data S1 has high image quality. On the other hand, if the AC component is decoded to an intermediate frequency, the image processing time can be reduced although the image quality is slightly degraded. Therefore, by changing the degree of decoding of the AC component, the degree of decoding can be changed in the same manner as in the above-described embodiment. Decoded image data S
1 can be obtained.

【0030】また、上記実施形態においては、入力手段
3から、標準モード、準高速モードおよび高速モードの
3つのモードを選択するようにしているが、復号化のモ
ードはこれに限定されるものではなく、標準モードと高
速モードのみでもよく、さらに例えば最高解像度の1/
4までの解像度までしか復号化しないようなより高速に
復号化を行うモードなど種々のモードを選択可能として
もよい。また、所望とする復号化の程度を入力手段3か
ら文字により入力するようにしてもよい。
In the above embodiment, three modes of the standard mode, the quasi-high-speed mode and the high-speed mode are selected from the input means 3, but the decoding mode is not limited to this. And only the standard mode and the high-speed mode may be used.
Various modes may be selectable, such as a mode in which decoding is performed at a higher speed such that decoding is performed only up to a resolution of up to 4. Alternatively, the desired degree of decoding may be input from the input means 3 using characters.

【0031】さらに、上記実施形態においては、入力手
段3から、標準モード、準高速モードおよび高速モード
の3つのモードを選択して復号化の程度を変更している
が、これらのモードに替えて、復号化画像データS1の
出力先に応じて復号化の程度を変更してもよい。具体的
には、入力手段3から出力先として「レーザプリンタ」
および「CRTモニタ」の2つの復号化モードを選択可
能とし、「レーザプリンタ」が選択された場合には、画
質を重視した「標準モード」により符号化画像データS
0を復号化して復号化画像データS1を得るようにす
る。一方、CRTモニタは再生する画像データが高画質
の画像を再現可能なものであっても、それほど高画質の
画像を再現することができないものである。したがっ
て、出力先として「CRTモニタ」が選択された場合に
は、高速で復号化可能な「高速モード」により符号化画
像データS0を復号化して復号化画像データS1を得る
ようにすればよい。
Further, in the above embodiment, three modes of the standard mode, the quasi-high speed mode and the high speed mode are selected from the input means 3 to change the degree of decoding. Alternatively, the degree of decoding may be changed according to the output destination of the decoded image data S1. More specifically, “laser printer”
And "CRT monitor", and when "laser printer" is selected, the encoded image data S
0 is decoded to obtain decoded image data S1. On the other hand, a CRT monitor cannot reproduce a high quality image even if the reproduced image data can reproduce a high quality image. Therefore, when the "CRT monitor" is selected as the output destination, the encoded image data S0 may be decoded in the "high-speed mode" capable of decoding at high speed to obtain the decoded image data S1.

【0032】また、符号化画像データS0が放射線画像
を表す画像データを符号化したものである場合、放射線
科においては放射線画像を観察して詳細な診断を行う必
要があることから、再生される画像は高画質であること
が好ましい。一方、臨床科においては放射線画像は参照
程度にしか用いられないため、それほど高画質である必
要はない。したがって、入力手段3から出力先として
「放射線科の端末」および「臨床科の端末」の2つの復
号化モードを選択可能とし、「放射線科の端末」が選択
された場合には、画質を重視した「標準モード」により
符号化画像データS0を復号化して復号化画像データS
1を得るようにし、「臨床科の端末」が選択された場合
には、高速で復号化可能な「高速モード」により符号化
画像データS0を復号化して復号化画像データS1を得
るようにしてもよい。
When the coded image data S0 is obtained by coding image data representing a radiographic image, it is reproduced because the radiology department needs to observe the radiographic image to make a detailed diagnosis. The image is preferably of high quality. On the other hand, in a clinical department, a radiographic image is used only for reference, so that it is not necessary to have a very high image quality. Accordingly, two decoding modes of “radiology terminal” and “clinical terminal” can be selected as an output destination from the input means 3, and when “radiology terminal” is selected, image quality is emphasized. The encoded image data S0 is decoded by the "standard mode"
1 is obtained, and when "clinical department terminal" is selected, the encoded image data S0 is decoded by the "high-speed mode" capable of high-speed decoding to obtain the decoded image data S1. Is also good.

【0033】さらに、復号化画像データS1の利用目的
に応じて復号化の程度を変更してもよい。例えば、符号
化画像データS0が放射線画像を表す画像データを符号
化したものである場合、1次診断を行う場合には放射線
画像を観察して詳細な所見を作成する必要があることか
ら、再生される画像は高画質であることが好ましい。一
方、経過観察などの過去画像を用いた診断を行う場合に
は、ある程度の画質は必要であるものの1次診断ほど高
画質である必要はない。また、放射線画像を参照用途と
して用いる場合には、それほど高画質である必要はな
い。したがって、入力手段3から利用目的として「1次
診断用途」、「過去画像診断用途」および「参照用途」
の3つの復号化モードを選択可能とし、「1次診断用
途」が選択された場合には、画質を重視した「標準モー
ド」により符号化画像データS0を復号化して復号化画
像データS1を得るようにし、「過去画像診断用途」が
選択された場合にはある程度の画質の画像が得られる
「準高速モード」により符号化画像データS0を復号化
して復号化画像データS1を得るようにし、「参照用
途」が選択された場合には、高速で復号化可能な「高速
モード」により符号化画像データS0を復号化して復号
化画像データS1を得るようにしてもよい。
Further, the degree of decoding may be changed according to the purpose of use of the decoded image data S1. For example, when the coded image data S0 is obtained by coding image data representing a radiation image, when performing a primary diagnosis, it is necessary to observe the radiation image to create a detailed finding. It is preferable that the image to be obtained has high image quality. On the other hand, when performing a diagnosis using a past image such as follow-up observation, a certain image quality is required, but it is not necessary to be as high as the primary diagnosis. In addition, when a radiation image is used for reference, it is not necessary to have a very high image quality. Therefore, the use purpose from the input means 3 is “primary diagnostic use”, “past image diagnostic use”, and “reference use”.
When the "primary diagnostic use" is selected, the coded image data S0 is decoded by the "standard mode" which emphasizes image quality to obtain the decoded image data S1. As described above, when the "past image diagnosis use" is selected, the coded image data S0 is decoded by the "quasi-high speed mode" in which an image of a certain image quality is obtained to obtain the decoded image data S1, When the "reference application" is selected, the encoded image data S0 may be decoded to obtain the decoded image data S1 in a "high-speed mode" in which decoding can be performed at a high speed.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の実施形態による画像復号化装置の構成
を示す概略ブロック図
FIG. 1 is a schematic block diagram illustrating a configuration of an image decoding device according to an embodiment of the present invention.

【図2】画像データをウェーブレット変換して階層毎に
符号化する状態を示す図
FIG. 2 is a diagram showing a state in which image data is wavelet transformed and encoded for each layer.

【図3】本実施形態の動作を示すフローチャートFIG. 3 is a flowchart showing the operation of the embodiment.

【図4】DCT変換により得られた符号化画像データを
示す図
FIG. 4 is a diagram showing encoded image data obtained by DCT transform;

【符号の説明】[Explanation of symbols]

1 記憶手段 2 復号化手段 3 入力手段 4 再生手段 DESCRIPTION OF SYMBOLS 1 Storage means 2 Decoding means 3 Input means 4 Reproduction means

Claims (18)

【特許請求の範囲】[Claims] 【請求項1】 画像データをマルチ構造ビットストリ
ーム形式により符号化することにより得られた符号化画
像データを復号化して復号化画像データを得る画像復号
化方法において、 前記復号化の程度を変更して、前記符号化画像データを
復号化することを特徴とする画像復号化方法。
1. An image decoding method for decoding encoded image data obtained by encoding image data in a multi-structure bit stream format to obtain decoded image data, wherein the degree of decoding is changed. And decoding the encoded image data.
【請求項2】 前記復号化の程度に応じて予め定めら
れた複数の復号化モードを選択可能とし、選択された復
号化モードに応じて前記符号化画像データを復号化する
ことを特徴とする請求項1記載の画像復号化方法。
2. A method according to claim 1, wherein a plurality of predetermined decoding modes are selectable according to the degree of decoding, and the encoded image data is decoded according to the selected decoding mode. The image decoding method according to claim 1.
【請求項3】 前記復号化モードの一つは、復号化の
ための演算時間に基づいて前記復号化の程度を定めたも
のであることを特徴とする請求項2記載の画像復号化方
法。
3. The image decoding method according to claim 2, wherein one of the decoding modes determines the degree of the decoding based on an operation time for the decoding.
【請求項4】 前記復号化モードの一つは、復号化さ
れた画像データを再生することにより得られる画像の画
質に基づいて前記復号化の程度を定めたものであること
を特徴とする請求項2または3記載の画像復号化方法。
4. The decoding mode according to claim 1, wherein the degree of the decoding is determined based on the image quality of an image obtained by reproducing the decoded image data. Item 3. The image decoding method according to Item 2 or 3.
【請求項5】 前記復号化モードの一つは、復号化さ
れた画像データを出力する出力手段の種類に基づいて前
記復号化の程度を定めたものであることを特徴とする請
求項2から4のいずれか1項記載の画像復号化方法。
5. The decoding mode according to claim 2, wherein one of the decoding modes determines the degree of the decoding based on a type of an output unit that outputs the decoded image data. 5. The image decoding method according to claim 4.
【請求項6】 前記復号化モードの一つは、復号化さ
れた画像データの用途に基づいて前記復号化の程度を定
めたものであることを特徴とする請求項2から5のいず
れか1項記載の画像復号化方法。
6. The method according to claim 2, wherein one of the decoding modes determines the degree of the decoding based on a use of the decoded image data. Item.
【請求項7】 画像データをマルチ構造ビットストリ
ーム形式により符号化することにより得られた符号化画
像データを復号化して復号化画像データを得る画像復号
化装置において、 前記復号化の程度を変更して、前記符号化画像データを
復号化する復号化手段を備えたことを特徴とする画像復
号化装置。
7. An image decoding apparatus which obtains decoded image data by decoding encoded image data obtained by encoding image data in a multi-structure bit stream format, wherein the degree of decoding is changed. A decoding means for decoding the coded image data.
【請求項8】 前記復号化の程度に応じて予め定めら
れた複数の復号化モードを選択する選択手段をさらに備
え、前記復号化手段は、前記選択手段により選択された
復号化モードに応じて前記符号化画像データを復号化す
る手段であることを特徴とする請求項7記載の画像復号
化装置。
8. The image processing apparatus according to claim 1, further comprising a selection unit that selects a plurality of predetermined decoding modes according to a degree of the decoding, wherein the decoding unit selects a plurality of decoding modes according to the decoding mode selected by the selection unit. 8. The image decoding device according to claim 7, wherein the image decoding device is means for decoding the encoded image data.
【請求項9】 前記復号化モードの一つは、復号化の
ための演算時間に基づいて前記復号化の程度を定めたも
のであることを特徴とする請求項8記載の画像復号化装
置。
9. The image decoding apparatus according to claim 8, wherein one of the decoding modes determines the degree of the decoding based on an operation time for the decoding.
【請求項10】 前記復号化モードの一つは、復号化
された画像データを再生することにより得られる画像の
画質に基づいて前記復号化の程度を定めたものであるこ
とを特徴とする請求項8または9記載の画像復号化装
置。
10. The decoding mode according to claim 1, wherein the degree of the decoding is determined based on the image quality of an image obtained by reproducing the decoded image data. Item 10. The image decoding device according to Item 8 or 9.
【請求項11】 前記復号化モードの一つは、復号化
された画像データを出力する出力手段の種類に基づいて
前記復号化の程度を定めたものであることを特徴とする
請求項8から10のいずれか1項記載の画像復号化装
置。
11. The decoding mode according to claim 8, wherein one of the decoding modes determines the degree of the decoding based on a type of an output unit that outputs the decoded image data. 11. The image decoding device according to claim 10.
【請求項12】 前記復号化モードの一つは、復号化
された画像データの用途に基づいて前記復号化の程度を
定めたものであることを特徴とする請求項8から11の
いずれか1項記載の画像復号化装置。
12. The method according to claim 8, wherein one of the decoding modes determines the degree of the decoding based on a use of the decoded image data. An image decoding apparatus according to any one of the preceding claims.
【請求項13】 画像データをマルチ構造ビットスト
リーム形式により符号化することにより得られた符号化
画像データを復号化して復号化画像データを得る画像復
号化方法をコンピュータに実行させるためのプログラム
を記録したコンピュータ読取り可能な記録媒体におい
て、 前記プログラムは、前記復号化の程度を変更して、前記
符号化画像データを復号化する手順を有することを特徴
とするコンピュータ読取り可能な記録媒体。
13. A program for causing a computer to execute an image decoding method for decoding encoded image data obtained by encoding image data in a multi-structure bit stream format to obtain decoded image data. A non-transitory computer-readable recording medium, characterized in that the program has a procedure of changing the degree of decoding and decoding the encoded image data.
【請求項14】 前記復号化の程度に応じて予め定め
られた複数の復号化モードを選択する手順を有し、前記
復号化する手順は、選択された復号化モードに応じて前
記符号化画像データを復号化する手順であることを特徴
とする請求項13記載のコンピュータ読取り可能な記録
媒体。
14. A method according to claim 1, further comprising a step of selecting a plurality of predetermined decoding modes according to the degree of decoding, wherein the step of decoding includes the step of selecting the coded image in accordance with the selected decoding mode. 14. The computer-readable recording medium according to claim 13, which is a procedure for decoding data.
【請求項15】 前記復号化モードの一つは、復号化
のための演算時間に基づいて前記復号化の程度を定めた
ものであることを特徴とする請求項14記載のコンピュ
ータ読取り可能な記録媒体。
15. The computer readable recording according to claim 14, wherein one of the decoding modes determines the degree of the decoding based on an operation time for the decoding. Medium.
【請求項16】 前記復号化モードの一つは、復号化
された画像データを再生することにより得られる画像の
画質に基づいて前記復号化の程度を定めたものであるこ
とを特徴とする請求項14または15記載のコンピュー
タ読取り可能な記録媒体。
16. The decoding mode according to claim 1, wherein the degree of the decoding is determined based on the image quality of an image obtained by reproducing the decoded image data. Item 16. A computer-readable recording medium according to item 14 or 15.
【請求項17】 前記復号化モードの一つは、復号化
された画像データを出力する出力手段の種類に基づいて
前記復号化の程度を定めたものであることを特徴とする
請求項14から16のいずれか1項記載のコンピュータ
読取り可能な記録媒体。
17. The method according to claim 14, wherein one of the decoding modes determines the degree of the decoding based on a type of an output unit that outputs the decoded image data. A computer-readable recording medium according to any one of Claims 16 to 16.
【請求項18】 前記復号化モードの一つは、復号化
された画像データの用途に基づいて前記復号化の程度を
定めたものであることを特徴とする請求項14から17
のいずれか1項記載のコンピュータ読取り可能な記録媒
体。
18. The method according to claim 14, wherein one of the decoding modes determines a degree of the decoding based on a use of the decoded image data.
A computer-readable recording medium according to any one of the preceding claims.
JP2000138365A 1999-05-27 2000-05-11 Method and device for decoding image and recording medium Pending JP2001045488A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000138365A JP2001045488A (en) 1999-05-27 2000-05-11 Method and device for decoding image and recording medium

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP14812399 1999-05-27
JP11-148123 1999-05-27
JP2000138365A JP2001045488A (en) 1999-05-27 2000-05-11 Method and device for decoding image and recording medium

Publications (1)

Publication Number Publication Date
JP2001045488A true JP2001045488A (en) 2001-02-16

Family

ID=26478447

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000138365A Pending JP2001045488A (en) 1999-05-27 2000-05-11 Method and device for decoding image and recording medium

Country Status (1)

Country Link
JP (1) JP2001045488A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003101788A (en) * 2001-09-25 2003-04-04 Ricoh Co Ltd Decoding method, decoding device, picture processor, packet header generating method and packet header generating device
US7046853B2 (en) 2001-05-31 2006-05-16 Sanyo Electric Co., Ltd. Efficient decoding method and apparatus for gradually coded images

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7046853B2 (en) 2001-05-31 2006-05-16 Sanyo Electric Co., Ltd. Efficient decoding method and apparatus for gradually coded images
JP2003101788A (en) * 2001-09-25 2003-04-04 Ricoh Co Ltd Decoding method, decoding device, picture processor, packet header generating method and packet header generating device

Similar Documents

Publication Publication Date Title
EP1072015B1 (en) Multiresolution compressed image management system and method
JP4064196B2 (en) Client computer, server computer, program, storage medium, image data processing system, and image data processing method
JP2012135017A (en) Method and apparatus for coding positions of coefficients
JP2006304345A (en) Method and device for decoding
JP2000032461A (en) Image coding method, image decoding method, and system and computer program product
JP2005286472A (en) Image processing apparatus and image processing method
JP2002034043A (en) Method and device for coding and recording medium
JP2004194152A (en) Image processing apparatus, program, storage medium, and image editing method
JP2004254298A (en) Image processing device, program, and storage medium
JP2004242290A (en) Image processing apparatus and image processing method, image edit processing system, image processing program, and storage medium
US20050111746A1 (en) Progressive medical image volume navigation
US7542611B2 (en) Image processing apparatus and method for converting first code data sets into second code data for JPEG 2000 and motion JPEG 2000
WO2006046550A1 (en) Image encoding method and device, image decoding method, and device
JP2004166124A (en) Image processor, program, storage medium, and image processing method
JP4609918B2 (en) Image processing system, image processing method, program, and information recording medium
JP2001045488A (en) Method and device for decoding image and recording medium
US6704452B1 (en) Method, apparatus and recording medium for image decoding
JP2010206847A (en) Image processing apparatus
JP4241463B2 (en) Image processing device
JP2007312399A (en) Image encoding device and image decoding device, and image display device and method utilizing the same
JPH06309376A (en) Compressed picture display device and picture file retrieval system using the same
JP2005223852A (en) Image-encoding device and method, and image-decoding device and method
JP2000013610A (en) Method and device for generating coded image file, method and device for decoding and computer readable record medium recording program making computer execute coded image file generating method and decoding method
JP2000023196A (en) Image decoding method and device and computer readable recording medium recording program for making computer execute image decoding method
JP2004214983A (en) Image processing method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050912

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20061201

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20071226

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080104

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20080430