JP4724639B2 - Imaging device - Google Patents

Imaging device Download PDF

Info

Publication number
JP4724639B2
JP4724639B2 JP2006293585A JP2006293585A JP4724639B2 JP 4724639 B2 JP4724639 B2 JP 4724639B2 JP 2006293585 A JP2006293585 A JP 2006293585A JP 2006293585 A JP2006293585 A JP 2006293585A JP 4724639 B2 JP4724639 B2 JP 4724639B2
Authority
JP
Japan
Prior art keywords
image
encoding
image memory
update interval
picture
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2006293585A
Other languages
Japanese (ja)
Other versions
JP2008113112A (en
JP2008113112A5 (en
Inventor
敬明 横井
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 JP2006293585A priority Critical patent/JP4724639B2/en
Publication of JP2008113112A publication Critical patent/JP2008113112A/en
Publication of JP2008113112A5 publication Critical patent/JP2008113112A5/ja
Application granted granted Critical
Publication of JP4724639B2 publication Critical patent/JP4724639B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Description

本発明は、撮像装置に関し、より具体的には、複数の撮影画像を選択又は合成して圧縮符号化する撮像装置に関する。   The present invention relates to an imaging apparatus, and more specifically to an imaging apparatus that selects or synthesizes a plurality of captured images and performs compression encoding.

近年、動画像をテジタル符号化して、ディスク状記録媒体や半導体メモリ等の記録媒体に記録する撮像装置が提案されており、動画像の圧縮符号化方式としては、DCT(Discrete Cosine Transform)変換、動き補償及び可変長符号化を基本とするMPEG(Moving Pictures Experts Group)方式や、MPEG−4,H.264も知られている。これらは、1画面内を複数の画素からなる複数のブロックに分割し、そのブロック単位で変換符号化を施すブロック符号化を利用する。   In recent years, an imaging apparatus that digitally encodes a moving image and records it on a recording medium such as a disk-shaped recording medium or a semiconductor memory has been proposed. As a compression encoding method of a moving image, DCT (Discrete Cosine Transform) conversion, MPEG (Moving Pictures Experts Group) based on motion compensation and variable length coding, MPEG-4, H.264, etc. H.264 is also known. These use block coding in which one screen is divided into a plurality of blocks each composed of a plurality of pixels, and transform coding is performed on a block basis.

例えば、MPEG方式では、1枚の画像をn画素×n画素(nは例えば、8又は16)の画素ブロックに分割し、動き予測された差分画像に対して、ブロック単位でDCT変換を行う。次に、変換後のDCT係数をある除数(量子化ステップ)で割り算し、余りを丸めることで量子化し、情報量を削減する。   For example, in the MPEG method, one image is divided into pixel blocks of n pixels × n pixels (n is, for example, 8 or 16), and DCT conversion is performed in block units on the motion-predicted difference image. Next, the DCT coefficient after conversion is divided by a certain divisor (quantization step), and the remainder is rounded and quantized to reduce the amount of information.

また、動画像の場合、前後の画像は非常によく似ているという特徴を利用する。即ち、前画像と現画像の変化の有無や画素ブロック単位での移動量を利用する動き補償手法で、動画像情報を圧縮する。   In the case of a moving image, the feature that the images before and after are very similar is used. That is, moving image information is compressed by a motion compensation method that uses the presence / absence of a change between the previous image and the current image and the amount of movement in pixel blocks.

さらに、DCT係数と移動量は出現確率に明らかな違いがでる傾向があり、出現確率の高い符号に短い符号を割り当てる可変長符号化を用いることで、平均的な情報発生量を減らすことができる。   Furthermore, there is a tendency that the DCT coefficient and the movement amount have a clear difference in appearance probability, and the average information generation amount can be reduced by using variable length coding that assigns a short code to a code having a high appearance probability. .

また、MPEG方式では、ある枚数の画像をまとめたGOP(Group of Pictures)と呼ばれる単位で、圧縮符号化が実行される。1GOP内には、Iピクチャ、Pピクチャ及びBピクチャがあり、それぞれ符号方法が異なる。Iピクチャはフレーム内符号化画像であり、全マクロブロックがイントラ符号化される。Pピクチャはフレーム間予測符号化画像であり、マクロブロックごとにフレーム内符号化とフレーム間符号化が選択され、フレーム間符号化では、直前のフレームとの差分値が符号化される。Bピクチャは双方向予測符号化画像であり、直近の前後のIピクチャ又はPピクチャからの予測値との差分値が符号化される。   In the MPEG system, compression encoding is executed in a unit called GOP (Group of Pictures) in which a certain number of images are collected. Within 1 GOP, there are an I picture, a P picture, and a B picture, each of which has a different encoding method. An I picture is an intra-frame coded image, and all macroblocks are intra-coded. A P picture is an inter-frame predictive encoded image, and intra-frame encoding and inter-frame encoding are selected for each macroblock. In inter-frame encoding, a difference value from the immediately preceding frame is encoded. The B picture is a bi-directional predictive encoded image, and a difference value from the predicted value from the immediately preceding and subsequent I pictures or P pictures is encoded.

復号化の処理では、IピクチャとPピクチャは予測に使用される画像であるのに対して、BピクチャはIピクチャとPピクチャを利用して再生される画像である。このため、IピクチャとPピクチャの画質を高く保ち、Bピクチャの画質を低く抑えることで、全体の信号対ノイズ比が向上する。   In the decoding process, the I picture and P picture are images used for prediction, while the B picture is an image reproduced using the I picture and P picture. For this reason, the overall signal-to-noise ratio is improved by keeping the picture quality of the I picture and P picture high and keeping the picture quality of the B picture low.

可変長符号化を用いて動画像信号を圧縮する場合、動画像信号によって圧縮後のデータ量が変動する。圧縮後のデータを一時的にバッファに格納し、一定レートで読み出すことで、記録レートを一定にしている。バッファの書き込みレートと読み出しレートの関係によっては、バッファのアンダーフローが発生するので、量子化ステップを制御することによる圧縮率の調整が行われる。この結果、シーンチェンジや急激に輝度が変化するシーンで、予測参照の基準となるIピクチャ画像の圧縮率が変わると、画質の劣化が目立ってしまう。   When a moving image signal is compressed using variable length coding, the amount of data after compression varies depending on the moving image signal. The recording rate is kept constant by temporarily storing the compressed data in a buffer and reading it at a constant rate. Depending on the relationship between the write rate and read rate of the buffer, underflow of the buffer may occur, and the compression rate is adjusted by controlling the quantization step. As a result, when the compression rate of the I picture image that is the reference for prediction reference changes in a scene change or a scene in which the luminance changes rapidly, image quality deterioration becomes conspicuous.

特に、屋内等で撮影に必要な照明が得られない場合に、シャッタ速度を遅くすることで明るい画像を撮影するスローシャッタ撮影が採用されると、画像間の差が大きくなりやすい。また、スローシャッタ撮影では、通常撮影時の1/n(n:自然数)でしか画像が更新されないので、記録画像が滑らかなものになりにくい。   In particular, when the illumination required for photographing cannot be obtained indoors or the like, if slow shutter photographing is employed in which a bright image is photographed by slowing down the shutter speed, the difference between the images tends to increase. Further, in slow shutter photography, an image is updated only at 1 / n (n: natural number) at the time of normal photography, so that a recorded image is difficult to be smooth.

このような問題に対し、特許文献1には、スローシャッタ撮影時に、符号化処理部への画像入力速度を遅くするとともにGOPのピクチャ構成を再構成することで、圧縮画像データのデータ量を削減する技術が記載されている。   To deal with such a problem, Patent Document 1 discloses that the data input amount of the compressed image data is reduced by slowing down the image input speed to the encoding processing unit and reconstructing the GOP picture configuration during slow shutter photography. The technology to do is described.

また、特許文献2には、スローシャッタ撮影時に複数枚の画像信号を合成して一枚の画像を生成することで、なめらかな画像を記録する技術が記載されている。
特開2001−025011号公報 特開2000−307964号公報
Patent Document 2 describes a technique for recording a smooth image by combining a plurality of image signals and generating a single image during slow shutter photography.
JP 2001-025011 A JP 2000-307964 A

特許文献1に記載の技術では、圧縮率が変動することによる画質の劣化を防止できるが、記録画像は通常撮影時の1/nのままであり、なめらかな画像を記録できない。また、GOPのピクチャ構成を再編成するので、符号化処理部で複雑な処理が必要になるという問題がある。   With the technique described in Patent Document 1, it is possible to prevent deterioration in image quality due to fluctuations in the compression ratio, but the recorded image remains 1 / n at the time of normal shooting, and a smooth image cannot be recorded. In addition, since the GOP picture configuration is reorganized, there is a problem that complicated processing is required in the encoding processing unit.

特許文献2に記載の技術では、滑らかな画像を記録できるが、符号化時の圧縮率が変動することによる画質の劣化を防止できない。また、予測参照の基準となるIピクチャ画像が合成画像となるので、全体の画質が低下する。   With the technique described in Patent Document 2, a smooth image can be recorded, but it is not possible to prevent deterioration in image quality due to fluctuations in the compression rate during encoding. In addition, since the I picture image that serves as a reference for prediction reference is a composite image, the overall image quality is degraded.

本発明は、このような問題点を解決する撮像装置を提示することを目的とする。   An object of this invention is to show the imaging device which solves such a problem.

本発明に係る撮像装置は、影画像信号を出力する撮像手段と前記撮影画像信号に含まれるフレームを記憶する画像メモリであって、第1の更新間隔に従って記憶されるフレームを順次更新する第1の画像メモリと前記第1の画像メモリに記憶されたフレームに時間的に連続するフレームを記憶する画像メモリであって、前記第1の更新間隔に従って記憶されるフレームを順次更新する第2の画像メモリと、前記第1の更新間隔よりも短い第2の更新間隔で入力される画像信号を、フレーム内符号化又はフレーム間予測符号化によって圧縮符号化する符号化手段と、前記第1の画像メモリ及び前記第2の画像メモリに記憶された連続する2フレームのうちのいずれか一方を選択し、選択したフレームの画像信号を前記第2の更新間隔に従って前記符号化手段に供給する画像選択手段と、前記符号化手段でフレーム間予測符号化が行われるタイミングと、前記第1の更新間隔とに基づいて、前記画像選択手段の選択を制御する選択制御手段とを具備することを特徴とする。 Imaging device according to the present invention includes an imaging means to output the shooting image signals, an image memory for storing the frames included in the photographed image signal, sequentially updates the frame to be stored according to a first update interval An image memory for storing frames that are temporally continuous with frames stored in the first image memory and sequentially updating the frames stored in accordance with the first update interval A second image memory; and an encoding unit that compresses and encodes an image signal input at a second update interval shorter than the first update interval by intraframe encoding or interframe predictive encoding; One of the two consecutive frames stored in the first image memory and the second image memory is selected, and the image signal of the selected frame is set in accordance with the second update interval. Wherein the image selecting means to supply to the encoding means, and the timing of inter-frame predictive coding is performed by said encoding means, based on the first update interval, selecting for controlling the selection of said image selecting means Te characterized by comprising a control hand stage.

本発明に係る撮像装置は、影画像信号を出力する撮像手段と前記撮影画像信号に含まれるフレームを記憶する画像メモリであって、第1の更新間隔に従って記憶されるフレームを順次更新する第1の画像メモリと前記第1の画像メモリに記憶されたフレームに時間的に連続するフレームを記憶する画像メモリであって、前記第1の更新間隔に従って記憶されるフレームを順次更新する第2の画像メモリと、前記第1の更新間隔よりも短い第2の更新間隔で入力される画像信号を、フレーム内符号化又はフレーム間予測符号化によって圧縮符号化する符号化手段と、前記第1の画像メモリ及び前記第2の画像メモリに記憶された連続する2フレームの画像信号を合成し、合成画像信号を前記第2の更新間隔に従って前記符号化手段に供給する画像合成手段と、前記符号化手段でフレーム間予測符号化が行われるタイミングと、前記第1の更新間隔とに基づいて、前記画像合成手段における合成比率を制御する画像合成制御手段とを具備することを特徴とする Imaging device according to the present invention includes an imaging means to output the shooting image signals, an image memory for storing the frames included in the photographed image signal, sequentially updates the frame to be stored according to a first update interval An image memory for storing frames that are temporally continuous with frames stored in the first image memory and sequentially updating the frames stored in accordance with the first update interval A second image memory; and an encoding unit that compresses and encodes an image signal input at a second update interval shorter than the first update interval by intraframe encoding or interframe predictive encoding; Two consecutive frames of image signals stored in the first image memory and the second image memory are synthesized, and the synthesized image signal is supplied to the encoding means according to the second update interval. That an image combining unit, and the timing of inter-frame predictive coding is performed by said encoding means, based on the first update interval, and image combining control means to control the mixing ratio of the image synthesizing unit It is characterized by having

本発明によれば、画像更新タイミングと符号化構造情報に応じて、低速撮影の撮影画像の選択又は合成を制御することで、符号化構造を再構築することなく、符号化データ量を削減できる。   According to the present invention, it is possible to reduce the amount of encoded data without reconstructing the encoding structure by controlling the selection or synthesis of the low-speed captured image according to the image update timing and the encoding structure information. .

以下、図面を参照して、本発明の実施例を詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

図1は、本発明の一実施例である撮像装置の概略構成ブロック図を示す。被写体の光学像がレンズ10及び絞り12を経て、撮像素子14に入射し、撮像素子14は、その光学像を電気信号に変換して、画像信号を出力する。CDS(Correlated Double Sampling)回路16は、相関二重サンプリングにより、撮像素子14から出力される画像信号のノイズを除去し、AGC(Auto Gain Control)回路18は、CDS回路16の出力画像信号のレベルを自動制御する。A/D変換器20は、AGC回路18から出力されるアナログ画像信号をデジタル画像信号に変換する。このデジタル画像信号は、画像メモリ22に格納される。   FIG. 1 is a block diagram showing a schematic configuration of an imaging apparatus according to an embodiment of the present invention. An optical image of a subject enters the image sensor 14 through the lens 10 and the diaphragm 12, and the image sensor 14 converts the optical image into an electric signal and outputs an image signal. A CDS (Correlated Double Sampling) circuit 16 removes noise of the image signal output from the image sensor 14 by correlated double sampling, and an AGC (Auto Gain Control) circuit 18 detects the level of the output image signal of the CDS circuit 16. To automatically control. The A / D converter 20 converts the analog image signal output from the AGC circuit 18 into a digital image signal. This digital image signal is stored in the image memory 22.

CPU38は、シャッタ速度制御装置36により撮像素子14の電荷蓄積時間を制御する。これにより、撮像素子14の露光時間が制御される。いわゆる電子シャッタ機能であり、シャッタ速度が変更される。CPU38は、撮像素子14の電荷蓄積時間に合わせて、必要な信号のみを書き込むように、画像メモリ22の書き込みタイミングを制御する。   The CPU 38 controls the charge accumulation time of the image sensor 14 by the shutter speed control device 36. Thereby, the exposure time of the image sensor 14 is controlled. This is a so-called electronic shutter function, and the shutter speed is changed. The CPU 38 controls the write timing of the image memory 22 so that only necessary signals are written in accordance with the charge accumulation time of the image sensor 14.

画像メモリ24は、画像メモリ22から読み出される画像データを、画像メモリ22の更新タイミングに合わせて記憶する。これにより、連続する2フレームの画像信号が、画像メモリ22,24に格納される。   The image memory 24 stores the image data read from the image memory 22 in accordance with the update timing of the image memory 22. As a result, two consecutive frames of image signals are stored in the image memories 22 and 24.

画像合成装置26は、画像メモリ22の記憶画像と、画像メモリ24の記憶画像を画像合成制御装置40により指定される合成係数で合成し、合成画像をカメラ信号処理装置28に出力する。画像メモリ22の記憶画像をA,画像メモリ24の記憶画像をB、画像Aに対する合成係数をx、画像Bに対する合成係数をyとすると、画像合成装置26は、xA+yBで得られる合成画像を出力する。通常、y=1−xである。   The image synthesizing device 26 synthesizes the stored image in the image memory 22 and the stored image in the image memory 24 with the synthesis coefficient specified by the image synthesis control device 40, and outputs the synthesized image to the camera signal processing device 28. When the stored image in the image memory 22 is A, the stored image in the image memory 24 is B, the composite coefficient for the image A is x, and the composite coefficient for the image B is y, the image composition device 26 outputs a composite image obtained by xA + yB. To do. Usually, y = 1−x.

x=1のとき、画像合成装置26は、画像メモリ22の記憶画像を選択し、y=1のとき、画像合成装置26は、画像メモリ24の記憶画像を選択する。即ち、xが0又は1のとき、画像合成装置26は、画像メモリ22と画像メモリ24の記憶画像の一方を選択するセレクタとして機能する。本実施例では、これを特に、選択合成という。   When x = 1, the image composition device 26 selects a stored image in the image memory 22, and when y = 1, the image composition device 26 selects a stored image in the image memory 24. That is, when x is 0 or 1, the image composition device 26 functions as a selector that selects one of the images stored in the image memory 22 and the image memory 24. In this embodiment, this is particularly called selective synthesis.

カメラ信号処理装置28は、画像合成装置2からの合成画像信号に露出制御及び色バランス調整等の周知のカメラ信号処理を実施し、処理結果を符号化器30に出力する。 The camera signal processing unit 28, a well-known camera signal processing of the exposure control and color balance adjustment in the composite image signal from the image synthesizer 2 6 performed, and outputs the processing result to the encoder 30.

符号化器30は、予め設定されているGOP構造情報に合わせて、カメラ信号処理装置28からの画像信号を圧縮符号化し、圧縮画像データをバッファ32に出力する。符号化器30は、MPEG2の場合、ブロック分割器、DCT回路、量子化器、可変長符号化器及び動き補償回路等の周知の回路構成からなる。符号化器30は、バッファ32からのバッファ残量情報に従い、バッファ残量が少ない場合に量子化ステップを変更する。   The encoder 30 compresses and encodes the image signal from the camera signal processing device 28 in accordance with preset GOP structure information, and outputs the compressed image data to the buffer 32. In the case of MPEG2, the encoder 30 has a known circuit configuration such as a block divider, a DCT circuit, a quantizer, a variable length encoder, and a motion compensation circuit. The encoder 30 changes the quantization step according to the buffer remaining amount information from the buffer 32 when the buffer remaining amount is low.

バッファ32は、符号化器30から書き込まれた圧縮画像データを一定レートで記録媒体34に読み出す。   The buffer 32 reads the compressed image data written from the encoder 30 to the recording medium 34 at a constant rate.

図2は、画像合成装置26の動作フローチャートを示す。ここでは、画像合成制御装置40は、画像合成比率を2値で制御しており、画像合成装置26は、画像メモリ22の画像と画像メモリ24の画像の一方を選択するセレクタとして機能する。図3は、GOP構造情報と画像更新タイミングに従い合成比率を適応的に2値制御する動作を示す。参考のため、合成比率を制御しない場合の動作を図4に示す。   FIG. 2 shows an operation flowchart of the image composition device 26. Here, the image composition control device 40 controls the image composition ratio with binary values, and the image composition device 26 functions as a selector for selecting one of the image in the image memory 22 and the image in the image memory 24. FIG. 3 shows an operation for adaptively controlling the composition ratio in binary according to the GOP structure information and the image update timing. For reference, FIG. 4 shows the operation when the composition ratio is not controlled.

図2に示すフローでは、先ず、合成対象画像、即ち画像メモリ22又は画像メモリ24に格納されている画像が、Iピクチャとして符号化される画像であるかを判定する(S1)。Iピクチャが含まれる場合(S1)、合成係数xに1を設定し、合成係数yに0を設定する(S2)。画像メモリ22,24に格納される画像が何れもIピクチャでない場合(S1)、画像メモリ22又は画像メモリ24に格納されている画像と、その直前の予測参照画像との間に画像更新タイミングが入っているどうかを調べる(S3)。画像更新タイミングが入っていない場合(S3)、合成係数xに1を設定し、合成係数yに0を設定する(S2)。即ち、画像合成装置2は、画像メモリ22の画像を選択する。画像更新タイミングが入っている場合(S3)、合成係数xに0を設定し、合成係数yに1を設定する(S4)。即ち、画像合成装置2は、画像メモリ24の画像を選択する。 In the flow shown in FIG. 2, first, it is determined whether or not the synthesis target image, that is, the image stored in the image memory 22 or the image memory 24 is an image encoded as an I picture (S1). When an I picture is included (S1), 1 is set to the synthesis coefficient x and 0 is set to the synthesis coefficient y (S2). When none of the images stored in the image memories 22 and 24 is an I picture (S1), an image update timing is set between the image stored in the image memory 22 or the image memory 24 and the immediately preceding predicted reference image. It is checked whether it is contained (S3). When the image update timing has not been entered (S3), 1 is set to the synthesis coefficient x and 0 is set to the synthesis coefficient y (S2). That is, the image composition device 26 selects an image in the image memory 22. When the image update timing has been entered (S3), 0 is set to the synthesis coefficient x and 1 is set to the synthesis coefficient y (S4). That is, the image synthesizing apparatus 2 6 selects the image in the image memory 24.

図2に示す合成比率の制御による効果を、図3及び図4を参照して説明する。図3(a)は画像更新タイミングを示し、シャッタ速度制御装置36による電子シャッタの撮像タイミングでもある。図3(b)は画像メモリ22の記憶画像、図3(c)は画像メモリ24の記憶画像を示す。図3(d)は、符号化器30における符号化タイミングであり、画像合成装置26は、この符号化タイミングに合わせて合成画像を生成する。図3(e)は画像合成装置26で合成する画像がどのピクチャとして符号化されるかを示す。   The effect of controlling the synthesis ratio shown in FIG. 2 will be described with reference to FIGS. FIG. 3A shows the image update timing, which is also the imaging timing of the electronic shutter by the shutter speed control device 36. FIG. 3B shows a stored image in the image memory 22, and FIG. 3C shows a stored image in the image memory 24. FIG. 3D shows the encoding timing in the encoder 30, and the image synthesis device 26 generates a synthesized image in accordance with the encoding timing. FIG. 3E shows which picture the image synthesized by the image synthesizing device 26 is encoded.

図3(f)は、画像メモリ22の記憶画像の合成係数xを示し、図3(g)はメモリ24の記憶画像の合成係数yを示す。図3(h)は、図3(b)、(c)、(f)及び(g)に従って画像合成装置26で合成された合成画像である。図3(i)は、合成画像が符号化時に予測参照する画像を示す予測参照情報であり、矢印で示した画像が参照される。   FIG. 3F shows the composite coefficient x of the stored image in the image memory 22, and FIG. 3G shows the composite coefficient y of the stored image in the memory 24. FIG. 3 (h) is a synthesized image synthesized by the image synthesizing device 26 according to FIGS. 3 (b), (c), (f) and (g). FIG. 3 (i) is prediction reference information indicating an image to which the synthesized image is predicted and referenced at the time of encoding, and an image indicated by an arrow is referred to.

図3(j)は符号化データ量を示す。Iピクチャはすべてのマクロブロックをフレーム内符号化するので、符号化データ量が多くなる。Pピクチャは予測参照する画像との差分値がない場合は、すべてのマクロブロックがフレーム間符号化となり符号化データ量が少ない。差分値がある場合、フレーム内符号化するマクロブロックが増えるので、符号化データ量が多くなる。Bピクチャは、前後の予測参照画像を利用できるので、基本的に符号化データ量が少ない。図3に示すように画像の更新周期がIピクチャ又はPピクチャが現れる周期より長い場合には、予測参照画像との差分値が小さくなるので、符号化データ量が少なくなる。   FIG. 3J shows the amount of encoded data. In the I picture, since all macroblocks are intraframe-encoded, the amount of encoded data increases. When there is no difference value between the P picture and the picture to be predicted and referenced, all macroblocks are inter-frame encoded and the amount of encoded data is small. When there is a difference value, the number of encoded data increases because the number of macroblocks to be intraframe encoded increases. Since the B picture can use the prediction reference pictures before and after, the amount of encoded data is basically small. As shown in FIG. 3, when the image update cycle is longer than the cycle in which the I picture or P picture appears, the difference value from the predicted reference image is small, and the amount of encoded data is small.

図4(a)〜(j)は、図3(a)〜(j)と同様の内容を示す。但し、図4では、合成係数xが常に1で、合成係数yが常に0である。即ち、図4は、メモリ22の記憶画像をそのままカメラ信号処理装置28に入力する場合に相当する。   FIGS. 4A to 4J show the same contents as FIGS. 3A to 3J. However, in FIG. 4, the synthesis coefficient x is always 1 and the synthesis coefficient y is always 0. That is, FIG. 4 corresponds to the case where the image stored in the memory 22 is input to the camera signal processing device 28 as it is.

図4の場合、ピクチャP〜P10の短い期間で符号化時の情報量が大きい画像が続いている。この結果、ピクチャI又はP10が符号化される際にバッファ32の残量が少ない場合に、量子化ステップの制御が行われ、圧縮率が変動する。Iピクチャのように予測参照の基準となる画像の圧縮率が高くなると、復号時の劣化がGOP内の全画像に影響してしまう。 In the case of FIG. 4, an image with a large amount of information at the time of encoding continues in a short period of pictures P 4 to P 10 . As a result, when the remaining amount of the buffer 32 is small when the picture I 7 or P 10 is encoded, the quantization step is controlled, and the compression rate varies. When the compression rate of an image serving as a reference for prediction such as an I picture increases, deterioration during decoding affects all images in the GOP.

これに対し、本実施例では、図3に示すように、ピクチャB〜PやB〜P10のように、予測参照画像と現在のピクチャとの間に画像更新タイミング(図3(a))が入る場合、予測参照画像である第2のメモリ24の記憶画像を選択して符号化器30に供給することで、Iピクチャの符号化時にバッファ32の残量が少なくなることを防止し、量子化ステップの再調整の可能性を低減している。 In contrast, in the present embodiment, as shown in FIG. 3, as in the picture B 3 to P 4 and B 9 to P 10, the prediction reference image and the image update timing between the current picture (Fig. 3 ( When a)) is entered, it is possible to select the stored image of the second memory 24 that is a predicted reference image and supply the selected image to the encoder 30, thereby reducing the remaining amount of the buffer 32 when encoding an I picture. Preventing and reducing the possibility of readjustment of the quantization step.

このように、本実施例では、画像の更新されるタイミングとGOP構造情報とから、時間的に連続する2つの画像の一方を選択して、符号化器に供給することで、符号化効率を高め、結果的に、GOP構造を再構築することなく符号化データ量を削減できる。   As described above, in this embodiment, one of two temporally continuous images is selected from the image update timing and the GOP structure information and supplied to the encoder, thereby improving the encoding efficiency. As a result, the amount of encoded data can be reduced without reconstructing the GOP structure.

次に、本発明の第2実施例を説明する。図5は、2つの画像の合成係数をGOP構造情報に従い適応的に決定するフローチャートを示し、図6は、本実施例の動作例を示す。図7は、画像更新タイミング後の2フレームについて、GOP構造情報を参照せずに、固定合成係数値で画像を合成する場合の動作例を示す。   Next, a second embodiment of the present invention will be described. FIG. 5 shows a flowchart for adaptively determining the synthesis coefficient of two images according to the GOP structure information, and FIG. 6 shows an operation example of this embodiment. FIG. 7 shows an operation example in the case of synthesizing an image with a fixed synthesis coefficient value without referring to the GOP structure information for two frames after the image update timing.

図5に示すフローでは、先ず、合成対象画像、即ちメモリ22又はメモリ24に格納されている画像が、Iピクチャとして符号化される画像であるかを判定する(S11)。   In the flow shown in FIG. 5, first, it is determined whether the synthesis target image, that is, the image stored in the memory 22 or the memory 24 is an image encoded as an I picture (S11).

Iピクチャが含まれない場合(S11)、画像更新タイミングの最初のフレームに対して、合成係数x=1/3,合成係数y=2/3でメモリ22,24の画像を線形合成し、2番目のフレームに対して、合成係数x=2/3、合成係数y=1/3で画像メモリ22,24の画像を線形合成する(S12)。   When the I picture is not included (S11), the images in the memories 22 and 24 are linearly synthesized with the synthesis coefficient x = 1/3 and the synthesis coefficient y = 2/3 with respect to the first frame at the image update timing. For the second frame, the images in the image memories 22 and 24 are linearly synthesized with the synthesis coefficient x = 2/3 and the synthesis coefficient y = 1/3 (S12).

Iピクチャが含まれる場合(S11)、画像更新直後の最初のピクチャがIピクチャかどうかを判定する(S13)。最初のピクチャがIピクチャである場合(S13)、画像更新前の画像をIピクチャ用に選択し、以後の最初のフレームに対して、合成係数x=1/3、合成係数y=2/3で画像メモリ22,24の画像を線形合成し、2番目のフレームに対して、合成係数x=2/3、合成係数y=1/3で、画像メモリ22,24の画像を線形合成する(S14)。この例のように、時間的に連続する複数のピクチャに対して、合成係数x,yをピクチャ毎に変更しながら、画像メモリ22,24の画像を線形合成することを、傾斜合成と呼ぶことにする。   If an I picture is included (S11), it is determined whether the first picture immediately after the image update is an I picture (S13). When the first picture is an I picture (S13), the image before the image update is selected for the I picture, and the synthesis coefficient x = 1/3 and the synthesis coefficient y = 2/3 for the first frame thereafter. The images in the image memories 22 and 24 are linearly synthesized, and the images in the image memories 22 and 24 are linearly synthesized with the synthesis coefficient x = 2/3 and the synthesis coefficient y = 1/3 for the second frame ( S14). As in this example, linear synthesis of the images in the image memories 22 and 24 while changing the synthesis coefficients x and y for each picture for a plurality of temporally continuous pictures is referred to as gradient synthesis. To.

画像更新直後の最初のピクチャがIピクチャでない場合(S13)、Iピクチャの前の画像に対して、合成係数x,yをそれぞれ1/2に設定して、画像メモリ22,24の画像を線形合成する(S15)。   When the first picture immediately after the image update is not an I picture (S13), the synthesis coefficients x and y are respectively set to ½ with respect to the image before the I picture, and the images in the image memories 22 and 24 are linearized. Synthesize (S15).

図6(a)〜(i)及び図7(a)〜(i)は、図3(a)〜(i)と同じ内容を示す。図6(f)に示す合成係数xと、図6(g)に示す合成係数yは、図5に示すフローに従って決定される。他方、図7(f)に示す合成係数xと、図6(g)に示す合成係数yは、一定である。   6 (a) to (i) and FIGS. 7 (a) to (i) show the same contents as FIG. 3 (a) to (i). The synthesis coefficient x shown in FIG. 6F and the synthesis coefficient y shown in FIG. 6G are determined according to the flow shown in FIG. On the other hand, the synthesis coefficient x shown in FIG. 7 (f) and the synthesis coefficient y shown in FIG. 6 (g) are constant.

画像更新タイミング後の2フレームについて、単純に傾斜合成を適用する場合、図7に例示するように、画像更新タイミング後の2ピクチャがI〜B、B〜Iとなり、合成画像は図7(h)になる。Iピクチャとして符号化されるIとIが複数画像からの合成画像となるため、GOP全体の画質が低下してしまう。 When the gradient composition is simply applied to the two frames after the image update timing, as illustrated in FIG. 7, the two pictures after the image update timing are I 3 to B 4 and B 8 to I 9 , and the composite image is It becomes FIG.7 (h). Since I 3 and I 9 encoded as an I picture are combined images from a plurality of images, the image quality of the entire GOP is degraded.

これに対し、図6に示すように、本実施例では、GOP構成情報をも参照して、合成係数x,yと合成範囲(開始と終了)を制御するので、画質低下を解消又は軽減できる。具体的には、I〜Bのように画像更新タイミング後の最初のピクチャがIピクチャの場合、画像更新前のピクチャを採用し(x=0,y=1)、Iピクチャの次のピクチャからの2ピクチャについて、画像メモリ22,24の画像を線形合成する。また、B〜Iのように、画像更新タイミング後の最初のピクチャがIピクチャでない場合、図6(f),(g)に示すように、Iピクチャの前のピクチャに対して、画像メモリ22,24の画像を線形合成する。 On the other hand, as shown in FIG. 6, in the present embodiment, the synthesis coefficients x and y and the synthesis range (start and end) are controlled with reference to the GOP configuration information, so that the image quality deterioration can be eliminated or reduced. . Specifically, when the first picture after the image update timing is an I picture as in I 3 to B 4 , the picture before the image update is adopted (x = 0, y = 1), and the next picture after the I picture is used. For the two pictures from the picture, the images in the image memories 22 and 24 are linearly synthesized. In addition, when the first picture after the image update timing is not an I picture as in B 8 to I 9 , as shown in FIGS. The images in the memories 22 and 24 are linearly synthesized.

このように合成係数x,yと合成範囲を制御することで、ピクチャIとIは、画像メモリ22,24の一方の画像のみからなる。また、ピクチャB〜B及びBは、画像更新タイミングの前後の画像を線形合成した画像からなる。 By controlling the synthesis coefficients x and y and the synthesis range in this way, the pictures I 3 and I 9 are composed of only one image in the image memories 22 and 24. In addition, the pictures B 4 to B 5 and B 8 are images obtained by linearly synthesizing images before and after the image update timing.

以上のように、本実施例では、画像更新タイミングとGOP構造情報より、時間的に連続する2画像の合成係数を制御することで、Iピクチャの画像の画質を高く保ちながら、滑らかな画像を記録できる。   As described above, in this embodiment, by controlling the composite coefficient of two images that are temporally continuous from the image update timing and the GOP structure information, a smooth image can be obtained while maintaining high image quality of the I picture image. Can record.

図8は、本発明の実施例3の概略構成ブロック図を示す。図1に示す実施例と同じ作用の構成要素には、同じ符号を付してある。実施例1とは異なる部分を説明する。画像合成制御装置60は、符号化器30からのGOP構造情報のみならず、バッファ32からの残量情報をも参照して、画像合成装置26の合成計数x,yを決定する。   FIG. 8 shows a schematic block diagram of the third embodiment of the present invention. Constituent elements having the same functions as those of the embodiment shown in FIG. A different part from Example 1 is demonstrated. The image composition control device 60 refers to not only the GOP structure information from the encoder 30 but also the remaining amount information from the buffer 32 and determines the composition counts x and y of the image composition device 26.

図9は、図8に示す実施例の動作例を示す。図9(a)〜(i)は、図3(a)〜(i)と同様の内容を示す。図9(j)は、通常の量子化ステップで符号化する場合の符号化データ量を示す指数を示す。ここでは、すべてのマクロブロックをフレーム内符号化するIピクチャの場合の符号化ータ量の指数を最大値の7とし、予測参照画像との差分値がない場合のフレーム間符号化の場合の符号化データ量の指数を最低値の1としている。図9(k)は、バッファ32の残量の指数を示す。この残量指数が0でアンダーフローとなる。記録媒体に出力するデータ量(指数)を3とすると、バッファ32の残量(指数)は、符号化データ量と、記録媒体に出力するデータ量との差分値により増減する。   FIG. 9 shows an operation example of the embodiment shown in FIG. FIGS. 9A to 9I show the same contents as FIGS. 3A to 3I. FIG. 9J shows an index indicating the amount of encoded data when encoding is performed in a normal quantization step. Here, in the case of inter-frame coding when the index of the coding data amount in the case of an I picture for intra-frame coding of all macroblocks is set to a maximum value of 7 and there is no difference value from the predicted reference picture The index of the encoded data amount is set to 1 as the minimum value. FIG. 9K shows an index of the remaining capacity of the buffer 32. When the remaining capacity index is 0, an underflow occurs. If the data amount (index) to be output to the recording medium is 3, the remaining amount (index) of the buffer 32 increases or decreases depending on the difference value between the encoded data amount and the data amount to be output to the recording medium.

図9では、B〜P、I13〜B15のようにバッファ残量が多い場合は、複数のピクチャにわたり非0の合成係数x,yを使用する傾斜合成を用いることで、滑らかな画像を記録する。B〜P10のようにバッファ残量が少ない場合は、一方の画像を選択する選択合成を用いることで、符号化時のデータ量を削減している。 In FIG. 9, when the remaining amount of the buffer is large such as B 3 to P 4 and I 13 to B 15 , smoothness is achieved by using gradient synthesis using non-zero synthesis coefficients x and y over a plurality of pictures. Record an image. When the remaining amount of the buffer is small as in B 8 to P 10 , the data amount at the time of encoding is reduced by using the selective combination for selecting one of the images.

このように、本実施例では、記録レートを均一化するためのバッファ32がアンダーフローしそうな場合には、画像合成を2値制御することにより符号化データ量を削減し、バッファ32がアンダーフローしそうでない場合は、傾斜合成又は等分合成を利用することで、よりなめらかな画像を記録する。   As described above, in this embodiment, when the buffer 32 for equalizing the recording rate is likely to underflow, the encoded data amount is reduced by performing binary control of image synthesis, and the buffer 32 is underflowed. If not, a smoother image is recorded by using gradient synthesis or equality synthesis.

図10は、本発明の実施例4の概略構成ブロック図を示す。図1に示す実施例と同じ作用の構成要素には、同じ符号を付してある。実施例1とは異なる部分を説明する。   FIG. 10 shows a schematic block diagram of a fourth embodiment of the present invention. Constituent elements having the same functions as those of the embodiment shown in FIG. A different part from Example 1 is demonstrated.

露出評価値算出装置70は、A/D変換器20から出力される画像信号を、画面内で複数のエリアに分割し、エリアごとに輝度に基づく露出評価値を算出し、画像合成制御装置72に出力する。画像合成制御装置72は、符号化器30からのGOP構造情報と、画像更新タイミング前後の露出評価値の変化量とに応じて、画像合成装置26の合成係数x,yを決定する。   The exposure evaluation value calculation device 70 divides the image signal output from the A / D converter 20 into a plurality of areas in the screen, calculates an exposure evaluation value based on luminance for each area, and the image composition control device 72. Output to. The image composition control device 72 determines the composition coefficients x and y of the image composition device 26 according to the GOP structure information from the encoder 30 and the amount of change in the exposure evaluation value before and after the image update timing.

図11は、図10に示す実施例の動作例を示す。図11(a)〜(j)は、図9(a)〜(j)と同様の内容を示す。図11(k)は、画像更新タイミング前後の露出評価値の変化量を示す。露出評価値の変化量の大小と、画像間の差分値は、比例している場合が多い。   FIG. 11 shows an operation example of the embodiment shown in FIG. FIGS. 11A to 11J show the same contents as FIGS. 9A to 9J. FIG. 11K shows the amount of change in the exposure evaluation value before and after the image update timing. In many cases, the amount of change in the exposure evaluation value is proportional to the difference value between images.

図11で、B〜P、I13〜B15のように露出評価値の差分値が小さい場合、傾斜合成を適用することで、滑らかな画像を記録する。また、B〜P10のように差分値が大きい場合は、選択合成を用いることで符号化データ量を削減する。 In FIG. 11, when the difference value of the exposure evaluation values is small as in B 3 to P 4 and I 13 to B 15 , a smooth image is recorded by applying gradient synthesis. Also, if a large difference value as B 8 to P 10, reducing the encoded data amount by using the selective combining.

このように、本実施例では、露出評価値の変化が大きい場合には、選択合成を適用し、露出評価値の変化が小さい場合は、傾斜合成を適用することで、全体として、符号化データ量を削減しつつ、滑らかな画像の記録を実現する。   As described above, in the present embodiment, when the change in the exposure evaluation value is large, the selective combination is applied, and when the change in the exposure evaluation value is small, the gradient combination is applied. Smooth image recording while reducing the amount.

動画像の圧縮符号化方式としてMPEGを例に説明したが、本発明は、画面により符号化データ量がダイナミックに変動する他の符号化方式を利用する場合にも適用可能であることは明らかである。   Although MPEG has been described as an example of a moving image compression encoding method, it is obvious that the present invention can be applied to the case of using another encoding method in which the amount of encoded data varies dynamically depending on the screen. is there.

本発明の実施例1の概略構成ブロック図である。It is a schematic block diagram of Example 1 of the present invention. 図2は、画像合成装置26の動作フローチャートである。FIG. 2 is an operation flowchart of the image composition device 26. GOP構造情報と画像更新タイミングに従い合成比率を適応的に2値制御する本実施例の動作例である。It is an operation example of the present embodiment in which the composition ratio is adaptively binary-controlled according to GOP structure information and image update timing. 合成比率を制御しない場合の画像合成動作例である。It is an example of an image composition operation when the composition ratio is not controlled. 実施例2における、2つの画像の合成係数をGOP構造情報に従い適応的に決定する動作のフローチャートである。10 is a flowchart of an operation of adaptively determining a synthesis coefficient of two images according to GOP structure information in the second embodiment. 実施例2の動作例である。10 is an operation example of the second embodiment. 画像更新タイミング後の2フレームについて、GOP構造情報を参照せずに、固定合成係数値で画像を合成する場合の動作例である。It is an operation example in the case of synthesizing an image with a fixed synthesis coefficient value without referring to GOP structure information for two frames after the image update timing. 実施例3の概略構成ブロック図である。FIG. 10 is a schematic configuration block diagram of Embodiment 3. 実施例3の動作例である。10 is an operation example of the third embodiment. 実施例4の概略構成ブロック図である。FIG. 10 is a schematic block diagram of a fourth embodiment. 実施例4の動作例である。10 is an operation example of the fourth embodiment.

符号の説明Explanation of symbols

10:レンズ
12:絞り
14:撮像素子
16:CDS回路
18:AGC回路
20:A/D変換器
22,24:画像メモリ
26:画像合成装置
28:カメラ信号処理装置
30:符号化器
32:バッファ
34:記録媒体
36:シャッタ速度制御装置
38:CPU
40:画像合成制御装置
60:画像合成制御装置
70:露出評価値算出装置
72:画像合成制御装置
10: Lens 12: Aperture 14: Image sensor 16: CDS circuit 18: AGC circuit 20: A / D converter 22, 24: Image memory 26: Image composition device 28: Camera signal processing device 30: Encoder 32: Buffer 34: Recording medium 36: Shutter speed control device 38: CPU
40: Image composition control device 60: Image composition control device 70: Exposure evaluation value calculation device 72: Image composition control device

Claims (2)

影画像信号を出力する撮像手段と
前記撮影画像信号に含まれるフレームを記憶する画像メモリであって、第1の更新間隔に従って記憶されるフレームを順次更新する第1の画像メモリと
前記第1の画像メモリに記憶されたフレームに時間的に連続するフレームを記憶する画像メモリであって、前記第1の更新間隔に従って記憶されるフレームを順次更新する第2の画像メモリと、
前記第1の更新間隔よりも短い第2の更新間隔で入力される画像信号を、フレーム内符号化又はフレーム間予測符号化によって圧縮符号化する符号化手段と、
前記第1の画像メモリ及び前記第2の画像メモリに記憶された連続する2フレームのうちのいずれか一方を選択し、選択したフレームの画像信号を前記第2の更新間隔に従って前記符号化手段に供給する画像選択手段と、
前記符号化手段でフレーム間予測符号化が行われるタイミングと、前記第1の更新間隔とに基づいて、前記画像選択手段の選択を制御する選択制御手段とを具備することを特徴とする撮像装置。
An imaging means to output the shadow image signals Ta,
An image memory for storing frames included in the captured image signal, wherein the first image memory sequentially updates the frames stored in accordance with a first update interval ;
An image memory for storing frames that are temporally continuous with the frames stored in the first image memory, wherein the second image memory sequentially updates the frames stored in accordance with the first update interval;
Encoding means for compressing and encoding an image signal input at a second update interval shorter than the first update interval by intraframe encoding or interframe predictive encoding;
One of the two consecutive frames stored in the first image memory and the second image memory is selected, and the image signal of the selected frame is sent to the encoding unit according to the second update interval. Image selection means to supply;
And when the inter-frame predictive coding is performed by said encoding means, the first based on the update interval, imaging, characterized by comprising a selection control means to control the selection of said image selection means apparatus.
影画像信号を出力する撮像手段と
前記撮影画像信号に含まれるフレームを記憶する画像メモリであって、第1の更新間隔に従って記憶されるフレームを順次更新する第1の画像メモリと
前記第1の画像メモリに記憶されたフレームに時間的に連続するフレームを記憶する画像メモリであって、前記第1の更新間隔に従って記憶されるフレームを順次更新する第2の画像メモリと、
前記第1の更新間隔よりも短い第2の更新間隔で入力される画像信号を、フレーム内符号化又はフレーム間予測符号化によって圧縮符号化する符号化手段と、
前記第1の画像メモリ及び前記第2の画像メモリに記憶された連続する2フレームの画像信号を合成し、合成画像信号を前記第2の更新間隔に従って前記符号化手段に供給する画像合成手段と、
前記符号化手段でフレーム間予測符号化が行われるタイミングと、前記第1の更新間隔とに基づいて、前記画像合成手段における合成比率を制御する画像合成制御手段とを具備することを特徴とする撮像装置。
An imaging means to output the shadow image signals Ta,
An image memory for storing frames included in the captured image signal, wherein the first image memory sequentially updates the frames stored in accordance with a first update interval ;
An image memory for storing frames that are temporally continuous with the frames stored in the first image memory, wherein the second image memory sequentially updates the frames stored in accordance with the first update interval;
Encoding means for compressing and encoding an image signal input at a second update interval shorter than the first update interval by intraframe encoding or interframe predictive encoding;
Image synthesizing means for synthesizing two consecutive frames of image signals stored in the first image memory and the second image memory and supplying the synthesized image signal to the encoding means in accordance with the second update interval; ,
And when the inter-frame predictive coding is performed by said encoding means, and characterized in that based on the first update interval comprises an image combining control means to control the mixing ratio of the image synthesizing unit An imaging device.
JP2006293585A 2006-10-30 2006-10-30 Imaging device Expired - Fee Related JP4724639B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006293585A JP4724639B2 (en) 2006-10-30 2006-10-30 Imaging device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006293585A JP4724639B2 (en) 2006-10-30 2006-10-30 Imaging device

Publications (3)

Publication Number Publication Date
JP2008113112A JP2008113112A (en) 2008-05-15
JP2008113112A5 JP2008113112A5 (en) 2009-12-03
JP4724639B2 true JP4724639B2 (en) 2011-07-13

Family

ID=39445409

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006293585A Expired - Fee Related JP4724639B2 (en) 2006-10-30 2006-10-30 Imaging device

Country Status (1)

Country Link
JP (1) JP4724639B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5281839B2 (en) 2008-07-23 2013-09-04 パナソニック株式会社 Image composition coding method, image composition coding apparatus, and imaging system
JP2012227955A (en) * 2012-07-12 2012-11-15 Hitachi Kokusai Electric Inc Image encoder
CN107155071B (en) * 2017-07-25 2020-03-13 深圳市兴华炜科技有限公司 Method, system and medium for shooting multiple pictures of circuit board
KR102301940B1 (en) * 2017-12-01 2021-09-14 삼성전자주식회사 Method and apparatus for image fusion
JP7308363B2 (en) * 2020-06-30 2023-07-13 富士フイルム株式会社 IMAGING DEVICE, IMAGING METHOD, AND IMAGING PROGRAM

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4544661B2 (en) * 1999-04-23 2010-09-15 カシオ計算機株式会社 Moving image generating apparatus and moving image generating method
JP4365941B2 (en) * 1999-07-09 2009-11-18 キヤノン株式会社 Encoding device, image processing device, camera-integrated image recording device, image processing system, encoding method, and storage medium
JP4285109B2 (en) * 2003-06-26 2009-06-24 パナソニック株式会社 Camera device, image server, and image server system

Also Published As

Publication number Publication date
JP2008113112A (en) 2008-05-15

Similar Documents

Publication Publication Date Title
US8634458B2 (en) Image processing apparatus
WO2008075688A1 (en) Imaging device and method, recording device and method, and reproduction device and method
JP5230483B2 (en) Imaging apparatus and control method thereof
JP5153674B2 (en) Moving picture coding apparatus and moving picture coding method
JPWO2006100820A1 (en) Image coding record reading device
JP4724639B2 (en) Imaging device
JP3221785B2 (en) Imaging device
JP3592025B2 (en) Captured image recording device
JPWO2010050089A1 (en) Encoding processing method and encoding processing apparatus in moving image compression encoding
JP3487205B2 (en) Image data editing device
JPH09130748A (en) Image signal processing unit and recording/reproducing device
JP4365941B2 (en) Encoding device, image processing device, camera-integrated image recording device, image processing system, encoding method, and storage medium
JP2005175974A (en) Imaging device
JPH11289515A (en) Picture signal processor and its method, picture signal recorder and its method and recording medium
JP2004180345A (en) Photographed image recording apparatus
JP2003023637A (en) Image coding method and image coding device
JP4605183B2 (en) Image signal processing apparatus and method
JP4700992B2 (en) Image processing device
JP3307367B2 (en) Variable transfer rate coding device
JPH0993537A (en) Digital video signal recording and reproducing device and digital video signal coding method
JP4765961B2 (en) Digital video recording device
JP2009081727A (en) Image encoding apparatus, method of controlling therefor, and program
JP3384910B2 (en) Imaging device and image reproducing device
JP2007104558A (en) Image processing apparatus
TW200539000A (en) Data processing device, method thereof, and encoding device

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20091020

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20091020

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110302

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: 20110405

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: 20110411

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

Free format text: PAYMENT UNTIL: 20140415

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees