JP2008193530A - Image recorder, image recording method and program - Google Patents

Image recorder, image recording method and program Download PDF

Info

Publication number
JP2008193530A
JP2008193530A JP2007027373A JP2007027373A JP2008193530A JP 2008193530 A JP2008193530 A JP 2008193530A JP 2007027373 A JP2007027373 A JP 2007027373A JP 2007027373 A JP2007027373 A JP 2007027373A JP 2008193530 A JP2008193530 A JP 2008193530A
Authority
JP
Japan
Prior art keywords
image
distance
subject
code amount
block
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2007027373A
Other languages
Japanese (ja)
Other versions
JP2008193530A5 (en
JP4799438B2 (en
Inventor
Kotaro Kitajima
光太郎 北島
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 JP2007027373A priority Critical patent/JP4799438B2/en
Publication of JP2008193530A publication Critical patent/JP2008193530A/en
Publication of JP2008193530A5 publication Critical patent/JP2008193530A5/ja
Application granted granted Critical
Publication of JP4799438B2 publication Critical patent/JP4799438B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Television Signal Processing For Recording (AREA)
  • Studio Devices (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To materialize such a coding technology that image quality of a main subject area is not deteriorated. <P>SOLUTION: This image recorder acquires a distance image representing distance to the subject and a main image obtained by imaging the subject and records each of the images by coding them, the image recorder is provided with: a distance calculation part 122 which divides the distance image into a plurality of blocks to calculate distance information for each block; a code amount determination part 530 which divides the main image into the plurality of blocks so as to correspond to the distance image and determines a code amount for each block of the main image based on the distance image for each block of the distance image; and a recording part 110 which codes and records the main image according to the determined coding amount. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、被写体までの距離を表わす距離画像と少なくとも被写体の輝度情報を含む主画像とを同時に撮影し、各画像を符号化して記録する技術に関する。   The present invention relates to a technique for simultaneously capturing a distance image representing a distance to a subject and a main image including at least luminance information of the subject, and encoding and recording each image.

近年、画像をデジタルデータとして撮影し記録するために、画像情報を高圧縮率且つ高画質で符号化する技術が利用されている。動画像では、画像情報特有の冗長性を利用して画像情報を圧縮符号化するMPEG方式が広く普及している。MPEG圧縮は、DCT変換、量子化、可変長符号化及び前方向の動き補償フレーム間予測に、双方向の動き補償フレーム間予測を組み合わせた符号化方式である。画像はI、P、Bの3種類のピクチャタイプで符号化される。Iピクチャは、自己の情報のみで符号化され、PピクチャはI又はPピクチャからの予測を行うことで符号化され、Bピクチャは双方向予測によって符号化される画像である。   In recent years, in order to capture and record an image as digital data, a technique for encoding image information with a high compression rate and high image quality has been used. For moving images, an MPEG system that compresses and encodes image information using redundancy unique to image information is widely used. MPEG compression is a coding method in which DCT transform, quantization, variable length coding, and forward motion compensation interframe prediction are combined with bidirectional motion compensation interframe prediction. An image is encoded with three picture types of I, P, and B. An I picture is an image that is encoded using only its own information, a P picture is encoded by performing prediction from the I or P picture, and a B picture is an image that is encoded by bidirectional prediction.

画像記録装置は、DCT変換部、量子化部、量子化制御部を基本的な構成として備える。DCT変換部は画像情報を所定の画素数に分割した複数のブロック(DCTブロック)に2次元直交変換を行う。量子化部は変換後のDCT係数を量子化する。量子化制御部は、出力バッファの容量を考慮して量子化スケールコードを適当な値に制御する。   The image recording apparatus includes a DCT conversion unit, a quantization unit, and a quantization control unit as a basic configuration. The DCT transform unit performs two-dimensional orthogonal transform on a plurality of blocks (DCT blocks) obtained by dividing image information into a predetermined number of pixels. The quantization unit quantizes the DCT coefficient after conversion. The quantization control unit controls the quantization scale code to an appropriate value in consideration of the capacity of the output buffer.

また、圧縮符号化後の情報量を所定の範囲に収めつつ、画質の劣化を最小限に抑える技術が提案されている(例えば特許文献1参照)。   In addition, a technique has been proposed in which the amount of information after compression encoding is kept within a predetermined range and image quality deterioration is minimized (see, for example, Patent Document 1).

ここで、上記画像の絵柄に応じて符号量を決定する処理について説明する。   Here, a process of determining the code amount according to the pattern of the image will be described.

図11はMPEG方式により画像を圧縮符号化する従来の画像記録装置の構成を示すブロック図である。   FIG. 11 is a block diagram showing a configuration of a conventional image recording apparatus that compresses and encodes an image by the MPEG method.

図11において、1100は圧縮対象である画像を取得する画像取得部である。1101は画像データを蓄積し並び替えを行うための画像フレームバッファである。1102は入力画像とローカルデコード画像の差分を取る減算部である。1103はDCT変換部、1104は量子化部、1105は逆量子化部、1106は逆DCT変換部、1107は動き補償部、1108は動き推定部、1109は符号化部、1110は出力バッファである。また、1120は複雑度算出部、1130は量子化制御部である。   In FIG. 11, 1100 is an image acquisition unit that acquires an image to be compressed. Reference numeral 1101 denotes an image frame buffer for storing and rearranging image data. Reference numeral 1102 denotes a subtraction unit that takes a difference between the input image and the local decoded image. 1103 is a DCT transform unit, 1104 is a quantization unit, 1105 is an inverse quantization unit, 1106 is an inverse DCT transform unit, 1107 is a motion compensation unit, 1108 is a motion estimation unit, 1109 is an encoding unit, and 1110 is an output buffer. . Reference numeral 1120 denotes a complexity calculation unit, and 1130 denotes a quantization control unit.

次に、図11の画像記録装置による符号量決定処理について説明する。   Next, code amount determination processing by the image recording apparatus in FIG. 11 will be described.

画像取得部1100に入力された画像は画像フレームバッファ1101に蓄積される。画像フレームバッファ1101は符号化する順序に画像フレームの並べ替えを行う。Bピクチャは時間的に後のピクチャを参照するために、符号化順としては参照するピクチャが符号化された後になる。符号化順に並び替えられた画像は、所定の大きさを有する小領域であるマクロブロック単位に分割され、減算部1102へ出力される。   The image input to the image acquisition unit 1100 is accumulated in the image frame buffer 1101. The image frame buffer 1101 rearranges the image frames in the encoding order. Since the B picture refers to the temporally subsequent picture, the encoding order is after the picture to be referred is encoded. The images rearranged in the encoding order are divided into macroblock units, which are small areas having a predetermined size, and are output to the subtraction unit 1102.

減算部1102では、Iピクチャの場合、減算処理を行わず単にデータをDCT変換部1103へ出力する。また、画像がB又はPピクチャの場合は、後述するフレーム間予測による予測画像と現画像との差分画像をDCT変換部1103へ出力する。   In the case of an I picture, the subtraction unit 1102 simply outputs data to the DCT conversion unit 1103 without performing subtraction processing. If the image is a B or P picture, a difference image between a prediction image based on inter-frame prediction described later and the current image is output to the DCT conversion unit 1103.

DCT変換部1103ではDCTブロック単位にDCT変換を行い周波数成分に変換する。量子化部1104では、変換された周波数成分のデータを量子化パラメータに応じて量子化する。量子化部1104において量子化した画像データは符号化部1109及びローカルデコードするため逆量子化部1105へ出力する。符号化部1109では、出現頻度がより高いデータに対して、より短い符号量を割り当てる可変長符号化を行い、出力バッファ1110に一旦蓄積した後、符号化データとして出力する。   The DCT conversion unit 1103 performs DCT conversion in units of DCT blocks and converts them into frequency components. The quantization unit 1104 quantizes the converted frequency component data according to the quantization parameter. The image data quantized by the quantization unit 1104 is output to the encoding unit 1109 and the inverse quantization unit 1105 for local decoding. The encoding unit 1109 performs variable length encoding that assigns a shorter code amount to data with a higher appearance frequency, temporarily stores the data in the output buffer 1110, and then outputs the encoded data.

一方、逆量子化部1105では量子化部1104で量子化した画像データを逆量子化し、周波数成分に復号化する。逆DCT変換部1106による逆直交変換によって、予測誤差画像(差分画像)に復号する。動き推定部1108はフレーム間予測モードの時にローカルデコード画像から、画像との差分が最も小さい参照画像をサーチし、動きベクトルを算出する。動き補償部1107では、動きベクトル及び参照方向情報で示される演算を行い動き補償画像を出力する。   On the other hand, the inverse quantization unit 1105 inversely quantizes the image data quantized by the quantization unit 1104 and decodes it to frequency components. The prediction error image (difference image) is decoded by inverse orthogonal transform by the inverse DCT transform unit 1106. The motion estimation unit 1108 searches the local decoded image for a reference image having the smallest difference from the image in the inter-frame prediction mode, and calculates a motion vector. The motion compensation unit 1107 performs a calculation indicated by the motion vector and the reference direction information and outputs a motion compensated image.

量子化制御部1130はマクロブロック毎の絵柄の複雑度とVBVバッファに基づいてマクロブロック毎の量子化パラメータ(量子化スケール)を決定する。この量子化スケールを大きくすると荒い量子化(符号量の割り当てが少ない)、逆に小さくすると細かい量子化(符号量の割り当てが多い)が可能となる。   The quantization control unit 1130 determines a quantization parameter (quantization scale) for each macroblock based on the complexity of the pattern for each macroblock and the VBV buffer. Increasing the quantization scale enables rough quantization (less code amount assignment), and conversely, fine quantization (more code amount assignment).

図12は図11の量子化制御部によるマクロブロック毎の量子化パラメータを決定する処理フローを示している。   FIG. 12 shows a processing flow for determining the quantization parameter for each macroblock by the quantization control unit of FIG.

図12において、S1201では、GOP(Group Of Pictures)内の各ピクチャに対する割り当てビット量を決定する。具体的には、GOP内でまだ符号化されていないピクチャの枚数と、直前ピクチャの複雑度に基づき符号化対象のピクチャに対して符号量を配分する。この配分をGOP内の符号化ピクチャ順に繰り返し、ピクチャ毎にピクチャ目標ビット量を算出する。   In FIG. 12, in S1201, the allocated bit amount for each picture in the GOP (Group Of Pictures) is determined. Specifically, the code amount is allocated to the picture to be encoded based on the number of pictures not yet encoded in the GOP and the complexity of the previous picture. This distribution is repeated in the order of the encoded pictures in the GOP, and the picture target bit amount is calculated for each picture.

S1202では、マクロブロック単位に量子化スケールの基準値を設定する。つまり、S1201で求められた各ピクチャに対する割り当てビット量と実際の発生ビット量とを一致させるため、出力バッファの容量を基に、量子化スケールの基準値をマクロブロック単位のフィードバック制御で求める。   In S1202, a quantization scale reference value is set for each macroblock. That is, in order to match the allocated bit amount for each picture obtained in S1201 with the actual generated bit amount, the reference value of the quantization scale is obtained by feedback control in units of macroblocks based on the capacity of the output buffer.

S1203では複雑度に基づき各ブロックに割り当てる符号量を補正する。具体的には視覚特性を反映させるべく、ブロック単位でブロックの複雑度に基づいて量子化スケール値を補正する。フレーム目標ビット量を維持しつつ、複雑度が低いマクロブロックでは量子化スケールを基準値より小さく補正し、複雑度が高いマクロブロックでは量子化スケールを基準値より大きく補正する。このように視覚特性、特に複雑度を考慮した適応量子化が行われる。これにより、視覚的に劣化が目立ちやすい平坦部は符号量を多く割り当て、劣化が目立ちにくい複雑な絵柄の部分は符号量を少なく割り当てることが可能となる。   In S1203, the code amount allocated to each block is corrected based on the complexity. Specifically, the quantization scale value is corrected based on the block complexity in units of blocks in order to reflect visual characteristics. While maintaining the frame target bit amount, the quantization scale is corrected to be smaller than the reference value in the macro block with low complexity, and the quantization scale is corrected to be larger than the reference value in the macro block with high complexity. Thus, adaptive quantization is performed in consideration of visual characteristics, particularly complexity. As a result, it is possible to assign a large amount of code to a flat portion that is visually conspicuously deteriorated, and to assign a small amount of code to a portion of a complex picture that is hardly conspicuous.

一方、被写体までの距離を表す距離情報を含む距離画像を生成する撮像技術が、例えば特許文献2に記載されている。
特開2004−194076号公報 特開平8−242469号公報
On the other hand, for example, Patent Document 2 discloses an imaging technique for generating a distance image including distance information indicating a distance to a subject.
JP 2004-194076 A JP-A-8-242469

上述した従来技術では、画像の絵柄だけで符号量の割り当てを決定しているため、画像中で主となる被写体が複雑な絵柄を含んでいる場合には、符号量の割り当てが少なく抑えられ、主被写体領域が劣化してしまうという課題がある。   In the above-described conventional technology, since the code amount allocation is determined only by the image pattern, when the main subject in the image includes a complex pattern, the code amount allocation can be reduced, There is a problem that the main subject area is deteriorated.

本発明は、上記課題に鑑みてなされ、その目的は、主被写体領域の画質が劣化しないような符号化技術を実現することである。   The present invention has been made in view of the above problems, and an object thereof is to realize an encoding technique that does not deteriorate the image quality of the main subject area.

上記課題を解決し、目的を達成するため、本発明の画像記録装置は、被写体までの距離を表わす距離画像と、前記被写体を撮像して得られる主画像とを獲得し、各画像を符号化して記録する画像記録装置において、前記距離画像を複数のブロックに分割し、各ブロック毎の距離情報を算出する距離算出手段と、前記主画像を前記距離画像に対応するように複数のブロックに分割し、前記距離画像の各ブロック毎の距離情報に基づき、前記主画像の各ブロック毎の符号量を決定する符号量決定手段と、前記決定された符号量に応じて前記主画像を符号化して記録する記録手段と、を有する。   In order to solve the above problems and achieve the object, an image recording apparatus of the present invention acquires a distance image representing a distance to a subject and a main image obtained by imaging the subject, and encodes each image. In the image recording apparatus, the distance image is divided into a plurality of blocks, distance calculation means for calculating distance information for each block, and the main image is divided into a plurality of blocks so as to correspond to the distance image. And a code amount determining means for determining a code amount for each block of the main image based on distance information for each block of the distance image, and encoding the main image according to the determined code amount. Recording means for recording.

また、本発明の画像記録方法は、被写体までの距離を表わす距離画像と、前記被写体を撮像して得られる主画像とを獲得し、各画像を符号化して記録する画像記録方法であって、前記距離画像を複数のブロックに分割し、各ブロック毎の距離情報を算出する距離算出ステップと、前記主画像を前記距離画像に対応するように複数のブロックに分割し、前記距離画像の各ブロック毎の距離情報に基づき、前記主画像の各ブロック毎の符号量を決定する符号量決定ステップと、前記決定された符号量に応じて前記主画像を符号化して記録する記録ステップと、を有する。   The image recording method of the present invention is an image recording method for acquiring a distance image representing a distance to a subject and a main image obtained by imaging the subject, and encoding and recording each image. A distance calculating step of dividing the distance image into a plurality of blocks and calculating distance information for each block; and dividing the main image into a plurality of blocks so as to correspond to the distance image; A code amount determining step for determining a code amount for each block of the main image based on distance information for each, and a recording step for encoding and recording the main image according to the determined code amount. .

本発明によれば、画像の絵柄だけでなく被写体との距離情報を用いて符号量を割り当てることで、主被写体の画質が劣化しないように符号化することができる。   According to the present invention, it is possible to perform encoding so as not to deteriorate the image quality of the main subject by assigning the code amount using not only the picture of the image but also the distance information with respect to the subject.

以下に、添付図面を参照して本発明を実施するための最良の形態について詳細に説明する。   The best mode for carrying out the present invention will be described below in detail with reference to the accompanying drawings.

尚、以下に説明する実施の形態は、本発明の実現手段としての一例であり、本発明が適用される装置の構成や各種条件によって適宜修正又は変更されるべきものであり、本発明は以下の実施の形態に限定されるものではない。   The embodiment described below is an example as means for realizing the present invention, and should be appropriately modified or changed according to the configuration and various conditions of the apparatus to which the present invention is applied. It is not limited to the embodiment.

[第1の実施形態]
先ず、本発明に係る第1の実施形態による被写体の距離情報に基づいて符号量の割り当てを決定する例について説明する。
[First Embodiment]
First, an example in which code amount allocation is determined based on subject distance information according to the first embodiment of the present invention will be described.

図1は、本発明に係る第1の実施形態の画像記録装置の構成を示すブロック図である。   FIG. 1 is a block diagram showing the configuration of the image recording apparatus according to the first embodiment of the present invention.

図1において、100は圧縮対象である主画像を取得する主画像取得部である。101は主画像データを蓄積し並び替えを行うための主画像フレームバッファである。102は入力画像とローカルデコード画像の差分を取る減算部である。103はDCT変換部、104は量子化部、105は逆量子化部、106は逆DCT変換部、107は動き補償部、108は動き推定部、109は符号化部、110は出力バッファである。また、120は距離画像取得部、121は距離画像フレームバッファ、122はブロック距離算出部、130は量子化制御部である。主画像及び距離画像は撮像部140により同時に撮影される。尚、主画像は動画又は静止画である。   In FIG. 1, reference numeral 100 denotes a main image acquisition unit that acquires a main image to be compressed. Reference numeral 101 denotes a main image frame buffer for accumulating and rearranging main image data. Reference numeral 102 denotes a subtraction unit that takes a difference between the input image and the local decoded image. 103 is a DCT transform unit, 104 is a quantization unit, 105 is an inverse quantization unit, 106 is an inverse DCT transform unit, 107 is a motion compensation unit, 108 is a motion estimation unit, 109 is an encoding unit, and 110 is an output buffer. . Reference numeral 120 denotes a distance image acquisition unit, 121 denotes a distance image frame buffer, 122 denotes a block distance calculation unit, and 130 denotes a quantization control unit. The main image and the distance image are simultaneously captured by the imaging unit 140. The main image is a moving image or a still image.

撮像部140は、被写体からの光束が入射されるフォーカスレンズやズームレンズ等からなるレンズ光学系と、輝度信号及び色差信号からなる主画像と、被写体までの距離を表す距離画像とを同時に撮像及び獲得可能なCMOS等の撮像素子とを有する。撮像素子は、例えばLEDから被写体へ光を照射し、その反射光をCMOSセンサが受光するまでの時間を画素毎に計測することで距離を求める。   The imaging unit 140 simultaneously captures and captures a lens optical system including a focus lens and a zoom lens into which a light beam from a subject is incident, a main image including a luminance signal and a color difference signal, and a distance image representing a distance to the subject. And an image pickup device such as a CMOS that can be obtained. For example, the image sensor irradiates the subject with light from the LED, and obtains the distance by measuring the time until the CMOS sensor receives the reflected light for each pixel.

尚、本実施形態の画像記録装置は、撮像部140が搭載されることでデジタルカメラ等の撮像装置を構成する。また、撮像部140を搭載しない場合には、撮像部140を搭載するカメラとUSBインターフェース等を介して接続可能なPC(パーソナルコンピュータ)等の電子機器を構成する。   Note that the image recording apparatus according to the present embodiment includes an imaging unit 140 to constitute an imaging apparatus such as a digital camera. When the imaging unit 140 is not installed, an electronic device such as a PC (personal computer) that can be connected to a camera equipped with the imaging unit 140 via a USB interface or the like is configured.

次に、図1の画像記録装置による符号量決定処理について説明する。   Next, the code amount determination process by the image recording apparatus of FIG. 1 will be described.

主画像取得部100に入力された画像は主画像フレームバッファ101に蓄積される。主画像フレームバッファ101は符号化する順番に画像フレームの並べ替えを行う。符号化順に並び替えられた画像は、マクロブロック単位に分割され減算部102へ出力される。減算部102はIピクチャの場合、減算処理を行わず単にデータをDCT変換部103へ出力する。また、入力画像がB又はPピクチャの場合は、後述するフレーム間予測による予測画像と現画像との差分画像をDCT変換部103へ出力する。DCT変換部103ではDCTブロック単位にDCT変換を行い周波数成分に変換する。量子化部104では入力された周波数成分のデータを後述する量子化パラメータに従って量子化する。量子化部104において量子化した画像データは符号化部109及び逆量子化部105へ出力する。符号化部109では可変長符号化を行い、ビットストリームを出力バッファ110を介して光ディスクやハードディスク等の記録媒体に記録する。   The image input to the main image acquisition unit 100 is accumulated in the main image frame buffer 101. The main image frame buffer 101 rearranges the image frames in the encoding order. Images rearranged in the encoding order are divided into macroblock units and output to the subtraction unit 102. In the case of an I picture, the subtraction unit 102 simply outputs data to the DCT conversion unit 103 without performing subtraction processing. When the input image is a B or P picture, a difference image between a prediction image based on inter-frame prediction described later and the current image is output to the DCT conversion unit 103. The DCT conversion unit 103 performs DCT conversion in units of DCT blocks and converts them into frequency components. The quantization unit 104 quantizes the input frequency component data according to a quantization parameter described later. The image data quantized by the quantization unit 104 is output to the encoding unit 109 and the inverse quantization unit 105. The encoding unit 109 performs variable length encoding and records the bit stream on a recording medium such as an optical disk or a hard disk via the output buffer 110.

一方、逆量子化部105では逆量子化し、周波数成分に復号化する。逆DCT変換部106による逆直交変換によって、予測誤差画像に復号する。動き推定部108はフレーム間予測モードの時にローカルデコード画像から、入力画像と差分が最も小さい参照画像をサーチし、動きベクトルを算出し出力する。動き補償部107では動きベクトル及び参照方向情報で示される演算を行い、動き補償画像を出力する。距離画像取得部120は主画像に対応した距離画像を取得する。   On the other hand, the inverse quantization unit 105 performs inverse quantization and decodes the frequency component. A prediction error image is decoded by inverse orthogonal transform by the inverse DCT transform unit 106. The motion estimation unit 108 searches for a reference image having the smallest difference from the input image from the local decoded image in the inter-frame prediction mode, calculates a motion vector, and outputs it. The motion compensation unit 107 performs a calculation indicated by the motion vector and the reference direction information, and outputs a motion compensated image. The distance image acquisition unit 120 acquires a distance image corresponding to the main image.

ここで、距離画像について説明する。   Here, the distance image will be described.

図2(a)は主画像、図2(b)は距離画像を夫々例示している。   FIG. 2A illustrates a main image, and FIG. 2B illustrates a distance image.

主画像は、符号化される輝度及び色の各信号を含む画像である。また、距離画像は同時刻の主画像(図2(a))の水平垂直2次元位置に対応した被写体までの距離を示す画像である。   The main image is an image including luminance and color signals to be encoded. The distance image is an image indicating the distance to the subject corresponding to the horizontal and vertical two-dimensional position of the main image (FIG. 2A) at the same time.

図2(b)では距離画像は256階調で表現されるものとする。即ち、被写体の256段階の距離情報から構成されている。この場合、距離画像はカメラに近い被写体ほど白に近づき、カメラから遠いほど黒に近く表現される。図2(b)の距離画像では主画像(図2(a))において200で示した人物の領域が近距離にあり、202で示した背景の領域が遠距離にあることを夫々示している。   In FIG. 2B, the distance image is expressed with 256 gradations. That is, it is composed of 256-step distance information of the subject. In this case, the distance image is expressed closer to white as the subject is closer to the camera, and closer to black as the subject is closer to the camera. In the distance image of FIG. 2B, the person area indicated by 200 in the main image (FIG. 2A) is at a short distance, and the background area indicated by 202 is at a long distance. .

図1に戻り、距離画像取得部120により取得した距離画像は距離画像フレームバッファ121に蓄積される。距離画像フレームバッファ121は主画像を符号化する順序と同様に距離画像フレームの並べ替えを行う。符号化順に並び替えられた距離画像は、量子化する主画像のブロックと同等の領域に分割され、ブロック距離算出部122に出力される。ブロック距離算出部122では距離画像のブロック毎の平均距離(以下、ブロック距離)を算出する。   Returning to FIG. 1, the distance image acquired by the distance image acquisition unit 120 is accumulated in the distance image frame buffer 121. The distance image frame buffer 121 rearranges the distance image frames in the same order as the main image is encoded. The distance images rearranged in the encoding order are divided into regions equivalent to the blocks of the main image to be quantized and output to the block distance calculation unit 122. The block distance calculation unit 122 calculates an average distance (hereinafter, block distance) for each block of the distance image.

図3は、図2の主画像及び距離画像をブロック単位に分割した状態を示す図である。   FIG. 3 is a diagram illustrating a state in which the main image and the distance image in FIG. 2 are divided into blocks.

主画像(a)のブロック301を量子化する際には主画像のブロック301に対応する距離画像(b)のブロック302がブロック距離算出部122に入力され、演算処理によりブロック302の代表距離が算出される。ここでは、ブロック代表距離としてブロックの距離の平均値を算出する。ブロック距離算出部122は上記のようにして算出したブロック代表距離をブロック距離情報として量子化制御部130へ出力する。   When the block 301 of the main image (a) is quantized, the block 302 of the distance image (b) corresponding to the block 301 of the main image is input to the block distance calculation unit 122, and the representative distance of the block 302 is calculated by arithmetic processing. Calculated. Here, the average value of the block distance is calculated as the block representative distance. The block distance calculation unit 122 outputs the block representative distance calculated as described above to the quantization control unit 130 as block distance information.

量子化制御部130はブロック毎の距離情報とバッファ容量とに基づいてマクロブロック毎の量子化パラメータ(以下、量子化スケール)を決定し、量子化部104に出力する。   The quantization control unit 130 determines a quantization parameter (hereinafter referred to as a quantization scale) for each macroblock based on the distance information for each block and the buffer capacity, and outputs the quantization parameter to the quantization unit 104.

図4は、本実施形態の量子化制御部によるブロック毎の量子化スケールを決定する処理フローを示している。   FIG. 4 shows a processing flow for determining the quantization scale for each block by the quantization control unit of the present embodiment.

図4において、先ずS401ではGOP内の各ピクチャに対する割り当てビット量を決定する。具体的には、GOP内で符号化されていないピクチャの枚数と、直前ピクチャの複雑度に基づき符号化対象のピクチャに対して符号量を配分する。この配分をGOP内の符号化ピクチャ順に繰り返し、ピクチャ毎にピクチャ目標ビット量を算出する。   In FIG. 4, first, in S401, the amount of allocated bits for each picture in the GOP is determined. Specifically, the code amount is allocated to the picture to be coded based on the number of pictures not coded in the GOP and the complexity of the previous picture. This distribution is repeated in the order of the encoded pictures in the GOP, and the picture target bit amount is calculated for each picture.

S402では、マクロブロック単位に量子化スケールの基準値を設定する。つまり、S401で求められた各ピクチャに対する割り当てビット量と実際の発生ビット量とを一致させるため、出力バッファ110の容量に基づき量子化スケールの基準値をマクロブロック単位のフィードバック制御で求める。   In S402, a quantization scale reference value is set for each macroblock. That is, in order to match the allocated bit amount for each picture obtained in S401 with the actual generated bit amount, the reference value of the quantization scale is obtained by feedback control in units of macroblocks based on the capacity of the output buffer 110.

S403では、ブロック単位での距離情報に基づいて量子化スケールを補正し、量子化部104に出力する。ここでは、ブロック距離が近いブロックは図2の200に示すような主となる被写体である可能性が高いと判定され、量子化スケールを基準値より小さく補正する。一方、ブロック距離が遠いブロックは図2の201に示すような背景等の重要度が低めの被写体領域であると判定され、量子化スケールを基準値より大きく補正する。   In step S <b> 403, the quantization scale is corrected based on the distance information in units of blocks and is output to the quantization unit 104. Here, it is determined that there is a high possibility that a block having a short block distance is a main subject as indicated by 200 in FIG. 2, and the quantization scale is corrected to be smaller than the reference value. On the other hand, a block having a long block distance is determined to be a subject area having a low importance such as a background as indicated by 201 in FIG. 2, and the quantization scale is corrected to be larger than the reference value.

上記実施形態によれば、距離情報に基づき量子化スケールを決定する。これにより、図2(a)に示す距離が近く主被写体である可能性が高い被写体200には符号量を多く割り当て、図2(a)に示す距離が遠く背景である可能性が高い被写体201には符号量を少なく割り当てることができる。よって、主被写体の画質が劣化しないように符号化することができる。   According to the embodiment, the quantization scale is determined based on the distance information. Accordingly, a large amount of code is allocated to the subject 200 that is close to the distance shown in FIG. 2A and is likely to be the main subject, and the subject 201 that is likely to be far in the background as shown in FIG. 2A. Can be assigned a small amount of code. Therefore, encoding can be performed so that the image quality of the main subject does not deteriorate.

尚、上記例では、距離情報とバッファ容量のみからブロックに割り当てる符号量を決定したが、他の画像に関する特徴情報を抽出し、これらを組み合わせて符号量の割り当てを決定しても良い。例えば、従来例で述べた主画像の複雑度を算出し、複雑度情報と距離情報、バッファ情報を総合的に加味して、割り当てる符号量を決定することもできる。   In the above example, the code amount to be allocated to the block is determined based only on the distance information and the buffer capacity. However, the feature information on other images may be extracted and combined to determine the code amount allocation. For example, the complexity of the main image described in the conventional example can be calculated, and the code amount to be assigned can be determined by comprehensively considering the complexity information, the distance information, and the buffer information.

また、画像の中心部ほど距離情報に基づく量子化の割合を高くすることもでき、例えば、画像の中心部にあって距離が近い被写体には符号量を多く割り当て、距離は近いが画面の端にいる被写体の割り当ては多くしないよう制御することもできる。   Also, the quantization rate based on the distance information can be increased toward the center of the image.For example, a large amount of code is assigned to a subject that is near the distance in the center of the image, and the edge of the screen is closer to the distance. It is also possible to control so as not to increase the number of subjects in the room.

また、上記実施形態では被写体との距離が近いブロックほど符号量を多く割り当てたが、被写体が存在する被写体距離範囲をユーザが任意に設定できる機能(被写体距離設定手段)を持たせても良い。この場合、ユーザによって設定された被写体距離範囲に該当するブロックに対して符号量を多く割り当てることができる。また、ユーザが符号量を多く割り当てる被写体を任意に指定できるような機能を持たせても良い。また、量子化による歪が見えやすい規定値より高い圧縮率の場合にのみ上記符号量の割り当てを行っても良い。   In the above embodiment, the code amount is assigned to the block closer to the subject. However, a function (subject distance setting means) that allows the user to arbitrarily set the subject distance range where the subject exists may be provided. In this case, a large amount of code can be assigned to a block corresponding to the subject distance range set by the user. In addition, a function may be provided so that the user can arbitrarily designate a subject to which a large code amount is assigned. The code amount may be allocated only when the compression rate is higher than a specified value at which distortion due to quantization is easily visible.

また、上記ブロック距離算出部122は、ブロック代表距離としてブロック内の平均値を演算したが、ブロックの代表距離としては、ブロック内の画素に対応する距離の最大値や最小値、中央値を利用することもできる。   The block distance calculation unit 122 calculates the average value in the block as the block representative distance, but uses the maximum value, the minimum value, or the median value of the distance corresponding to the pixels in the block as the block representative distance. You can also

[第2の実施形態]
次に、第2の実施形態として画像の撮影条件と距離情報とに基づいてブロック毎の量子化スケールを決定する処理について説明する。
[Second Embodiment]
Next, a process for determining a quantization scale for each block based on image capturing conditions and distance information will be described as a second embodiment.

図5は、第2の実施形態の画像記録装置の構成を示すブロック図である。尚、図1と同様のブロックには同一の符号を付して説明を省略する。   FIG. 5 is a block diagram illustrating a configuration of the image recording apparatus according to the second embodiment. The same blocks as those in FIG. 1 are denoted by the same reference numerals and description thereof is omitted.

図5において、530は量子化パラメータを決定する量子化制御部、540は主画像又は距離画像の撮影時の撮影条件に関する情報を取得する撮影条件取得部である。   In FIG. 5, reference numeral 530 denotes a quantization control unit that determines a quantization parameter, and reference numeral 540 denotes an imaging condition acquisition unit that acquires information about imaging conditions at the time of imaging a main image or a distance image.

次に、本実施形態の画像記録装置による符号量決定処理について説明する。   Next, the code amount determination process by the image recording apparatus of the present embodiment will be described.

主画像取得部100において主画像を取得し、符号化するまでの基本的な動作は第1の実施形態と同様であるため、ここでの説明は省略する。また、距離画像取得部120において距離画像を取得し、ブロック毎の距離情報を量子化制御部530に出力する動作も第1の実施形態と同様である。   Since the basic operation until the main image acquisition unit 100 acquires and encodes the main image is the same as that of the first embodiment, description thereof is omitted here. The operation of acquiring the distance image in the distance image acquisition unit 120 and outputting the distance information for each block to the quantization control unit 530 is the same as that of the first embodiment.

本実施形態では、第1の実施形態に対して量子化制御部530の動作が変更され、撮影条件取得部540が追加されている。撮影条件取得部540は、主画像及び距離画像の撮影時の撮影条件を取得する。ここで撮影条件とは、例えば「ポートレートモード」や「風景モード」等の撮影モードや、ズーム状態(望遠側、広角側)等、撮影時のカメラの設定状態を示す情報である。本実施形態では撮影条件が撮影モードである場合を例に説明する。撮影条件取得部540が取得した撮影モード情報は量子化制御部530へ出力される。   In the present embodiment, the operation of the quantization control unit 530 is changed with respect to the first embodiment, and an imaging condition acquisition unit 540 is added. The shooting condition acquisition unit 540 acquires shooting conditions when shooting the main image and the distance image. Here, the shooting condition is information indicating a camera setting state at the time of shooting such as a shooting mode such as “portrait mode” and “landscape mode”, a zoom state (telephoto side, wide angle side), and the like. In this embodiment, a case where the shooting condition is the shooting mode will be described as an example. The shooting mode information acquired by the shooting condition acquisition unit 540 is output to the quantization control unit 530.

量子化制御部530はブロック毎の距離情報、出力バッファ容量及び撮影モードに基づいてマクロブロック毎の量子化パラメータ(量子化スケール)を決定する。   The quantization control unit 530 determines a quantization parameter (quantization scale) for each macroblock based on the distance information for each block, the output buffer capacity, and the shooting mode.

図6は、第2の実施形態の量子化制御部によるブロック毎の量子化パラメータを決定する処理フローを示している。   FIG. 6 shows a processing flow for determining the quantization parameter for each block by the quantization control unit of the second embodiment.

図6において、S401及びS402は第1の実施形態と同様である。   In FIG. 6, S401 and S402 are the same as those in the first embodiment.

S603では、撮影モードが近景を主体として撮影するモードであるか判定する。近景モードであると判定した場合はS604に進む。一方、近景を撮影するモードでない場合はS605に進む。ここで、近景を主体として撮影する撮影モードとして、例えば「ポートレートモード」や「パーティモード」等が挙げられる。   In step S603, it is determined whether the shooting mode is a mode for shooting mainly in the foreground. If it is determined that the foreground mode is selected, the process proceeds to S604. On the other hand, if the mode is not a mode for photographing a foreground, the process proceeds to S605. Here, examples of the shooting mode for shooting mainly in the foreground include “portrait mode” and “party mode”.

図7(a)は「ポートレートモード」、(b)は「風景モード」で夫々撮影された被写体を例示している。図7(a)の場合、主な被写体は700で示した中央の人物となる。一方、図7(b)の場合、主な被写体は木等の遠景となる。   FIG. 7A illustrates subjects photographed in “portrait mode” and FIG. 7B illustrates “landscape mode”. In the case of FIG. 7A, the main subject is a central person indicated by 700. On the other hand, in the case of FIG. 7B, the main subject is a distant view such as a tree.

図6に戻り、S604では近距離側にある被写体領域ほど割り当てる符号量が多くなるように量子化スケールを補正し、量子化部104に出力する。図7では(a)の「ポートレートモード」が本ステップで処理される画像となる。図7(a)では近距離にいる人物領域に符号量が多く割り当てられるように量子化スケールを補正する。   Returning to FIG. 6, in step S <b> 604, the quantization scale is corrected so as to increase the amount of code to be assigned to the subject region closer to the short distance side, and output to the quantization unit 104. In FIG. 7, the “portrait mode” in (a) is the image processed in this step. In FIG. 7A, the quantization scale is corrected so that a large amount of code is allocated to a person region at a short distance.

一方、S605では遠距離側にある被写体領域ほど割り当てる符号量が多くなるように量子化スケールを補正し、量子化部104に出力する。図7では(b)の「風景モード」が本ステップで処理される画像となる。図7(b)では遠距離にある木等の被写体に符号量が多く割り当てられるように量子化スケールを補正する。尚、「風景モード」の場合は、符号量の割り当てを多くする制御を行わないようにしても良い。   On the other hand, in step S <b> 605, the quantization scale is corrected so as to increase the amount of code to be assigned to the subject area on the far side, and output to the quantization unit 104. In FIG. 7, the “landscape mode” in (b) is the image processed in this step. In FIG. 7B, the quantization scale is corrected so that a large amount of code is allocated to a subject such as a tree at a long distance. In the “landscape mode”, the control for increasing the code amount allocation may not be performed.

上述したフローに基づき量子化処理を行うことにより、撮影モードに応じた被写体距離の画像に対して多くの符号量を割り当てることが可能となる。   By performing the quantization process based on the above-described flow, it is possible to assign a large amount of code to the image at the subject distance corresponding to the shooting mode.

上記実施形態によれば、撮影条件と距離情報とに基づき量子化スケールを決定する。これにより、撮影モードが近景を主として撮影するモードの場合は距離が近い被写体には符号量の割り当てを多くする。また、近景を主として撮影するモードでない場合には、距離が遠い背景の可能性が高い被写体の符号量を多く割り当てることができる。よって、より重要な被写体に対する符号量を多く割り当てることができ、主被写体の画質が劣化しないように符号化することができる。   According to the above embodiment, the quantization scale is determined based on the shooting conditions and the distance information. As a result, when the shooting mode is a mode for mainly shooting a foreground, code amount allocation is increased for a subject with a short distance. In addition, when the mode is not a mode in which a close-up scene is mainly photographed, it is possible to allocate a large amount of code of a subject with a high possibility of a background having a long distance. Therefore, a large amount of code can be assigned to a more important subject, and encoding can be performed so that the image quality of the main subject does not deteriorate.

尚、撮影条件は、本実施形態の画像記録装置が撮像部140を搭載するデジタルカメラの場合には撮像部140から取得し、撮像部140を搭載しないPC等の場合には撮像部を搭載するカメラからUSBインターフェース等を介して取得可能である。   The imaging conditions are acquired from the imaging unit 140 when the image recording apparatus according to the present embodiment is a digital camera equipped with the imaging unit 140, and the imaging unit is installed when the image recording apparatus is a PC or the like not equipped with the imaging unit 140. It can be acquired from the camera via a USB interface or the like.

また、撮影条件として撮影モードのみを例に説明したが撮影モード以外の撮影条件を用いて量子化の制御を行うことも可能である。例えば、撮影時のズーム情報を利用する構成が可能である。この場合は、ズームの状態がテレ側にある場合は図7(a)に示したような構図が多くなると考えられるため、背景に対して相対的に被写体距離が近い被写体領域に対して多く符号量を割り当てるように制御する。一方、ズームの状態がワイド側にある場合には、図7(b)に示したような構図が多くなると考えられるため、相対的に被写体距離が遠い被写体領域に対しても多く符号量を割り当てるように制御する。   Further, although only the photographing mode has been described as an example of the photographing condition, it is also possible to control the quantization using photographing conditions other than the photographing mode. For example, a configuration using zoom information at the time of shooting is possible. In this case, when the zoom state is on the tele side, the composition as shown in FIG. 7A is likely to increase. Control to allocate quantity. On the other hand, when the zoom state is on the wide side, it is considered that the composition as shown in FIG. 7B increases, so that a large amount of code is assigned even to a subject area with a relatively long subject distance. To control.

また、撮影条件として、フォーカスの合焦情報(フォーカス情報)を利用する制御を行うことも可能である。この場合は、フォーカスの合焦位置に対応する被写体距離を算出する。そしてその被写体距離に近い被写体に符号量を多く割り当てるように制御する。   It is also possible to perform control using focus information (focus information) as a shooting condition. In this case, the subject distance corresponding to the focus position is calculated. Then, control is performed so that a large amount of code is assigned to a subject close to the subject distance.

[第3の実施形態]
次に、本発明に係る第3の実施形態として距離画像からエッジを検出し、そのエッジ情報に基づき量子化を制御する例について説明する。
[Third Embodiment]
Next, an example in which an edge is detected from a distance image and quantization is controlled based on the edge information will be described as a third embodiment according to the present invention.

図8は、第3の実施形態の画像記録装置の構成を示すブロック図である。尚、図1と同様のブロックには同一の符号を付して説明を省略する。   FIG. 8 is a block diagram illustrating a configuration of an image recording apparatus according to the third embodiment. The same blocks as those in FIG. 1 are denoted by the same reference numerals and description thereof is omitted.

図8において、830は量子化のパラメータを決定する量子化制御部、840は距離画像からエッジ情報を算出するエッジ情報算出部である。   In FIG. 8, reference numeral 830 denotes a quantization control unit that determines quantization parameters, and reference numeral 840 denotes an edge information calculation unit that calculates edge information from a distance image.

次に、本実施形態の画像記録装置による符号量決定処理について説明する。   Next, the code amount determination process by the image recording apparatus of the present embodiment will be described.

主画像取得部100において主画像を取得し、符号化するまでの基本的な動作は第1の実施形態と同様であるため、ここでの説明は省略する。また、距離画像取得部120において距離画像を取得し、距離画像フレームバッファ121に蓄積し、符号化順に並び替える動作も第1の実施形態と同様である。   Since the basic operation until the main image acquisition unit 100 acquires and encodes the main image is the same as that of the first embodiment, description thereof is omitted here. In addition, the distance image acquisition unit 120 acquires distance images, accumulates them in the distance image frame buffer 121, and rearranges them in the order of encoding, as in the first embodiment.

本実施形態では、第1の実施形態に対して量子化制御部830での動作が変更され、エッジ情報算出部840が追加されている。   In the present embodiment, the operation in the quantization control unit 830 is changed with respect to the first embodiment, and an edge information calculation unit 840 is added.

エッジ情報算出部840は、主画像フレームバッファ101及び距離画像フレームバッファ121から、次に符号化するブロック領域に相当する画像を取得する。   The edge information calculation unit 840 acquires an image corresponding to a block area to be encoded next from the main image frame buffer 101 and the distance image frame buffer 121.

図9は主画像及び距離画像と符号化するブロックを示した図である。   FIG. 9 is a diagram showing blocks to be encoded with the main image and the distance image.

エッジ情報算出部840は、主画像及び距離画像に基づき、次に処理するブロックのエッジ強度を算出する。また、従来例における複雑度算出部と同様に主画像に基づき画像の複雑度も算出する。ここでのエッジ強度とはエッジであると判定されるほど高くなる指数である。本実施形態では主画像又は距離画像のエッジ強度の高い方をそのブロックのエッジ強度として採用する。例えば、図9(a)に示す主画像のブロック901では、背景が複雑な成分を含んでいるため複雑部と判定し、エッジ強度は低くなる。一方、図9(b)に示す距離画像ではブロック901に対応するブロック911において背景と人物が明確に分かれているためエッジであると判定しエッジ強度が高くなる。その結果、図9の901、911に示したブロック領域において、距離画像のブロック911によるエッジ強度が採用される。逆に、主画像のブロック902に示したブロックは主画像ではエッジを強度が高くなるが、距離画像の対応するブロック912は平坦部と判定してしまい、エッジ強度は低くなる。ブロック902、912の場合には主画像のブロック902によるエッジ強度が採用される。このように、主画像は模様のエッジの検出に優れ、距離画像は被写体そのもののエッジの検出に優れている。そのため双方の情報を利用することで正確にエッジを検出することが可能となる。尚、エッジ検出に関しては、従来から様々な手法が提案されているので詳細は省略する。   The edge information calculation unit 840 calculates the edge strength of the block to be processed next based on the main image and the distance image. Further, the complexity of the image is also calculated based on the main image in the same manner as the complexity calculating unit in the conventional example. The edge strength here is an index that increases as it is determined to be an edge. In this embodiment, the higher edge strength of the main image or the distance image is adopted as the edge strength of the block. For example, in the main image block 901 shown in FIG. 9A, since the background includes a complex component, it is determined as a complex part, and the edge strength is low. On the other hand, in the distance image shown in FIG. 9B, since the background and the person are clearly separated in the block 911 corresponding to the block 901, it is determined as an edge and the edge strength is increased. As a result, the edge strength by the block 911 of the distance image is adopted in the block areas indicated by reference numerals 901 and 911 in FIG. Conversely, the block shown in the main image block 902 has a high edge strength in the main image, but the corresponding block 912 in the distance image is determined to be a flat portion, and the edge strength is low. In the case of blocks 902 and 912, the edge strength by the block 902 of the main image is adopted. As described above, the main image is excellent in detecting the edge of the pattern, and the distance image is excellent in detecting the edge of the subject itself. For this reason, it is possible to accurately detect an edge by using both pieces of information. As for edge detection, various methods have been proposed so far, and details thereof are omitted.

量子化制御部830は、ブロック毎のエッジ強度と出力バッファに基づいてブロック毎の量子化パラメータ(量子化スケール)を決定する。   The quantization control unit 830 determines a quantization parameter (quantization scale) for each block based on the edge strength and output buffer for each block.

図10は、第3の実施形態の量子化制御部によるブロック毎の量子化パラメータを決定する処理フローを示している。   FIG. 10 shows a processing flow for determining the quantization parameter for each block by the quantization control unit of the third embodiment.

図10において、S401及びS402は第1の実施形態と同様である。   In FIG. 10, S401 and S402 are the same as those in the first embodiment.

次に、S1003では、視覚特性を反映させるべく、マクロブロック単位でマクロブロックの複雑度に基づいて量子化スケール値を補正し、量子化部104に出力する。フレーム目標ビット量を維持しつつ、エッジ強度が高い又は複雑度が低いマクロブロックでは量子化スケールを基準値より小さく補正し、エッジ強度が低く複雑度が高いマクロブロックでは量子化スケールを基準値より大きく補正する。これにより、視覚的に劣化が目立ちやすいエッジ部、平坦部は符号量を多く割り当て、劣化が目立ちにくい複雑な絵柄の部分は符号量を少なく割り当てることが可能となる。   In step S <b> 1003, the quantization scale value is corrected based on the macroblock complexity in units of macroblocks to reflect visual characteristics, and is output to the quantization unit 104. For macroblocks with high edge strength or low complexity while maintaining the frame target bit amount, the quantization scale is corrected to be smaller than the reference value. For macroblocks with low edge strength and high complexity, the quantization scale is corrected from the reference value. Correct greatly. As a result, it is possible to assign a large amount of code to the edge portion and flat portion where deterioration is easily noticeable, and assign a small amount of code to a portion of a complex picture that is difficult to deteriorate.

上記実施形態によれば、距離画像に基づき被写体のエッジを検出し、エッジ検出結果に基づき量子化スケールを補正する。これにより、主画像の絵柄からエッジが判定しにくい場合であっても距離画像からエッジを判定でき、エッジの検出精度が向上する。また、エッジ部や平坦部には符号量を多く割り当て、絵柄の複雑部には符号量を少なく割り当てることで量子化処理の精度を高めることができる。   According to the embodiment, the edge of the subject is detected based on the distance image, and the quantization scale is corrected based on the edge detection result. Thereby, even if it is difficult to determine the edge from the pattern of the main image, the edge can be determined from the distance image, and the edge detection accuracy is improved. Also, by assigning a large amount of code to the edge portion and the flat portion and assigning a small amount of code to the complex portion of the pattern, the accuracy of the quantization processing can be improved.

上記実施形態では主画像及び距離画像の双方からエッジを検出する例について説明したが、距離画像のみでのエッジ検出結果に基づいて符号量を決定してもよく、この場合、エッジ検出精度は低下するものの演算処理を簡略化することができる。   In the above embodiment, an example in which an edge is detected from both the main image and the distance image has been described. However, the code amount may be determined based on the edge detection result only in the distance image, and in this case, the edge detection accuracy is reduced. However, the calculation process can be simplified.

[他の実施形態]
本発明の目的は次のような方法によっても達成される。即ち、前述した各実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体(又は記録媒体)を、システムあるいは装置に供給する。そして、そのシステムあるいは装置のコンピュータ(又はCPUやMPU)が記憶媒体に格納されたプログラムコードを読み出し実行する。この場合、記憶媒体から読み出されたプログラムコード自体が前述した実施形態の機能を実現することになり、そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。また、コンピュータが読み出したプログラムコードを実行することにより、前述した実施形態の機能が実現されるだけでなく、本発明には次のような場合も含まれる。即ち、プログラムコードの指示に基づき、コンピュータ上で稼働しているオペレーティングシステム(OS)等が実際の処理の一部又は全部を行い、その処理によって前述した実施形態の機能が実現される。
[Other Embodiments]
The object of the present invention can also be achieved by the following method. That is, a storage medium (or recording medium) in which a program code of software that realizes the functions of the above-described embodiments is recorded is supplied to the system or apparatus. Then, the computer (or CPU or MPU) of the system or apparatus reads and executes the program code stored in the storage medium. In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiments, and the storage medium storing the program code constitutes the present invention. Further, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but the present invention includes the following cases. That is, based on the instruction of the program code, an operating system (OS) or the like running on the computer performs part or all of the actual processing, and the functions of the above-described embodiments are realized by the processing.

更に、次のような場合も本発明に含まれる。すなわち、記憶媒体から読み出されたプログラムコードが、コンピュータに挿入された機能拡張カードやコンピュータに接続された機能拡張ユニットに備わるメモリーに書込まれる。その後、そのプログラムコードの指示に基づき、その機能拡張カードや機能拡張ユニットに備わるCPU等が実際の処理の一部又は全部を行い、その処理によって前述した実施形態の機能が実現される。   Furthermore, the following cases are also included in the present invention. That is, the program code read from the storage medium is written in a memory provided in a function expansion card inserted into the computer or a function expansion unit connected to the computer. Thereafter, based on the instruction of the program code, a CPU or the like provided in the function expansion card or function expansion unit performs part or all of the actual processing, and the functions of the above-described embodiments are realized by the processing.

本発明を上記記憶媒体に適用する場合、その記憶媒体には、先に説明した手順に対応するプログラムコードが格納されることになる。   When the present invention is applied to the above storage medium, the storage medium stores program codes corresponding to the procedure described above.

本発明に係る第1の実施形態の画像記録装置の構成を示すブロック図である。1 is a block diagram illustrating a configuration of an image recording apparatus according to a first embodiment of the present invention. 本発明に係る第1の実施形態による主画像(a)及び距離画像(b)を例示する図である。It is a figure which illustrates the main image (a) and distance image (b) by 1st Embodiment based on this invention. 本発明に係る第1の実施形態による主画像(a)及び距離画像(b)の各量子化処理を説明する図である。It is a figure explaining each quantization process of the main image (a) and distance image (b) by 1st Embodiment which concerns on this invention. 本発明に係る第1の実施形態の符号量決定処理を示すフローチャートである。It is a flowchart which shows the code amount determination process of 1st Embodiment which concerns on this invention. 本発明に係る第2の実施形態の画像記録装置の構成を示すブロック図である。It is a block diagram which shows the structure of the image recording device of 2nd Embodiment which concerns on this invention. 本発明に係る第2の実施形態の符号量決定処理を示すフローチャートである。It is a flowchart which shows the code amount determination process of 2nd Embodiment which concerns on this invention. 本発明に係る第2の実施形態による撮影モード毎の被写体を例示する図である。It is a figure which illustrates the to-be-photographed object for every imaging | photography mode by 2nd Embodiment which concerns on this invention. 本発明に係る第3の実施形態の画像記録装置の構成を示すブロック図である。It is a block diagram which shows the structure of the image recording device of 3rd Embodiment based on this invention. 本発明に係る第3の実施形態による主画像(a)及び距離画像(b)の各量子化処理を説明する図である。It is a figure explaining each quantization process of the main image (a) and distance image (b) by 3rd Embodiment which concerns on this invention. 本発明に係る第3の実施形態の符号量決定処理を示すフローチャートである。It is a flowchart which shows the code amount determination process of 3rd Embodiment which concerns on this invention. 従来例の画像記録装置の構成を示すブロック図である。It is a block diagram which shows the structure of the image recording apparatus of a prior art example. 従来例による符号量決定処理を示すフローチャートである。It is a flowchart which shows the code amount determination process by a prior art example.

符号の説明Explanation of symbols

100 主画像取得部
101 主画像フレームバッファ
102 減算部
103 DCT変換部
104 量子化部
105 逆量子化部
106 逆DCT変換部
107 動き補償部
108 動き推定部
109 符号化部
110 出力バッファ
120 距離画像取得部
121 距離画像フレームバッファ
122 ブロック距離算出部
130 量子化制御部
100 main image acquisition unit 101 main image frame buffer 102 subtraction unit 103 DCT conversion unit 104 quantization unit 105 inverse quantization unit 106 inverse DCT conversion unit 107 motion compensation unit 108 motion estimation unit 109 encoding unit 110 output buffer 120 distance image acquisition Unit 121 distance image frame buffer 122 block distance calculation unit 130 quantization control unit

Claims (23)

被写体までの距離を表わす距離画像と、前記被写体を撮像して得られる主画像とを獲得し、各画像を符号化して記録する画像記録装置において、
前記距離画像を複数のブロックに分割し、各ブロック毎の距離情報を算出する距離算出手段と、
前記主画像を前記距離画像に対応するように複数のブロックに分割し、前記距離画像の各ブロック毎の距離情報に基づき、前記主画像の各ブロック毎の符号量を決定する符号量決定手段と、
前記決定された符号量に応じて前記主画像を符号化して記録する記録手段と、を有することを特徴とする画像記録装置。
In an image recording apparatus for acquiring a distance image representing a distance to a subject and a main image obtained by imaging the subject, and encoding and recording each image.
A distance calculating means for dividing the distance image into a plurality of blocks and calculating distance information for each block;
Code amount determining means for dividing the main image into a plurality of blocks so as to correspond to the distance image, and determining a code amount for each block of the main image based on distance information for each block of the distance image; ,
An image recording apparatus comprising: a recording unit that encodes and records the main image according to the determined code amount.
撮像によって前記主画像と前記距離画像とを同時に獲得する撮像手段を更に有することを特徴とする請求項1に記載の画像記録装置。   The image recording apparatus according to claim 1, further comprising an imaging unit that simultaneously acquires the main image and the distance image by imaging. 前記符号量決定手段は、前記距離画像の各ブロック毎の量子化パラメータを用いて前記主画像の各ブロック毎の符号量を決定することを特徴とする請求項2に記載の画像記録装置。   The image recording apparatus according to claim 2, wherein the code amount determination unit determines a code amount for each block of the main image using a quantization parameter for each block of the distance image. 前記主画像の各ブロック毎の特徴情報を算出する特徴情報算出手段を更に備え、
前記符号量決定手段は、前記主画像の特徴情報と前記各ブロック毎の距離情報とに基づき前記符号量を決定することを特徴とする請求項1乃至3のいずれか1項に記載の画像記録装置。
Further comprising feature information calculating means for calculating feature information for each block of the main image;
4. The image recording according to claim 1, wherein the code amount determination unit determines the code amount based on feature information of the main image and distance information for each block. 5. apparatus.
前記符号量決定手段は、前記距離画像の各ブロック毎の距離情報が小さいほど前記符号量を多くすることを特徴とする請求項1乃至4のいずれか1項に記載の画像記録装置。   5. The image recording apparatus according to claim 1, wherein the code amount determination unit increases the code amount as the distance information for each block of the distance image is smaller. 前記主画像の撮影条件を取得する撮影条件取得手段と、
前記撮影条件に基づき前記符号量を多く割り当てる被写体距離を設定する被写体距離設定手段と、を更に備えることを特徴とする請求項1乃至5のいずれか1項に記載の画像記録装置。
Shooting condition acquisition means for acquiring shooting conditions of the main image;
6. The image recording apparatus according to claim 1, further comprising: a subject distance setting unit that sets a subject distance to which the code amount is allocated based on the photographing condition.
前記撮影条件は、前記被写体の撮影モードであることを特徴とする請求項6に記載の画像記録装置。   The image recording apparatus according to claim 6, wherein the photographing condition is a photographing mode of the subject. 前記被写体距離設定手段は、前記撮影モードが主として近景を撮影するモードである場合は、前記被写体距離を規定値より近距離側に設定することを特徴とする請求項7に記載の画像記録装置。   The image recording apparatus according to claim 7, wherein the subject distance setting unit sets the subject distance closer to a closer distance than a specified value when the shooting mode is a mode for mainly shooting a close-up scene. 前記被写体距離設定手段は、前記撮影モードが主として遠景を撮影するモードである場合は、前記被写体距離を規定値より遠距離側に設定することを特徴とする請求項7又は8に記載の画像記録装置。   9. The image recording according to claim 7, wherein the subject distance setting means sets the subject distance to a far side from a specified value when the photographing mode is a mode for photographing a distant view. apparatus. 前記撮影条件は、ズーム情報であることを特徴とする請求項6に記載の画像記録装置。   The image recording apparatus according to claim 6, wherein the photographing condition is zoom information. 前記被写体距離設定手段は、前記ズーム状態が望遠側であるほど前記被写体距離を近距離側に設定することを特徴とする請求項10に記載の画像記録装置。   The image recording apparatus according to claim 10, wherein the subject distance setting unit sets the subject distance closer to a closer side as the zoom state is closer to a telephoto side. 前記被写体距離設定手段は、前記ズーム状態が広角側であるほど前記被写体距離を遠距離側に設定することを特徴とする請求項10又は11に記載の画像記録装置。   12. The image recording apparatus according to claim 10, wherein the subject distance setting unit sets the subject distance to a far side as the zoom state is on a wide angle side. 前記撮影条件は、フォーカス情報であることを特徴とする請求項6に記載の画像記録装置。   The image recording apparatus according to claim 6, wherein the photographing condition is focus information. 前記被写体距離設定手段は、前記フォーカスが合焦している範囲を前記被写体距離に設定することを特徴とする請求項13に記載の画像記録装置。   The image recording apparatus according to claim 13, wherein the subject distance setting unit sets a range in which the focus is in focus as the subject distance. ユーザが前記被写体距離を指定するための指定手段を更に備えることを特徴とする請求項6乃至14のいずれか1項に記載の画像記録装置。   15. The image recording apparatus according to claim 6, further comprising designation means for a user to designate the subject distance. 前記被写体距離を設定するための被写体を指定する手段を更に備えることを特徴とする請求項6乃至14のいずれか1項に記載の画像記録装置。   The image recording apparatus according to claim 6, further comprising means for designating a subject for setting the subject distance. 前記符号量決定手段は、前記主画像の中心部であるほど前記符号量を多くすることを特徴とする請求項1乃至16のいずれか1項に記載の画像記録装置。   The image recording apparatus according to any one of claims 1 to 16, wherein the code amount determination unit increases the code amount toward a central portion of the main image. 前記符号量決定手段は、前記主画像の圧縮率が規定値より高い場合に前記符号量の割り当てを行うことを特徴とする請求項1乃至17のいずれか1項に記載の画像記録装置。   18. The image recording apparatus according to claim 1, wherein the code amount determination unit assigns the code amount when a compression rate of the main image is higher than a predetermined value. 前記距離画像から前記被写体のエッジ情報を算出するエッジ情報算出手段を更に備え、
前記符号量決定手段は、前記距離画像のエッジ情報に基づき前記符号量を決定することを特徴とする請求項1乃至18のいずれか1項に記載の画像記録装置。
Edge information calculating means for calculating edge information of the subject from the distance image;
The image recording apparatus according to claim 1, wherein the code amount determination unit determines the code amount based on edge information of the distance image.
前記主画像から前記被写体のエッジ情報を算出するエッジ情報算出手段を更に備え、
前記符号量決定手段は、前記主画像のエッジ情報に基づき前記符号量を決定することを特徴とする請求項1乃至18のいずれか1項に記載の画像記録装置。
Edge information calculating means for calculating edge information of the subject from the main image;
The image recording apparatus according to claim 1, wherein the code amount determination unit determines the code amount based on edge information of the main image.
前記符号量決定手段は、前記被写体のエッジ部分に対応したブロックの符号量を多くすることを特徴とする請求項19又は20に記載の画像記録装置。   21. The image recording apparatus according to claim 19, wherein the code amount determination unit increases a code amount of a block corresponding to an edge portion of the subject. 被写体までの距離を表わす距離画像と、前記被写体を撮像して得られる主画像とを獲得し、各画像を符号化して記録する画像記録方法であって、
前記距離画像を複数のブロックに分割し、各ブロック毎の距離情報を算出する距離算出ステップと、
前記主画像を前記距離画像に対応するように複数のブロックに分割し、前記距離画像の各ブロック毎の距離情報に基づき、前記主画像の各ブロック毎の符号量を決定する符号量決定ステップと、
前記決定された符号量に応じて前記主画像を符号化して記録する記録ステップと、を有することを特徴とする画像記録方法。
An image recording method for acquiring a distance image representing a distance to a subject and a main image obtained by imaging the subject, and encoding and recording each image,
A distance calculating step of dividing the distance image into a plurality of blocks and calculating distance information for each block;
A code amount determining step for dividing the main image into a plurality of blocks so as to correspond to the distance image, and determining a code amount for each block of the main image based on distance information for each block of the distance image; ,
And a recording step of encoding and recording the main image according to the determined code amount.
被写体までの距離を表わす距離画像と、前記被写体を撮像して得られる主画像とを獲得し、各画像を符号化して記録する画像記録装置のコンピュータを、
前記距離画像を複数のブロックに分割し、各ブロック毎の距離情報を算出する距離算出手段と、
前記主画像を前記距離画像に対応するように複数のブロックに分割し、前記距離画像の各ブロック毎の距離情報に基づき、前記主画像の各ブロック毎の符号量を決定する符号量決定手段と、
前記決定された符号量に応じて前記主画像を符号化して記録する記録手段として機能させることを特徴とするプログラム。
A computer of an image recording apparatus for acquiring a distance image representing a distance to a subject and a main image obtained by imaging the subject and encoding and recording each image,
A distance calculating means for dividing the distance image into a plurality of blocks and calculating distance information for each block;
Code amount determining means for dividing the main image into a plurality of blocks so as to correspond to the distance image, and determining a code amount for each block of the main image based on distance information for each block of the distance image; ,
A program that functions as a recording unit that encodes and records the main image in accordance with the determined code amount.
JP2007027373A 2007-02-06 2007-02-06 Image recording apparatus, image recording method, image encoding apparatus, and program Expired - Fee Related JP4799438B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007027373A JP4799438B2 (en) 2007-02-06 2007-02-06 Image recording apparatus, image recording method, image encoding apparatus, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007027373A JP4799438B2 (en) 2007-02-06 2007-02-06 Image recording apparatus, image recording method, image encoding apparatus, and program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2011119683A Division JP5165084B2 (en) 2011-05-27 2011-05-27 Image encoding device

Publications (3)

Publication Number Publication Date
JP2008193530A true JP2008193530A (en) 2008-08-21
JP2008193530A5 JP2008193530A5 (en) 2010-03-18
JP4799438B2 JP4799438B2 (en) 2011-10-26

Family

ID=39753166

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007027373A Expired - Fee Related JP4799438B2 (en) 2007-02-06 2007-02-06 Image recording apparatus, image recording method, image encoding apparatus, and program

Country Status (1)

Country Link
JP (1) JP4799438B2 (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011027483A1 (en) * 2009-09-03 2011-03-10 パナソニック株式会社 Image processing device and image processing method
WO2011118435A1 (en) * 2010-03-26 2011-09-29 ソニー株式会社 Image processor, image processing method, and program
WO2011129164A1 (en) * 2010-04-16 2011-10-20 シャープ株式会社 Multi-viewpoint image coding device
WO2011158562A1 (en) * 2010-06-14 2011-12-22 シャープ株式会社 Multi-viewpoint image encoding device
JP2012065125A (en) * 2010-09-15 2012-03-29 Ricoh Co Ltd Imaging device, electronic apparatus, image processing system, and computer readable recording medium
WO2012060179A1 (en) * 2010-11-04 2012-05-10 シャープ株式会社 Encoder apparatus, decoder apparatus, encoding method, decoding method, program, recording medium, and data structure of encoded data
WO2012060168A1 (en) * 2010-11-04 2012-05-10 シャープ株式会社 Encoder apparatus, decoder apparatus, encoding method, decoding method, program, recording medium, and encoded data
WO2012060156A1 (en) * 2010-11-01 2012-05-10 シャープ株式会社 Multi-viewpoint image encoding device and multi-viewpoint image decoding device
WO2012060171A1 (en) * 2010-11-04 2012-05-10 シャープ株式会社 Movie image encoding device, movie image decoding device, movie image transmitting system, method of controlling movie image encoding device, method of controlling movie image decoding device, movie image encoding device controlling program, movie image decoding device controlling program, and recording medium
WO2012128211A1 (en) * 2011-03-18 2012-09-27 シャープ株式会社 Image encoding device, image decoding device, program, and encoded data
JP2013098739A (en) * 2011-10-31 2013-05-20 Canon Inc Image processing device and control method therefor
JP2013183200A (en) * 2012-02-29 2013-09-12 Oki Electric Ind Co Ltd Motion compensation control apparatus, motion compensation control program, and encoder
KR20140077779A (en) * 2012-12-14 2014-06-24 한국전자통신연구원 Method for image compression using metadata of camera
JP2015008367A (en) * 2013-06-24 2015-01-15 日本放送協会 Image processing apparatus, encoder, decoder and program
JP2017103564A (en) * 2015-11-30 2017-06-08 キヤノン株式会社 Control apparatus, control method, and program

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03230691A (en) * 1990-02-05 1991-10-14 Minolta Camera Co Ltd Digital electronic still camera
JPH0583565A (en) * 1991-09-24 1993-04-02 Toshiba Corp Image data compressor
JPH0998421A (en) * 1995-09-29 1997-04-08 Toshiba Corp Image encoding/decoding device
JPH11112844A (en) * 1997-09-30 1999-04-23 Canon Inc Image processor, image processing method and computer readable storage medium
JP2000209581A (en) * 1999-01-14 2000-07-28 Hitachi Ltd Image recording device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03230691A (en) * 1990-02-05 1991-10-14 Minolta Camera Co Ltd Digital electronic still camera
JPH0583565A (en) * 1991-09-24 1993-04-02 Toshiba Corp Image data compressor
JPH0998421A (en) * 1995-09-29 1997-04-08 Toshiba Corp Image encoding/decoding device
JPH11112844A (en) * 1997-09-30 1999-04-23 Canon Inc Image processor, image processing method and computer readable storage medium
JP2000209581A (en) * 1999-01-14 2000-07-28 Hitachi Ltd Image recording device

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011027483A1 (en) * 2009-09-03 2011-03-10 パナソニック株式会社 Image processing device and image processing method
JP2011055366A (en) * 2009-09-03 2011-03-17 Panasonic Corp Image processing apparatus and image processing method
US8639045B2 (en) 2009-09-03 2014-01-28 Panasonic Corporation Image processing device and image processing method
WO2011118435A1 (en) * 2010-03-26 2011-09-29 ソニー株式会社 Image processor, image processing method, and program
JP2011205529A (en) * 2010-03-26 2011-10-13 Sony Corp Image processing apparatus, method, and program
US8879840B2 (en) 2010-03-26 2014-11-04 Sony Corporation Image processor, image processing method, and program for shift-changing depth data of an image
WO2011129164A1 (en) * 2010-04-16 2011-10-20 シャープ株式会社 Multi-viewpoint image coding device
WO2011158562A1 (en) * 2010-06-14 2011-12-22 シャープ株式会社 Multi-viewpoint image encoding device
JP2012004623A (en) * 2010-06-14 2012-01-05 Sharp Corp Multi-viewpoint image encoder
JP2012065125A (en) * 2010-09-15 2012-03-29 Ricoh Co Ltd Imaging device, electronic apparatus, image processing system, and computer readable recording medium
WO2012060156A1 (en) * 2010-11-01 2012-05-10 シャープ株式会社 Multi-viewpoint image encoding device and multi-viewpoint image decoding device
JP2012100019A (en) * 2010-11-01 2012-05-24 Sharp Corp Multi-viewpoint image encoding device and multi-viewpoint image decoding device
WO2012060171A1 (en) * 2010-11-04 2012-05-10 シャープ株式会社 Movie image encoding device, movie image decoding device, movie image transmitting system, method of controlling movie image encoding device, method of controlling movie image decoding device, movie image encoding device controlling program, movie image decoding device controlling program, and recording medium
WO2012060168A1 (en) * 2010-11-04 2012-05-10 シャープ株式会社 Encoder apparatus, decoder apparatus, encoding method, decoding method, program, recording medium, and encoded data
WO2012060179A1 (en) * 2010-11-04 2012-05-10 シャープ株式会社 Encoder apparatus, decoder apparatus, encoding method, decoding method, program, recording medium, and data structure of encoded data
WO2012128211A1 (en) * 2011-03-18 2012-09-27 シャープ株式会社 Image encoding device, image decoding device, program, and encoded data
JP2013098739A (en) * 2011-10-31 2013-05-20 Canon Inc Image processing device and control method therefor
JP2013183200A (en) * 2012-02-29 2013-09-12 Oki Electric Ind Co Ltd Motion compensation control apparatus, motion compensation control program, and encoder
KR20140077779A (en) * 2012-12-14 2014-06-24 한국전자통신연구원 Method for image compression using metadata of camera
KR101694293B1 (en) 2012-12-14 2017-01-09 한국전자통신연구원 Method for image compression using metadata of camera
JP2015008367A (en) * 2013-06-24 2015-01-15 日本放送協会 Image processing apparatus, encoder, decoder and program
JP2017103564A (en) * 2015-11-30 2017-06-08 キヤノン株式会社 Control apparatus, control method, and program

Also Published As

Publication number Publication date
JP4799438B2 (en) 2011-10-26

Similar Documents

Publication Publication Date Title
JP4799438B2 (en) Image recording apparatus, image recording method, image encoding apparatus, and program
JP4599080B2 (en) Image encoding method, imaging apparatus, and computer program
JP4804107B2 (en) Image encoding apparatus, image encoding method and program thereof
JP2012257198A (en) Stereoscopic image encoding apparatus, method therefor, and image pickup apparatus having stereoscopic image encoding apparatus
US10674110B2 (en) Image encoding apparatus, and control method thereof
JP2010035133A (en) Moving image encoding apparatus and moving image encoding method
JP4483483B2 (en) Imaging device
JP4909063B2 (en) Imaging apparatus and image recording method
US9363432B2 (en) Image processing apparatus and image processing method
JP5165084B2 (en) Image encoding device
JP2015023498A (en) Image coding device, image coding method and program
JP2010258576A (en) Scene change detector, and video recorder
WO2011074189A1 (en) Image encoding method and image encoding device
JP2008113112A (en) Imaging apparatus
JP2023052939A (en) Coding device, decoding device, coding method, decoding method, coding program, and decoding program
JP2009268032A (en) Imaging apparatus
US10516896B2 (en) Encoding device, encoding method, and storage medium
JP2013258577A (en) Imaging device, imaging method and program, image encoding device, and image encoding method and program
JP4594163B2 (en) Image coding method and image coding apparatus
JP4651103B2 (en) Image processing apparatus and image processing method
KR20150137081A (en) Method for encoding a plurality of input images and storage medium and device for storing program
KR101694293B1 (en) Method for image compression using metadata of camera
KR100771138B1 (en) Imaging device and image correcting method
JP2017130953A (en) Encoding device, imaging device, encoding method and program
JP2008199521A (en) Image processing apparatus and method thereof

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100201

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100201

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110301

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110328

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110527

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110729

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110802

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140812

Year of fee payment: 3

R151 Written notification of patent or utility model registration

Ref document number: 4799438

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140812

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees