JP3335236B2 - Digital data processing device - Google Patents
Digital data processing deviceInfo
- Publication number
- JP3335236B2 JP3335236B2 JP30356093A JP30356093A JP3335236B2 JP 3335236 B2 JP3335236 B2 JP 3335236B2 JP 30356093 A JP30356093 A JP 30356093A JP 30356093 A JP30356093 A JP 30356093A JP 3335236 B2 JP3335236 B2 JP 3335236B2
- Authority
- JP
- Japan
- Prior art keywords
- data
- quantization
- image
- coefficient
- dct
- 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 - Lifetime
Links
- 238000013139 quantization Methods 0.000 claims description 57
- 238000000034 method Methods 0.000 claims description 7
- 238000004364 calculation method Methods 0.000 claims description 4
- 238000013459 approach Methods 0.000 claims description 2
- 238000013144 data compression Methods 0.000 description 7
- 239000011159 matrix material Substances 0.000 description 6
- 238000006243 chemical reaction Methods 0.000 description 5
- 238000007906 compression Methods 0.000 description 5
- 230000006835 compression Effects 0.000 description 5
- 238000010586 diagram Methods 0.000 description 5
- 238000004891 communication Methods 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 238000003384 imaging method Methods 0.000 description 1
Landscapes
- Television Signal Processing For Recording (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
- Compression Of Band Width Or Redundancy In Fax (AREA)
Description
【0001】[0001]
【産業上の利用分野】本発明は、例えばカラー静止画像
をJPEGアルゴリズムに準拠して記録媒体に記録し、
またこの記録媒体から再生する装置等に設けられるデジ
タルデータ処理装置に関する。BACKGROUND OF THE INVENTION The present invention relates to a method for recording a color still image on a recording medium in accordance with the JPEG algorithm, for example.
The present invention also relates to a digital data processing device provided in a device for reproducing from the recording medium.
【0002】[0002]
【従来の技術】画像データは情報量が多いため、直接処
理すると、莫大なメモリ容量を必要としたり、またデー
タ通信に要する時間が長くなる。そこで従来、画像デー
タは符号化によって圧縮された後、処理されている。2. Description of the Related Art Since image data has a large amount of information, direct processing requires an enormous memory capacity and increases the time required for data communication. Therefore, conventionally, image data is processed after being compressed by encoding.
【0003】このような画像データ圧縮のアルゴリズム
のひとつとして、JPEG(JointPhotographic Expert
Group )によって勧告されているものがある。このJ
PEGから勧告されているアルゴリズム(JPEGアル
ゴリズム)は、ベースライン・プロセス等の複数のプロ
セスから構成されており、ベースライン・プロセスは、
8ビット精度の原画像を離散コサイン変換(DCT変
換)およびハフマン符号化を用いて符号化し、画像情報
を送信、受信および再生することができる基本的な機能
である。One of such image data compression algorithms is JPEG (Joint Photographic Expert).
Group). This J
The algorithm (JPEG algorithm) recommended by PEG is composed of a plurality of processes such as a baseline process.
This is a basic function capable of encoding an 8-bit-accurate original image using discrete cosine transform (DCT transform) and Huffman coding, and transmitting, receiving, and reproducing image information.
【0004】ベースライン・プロセスでは、1画面を構
成する各ブロックの画素データがDCT変換されてDC
T係数が求められ、このDCT係数に対し、量子化テー
ブルによって量子化が施される。すなわちDCT係数
は、量子化テーブルを構成する各量子化係数によって割
算されることにより量子化される。この量子化されたD
CT係数はハフマン符号化され、圧縮画像データとして
例えば記録媒体に記録される。In the baseline process, the pixel data of each block constituting one screen is subjected to DCT conversion,
A T coefficient is obtained, and the DCT coefficient is quantized by a quantization table. That is, the DCT coefficient is quantized by being divided by each of the quantization coefficients constituting the quantization table. This quantized D
The CT coefficients are Huffman-coded and recorded on a recording medium, for example, as compressed image data.
【0005】[0005]
【発明が解決しようとする課題】このようなデータ圧縮
が施されると、原画像の情報の一部が消失するため、再
生画像の画質が原画像よりも劣ることは否めない。そこ
で量子化テーブルの各量子化係数の値を小さくすると、
量子化されたDCT係数の値が大きくなるため、再生画
像の画質は向上するが、圧縮データの量が増加するとい
う問題が生じる。一方、再生画像の画質を評価して、充
分な画質が得られるように量子化係数の値を設定しなお
し、再度データ圧縮を行うことも可能であるが、このよ
うな方法をとると、画像データの処理時間がかかり、作
業効率がよくない。When such data compression is performed, a part of the information of the original image is lost, so that the image quality of the reproduced image is inferior to that of the original image. Therefore, if the value of each quantization coefficient in the quantization table is reduced,
Since the value of the quantized DCT coefficient increases, the image quality of the reproduced image is improved, but there is a problem that the amount of compressed data increases. On the other hand, it is possible to evaluate the image quality of the reproduced image, reset the value of the quantization coefficient so as to obtain a sufficient image quality, and perform data compression again. It takes a long time to process data and the work efficiency is not good.
【0006】本発明は、このような問題点を解決するも
のであり、量子化テーブルを用いて入力データを量子化
するデータ処理において、量子化後のデータ量を増加さ
せることなく入力データにできるだけ近いデータを再現
することができ、しかもデータ処理に要する時間が短
く、作業効率の高いデジタルデータ処理装置を得ること
を目的としている。The present invention solves such a problem. In data processing for quantizing input data using a quantization table, the input data can be converted into input data without increasing the amount of data after quantization. It is an object of the present invention to obtain a digital data processing device that can reproduce close data, has a short data processing time, and has high working efficiency.
【0007】[0007]
【課題を解決するため手段】本発明に係るデジタルデー
タ処理装置は、複数の第1の量子化係数から成る第1の
量子化テーブルを用いて複数の入力データを量子化する
とともに、符号化して記録媒体に記録する手段と、量子
化されたデータを量子化係数を用いて逆量子化する手段
と、逆量子化されたデータが入力データに近づくように
個々の第2の量子化係数を演算により求め、この第2の
量子化係数から成る第2の量子化テーブルを生成する手
段と、第2の量子化テーブルを記録媒体に記録する手段
とを備えたことを特徴としている。A digital data processing apparatus according to the present invention quantizes a plurality of input data using a first quantization table including a plurality of first quantization coefficients.
Means for encoding and recording on a recording medium; means for inversely quantizing the quantized data by using a quantization coefficient; and means for individual second so that the inversely quantized data approaches the input data. Means for calculating a quantized coefficient by calculation, generating a second quantized table comprising the second quantized coefficient, and means for recording the second quantized table on a recording medium
It is characterized by comprising and.
【0008】[0008]
【実施例】以下図示実施例により本発明を説明する。図
1は本発明の一実施例であるデジタルデータ処理装置を
備えたスチルビデオカメラを示すブロック図である。BRIEF DESCRIPTION OF THE DRAWINGS FIG. FIG. 1 is a block diagram showing a still video camera provided with a digital data processing device according to one embodiment of the present invention.
【0009】撮像部10により得られた被写体Sの画像
信号は、画像圧縮装置20に伝送され、後述するように
データ圧縮処理を施されてICカード等の記録媒体Mに
記録される。この記録媒体Mには、データ圧縮された画
像信号の他、この画像信号の再生時に用いられる量子化
テーブルも記録される。The image signal of the subject S obtained by the image pickup unit 10 is transmitted to an image compression device 20, subjected to data compression processing as described later, and recorded on a recording medium M such as an IC card. In the recording medium M, in addition to the image signal subjected to the data compression, a quantization table used when reproducing the image signal is recorded.
【0010】撮像部10において、被写体Sから到来し
た光は集光レンズ11によって集光され、被写体像が固
体撮像素子(CCD)12の受光面上に結像される。C
CD12の受光面には多数の光電変換素子が配設され、
また光電変換素子の上面には、例えばR、G、Bの各色
フィルタ要素が所定の方式で配列されて成るカラーフィ
ルタが設けられており、各光電変換素子はひとつの画素
データに対応している。被写体像は、各光電変換素子に
よって所定の色に対応した電気信号に変換され、A/D
変換器13に入力される。In the image pickup section 10, the light arriving from the subject S is condensed by a condensing lens 11, and a subject image is formed on a light receiving surface of a solid-state image pickup device (CCD) 12. C
A large number of photoelectric conversion elements are arranged on the light receiving surface of the CD 12,
On the upper surface of the photoelectric conversion element, for example, a color filter in which R, G, and B color filter elements are arranged in a predetermined manner is provided, and each photoelectric conversion element corresponds to one pixel data. . The subject image is converted into an electric signal corresponding to a predetermined color by each photoelectric conversion element, and is converted into an A / D signal.
It is input to the converter 13.
【0011】A/D変換器13においてデジタル変換さ
れた信号は、図示しない信号処理回路によって輝度信号
Yと色差信号Cb、Crとに変換され、画像メモリ14
に入力される。画像メモリ14は、各輝度信号Yおよび
色差信号Cb、Crをそれぞれ格納するために、相互に
独立したメモリ領域に分割されており、各メモリ領域は
1画面分の記憶容量を有している。画像メモリ14に一
旦格納された輝度信号Yおよび色差信号Cb、Crは、
データ圧縮処理のため、まず画像圧縮装置20のDCT
処理回路21に入力される。なお、図1ではDCT処理
回路21が1つの処理回路として示されているが、実際
には輝度信号Yおよび色差信号Cb、Cr毎に独立した
DCT処理回路が設けられている。The signal digitally converted by the A / D converter 13 is converted into a luminance signal Y and color difference signals Cb and Cr by a signal processing circuit (not shown).
Is input to The image memory 14 is divided into mutually independent memory areas for storing the luminance signal Y and the color difference signals Cb and Cr, respectively, and each memory area has a storage capacity for one screen. The luminance signal Y and the color difference signals Cb and Cr once stored in the image memory 14 are
For data compression processing, first, the DCT of the image compression device 20 is used.
It is input to the processing circuit 21. Although the DCT processing circuit 21 is shown as one processing circuit in FIG. 1, an independent DCT processing circuit is provided for each of the luminance signal Y, the color difference signals Cb, and Cr.
【0012】画像圧縮装置20では、輝度信号Y等の画
像データは1画面に関して8×8個のブロックに分割さ
れ、ブロック単位で処理される。図2に示すように、各
画素ブロックR1は8×8個の画素データから構成され
ており、この画素データは、例えば輝度信号Yを示して
いる。In the image compression apparatus 20, image data such as a luminance signal Y is divided into 8 × 8 blocks for one screen, and processed in block units. As shown in FIG. 2, each pixel block R1 is composed of 8 × 8 pixel data, and this pixel data indicates, for example, a luminance signal Y.
【0013】DCT処理回路21では、原画像の画素デ
ータがブロックR1毎に2次元DCT変換され、これに
より、1つのブロックについて8×8個のDCT係数R
2(画像処理データ)が求められる。DCT係数R2の
マトリクスにおいて、左隅のDCT係数データ(26
0)はDC成分を、また、それ以外のDCT係数データ
はAC成分を示している。またこのマトリクスにおい
て、右側ほど画像の水平方向の空間周波数が高い成分を
示し、下側ほど画像の垂直方向の空間周波数が高い成分
を示している。In the DCT processing circuit 21, the pixel data of the original image is two-dimensionally DCT-transformed for each block R1, thereby obtaining 8 × 8 DCT coefficients R for one block.
2 (image processing data) is required. In the DCT coefficient R2 matrix, the DCT coefficient data (26
0) indicates a DC component, and the other DCT coefficient data indicates an AC component. Further, in this matrix, the components on the right side indicate components having a higher spatial frequency in the horizontal direction of the image, and the components on the lower side indicate components having a higher spatial frequency in the vertical direction of the image.
【0014】DCT処理回路21から出力されるDCT
係数R2は、量子化処理回路22において、量子化テー
ブル(QY ,QCb,QCr)R3により量子化される。量
子化テーブルR3は輝度信号Yおよび色差信号Cb、C
r毎に設けられ、それぞれ8×8個の量子化係数により
構成されており、DCT係数R2の各成分は、対応する
量子化係数によって割算され、量子化される。すなわち
DCT係数R2の成分の数は量子化係数と同数である。
量子化DCT係数R4の各成分は、四捨五入されて整数
化されており、したがって量子化DCT係数R4におい
て、画像情報の一部は消失している。The DCT output from the DCT processing circuit 21
The coefficient R2 is quantized by the quantization processing circuit 22 using a quantization table (Q Y , Q Cb , Q Cr ) R3. The quantization table R3 includes a luminance signal Y and color difference signals Cb and Cb.
Each component of the DCT coefficient R2 is divided by the corresponding quantization coefficient and quantized. That is, the number of components of the DCT coefficient R2 is the same as the number of quantization coefficients.
Each component of the quantized DCT coefficient R4 is rounded off and converted to an integer, and therefore, a part of the image information is lost in the quantized DCT coefficient R4.
【0015】量子化処理回路22から出力される量子化
DCT係数R4は、ハフマン符号化処理回路23に入力
され、所定のアルゴリズムによりハフマン符号化され
る。このハフマン符号化により得られた画像信号(Y',
Cb',Cr' )は、記録媒体Mに記録される。なおハフマン
符号化は従来公知であるので、その説明は省略する。The quantized DCT coefficient R4 output from the quantization processing circuit 22 is input to a Huffman coding processing circuit 23 and is subjected to Huffman coding according to a predetermined algorithm. The image signal (Y ′,
Cb ′, Cr ′) are recorded on the recording medium M. Since Huffman coding is conventionally known, its description is omitted.
【0016】量子化DCT係数R4は、ハフマン符号化
処理回路23に入力される一方、逆量子化処理回路24
に入力されて逆量子化される。すなわち、量子化DCT
係数R4は逆量子化処理回路24において、量子化テー
ブル(QY ,QCb,QCr)R3を乗じられ、これにより
図3に示すような逆量子化DCT係数R5が得られる。
この逆量子化DCT係数R5の各成分は、量子化DCT
係数R4の生成時に画像情報の消失が発生していなけれ
ば、DCT係数R2と全く同一になるが、実際には、上
述したように画像情報の一部が消失しているため、DC
T係数R2とは完全には一致していない。本実施例では
次に述べるように、逆量子化DCT係数R5とDCT係
数R2の差すなわちDCT量子化誤差を極力小さくする
ことより、再生画像の画質の向上を図っている。The quantized DCT coefficient R4 is input to a Huffman coding processing circuit 23, while
And is inversely quantized. That is, the quantized DCT
The coefficient R4 is multiplied by the quantization table (Q Y , Q Cb , Q Cr ) R3 in the inverse quantization processing circuit 24, thereby obtaining an inversely quantized DCT coefficient R5 as shown in FIG.
Each component of the inverse quantized DCT coefficient R5 is a quantized DCT
If the loss of image information has not occurred at the time of generation of the coefficient R4, it becomes exactly the same as the DCT coefficient R2. However, since a part of the image information has actually disappeared as described above,
It does not completely match the T coefficient R2. In this embodiment, as will be described below, the difference between the inversely quantized DCT coefficient R5 and the DCT coefficient R2, that is, the DCT quantization error is minimized to improve the image quality of the reproduced image.
【0017】逆量子化DCT係数R5とDCT処理回路
21から出力されるDCT係数R2とは、量子化誤差計
算部25に入力され、これらの係数R5、R2の差すな
わちDCT量子化誤差R6が演算される。最適量子化係
数演算部26では、次に述べるように、DCT量子化誤
差R6を用いて最適量子化テーブルR7が演算される。The inversely quantized DCT coefficient R5 and the DCT coefficient R2 output from the DCT processing circuit 21 are input to a quantization error calculator 25, and the difference between these coefficients R5 and R2, that is, the DCT quantization error R6 is calculated. Is done. The optimum quantization coefficient calculation unit 26 calculates the optimum quantization table R7 using the DCT quantization error R6 as described below.
【0018】量子化テーブルR3のマトリクスをQuvと
し、またi番目のブロックにおいて、DCT係数R2の
マトリクスを Siuv 、量子化DCT係数R4のマトリク
スをriuv 、逆量子化DCT係数R5のマトリクスをS'
iuv とする。DCT量子化誤差の自乗和Euvを1画面に
ついて求めると、 Euv=Σ(S'iuv − Siuv )2 =Σ(riuv ×Quv− Siuv )2 (1) となる。ただし、Σは1画面を構成する全てのブロック
についての総和を示している。In the i-th block, the matrix of the quantization table R3 is Q uv , the matrix of the DCT coefficient R2 is S iuv , the matrix of the quantized DCT coefficient R4 is r iuv , and the matrix of the inverse quantized DCT coefficient R5 is S '
iuv . When the square sum E uv of the DCT quantization error is obtained for one screen, E uv = Σ (S ′ iuv −S iuv ) 2 = Σ (r iuv × Q uv −S iuv ) 2 (1) Here, Σ indicates the total sum of all blocks constituting one screen.
【0019】(1)式をQuvについて微分すると、 dEuv/dQuv=2Σriuv (riuv ×Quv− Siuv ) (2) となる。ここで、自乗和Euvが極小値をとるときのQuv
をQ'uvとすると、これは(2)式を0とおいて、式を変
形することにより求められる。すなわち、 Q'uv=round(Σriuv ・S iuv /Σriuv 2) (3) ただし、round は四捨五入して整数化することを意味す
る。[0019] (1) equation is differentiated for Q uv, dE uv / dQ uv = 2Σr iuv - a (r iuv × Q uv S iuv ) (2). Here, Q uv when the sum of squares E uv takes a minimum value
Is Q ′ uv , this can be obtained by changing equation (2) to 0 and modifying the equation. That is, Q ′ uv = round ( Σr iuv · S iuv / Σr iuv 2 ) (3) Here, round means rounding to an integer.
【0020】(3)式に従って最適量子化テーブルR7
のマトリクスの各成分が演算され、最適量子化テーブル
生成部27では、この演算結果に基づいて最適量子化テ
ーブルR7が生成される。この最適量子化テーブルR7
は、画像信号(Y',Cb',Cr')とともに、量子化テーブル
(QY',QCb',QCr' )として記録媒体Mに記録され
る。なお最適量子化テーブルR7は、図2の量子化テー
ブルR3との比較により理解されるように、丸で囲まれ
たデータが量子化テーブルR3と異なっている。Optimum quantization table R7 according to equation (3)
Are calculated, and the optimum quantization table generation unit 27 generates the optimum quantization table R7 based on the calculation result. This optimal quantization table R7
Are recorded on the recording medium M together with the image signals (Y ′, Cb ′, Cr ′) as quantization tables (Q Y ′, Q Cb ′, Q Cr ′). Note that, as understood from the comparison with the quantization table R3 in FIG. 2, the optimal quantization table R7 differs from the quantization table R3 in data surrounded by a circle.
【0021】図4には、最適量子化テーブルR7を用い
た逆量子化により得られたDCT係数、すなわち最適逆
量子化DCT係数R8の例を示している。丸で囲まれた
データが逆量子化DCT係数R5とは異なっている。こ
の最適逆量子化DCT係数R8とDCT係数R2との
差、すなわち最適DCT量子化誤差R9を求めると、図
3と図4の比較により理解されるように、低周波成分に
おいて誤差がゼロに近くなっている。FIG. 4 shows an example of a DCT coefficient obtained by inverse quantization using the optimal quantization table R7, that is, an optimal inversely quantized DCT coefficient R8. The data circled is different from the inverse quantized DCT coefficient R5. When the difference between the optimum inversely quantized DCT coefficient R8 and the DCT coefficient R2, that is, the optimum DCT quantization error R9 is obtained, as understood from a comparison between FIGS. Has become.
【0022】したがって再生時、このような最適量子化
テーブルR7を用いて、記録媒体Mに記録されている画
像信号(Y',Cb',Cr')からDCT係数(最適逆量子化DC
T係数R8)を求めると、このDCT係数は入力された
DCT係数に極力近いデータを示し、逆DCT変換によ
り画素データを演算すると、入力画素データ(画素ブロ
ックR1の画素データ)に非常に近くなり、再生画像の
画質が向上する。Therefore, at the time of reproduction, the DCT coefficients (optimal inverse quantization DC) are obtained from the image signals (Y ', Cb', Cr ') recorded on the recording medium M using such an optimal quantization table R7.
When the T coefficient R8) is obtained, the DCT coefficient indicates data as close as possible to the input DCT coefficient. When pixel data is calculated by inverse DCT, the DCT coefficient becomes very close to the input pixel data (pixel data of the pixel block R1). Thus, the image quality of the reproduced image is improved.
【0023】また本実施例では、画像信号を記録媒体M
に記録する際に用いられる量子化テーブルR3の各数値
(量子化係数)は変更せず、したがって入力データ(D
CT係数R2の各成分)を量子化して得られるデータの
量は従来装置と同じである。またハフマン符号化処理回
路23等による画像データの圧縮処理を再度行う必要が
ないため、画像データの処理時間が短く、作業効率が高
い。In this embodiment, the image signal is transmitted to the recording medium M.
Are not changed in the quantization table R3 used for recording in the input data (D
The amount of data obtained by quantizing each component of the CT coefficient R2) is the same as that of the conventional device. Further, since it is not necessary to perform the compression processing of the image data by the Huffman encoding processing circuit 23 or the like again, the processing time of the image data is short, and the working efficiency is high.
【0024】なお、上記実施例は画像信号をJPEGア
ルゴリズムに従って圧縮する装置に本発明を適用したも
のであったが、本発明は他のデータ圧縮にも適用でき
る。すなわち本発明は画像処理装置に限定されず、例え
ば音声処理装置にも適用可能である。In the above embodiment, the present invention is applied to an apparatus for compressing an image signal in accordance with the JPEG algorithm. However, the present invention can be applied to other data compression. That is, the present invention is not limited to the image processing device, but can be applied to, for example, an audio processing device.
【0025】[0025]
【発明の効果】以上のように本発明によれば、量子化後
のデータ量を増加させることなく入力データにできるだ
け近いデータを再現することができ、しかもデータ処理
に要する時間が短く、作業効率の高いデジタルデータ処
理装置が得られる。As described above, according to the present invention, data as close as possible to input data can be reproduced without increasing the amount of data after quantization, and the time required for data processing is short, and work efficiency is reduced. And a digital data processing device having a high
【図1】本発明の一実施例であるデジタルデータ処理装
置を備えたスチルビデオカメラを示すブロック図であ
る。FIG. 1 is a block diagram showing a still video camera including a digital data processing device according to an embodiment of the present invention.
【図2】画素ブロック、DCT係数、量子化テーブルお
よび量子化DCT係数の例を示す図である。FIG. 2 is a diagram illustrating an example of a pixel block, DCT coefficients, a quantization table, and quantized DCT coefficients.
【図3】逆量子化DCT係数、DCT量子化誤差および
最適量子化テーブルの例を示す図である。FIG. 3 is a diagram illustrating examples of an inverse quantization DCT coefficient, a DCT quantization error, and an optimal quantization table.
【図4】最適逆量子化DCT係数および最適DCT量子
化誤差の例を示す図である。FIG. 4 is a diagram illustrating an example of an optimal inversely quantized DCT coefficient and an optimal DCT quantization error.
10 撮像部 20 画像圧縮装置 M 記録媒体 Reference Signs List 10 imaging unit 20 image compression device M recording medium
Claims (4)
量子化テーブルを用いて複数の入力データを量子化する
とともに、符号化して記録媒体に記録する手段と、量子
化されたデータを前記第1の量子化係数を用いて逆量子
化する手段と、逆量子化されたデータが前記入力データ
に近づくように個々の第2の量子化係数を演算により求
め、この第2の量子化係数から成る第2の量子化テーブ
ルを生成する手段と、前記第2の量子化テーブルを前記
記録媒体に記録する手段とを備えたことを特徴とするデ
ジタルデータ処理装置。1. A method for quantizing a plurality of input data using a first quantization table including a plurality of first quantization coefficients.
Means for encoding and recording on a recording medium; means for inversely quantizing the quantized data using the first quantization coefficient; and means for causing the inversely quantized data to approach the input data. determined by calculation each second quantized coefficients, means for generating a second quantization table of the second quantization coefficient, the second quantization table the
Means for recording on a recording medium .
要素から成る画像処理データであることを特徴とする請
求項1に記載のデジタルデータ処理装置。2. The digital data processing apparatus according to claim 1, wherein said input data is image processing data comprising the same number of elements as quantization coefficients.
ータに対して2次元離散コサイン変換して求められたD
CT係数であることを特徴とする請求項2に記載のデジ
タルデータ処理装置。3. The method according to claim 1, wherein the image processing data is obtained by performing a two-dimensional discrete cosine transform on pixel data of an original image.
The digital data processing device according to claim 2, wherein the digital data processing device is a CT coefficient.
量子化されたデータと前記入力データとの誤差の自乗和
が最小になるように前記第2の量子化係数を演算するこ
とを特徴とする請求項1に記載のデジタルデータ処理装
置。4. The quantization table generating means calculates the second quantization coefficient so that the sum of squares of an error between the dequantized data and the input data is minimized. The digital data processing device according to claim 1.
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP30356093A JP3335236B2 (en) | 1993-11-09 | 1993-11-09 | Digital data processing device |
| US08/337,409 US5708509A (en) | 1993-11-09 | 1994-11-08 | Digital data processing device |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP30356093A JP3335236B2 (en) | 1993-11-09 | 1993-11-09 | Digital data processing device |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPH07135568A JPH07135568A (en) | 1995-05-23 |
| JP3335236B2 true JP3335236B2 (en) | 2002-10-15 |
Family
ID=17922490
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP30356093A Expired - Lifetime JP3335236B2 (en) | 1993-11-09 | 1993-11-09 | Digital data processing device |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP3335236B2 (en) |
Families Citing this family (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH1075448A (en) * | 1996-08-29 | 1998-03-17 | Asahi Optical Co Ltd | Image compression device and image decompression device |
| JPH1075463A (en) | 1996-08-29 | 1998-03-17 | Asahi Optical Co Ltd | Image compressor and image expander |
| JP3222780B2 (en) * | 1996-08-29 | 2001-10-29 | 旭光学工業株式会社 | Image compression device |
| JP3579544B2 (en) * | 1996-08-29 | 2004-10-20 | ペンタックス株式会社 | Image compression / decompression device |
| JP3732900B2 (en) | 1996-08-29 | 2006-01-11 | ペンタックス株式会社 | Image compression apparatus and image expansion apparatus |
| JP3260284B2 (en) | 1996-08-29 | 2002-02-25 | 旭光学工業株式会社 | Image compression device and image decompression device |
-
1993
- 1993-11-09 JP JP30356093A patent/JP3335236B2/en not_active Expired - Lifetime
Also Published As
| Publication number | Publication date |
|---|---|
| JPH07135568A (en) | 1995-05-23 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP3298915B2 (en) | Encoding device | |
| JP4350809B2 (en) | Digital camera | |
| US5689612A (en) | Image signal processing device | |
| JP3579544B2 (en) | Image compression / decompression device | |
| US5442718A (en) | Apparatus and method for storing and reproducing digital image data yielding high resolution and high quality video image data | |
| JP4190576B2 (en) | Imaging signal processing apparatus, imaging signal processing method, and imaging apparatus | |
| US5708509A (en) | Digital data processing device | |
| JP3335236B2 (en) | Digital data processing device | |
| JP3222780B2 (en) | Image compression device | |
| US6222946B1 (en) | Image compression and expansion device | |
| US6226445B1 (en) | Image compression and expansion device | |
| JP3306201B2 (en) | Data compression device | |
| JPH02105679A (en) | Reproducing device and recorder for digital image | |
| JP2908796B2 (en) | Image signal orthogonal transform coding device | |
| US6208754B1 (en) | Image compression and expansion device using pixel offset | |
| JP3038020B2 (en) | Image data recording method and apparatus | |
| JP3144727B2 (en) | Digital electronic still camera | |
| JP2619535B2 (en) | Image signal compression encoding apparatus and decoding reproduction apparatus | |
| JP2994437B2 (en) | Digital electronic still camera and image attribute determination method | |
| JPH04145781A (en) | Image data recording method | |
| JP2824255B2 (en) | Image signal orthogonal transform coding device | |
| JPH02122766A (en) | Device and method for compressing picture data and device and method for expanding compression data | |
| JPH04144489A (en) | Image data recording method | |
| JP2002044501A (en) | Electronic still camera | |
| JPH04150279A (en) | Picture data recording system |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080802 Year of fee payment: 6 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080802 Year of fee payment: 6 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090802 Year of fee payment: 7 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090802 Year of fee payment: 7 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100802 Year of fee payment: 8 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110802 Year of fee payment: 9 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120802 Year of fee payment: 10 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120802 Year of fee payment: 10 |
|
| S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313111 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120802 Year of fee payment: 10 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120802 Year of fee payment: 10 |
|
| S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313111 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120802 Year of fee payment: 10 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120802 Year of fee payment: 10 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130802 Year of fee payment: 11 |
|
| S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
| R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
| EXPY | Cancellation because of completion of term |