JPH1141503A - Device and method for photographing image - Google Patents

Device and method for photographing image

Info

Publication number
JPH1141503A
JPH1141503A JP20741797A JP20741797A JPH1141503A JP H1141503 A JPH1141503 A JP H1141503A JP 20741797 A JP20741797 A JP 20741797A JP 20741797 A JP20741797 A JP 20741797A JP H1141503 A JPH1141503 A JP H1141503A
Authority
JP
Japan
Prior art keywords
image
compression
image data
data
quantization
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
JP20741797A
Other languages
Japanese (ja)
Inventor
Masamine Maeda
昌峰 前田
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP20741797A priority Critical patent/JPH1141503A/en
Publication of JPH1141503A publication Critical patent/JPH1141503A/en
Pending legal-status Critical Current

Links

Landscapes

  • Television Signal Processing For Recording (AREA)
  • Studio Devices (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Compression Of Band Width Or Redundancy In Fax (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

PROBLEM TO BE SOLVED: To perform image processing, with which picture quality degradation such as noise or block distortion is not conspicuous, by performing compression not to execute quantization when character data are included in divided image data. SOLUTION: An inputted digital image signal is divided into blocks composed of the respective prescribed numbers of pixels arranged in vertical and horizontal directions by a raster block converting part 201. It is discriminated by a CPU 112 whether these matrix data include the character data generated by a character generator or not. When the character data are not included, a switch 202 is connected to a DCT part 203. The DCT executed matrix data are quantized by a quantizing part 205 and inputted to a Huffman coding part 206. When the character data are included, the switch 202 is connected to a DCT part 204. The DCT executed matrix data are inputted to the Huffman coding part 206 without being quantized.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、撮影された画像を
処理する画像撮影装置及び画像撮影方法に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to an image capturing apparatus and an image capturing method for processing a captured image.

【0002】[0002]

【従来の技術】従来の画像撮影装置の画像圧縮方法とし
てJPEGと呼ばれる圧縮方法がある。以下、この圧縮
方法について説明する。
2. Description of the Related Art As a conventional image compression method of an image photographing apparatus, there is a compression method called JPEG. Hereinafter, this compression method will be described.

【0003】まず、輝度、色差からなるラスタ形式のデ
ィジタル画像を8×8ドットのブロックに分割し、分割
されたディジタル画像のそれぞれを8×8の正方行列で
表されるデータ(以下「行列データ」という)とする。
[0003] First, a raster digital image composed of luminance and color difference is divided into 8 x 8 dot blocks, and each of the divided digital images is represented by an 8 x 8 square matrix (hereinafter referred to as "matrix data"). ").

【0004】次に、上記行列データに離散コサイン変換
(以下「DCT」という)と呼ばれる変換を行う。変換
後の行列データはDCT係数と呼ばれ、行列の左上の項
は原画像の低周波成分の大きさを示す値となり、右下の
項は原画像の高周波成分の大きさを示す値となる。
Next, a transform called a discrete cosine transform (hereinafter referred to as "DCT") is performed on the matrix data. The transformed matrix data is called a DCT coefficient. The upper left term of the matrix is a value indicating the magnitude of the low frequency component of the original image, and the lower right term is a value indicating the magnitude of the high frequency component of the original image. .

【0005】続けて行列データのそれぞれに対して、量
子化テーブルと呼ばれる係数テーブルで除算を行う。前
記量子化テーブルは高周波成分に対して重み付けされて
おり、除算結果は高周波成分になるほど小さい値を示す
行列データになる。
Subsequently, each of the matrix data is divided by a coefficient table called a quantization table. The quantization table is weighted for high-frequency components, and the result of the division becomes matrix data indicating a smaller value for higher-frequency components.

【0006】次いで行列データに対し量子化を行い、一
定以下の値を切り捨て0にする。この結果行列データ
は、右下の項の値はほとんどが0となる。
Next, the matrix data is quantized, and values below a certain value are rounded down to zero. As a result, in the matrix data, the value of the lower right term is almost 0.

【0007】次にこの行列データをジグザグスキャンと
呼ばれる順に一列に並べたデータ列とし、ハフマン符号
化と呼ばれる変換を行う。この変換は、データの冗長部
分(同じ値が続くデータ部分)を別の短い符号で表す変
換であるので、上記データ列では0が続く部分のデータ
が大幅に短くなり、この結果、画像データ量を圧縮する
ことができる。
[0007] Next, this matrix data is converted into a data string arranged in a line in an order called zigzag scan, and a conversion called Huffman coding is performed. Since this conversion is a conversion in which a redundant portion of data (a data portion where the same value continues) is represented by another short code, data of a portion where 0s continue in the data sequence is significantly shortened. Can be compressed.

【0008】また、伸張の方法は以下の通りである。[0008] The extension method is as follows.

【0009】まず圧縮された画像データにハフマン逆符
号化を行い、元のデータ列を得る。次にこのデータ列を
行列データに戻し、前記量子化テーブルで乗算を行う。
このとき得られる行列データは、上記DCT係数と比較
すると高周波成分の方で0が多くなっている。
First, Huffman inverse encoding is performed on the compressed image data to obtain an original data string. Next, this data sequence is returned to matrix data, and multiplication is performed using the quantization table.
In the matrix data obtained at this time, 0 is larger in the high-frequency component as compared with the DCT coefficient.

【0010】次いで上記行列データに逆DCT変換を行
い、ブロックを元通りに並べ、伸張されたディジタル画
像を得る。
Next, an inverse DCT transform is performed on the matrix data, and the blocks are arranged as before to obtain an expanded digital image.

【0011】このディジタル画像は、上記量子化によっ
て圧縮前のディジタル画像より高周波成分が少なくなっ
ているが、一般的に人間の目は高周波成分に鈍感である
ため、画質の劣化は目立たないとされている。
Although this digital image has less high-frequency components than the digital image before compression due to the above-mentioned quantization, it is generally considered that the human eyes are insensitive to the high-frequency components, so that the deterioration of the image quality is not conspicuous. ing.

【0012】以上のJPEG圧縮は静止画像に対する圧
縮方式であるが、これを連続処理することにより動画像
に対しても対応可能である。
Although the JPEG compression described above is a compression method for a still image, it can be applied to a moving image by continuously processing the still image.

【0013】[0013]

【発明が解決しようとする課題】しかしながら、JPE
G圧縮の量子化によって失われた情報は伸張を行っても
完全に元の状態に戻らず、伸張画像の輪郭付近にモスキ
ートノイズと言われるノイズや圧縮時に分割されたブロ
ックの境界が目立つようになるブロック歪み等の障害が
現れてしまうことがある。これらの障害は特に高周波成
分が多い部分で発生しやすい。従って、日付表示等のよ
うなキャラクタ発生器による高周波成分が多く輪郭がは
っきりしている画像が含まれている原画像を圧縮/伸張
すると、その影響が顕著に現れる。
However, the JPE
The information lost due to the quantization of G compression is not completely restored to the original state even after expansion, so that the noise called mosquito noise and the boundaries of blocks divided at the time of compression become noticeable near the outline of the expanded image. An obstacle such as block distortion may appear. These obstacles are particularly likely to occur in a portion having a high frequency component. Therefore, when an original image including an image having a large outline and a large number of high-frequency components generated by a character generator such as a date display is compressed / expanded, the influence thereof becomes conspicuous.

【0014】本発明は以上の点に鑑みてなされたもので
あり、ノイズやブロック歪み等の画質劣化が目立たない
画像処理を行うことができる画像撮影装置及び画像撮影
方法を提供することを目的とする。
The present invention has been made in view of the above points, and has as its object to provide an image photographing apparatus and an image photographing method capable of performing image processing in which image quality deterioration such as noise and block distortion is not conspicuous. I do.

【0015】[0015]

【課題を解決するための手段】上記目的を達成するた
め、請求項1の画像撮影装置は、縦方向及び横方向に各
所定数配列された画素からなる文字データを生成する文
字データ生成手段と、撮影により入力された画像データ
と前記文字データ生成手段が生成する文字データとを合
成するとともに、前記合成された画像データを縦方向及
び横方向に各所定数配列された画素からなるブロックに
分割し、前記分割された画像データを該ブロック単位で
圧縮する画像圧縮手段とを備える画像撮影装置におい
て、前記分割された画像データに前記文字データが含ま
れている場合には、前記画像圧縮手段で量子化を行わな
い圧縮をし、前記分割された画像データに前記文字デー
タが含まれていない場合には、前記画像圧縮手段で量子
化を行う圧縮をすることを特徴とする。
In order to achieve the above object, an image photographing apparatus according to claim 1 comprises character data generating means for generating character data consisting of a predetermined number of pixels arranged in each of a vertical direction and a horizontal direction; Along with synthesizing the image data input by photographing and the character data generated by the character data generating means, the synthesized image data is divided into blocks each including a predetermined number of pixels arranged in the vertical direction and the horizontal direction, An image compressing unit that compresses the divided image data in units of blocks, when the character data is included in the divided image data, the image compression unit performs quantization. If the divided image data does not include the character data, the image compression means performs compression for performing quantization. The features.

【0016】請求項2の画像撮影装置は、請求項1記載
の画像撮影装置において、前記圧縮はJPEG圧縮であ
ることを特徴とする。
According to a second aspect of the present invention, in the image capturing apparatus according to the first aspect, the compression is JPEG compression.

【0017】請求項3の画像撮影装置は、請求項1又は
2記載の画像撮影装置において、前記量子化を行わない
圧縮がなされた画像データを判別するためのマーカを発
行するマーカ発行手段を備えていることを特徴とする。
According to a third aspect of the present invention, there is provided the image capturing apparatus according to the first or second aspect, further comprising a marker issuing means for issuing a marker for determining the compressed image data which is not subjected to the quantization. It is characterized by having.

【0018】請求項4の画像撮影装置は、撮影により入
力された画像データを縦方向及び横方向に各所定数配列
された画素からなるブロックに分割し、前記分割された
画像データを該ブロック単位で圧縮する画像圧縮手段
と、前記撮影により入力された画像データ上に前記画像
圧縮手段で圧縮される領域を設定する設定手段とを備え
ることを特徴とする。
According to a fourth aspect of the present invention, an image photographing apparatus divides image data inputted by photographing into blocks each having a predetermined number of pixels arranged in a vertical direction and a horizontal direction, and divides the divided image data into blocks. An image compression unit for compressing the image data, and a setting unit for setting an area to be compressed by the image compression unit on the image data input by the photographing.

【0019】請求項5の画像撮影装置は、請求項4記載
の画像撮影装置において、前記設定手段により設定され
た領域が量子化を行わない圧縮の領域又は量子化を行う
圧縮の領域であることを特徴とする。
According to a fifth aspect of the present invention, in the image capturing apparatus according to the fourth aspect, the area set by the setting means is a compression area where quantization is not performed or a compression area where quantization is performed. It is characterized by.

【0020】請求項6の画像撮影装置は、請求項5記載
の画像撮影装置において、前記設定手段は前記量子化を
行わない圧縮の領域を前記撮影により入力された画像デ
ータの中心部に設定するように構成されていることを特
徴とする。
According to a sixth aspect of the present invention, in the image capturing apparatus according to the fifth aspect, the setting means sets the compression area in which the quantization is not performed at a central portion of the image data input by the imaging. It is characterized by having such a configuration.

【0021】請求項7の画像撮影装置は、請求項5又は
6項記載の画像撮影装置において、前記量子化を行わな
い圧縮がなされた画像データを判別するためのマーカを
発行するマーカ発行手段を備えていることを特徴とす
る。
According to a seventh aspect of the present invention, in the image photographing apparatus according to the fifth or sixth aspect, the marker issuance means for issuing a marker for discriminating the compressed image data without performing the quantization. It is characterized by having.

【0022】請求項8の画像撮影方法は、縦方向及び横
方向に各所定数配列された画素からなる文字データを生
成する文字データ生成工程と、撮影により入力された画
像データと前記文字データ生成工程で生成された文字デ
ータとを合成するとともに、前記合成された画像データ
を縦方向及び横方向に各所定数配列された画素からなる
ブロックに分割し、前記分割された画像データを該ブロ
ック単位で圧縮する画像圧縮工程とを含む画像撮影方法
において、前記分割された画像データに前記文字データ
が含まれている場合には、前記画像圧縮工程で量子化を
行わない圧縮をし、前記分割された画像データに前記文
字データが含まれていない場合には、前記画像圧縮工程
で量子化を行う圧縮をすることを特徴とする。
According to a still further aspect of the present invention, there is provided a character image generating method for generating character data composed of a predetermined number of pixels arranged in a vertical direction and a horizontal direction; Is combined with the character data generated in step (a), and the combined image data is divided into blocks each having a predetermined number of pixels arranged in the vertical and horizontal directions, and the divided image data is compressed in units of the blocks. An image compression method including: performing compression without performing quantization in the image compression step when the character data is included in the divided image data. If the character data is not included in the data, compression is performed to perform quantization in the image compression step.

【0023】請求項9の画像撮影方法は、請求項8記載
の画像撮影方法において、前記圧縮はJPEG圧縮であ
ることを特徴とする。
According to a ninth aspect of the present invention, in the image capturing method of the eighth aspect, the compression is JPEG compression.

【0024】請求項10の画像撮影方法は、請求項8又
は9記載の画像撮影方法において、前記量子化を行わな
い圧縮がなされた画像データを判別するためのマーカを
発行するマーカ発行工程を含むことを特徴とする。
According to a tenth aspect of the present invention, there is provided the image capturing method according to the eighth or ninth aspect, further comprising a marker issuing step of issuing a marker for determining the compressed image data that is not subjected to the quantization. It is characterized by the following.

【0025】請求項11の画像撮影方法は、撮影により
入力された画像データを縦方向及び横方向に各所定数配
列された画素からなるブロックに分割し、前記分割され
た画像データを該ブロック単位で圧縮する画像圧縮工程
と、前記撮影により入力された画像データ上に前記画像
圧縮工程で圧縮される領域を設定する設定工程とを含む
ことを特徴とする。
In the image photographing method according to the present invention, the image data inputted by photographing is divided into blocks each having a predetermined number of pixels arranged in a vertical direction and a horizontal direction, and the divided image data is divided into blocks. An image compression step of compressing, and a setting step of setting an area to be compressed in the image compression step on the image data input by the photographing are included.

【0026】請求項12の画像撮影方法は、請求項11
記載の画像撮影方法において、前記設定工程により設定
された領域が量子化を行わない圧縮の領域又は量子化を
行う圧縮の領域であることを特徴とする。
According to a twelfth aspect of the present invention, there is provided an image capturing method according to the eleventh aspect.
In the image capturing method described above, the region set in the setting step is a compression region where quantization is not performed or a compression region where quantization is performed.

【0027】請求項13の画像撮影方法は、請求項12
記載の画像撮影方法において、前記設定工程において前
記量子化を行わない圧縮の領域が前記撮影により入力さ
れた画像データの中心部に設定されることを特徴とす
る。
According to a thirteenth aspect of the present invention, there is provided an image capturing method according to the twelfth aspect.
In the image capturing method described above, a compression area in which the quantization is not performed in the setting step is set in a central portion of the image data input by the capturing.

【0028】請求項14の画像撮影方法は、請求項12
又は13項記載の画像撮影方法において、前記量子化を
行わない圧縮がなされた画像データを判別するためのマ
ーカを発行するマーカ発行工程を含むことを特徴とす
る。
According to a fourteenth aspect of the present invention, there is provided the image capturing method according to the twelfth aspect.
14. The image capturing method according to claim 13, further comprising a marker issuing step of issuing a marker for determining the compressed image data that is not subjected to the quantization.

【0029】[0029]

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

【0030】(1)第1の実施の形態 図1は、本発明の第1の実施の形態に係る画像撮影装置
の構成を示す。
(1) First Embodiment FIG. 1 shows a configuration of an image photographing apparatus according to a first embodiment of the present invention.

【0031】本発明の第1の実施の形態に係る画像撮影
装置はビデオカメラから成る。このビデオカメラは、被
写体の画像を取り込むレンズ101と、取り込んだ被写
体の画像を画像信号に変換する撮像素子102と、前記
画像信号をサンプルホールドし、適正な信号レベルにす
るCDS/AGC103と、CDS/AGC103から
の画像信号をA/D変換し、ディジタル信号処理を行う
ディジタル信号処理回路104と、キャラクタ信号を発
生する文字データ生成手段としてのキャラクタ発生器1
05と、ディジタル信号処理回路104からの画像信号
をJPEG圧縮する画像圧縮手段としての画像圧縮回路
106と、画像圧縮回路106で圧縮された画像信号を
記録する領域とそれ以外のデータを記録するサブコード
領域とを有する記録媒体107と、記録媒体107から
に圧縮された画像信号を伸張する画像伸張回路108と
を備えている。
The image photographing apparatus according to the first embodiment of the present invention comprises a video camera. The video camera includes a lens 101 for capturing an image of a subject, an image sensor 102 for converting the captured image of the subject into an image signal, a CDS / AGC 103 for sampling and holding the image signal to obtain an appropriate signal level, and a CDS. A / D conversion of an image signal from AGC 103 and digital signal processing for digital signal processing, and character generator 1 as character data generating means for generating a character signal
05, an image compression circuit 106 as image compression means for JPEG-compressing the image signal from the digital signal processing circuit 104, an area for recording the image signal compressed by the image compression circuit 106, and a sub-record for recording other data. A recording medium 107 having a code area and an image expansion circuit 108 for expanding a compressed image signal from the recording medium 107 are provided.

【0032】さらに、このビデオカメラは、撮影状態時
はディジタル信号処理回路104側、テープ再生時は画
像伸張回路108側に信号を切り換える信号切り換えス
イッチ109と、信号切り換えスイッチ109で選択さ
れた信号をA/D変換してNTSC映像信号にするNT
SCエンコーダ111と、ビューファインダー110
と、キャラクタ発生器105がキャラクタ信号を発生し
ているか否かを検知し、画像圧縮回路106を制御する
CPU112とを備えている。
Further, in this video camera, a signal changeover switch 109 for switching a signal to the digital signal processing circuit 104 side during a photographing state and a signal changeover side to an image expansion circuit 108 during tape reproduction, and a signal selected by the signal changeover switch 109. A / D conversion to NTSC video signal NT
SC encoder 111 and viewfinder 110
And a CPU 112 for detecting whether the character generator 105 is generating a character signal and controlling the image compression circuit 106.

【0033】尚、キャラクタ発生器105が発生するキ
ャラクタ信号は、縦方向及び横方向に各所定数配列され
た画素、即ち、8×8ドットの画素数で構成されるキャ
ラクタデータである。
The character signal generated by the character generator 105 is character data composed of a predetermined number of pixels arranged in the vertical direction and the horizontal direction, that is, 8 × 8 dots.

【0034】図2は図1の画像圧縮回路106の詳細な
構成を示す。画像圧縮回路106は、ラスタ−ブロック
変換部201と、スイッチ202と、離散コサイン変換
(以下「DCT」という)部203,204と、量子化
部205と、マーカ発行手段としてのハフマン符号化部
206と、量子化部205で除算を行う際に使用する量
子化テーブル207と、ハフマン符号化部206でハフ
マン符号化と呼ばれる変換を行う際に必要なハフマンテ
ーブル208とを備えている。
FIG. 2 shows a detailed configuration of the image compression circuit 106 of FIG. The image compression circuit 106 includes a raster-block transform unit 201, a switch 202, discrete cosine transform (hereinafter referred to as “DCT”) units 203 and 204, a quantizer 205, and a Huffman encoder 206 as a marker issuing unit. And a Huffman table 208 required for performing conversion called Huffman encoding in the Huffman encoding unit 206, and a quantization table 207 used for performing division in the quantization unit 205.

【0035】次に、画像圧縮回路106の処理について
説明する。まず、ラスタ−ブロック変換部201に入力
されたラスタ形式の輝度/色差からなるディジタル画像
信号は、ラスタ−ブロック変換部201によって縦方向
及び横方向に各所定数配列された画素、即ち、8×8ド
ットのブロックに分割され、それぞれ8×8の正方行列
で表されるデータ(以下「行列データ」という)とな
る。
Next, the processing of the image compression circuit 106 will be described. First, a digital image signal composed of luminance / color difference in a raster format input to the raster-to-block converter 201 is a predetermined number of pixels arranged in the vertical and horizontal directions by the raster-to-block converter 201, that is, 8 × 8. The data is divided into blocks of dots, each of which is represented by an 8 × 8 square matrix (hereinafter referred to as “matrix data”).

【0036】この行列データにキャラクタ発生器105
で発生するキャラクタデータが含まれているか否かをC
PU112で判別し、キャラクタデータが含まれている
場合には、スイッチ202はDCT変換部204に接続
され、キャラクタデータが含まれていない場合には、ス
イッチ202はDCT変換部203に接続される。
A character generator 105 is added to the matrix data.
Whether or not the character data generated in
The switch 202 is connected to the DCT converter 204 when character data is included, and the switch 202 is connected to the DCT converter 203 when character data is not included.

【0037】次に、DCT変換部203,204がこれ
らの行列データにDCT変換を行う。変換後の行列デー
タはDCT係数と呼ばれ、やはり8×8の行列データで
あるが、行列の左上の項は原画像の低周波成分の大きさ
を示す値であり、右下の項は原画像の高周波成分の大き
さを示す値である。
Next, DCT transform sections 203 and 204 perform DCT transform on these matrix data. The matrix data after the conversion is called DCT coefficient and is also 8 × 8 matrix data. The upper left term of the matrix is a value indicating the magnitude of the low frequency component of the original image, and the lower right term is the original. This is a value indicating the magnitude of the high frequency component of the image.

【0038】続けて、量子化部205がDCT係数であ
る行列データのそれぞれに対して、量子化テーブルと呼
ばれる係数テーブルで除算を行う。この量子化テーブル
は低周波成分に重み付けされており、除算結果は高周波
成分になるほど小さい値を示す行列データになる。ま
た、量子化部205は除算された行列データの量子化を
行い、一定以下の値を切り捨て0にする。この結果行列
データは、右下の項の値はほとんどが0となる。
Subsequently, the quantization unit 205 divides each of the matrix data as DCT coefficients by a coefficient table called a quantization table. The quantization table is weighted to low frequency components, and the result of the division becomes matrix data indicating a smaller value as the frequency component increases. Also, the quantization unit 205 quantizes the divided matrix data, and rounds down values below a certain value to zero. As a result, in the matrix data, the value of the lower right term is almost 0.

【0039】次に、この行列データをジグザグスキャン
と呼ばれる順に一列に並べたデータ列とし、ハフマン符
号化部206がハフマン符号化と呼ばれる変換を行う。
この変換は、データの冗長部分(同じ値が続くデータ部
分)を別の短い符号で表す変換であるので、上記データ
列では0が続く部分のデータ列が大幅に短くなり、この
結果、画像データ量が圧縮されることになる。
Next, the matrix data is converted into a data sequence arranged in a row in an order called zigzag scan, and the Huffman coding unit 206 performs a conversion called Huffman coding.
Since this conversion is a conversion in which a redundant portion of data (a data portion where the same value continues) is represented by another short code, in the above data sequence, a data sequence of a portion where 0 continues is significantly shortened. The amount will be compressed.

【0040】図3は図1の画像圧縮回路106の画像圧
縮処理を示す。まず、ラスタ−ブロック変換部201に
入力されたディジタル画像信号を縦方向及び横方向に各
所定数配列された画素、即ち、8×8ドットのブロック
に分割する(ステップS31)。このブロックは8×8
の行列データで表される。
FIG. 3 shows the image compression processing of the image compression circuit 106 of FIG. First, the digital image signal input to the raster-block conversion unit 201 is divided into a predetermined number of pixels arranged in the vertical and horizontal directions, that is, into blocks of 8 × 8 dots (step S31). This block is 8x8
Is represented by the matrix data of

【0041】次に、ステップS32において、このブロ
ックにキャラクタ発生器105で発生するキャラクタデ
ータが含まれているか否かをCPU112で判別する。
この判別の様子を図5に示す。図5の501は図1のビ
ューファインダー110に表示される画像であり、50
2はビューファインダー110に表示される画像の一部
を抜き出して拡大した拡大図である。この拡大図502
には、キャラクタデータを含まない領域503と、キャ
ラクタデータを含む領域504とが表示されている。
Next, in step S32, the CPU 112 determines whether or not this block contains character data generated by the character generator 105.
FIG. 5 shows this determination. 5 is an image displayed on the viewfinder 110 of FIG.
2 is an enlarged view in which a part of an image displayed on the viewfinder 110 is extracted and enlarged. This enlarged view 502
Displays an area 503 containing no character data and an area 504 containing character data.

【0042】ステップS32でキャラクタデータが含ま
れていない場合には、スイッチ202がDCT変換部2
03に接続されて、DCT変換部203で行列データに
DCT変換を施す(ステップS33)。続けて、DCT
変換が施された行列データを量子化部205で量子化し
(ステップS34)、ハフマン符号化部206でハフマ
ン符号化し(ステップS35)、圧縮データとして記録
媒体107に記録して(ステップS36)、本処理を終
了する。
If no character data is included in the step S32, the switch 202
The DCT transformation unit 203 performs DCT transformation on the matrix data by the DCT transformation unit 203 (step S33). Then, DCT
The transformed matrix data is quantized by the quantization unit 205 (step S34), Huffman encoded by the Huffman encoding unit 206 (step S35), and recorded on the recording medium 107 as compressed data (step S36). The process ends.

【0043】ステップS32でキャラクタデータが含ま
れている場合には、スイッチ202がDCT変換部20
4に接続されて、DCT変換部204で行列データにD
CT変換を施す(ステップS37)。DCT変換が施さ
れた行列データは量子化されずに、ハフマン符号化部2
06でハフマン符号化する(ステップS38)。さら
に、画像伸張の際に識別するために、量子化を行ってい
ないことを示すマーカを発行し(ステップS39)、記
録媒体107に記録して(ステップS36)、本処理を
終了する。尚、このマーカは、ブロックに分割される前
の1フィールドの画像の圧縮が終了した時に、記録媒体
107が備えているサブコード領域にまとめて記録され
る。
If character data is included in step S32, the switch 202
4 and the DCT transform unit 204 converts the matrix data into D
A CT conversion is performed (step S37). The matrix data subjected to the DCT transform is not quantized, and
In step S38, Huffman coding is performed. Further, in order to identify the image at the time of image expansion, a marker indicating that quantization has not been performed is issued (step S39), and the marker is recorded on the recording medium 107 (step S36), followed by terminating the present process. This marker is recorded collectively in the subcode area of the recording medium 107 when the compression of the image of one field before being divided into blocks is completed.

【0044】図4は図1の画像伸張回路108の画像伸
張処理を示す。まず、画像伸張回路108は記憶媒体1
07が備えているサブコード領域に記録されているマー
カを取得し(ステップS41)、同様に記憶媒体107
に記憶されているデータを読み出し、読み出した圧縮デ
ータをハフマン復号化する(ステップS42)。
FIG. 4 shows image expansion processing of the image expansion circuit 108 of FIG. First, the image decompression circuit 108
In step S41, a marker recorded in the subcode area provided in the storage medium 107 is obtained.
Is read, and the read compressed data is Huffman-decoded (step S42).

【0045】次に、ステップS43において、CPU1
12でハフマン復号化されたデータが量子化されたデー
タであるか否かを判別し、量子化されたデータである場
合には、逆量子化し(ステップS44)、逆DCT変換
を施す(ステップS45)一方、量子化されていないデ
ータである場合には、逆量子化せずに直接逆DCT変換
を施す(ステップS45)。
Next, in step S43, the CPU 1
In step 12, it is determined whether the Huffman-decoded data is quantized data. If the data is quantized data, the data is inversely quantized (step S44) and inverse DCT transformed (step S45). On the other hand, if the data is not quantized, the inverse DCT is directly performed without performing the inverse quantization (step S45).

【0046】その後、逆DCT変換を施したデータを合
成し(ステップS46)、この合成されたデータを画像
信号としてNTSCエンコーダ111に出力し(ステッ
プS47)、本処理を終了する。
Thereafter, the data subjected to the inverse DCT transformation is combined (step S46), and the combined data is output as an image signal to the NTSC encoder 111 (step S47), and this processing ends.

【0047】上述したように、第1の実施の形態によれ
ば、ラスタ−ブロック変換部201に入力されたディジ
タル画像信号を縦方向及び横方向に各所定数配列された
画素、即ち、8×8ドットのブロックに分割し(ステッ
プS31)、このブロックにキャラクタ発生器105で
発生するキャラクタデータが含まれているか否かをCP
U112で判別し(ステップS32)、キャラクタデー
タが含まれている場合にはブロックを構成する行列デー
タに量子化を行わないので、このブロックの圧縮は可逆
となり完全に復元可能であるので、ノイズやブロック歪
み等の画質劣化が目立たない画像処理を行うことができ
る。
As described above, according to the first embodiment, the digital image signal input to the raster-to-block converter 201 is divided into a predetermined number of pixels in the vertical and horizontal directions, that is, 8 × 8 pixels. It is divided into dot blocks (step S31), and it is determined whether or not this block contains character data generated by the character generator 105.
The determination is made in U112 (step S32). If character data is included, the quantization is not performed on the matrix data constituting the block, so that the compression of this block is reversible and can be completely restored. Image processing in which image quality deterioration such as block distortion is not conspicuous can be performed.

【0048】(2)第2の実施の形態 本発明の第2の実施の形態に係る画像撮影装置の構成
は、第1の実施の形態に係る画像撮影装置の構成とほぼ
同様であるが、第2の実施の形態に係る画像撮影装置は
ラスタ−ブロック変換部201に入力されたディジタル
画像信号の量子化しないエリアを設定する設定手段を新
たに有する。
(2) Second Embodiment The configuration of an image capturing apparatus according to a second embodiment of the present invention is substantially the same as the configuration of the image capturing apparatus according to the first embodiment. The image photographing apparatus according to the second embodiment has a new setting means for setting an area where the digital image signal input to the raster-block converter 201 is not quantized.

【0049】図7は画像圧縮回路106の画像圧縮処理
を示す。まず、ユーザが図6に示すように、量子化しな
いエリアをa−a’,b−b’で区切ることにより設定手段
で設定する(ステップS71)。この設定はCPU11
2に通知される。尚、ユーザは設定手段によりa−a’,
b−b’の位置を自由に変更できるので、量子化しないエ
リア及び量子化するエリアの割合を自由に変更でき、後
述する記録媒体107に記録されるデータ量を調整する
ことができる。また、a−a’,b−b’の位置を図6に示
すように画面の中心に設定することによりノイズやブロ
ック歪みを目立たなくすることができる。
FIG. 7 shows the image compression processing of the image compression circuit 106. First, as shown in FIG. 6, the user sets an area not to be quantized by aa 'and bb' to set the area by the setting means (step S71). This setting is
2 is notified. The user can set aa ',
Since the position of bb ′ can be changed freely, the ratio of the non-quantized area and the quantized area can be changed freely, and the amount of data recorded on the recording medium 107 described later can be adjusted. Further, by setting the positions of aa ′ and bb ′ at the center of the screen as shown in FIG. 6, noise and block distortion can be made inconspicuous.

【0050】次に、ラスタ−ブロック変換部201に入
力されたディジタル画像信号を縦方向及び横方向に各所
定数配列された画素、即ち、8×8ドットのブロックに
分割する(ステップS72)。このブロックは8×8の
行列データで表される。
Next, the digital image signal input to the raster-block converter 201 is divided into a predetermined number of pixels arranged in the vertical and horizontal directions, that is, into blocks of 8.times.8 dots (step S72). This block is represented by 8 × 8 matrix data.

【0051】次に、ステップS73において、このブロ
ックが設定手段で設定された量子化しないエリアに含ま
れるか否かをCPU112で判別する。
Next, in step S73, the CPU 112 determines whether or not this block is included in the non-quantized area set by the setting means.

【0052】ステップS73で量子化しないエリアに含
まれる場合には、スイッチ202がDCT変換部203
に接続されて、DCT変換部203により行列データに
DCT変換を施す(ステップS74)。続けて、DCT
変換が施された行列データを量子化部205で量子化
し、(ステップS75)、ハフマン符号化部206でハ
フマン符号化し(ステップS76)、圧縮データとして
記録媒体107に記録して(ステップS77)、本処理
を終了する。
If it is determined in step S73 that the data is included in the non-quantized area, the switch 202
And performs DCT transform on the matrix data by the DCT transform unit 203 (step S74). Then, DCT
The transformed matrix data is quantized by the quantization unit 205 (Step S75), Huffman encoded by the Huffman encoding unit 206 (Step S76), and recorded on the recording medium 107 as compressed data (Step S77). This processing ends.

【0053】ステップS73で量子化するエリアに含ま
れる場合には、スイッチ202がDCT変換部204に
接続されて、DCT変換部204により行列データにD
CT変換を施す(ステップS78)。DCT変換が施さ
れた行列データは量子化されずに、ハフマン符号化部2
06でハフマン符号化する(ステップS79)。さら
に、画像伸張の際に識別するために、量子化を行ってい
ないことを示すマーカを発行し(ステップS80)、記
録媒体107に記録して(ステップS77)、本処理を
終了する。尚、このマーカは、ブロックに分割される前
の1フィールドの画像の圧縮が終了した時に、記録媒体
107が備えているサブコード領域にまとめて記録され
る。
If the data is included in the area to be quantized in step S73, the switch 202 is connected to the DCT converter 204, and the DCT converter 204
A CT conversion is performed (step S78). The matrix data subjected to the DCT transform is not quantized, and
The Huffman coding is performed at step 06 (step S79). Further, in order to identify the image at the time of image expansion, a marker indicating that quantization has not been performed is issued (step S80), recorded on the recording medium 107 (step S77), and the present process is terminated. This marker is recorded collectively in the subcode area of the recording medium 107 when the compression of the image of one field before being divided into blocks is completed.

【0054】記録媒体107に記録されたデータの画像
伸張処理は、第1の実施の形態の図4で説明した処理と
同様なので、その説明を省略する。
The image decompression processing of the data recorded on the recording medium 107 is the same as the processing described in the first embodiment with reference to FIG. 4, and a description thereof will be omitted.

【0055】上述したように、第2の実施の形態によれ
ば、ユーザが図6に示すように、量子化しないエリアを
a−a’,b−b’で区切ることにより設定手段で設定する
(ステップS71)ことができ、a−a’,b−b’の位置
を図6に示すように画面の中心に設定することにより、
このa−a’,b−b’で区切られたエリアの圧縮は量子化
されず可逆であり完全に復元可能であるので、ノイズや
ブロック歪み等の画質劣化が目立たない画像処理を行う
ことができる。
As described above, according to the second embodiment, as shown in FIG.
Setting can be made by the setting means by dividing by aa 'and bb' (step S71), and the positions of aa 'and bb' are set at the center of the screen as shown in FIG. By doing
Since the compression of the area delimited by aa ′ and bb ′ is not quantized and is reversible and can be completely restored, it is possible to perform image processing in which image quality deterioration such as noise and block distortion is not conspicuous. it can.

【0056】[0056]

【発明の効果】以上詳細に説明したように、請求項1の
画像撮影装置又は請求項8の画像撮影方法によれば、縦
方向及び横方向に各所定数配列された画素からなる文字
データを生成し、撮影により入力された画像データと生
成された文字データとを合成するとともに、合成された
画像データを縦方向及び横方向に各所定数配列された画
素からなるブロックに分割し、分割された画像データに
文字データが含まれている場合には、量子化を行わない
圧縮をし、分割された画像データに文字データが含まれ
ていない場合には、量子化を行う圧縮をするので、文字
データが含まれている分割された画像データの圧縮は量
子化を行わなず可逆となり完全に復元可能であるので、
ノイズやブロック歪み等の画質劣化が目立たない画像処
理を行うことができる。
As described above in detail, according to the image photographing apparatus of the first aspect or the image photographing method of the eighth aspect, character data consisting of a predetermined number of pixels arranged in the vertical direction and the horizontal direction is generated. Then, the image data input by shooting and the generated character data are combined, and the combined image data is divided into blocks each including a predetermined number of pixels arranged in a vertical direction and a horizontal direction. If the data contains character data, compression without quantization is performed.If the divided image data does not include character data, compression is performed with quantization. Since the compression of the divided image data containing is reversible without quantization and can be completely restored,
Image processing in which image quality deterioration such as noise and block distortion is not conspicuous can be performed.

【0057】請求項4の画像撮影装置又は請求項11の
画像撮影方法によれば、撮影により入力された画像デー
タを縦方向及び横方向に各所定数配列された画素からな
るブロックに分割し、分割された画像データを該ブロッ
ク単位で圧縮すると共に、撮影により入力された画像デ
ータ上に圧縮される領域を設定するので、圧縮される領
域を自由に設定でき、ノイズやブロック歪み等の画質劣
化が目立たない画像処理を行うことができる。
According to the image photographing apparatus of the present invention, the image data inputted by photographing is divided into blocks each having a predetermined number of pixels arranged in the vertical and horizontal directions, and divided. The compressed image data is compressed in units of blocks, and the area to be compressed is set on the image data input by shooting. Therefore, the area to be compressed can be set freely, and image quality degradation such as noise and block distortion is reduced. Inconspicuous image processing can be performed.

【0058】請求項6の画像撮影装置又は請求項13の
画像撮影方法によれば、量子化を行わない圧縮の領域を
撮影により入力された画像データの中心部に設定される
ので、ノイズやブロック歪みを目立たなくすることがで
きる。
According to the image photographing apparatus of the sixth aspect or the image photographing method of the thirteenth aspect, a compression area where quantization is not performed is set at the center of image data input by photographing, so that noise and block are reduced. Distortion can be made inconspicuous.

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

【図1】本発明の第1の実施の形態に係る画像撮影装置
の構成図である。
FIG. 1 is a configuration diagram of an image photographing apparatus according to a first embodiment of the present invention.

【図2】図1の画像圧縮回路106の詳細な構成図であ
る。
FIG. 2 is a detailed configuration diagram of an image compression circuit 106 of FIG.

【図3】図1の画像圧縮回路106の画像圧縮処理を示
すフローチャートである。
FIG. 3 is a flowchart illustrating an image compression process of an image compression circuit shown in FIG. 1;

【図4】図1の画像伸張回路108の画像伸張処理を示
すフローチャートである。
FIG. 4 is a flowchart showing image expansion processing of an image expansion circuit shown in FIG. 1;

【図5】キャラクタ発生器105で発生するキャラクタ
データが分割されたブロックに含まれているか否かの判
別の様子を示した図である。
FIG. 5 is a diagram showing a state of determining whether character data generated by a character generator 105 is included in a divided block.

【図6】設定手段で量子化しないエリアを設定する様子
を示した図である。
FIG. 6 is a diagram showing a state where an area not quantized is set by a setting unit.

【図7】画像圧縮回路106の画像圧縮処理を示すフロ
ーチャートである。
FIG. 7 is a flowchart showing an image compression process of the image compression circuit 106.

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

101 レンズ 102 撮像素子 103 CDS/AGC 104 ディジタル信号処理回路 105 キャラクタ発生器 106 画像圧縮回路 107 記録媒体 108 画像伸張回路 109 信号選択スイッチ 110 ビューファインダー 111 A/D変換器/NTSCエンコーダ DESCRIPTION OF SYMBOLS 101 Lens 102 Image sensor 103 CDS / AGC 104 Digital signal processing circuit 105 Character generator 106 Image compression circuit 107 Recording medium 108 Image expansion circuit 109 Signal selection switch 110 Viewfinder 111 A / D converter / NTSC encoder

Claims (14)

【特許請求の範囲】[Claims] 【請求項1】 縦方向及び横方向に各所定数配列された
画素からなる文字データを生成する文字データ生成手段
と、撮影により入力された画像データと前記文字データ
生成手段が生成する文字データとを合成するとともに、
前記合成された画像データを縦方向及び横方向に各所定
数配列された画素からなるブロックに分割し、前記分割
された画像データを該ブロック単位で圧縮する画像圧縮
手段とを備える画像撮影装置において、 前記分割された画像データに前記文字データが含まれて
いる場合には、前記画像圧縮手段で量子化を行わない圧
縮をし、前記分割された画像データに前記文字データが
含まれていない場合には、前記画像圧縮手段で量子化を
行う圧縮をすることを特徴とする画像撮影装置。
1. A character data generating means for generating character data composed of a predetermined number of pixels arranged in each of a vertical direction and a horizontal direction, and image data input by photographing and character data generated by the character data generating means. While synthesizing,
An image photographing apparatus comprising: an image compression unit that divides the synthesized image data into blocks each including a predetermined number of pixels arranged in a vertical direction and a horizontal direction, and compresses the divided image data in units of the blocks. When the character data is included in the divided image data, compression is performed without performing quantization by the image compression unit, and when the character data is not included in the divided image data, Wherein the image compression means performs compression for performing quantization.
【請求項2】 前記圧縮はJPEG圧縮であることを特
徴とする請求項1記載の画像撮影装置。
2. An apparatus according to claim 1, wherein said compression is JPEG compression.
【請求項3】 前記量子化を行わない圧縮がなされた画
像データを判別するためのマーカを発行するマーカ発行
手段を備えていることを特徴とする請求項1又は2記載
の画像撮影装置。
3. The image photographing apparatus according to claim 1, further comprising a marker issuing unit that issues a marker for determining the compressed image data that is not subjected to quantization.
【請求項4】 撮影により入力された画像データを縦方
向及び横方向に各所定数配列された画素からなるブロッ
クに分割し、前記分割された画像データを該ブロック単
位で圧縮する画像圧縮手段と、前記撮影により入力され
た画像データ上に前記画像圧縮手段で圧縮される領域を
設定する設定手段とを備えることを特徴とする画像撮影
装置。
4. Image compression means for dividing image data input by shooting into blocks each having a predetermined number of pixels arranged in a vertical direction and a horizontal direction, and compressing the divided image data in units of the blocks. Setting means for setting an area to be compressed by the image compressing means on the image data input by the photographing.
【請求項5】 前記設定手段により設定された領域が量
子化を行わない圧縮の領域又は量子化を行う圧縮の領域
であることを特徴とする請求項4記載の画像撮影装置。
5. The image photographing apparatus according to claim 4, wherein the area set by said setting means is a compression area where quantization is not performed or a compression area where quantization is performed.
【請求項6】 前記設定手段は前記量子化を行わない圧
縮の領域を前記撮影により入力された画像データの中心
部に設定するように構成されていることを特徴とする請
求項5記載の画像撮影装置。
6. The image according to claim 5, wherein the setting unit is configured to set the compression area in which the quantization is not performed at a central portion of the image data input by the photographing. Shooting equipment.
【請求項7】 前記量子化を行わない圧縮がなされた画
像データを判別するためのマーカを発行するマーカ発行
手段を備えていることを特徴とする請求項5又は6項記
載の画像撮影装置。
7. The image photographing apparatus according to claim 5, further comprising a marker issuing unit that issues a marker for determining the compressed image data that is not subjected to the quantization.
【請求項8】 縦方向及び横方向に各所定数配列された
画素からなる文字データを生成する文字データ生成工程
と、撮影により入力された画像データと前記文字データ
生成工程で生成された文字データとを合成するととも
に、前記合成された画像データを縦方向及び横方向に各
所定数配列された画素からなるブロックに分割し、前記
分割された画像データを該ブロック単位で圧縮する画像
圧縮工程とを含む画像撮影方法において、 前記分割された画像データに前記文字データが含まれて
いる場合には、前記画像圧縮工程で量子化を行わない圧
縮をし、前記分割された画像データに前記文字データが
含まれていない場合には、前記画像圧縮工程で量子化を
行う圧縮をすることを特徴とする画像撮影方法。
8. A character data generating step of generating character data composed of a predetermined number of pixels arranged in each of a vertical direction and a horizontal direction; and image data input by photographing and character data generated in the character data generating step. And dividing the combined image data into blocks each having a predetermined number of pixels arranged in a vertical direction and a horizontal direction, and compressing the divided image data in units of the blocks. In the image capturing method, when the character data is included in the divided image data, compression is performed without performing quantization in the image compression step, and the character data is included in the divided image data. If not, a compression method for performing quantization in the image compression step is performed.
【請求項9】 前記圧縮はJPEG圧縮であることを特
徴とする請求項8記載の画像撮影方法。
9. The method according to claim 8, wherein the compression is JPEG compression.
【請求項10】 前記量子化を行わない圧縮がなされた
画像データを判別するためのマーカを発行するマーカ発
行工程を含むことを特徴とする請求項8又は9記載の画
像撮影方法。
10. The image photographing method according to claim 8, further comprising a marker issuing step of issuing a marker for determining the compressed image data that is not subjected to the quantization.
【請求項11】 撮影により入力された画像データを縦
方向及び横方向に各所定数配列された画素からなるブロ
ックに分割し、前記分割された画像データを該ブロック
単位で圧縮する画像圧縮工程と、前記撮影により入力さ
れた画像データ上に前記画像圧縮工程で圧縮される領域
を設定する設定工程とを含むことを特徴とする画像撮影
方法。
11. An image compression step of dividing image data input by shooting into blocks each having a predetermined number of pixels arranged in a vertical direction and a horizontal direction, and compressing the divided image data in units of the blocks. Setting a region to be compressed in the image compression step on the image data input by the photographing.
【請求項12】 前記設定工程により設定された領域が
量子化を行わない圧縮の領域又は量子化を行う圧縮の領
域であることを特徴とする請求項11記載の画像撮影方
法。
12. The method according to claim 11, wherein the area set in the setting step is a compression area where quantization is not performed or a compression area where quantization is performed.
【請求項13】 前記設定工程において前記量子化を行
わない圧縮の領域が前記撮影により入力された画像デー
タの中心部に設定されることを特徴とする請求項12記
載の画像撮影方法。
13. The image photographing method according to claim 12, wherein in the setting step, the compression area in which the quantization is not performed is set at a central portion of the image data input by the photographing.
【請求項14】 前記量子化を行わない圧縮がなされた
画像データを判別するためのマーカを発行するマーカ発
行工程を含むことを特徴とする請求項12又は13項記
載の画像撮影方法。
14. The image photographing method according to claim 12, further comprising a marker issuing step of issuing a marker for discriminating the compressed image data without performing the quantization.
JP20741797A 1997-07-17 1997-07-17 Device and method for photographing image Pending JPH1141503A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP20741797A JPH1141503A (en) 1997-07-17 1997-07-17 Device and method for photographing image

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP20741797A JPH1141503A (en) 1997-07-17 1997-07-17 Device and method for photographing image

Publications (1)

Publication Number Publication Date
JPH1141503A true JPH1141503A (en) 1999-02-12

Family

ID=16539415

Family Applications (1)

Application Number Title Priority Date Filing Date
JP20741797A Pending JPH1141503A (en) 1997-07-17 1997-07-17 Device and method for photographing image

Country Status (1)

Country Link
JP (1) JPH1141503A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7526133B2 (en) 2003-01-09 2009-04-28 Ricoh Company, Ltd. Image processing apparatus, image processing program, and storage medium
WO2010047492A2 (en) * 2008-10-22 2010-04-29 에스케이텔레콤 주식회사 Moving picture encoder, 2d alignment transformation device and method of image signal for the same, and recording medium therefor

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7526133B2 (en) 2003-01-09 2009-04-28 Ricoh Company, Ltd. Image processing apparatus, image processing program, and storage medium
WO2010047492A2 (en) * 2008-10-22 2010-04-29 에스케이텔레콤 주식회사 Moving picture encoder, 2d alignment transformation device and method of image signal for the same, and recording medium therefor
WO2010047492A3 (en) * 2008-10-22 2010-07-29 에스케이텔레콤 주식회사 Moving picture encoder, 2d alignment transformation device and method of image signal for the same, and recording medium therefor

Similar Documents

Publication Publication Date Title
US5517583A (en) Image encoding method and apparatus
JP3787398B2 (en) Image processing apparatus and method
JP4350809B2 (en) Digital camera
US20060045381A1 (en) Image processing apparatus, shooting apparatus and image display apparatus
JPH10336647A (en) Image compression device and computer readable recording medium recording image compression processing program
JP4794911B2 (en) Image processing device
JP3302091B2 (en) Encoding device and encoding method
JP2001333430A (en) Image processing unit, method, and computer-readable storage medium
JPH1141503A (en) Device and method for photographing image
JPH07121119B2 (en) Digital image recording / reproducing device
JP3406924B2 (en) Image processing apparatus and method
JP2922598B2 (en) Image coding method
JP4256028B2 (en) Compression encoding apparatus and method
JP4430731B2 (en) Digital camera and photographing method
JP3229144B2 (en) Digital still image data recording apparatus and recording method thereof
JP3151244B2 (en) Image recording device
JP2000333130A (en) Method and device for moving picture data
JPH0537901A (en) Image recorder
JP3027023B2 (en) Digital electronic still camera, operation method thereof, and digital image reproducing apparatus and method
JP2965779B2 (en) Electronic still camera device
JPH07160865A (en) Still picture reproducing device
JPH06276476A (en) Electronic still camera device
JPH1013776A (en) Recording and reproducing device
JP3192133B2 (en) Electronic camera device
JP2619535B2 (en) Image signal compression encoding apparatus and decoding reproduction apparatus

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040715

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040715

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20060207

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060307

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060508

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060905