JP2014178876A - Image processing device, method and program - Google Patents

Image processing device, method and program Download PDF

Info

Publication number
JP2014178876A
JP2014178876A JP2013052270A JP2013052270A JP2014178876A JP 2014178876 A JP2014178876 A JP 2014178876A JP 2013052270 A JP2013052270 A JP 2013052270A JP 2013052270 A JP2013052270 A JP 2013052270A JP 2014178876 A JP2014178876 A JP 2014178876A
Authority
JP
Japan
Prior art keywords
image
resolution
processing unit
super
output
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
JP2013052270A
Other languages
Japanese (ja)
Other versions
JP5937031B2 (en
Inventor
Kenji Kimiyama
健二 君山
Toshio Sato
俊雄 佐藤
Kentaro Yokoi
謙太朗 横井
Yoshihiko Suzuki
美彦 鈴木
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2013052270A priority Critical patent/JP5937031B2/en
Publication of JP2014178876A publication Critical patent/JP2014178876A/en
Application granted granted Critical
Publication of JP5937031B2 publication Critical patent/JP5937031B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Image Processing (AREA)
  • Television Systems (AREA)

Abstract

PROBLEM TO BE SOLVED: To reduce a throughput in a case of generating a plurality of output images.SOLUTION: An image processing device of an embodiment includes a first image processing part and a second image processing part. The first image processing part includes an alignment processing part for searching correspondence points in temporally before and after reference frames of a processing object frame of an input image, and calculating a motion vector being a motion amount of the correspondence points, and performs first image processing of the input image. The second image processing part performs second image processing on the basis of the motion vector calculated by the alignment processing part, and outputs an output image.

Description

本発明の実施形態は、画像処理装置、方法およびプログラムに関する。   Embodiments described herein relate generally to an image processing apparatus, a method, and a program.

近年、TV受像機やディスプレイに超解像技術を使った製品が市販されている。超解像技術は、画像の画素サンプリング時に失われる詳細な部分を画像処理によって再現する技術である。   In recent years, products using super-resolution technology for TV receivers and displays are commercially available. The super-resolution technique is a technique for reproducing detailed portions lost during pixel sampling of an image by image processing.

超解像技術にはさまざまな方式が提案されているが、複数フレーム超解像と呼ばれる、複数フレームの低解像度入力画像を位置合わせして高解像度出力画像を生成する画像処理技術がある。複数フレーム超解像処理は、位置合わせ処理、再構成処理、補間拡大処理によって、第1解像度の入力画像を第1解像度より高い第2解像度の出力画像に高解像度化している。   Various schemes have been proposed for the super-resolution technique, but there is an image processing technique called multi-frame super-resolution, which generates a high-resolution output image by aligning a plurality of frames of low-resolution input images. In the multi-frame super-resolution processing, the resolution of the first resolution input image is increased to the second resolution output image higher than the first resolution by alignment processing, reconstruction processing, and interpolation enlargement processing.

また、近年、一つの入力画像から複数のフォーマットの画像や複数の解像度の画像を生成するニーズが高まってきている。   In recent years, there has been an increasing need to generate images of a plurality of formats and images of a plurality of resolutions from one input image.

特開2006−39628号公報JP 2006-39628 A 特開2009−163588号公報JP 2009-163588 A

しかしながら、このような従来の超解像処理では、位置合わせ処理と再構成処理の処理量が増大している。特に、一つの入力画像から複数の解像度の画像を生成する場合には、位置合わせ処理、再構成処理、補間拡大処理を行って第1解像度の入力画像を第2解像度に高解像度化し、さらに、位置合わせ処理、再構成処理、補間拡大処理を行って第2解像度の画像から第3解像度の出力画像に高解像度化しているため、超解像処理の処理量がさらに増大してしまう。   However, in such conventional super-resolution processing, the amount of processing for alignment processing and reconstruction processing is increasing. In particular, when generating an image having a plurality of resolutions from a single input image, the registration process, the reconstruction process, and the interpolation enlargement process are performed to increase the resolution of the input image of the first resolution to the second resolution. Since the registration processing, reconstruction processing, and interpolation enlargement processing are performed to increase the resolution from the second resolution image to the third resolution output image, the processing amount of the super-resolution processing further increases.

実施形態の画像処理装置は、第1画像処理部と、第2画像処理部とを備える。第1画像処理部は、入力画像の処理対象フレームの時間的に前後の参照フレームにおいて対応点を探索し、前記対応点の移動量である動きベクトルを算出する位置合わせ処理部を備え、前記入力画像に対して第1の画像処理を行う。第2画像処理部は、位置合わせ処理部で算出された動きベクトルに基づいて、第2の画像処理を行い、出力画像を出力する。   The image processing apparatus according to the embodiment includes a first image processing unit and a second image processing unit. The first image processing unit includes a registration processing unit that searches for a corresponding point in a reference frame temporally before and after a processing target frame of the input image, and calculates a motion vector that is a movement amount of the corresponding point. First image processing is performed on the image. The second image processing unit performs second image processing based on the motion vector calculated by the alignment processing unit, and outputs an output image.

図1は、実施形態1の画像処理装置の機能的構成を示すブロック図である。FIG. 1 is a block diagram illustrating a functional configuration of the image processing apparatus according to the first embodiment. 図2は、実施形態1の再構成処理部の機能的構成を示すブロック図である。FIG. 2 is a block diagram illustrating a functional configuration of the reconstruction processing unit according to the first embodiment. 図3は、実施形態1の超解像処理の手順を示すフローチャートである。FIG. 3 is a flowchart illustrating a procedure of super-resolution processing according to the first embodiment. 図4は、実施形態1の再構成処理の手順を示すフローチャートである。FIG. 4 is a flowchart illustrating the procedure of the reconstruction process according to the first embodiment. 図5は、実施形態2の画像処理装置の機能的構成を示すブロック図である。FIG. 5 is a block diagram illustrating a functional configuration of the image processing apparatus according to the second embodiment. 図6は、実施形態2の超解像処理の手順を示すフローチャートである。FIG. 6 is a flowchart illustrating a procedure of super-resolution processing according to the second embodiment. 図7は、実施形態3の画像処理装置の機能的構成を示すブロック図である。FIG. 7 is a block diagram illustrating a functional configuration of the image processing apparatus according to the third embodiment. 図8は、実施形態3の超解像処理の手順を示すフローチャートである。FIG. 8 is a flowchart illustrating a procedure of super-resolution processing according to the third embodiment. 図9は、実施形態3の再構成処理の手順を示すフローチャートである。FIG. 9 is a flowchart illustrating the procedure of the reconstruction process according to the third embodiment. 図10は、実施形態4の画像処理装置の機能的構成を示すブロック図である。FIG. 10 is a block diagram illustrating a functional configuration of the image processing apparatus according to the fourth embodiment. 図11は、実施形態4の初期画像群の一例を示す図である。FIG. 11 is a diagram illustrating an example of an initial image group according to the fourth embodiment. 図12は、実施形態4の超解像処理の手順を示すフローチャートである。FIG. 12 is a flowchart illustrating a procedure of super-resolution processing according to the fourth embodiment. 図13は、実施形態5の画像処理装置の機能的構成を示すブロック図である。FIG. 13 is a block diagram illustrating a functional configuration of the image processing apparatus according to the fifth embodiment. 図14は、実施形態5の画像処理の手順を示すフローチャートである。FIG. 14 is a flowchart illustrating an image processing procedure according to the fifth embodiment. 図15は、実施形態6の画像処理装置の機能的構成を示すブロック図である。FIG. 15 is a block diagram illustrating a functional configuration of the image processing apparatus according to the sixth embodiment. 図16は、実施形態6の画像処理の手順を示すフローチャートである。FIG. 16 is a flowchart illustrating an image processing procedure according to the sixth embodiment.

以下に添付図面を参照して、画像処理装置、方法およびプログラムの実施形態を詳細に説明する。   Exemplary embodiments of an image processing apparatus, method, and program will be described below in detail with reference to the accompanying drawings.

(実施形態1)
図1は、実施形態1の画像処理装置100の機能的構成を示すブロック図である。図1に示すように、本実施形態の画像処理装置100は、第1画像処理部としての第1超解像処理部110と、第2画像処理部としての第2超解像処理部150とを備えている。
(Embodiment 1)
FIG. 1 is a block diagram illustrating a functional configuration of the image processing apparatus 100 according to the first embodiment. As shown in FIG. 1, the image processing apparatus 100 according to the present embodiment includes a first super-resolution processing unit 110 as a first image processing unit, and a second super-resolution processing unit 150 as a second image processing unit. It has.

第1超解像処理部110は、第1解像度の入力画像を入力し、当該入力画像に超解像処理を施して、第1解像度より解像度の高い第2解像度の画像を出力する。第2超解像処理部150は、第1超解像処理部110から出力された第2解像度の画像から、第2解像度より高い第3解像度の出力画像を出力する。この結果、本実施形態の画像処理装置100は、第2解像度の出力画像と第3解像度の出力画像という異なる解像度の出力画像を出力する。   The first super-resolution processing unit 110 inputs an input image having a first resolution, performs super-resolution processing on the input image, and outputs an image having a second resolution higher than the first resolution. The second super-resolution processing unit 150 outputs an output image having a third resolution higher than the second resolution from the second resolution image output from the first super-resolution processing unit 110. As a result, the image processing apparatus 100 according to the present embodiment outputs output images with different resolutions, that is, an output image with the second resolution and an output image with the third resolution.

ここで、解像度としては、例えば、第1解像度をHDTVの解像度(画素数1920×1080)、第2解像度を4K(画素数3840×2160)、第3解像度を8K(画素数7680×4320)とすることができるが、これらに限定されるものではない。   Here, as the resolution, for example, the first resolution is HDTV resolution (pixel number 1920 × 1080), the second resolution is 4K (pixel number 3840 × 2160), and the third resolution is 8K (pixel number 7680 × 4320). However, the present invention is not limited to these.

また、超解像処理とは、画像の画素サンプリング時(例えば、撮像素子による光電変換時や縮小処理時)に失われる詳細な部分(ナイキスト周波数以上の成分)を画像処理によって再現する技術である。例えば、低解像度のNTSC方式のビデオカメラやDVDの画像を大画面液晶TVに表示する場合の高解像度化する際に超解像処理が用いられ、詳細な部分を再現して、解像度が高い鮮明な画像を得ることができる。   The super-resolution processing is a technique for reproducing detailed portions (components higher than the Nyquist frequency) lost during image pixel sampling (for example, during photoelectric conversion or reduction processing by an image sensor) by image processing. . For example, super-resolution processing is used to increase the resolution when displaying images from a low-resolution NTSC video camera or DVD on a large-screen LCD TV. Can be obtained.

本実施形態では、超解像処理の方式として、特に画像の詳細部分の再現率が高く高性能な複数フレーム超解像方式を採用している。この複数フレーム超解像方式では、処理対象の基準フレームに対して、時間的に前後する複数の参照フレームから、同じ物体の同じ部分を対応点として検出して基準フレーム上に重ね合わせ、単一フレームよりも情報量が多くなった状態から1フレームの高解像フレームを生成している。そして、当該処理を、1フレームずつ進めながら連続して行うことにより高解像の映像が生成される。   In this embodiment, as a super-resolution processing method, a high-performance multi-frame super-resolution method with a high reproducibility of a detailed portion of an image is employed. In this multi-frame super-resolution method, the same part of the same object is detected as a corresponding point from a plurality of reference frames that are temporally related to the reference frame to be processed and superimposed on the reference frame. A high-resolution frame of one frame is generated from a state in which the amount of information is larger than that of the frame. A high-resolution video is generated by performing the processing continuously while proceeding frame by frame.

第1超解像処理部110は、入力画像に対して超解像処理を行い、図1に示すように、位置合わせ処理部111と、再構成処理部112と、補間拡大処理部113とを備えている。   The first super-resolution processing unit 110 performs super-resolution processing on the input image. As shown in FIG. 1, the first super-resolution processing unit 110 includes an alignment processing unit 111, a reconstruction processing unit 112, and an interpolation enlargement processing unit 113. I have.

位置合わせ処理部111は、入力画像の処理対象フレームである基準フレームの時間的に前後の参照フレームにおいて基準フレーム上の点と同一部分と見なせる点である対応点を探索し、2つの点の移動量を動きベクトルとして算出する。   The alignment processing unit 111 searches for a corresponding point that can be regarded as the same part as a point on the base frame in a reference frame temporally before and after the base frame that is a processing target frame of the input image, and moves the two points. The quantity is calculated as a motion vector.

補間拡大処理部113は、バイリニアやバイキュービックアルゴリズム等の補間アルゴリズムによって、第1解像度の入力画像を、第2解像度を表すことが可能な画素数に増加して初期画像を生成する補間拡大処理を行う。ここで、解像度は画像がどれだけ細かな部分を表現しているかを示すパラメータであり、画素数はどれだけ詳細な部分を表現可能なフォーマットかを示すパラメータである。補間拡大処理では、画素数は増加するが、解像度は増加しない。   The interpolation enlargement processing unit 113 performs an interpolation enlargement process for generating an initial image by increasing the input image of the first resolution to the number of pixels that can represent the second resolution by an interpolation algorithm such as a bilinear or bicubic algorithm. Do. Here, the resolution is a parameter indicating how fine a part represents an image, and the number of pixels is a parameter indicating how much a detailed part can be expressed. In the interpolation enlargement process, the number of pixels increases, but the resolution does not increase.

再構成処理部112は、入力画像、位置合わせ処理部111で算出された動きベクトル、補間拡大処理部113で出力される初期画像とを入力し、これら3つに基づき、画素数が増加した初期画像の解像度を増加させて出力する再構成処理をフレーム単位に連続的に行う。これにより、再構成処理部112からは、第2解像度の出力画像が出力される。   The reconstruction processing unit 112 receives the input image, the motion vector calculated by the alignment processing unit 111, and the initial image output by the interpolation enlargement processing unit 113, and based on these three, the initial number of pixels is increased. Reconstruction processing for increasing the resolution of an image and outputting is continuously performed in units of frames. As a result, the reconstruction processing unit 112 outputs an output image of the second resolution.

第2超解像処理部150は、第1超解像処理部110の再構成処理部112から出力された第2解像度の出力画像に対して超解像処理を行うものであり、図1に示すように、再構成処理部152と、補間拡大処理部153とを備えている。   The second super-resolution processing unit 150 performs super-resolution processing on the output image of the second resolution output from the reconstruction processing unit 112 of the first super-resolution processing unit 110. FIG. As shown, a reconstruction processing unit 152 and an interpolation enlargement processing unit 153 are provided.

補間拡大処理部153は、第1超解像処理部110の再構成処理部112から出力された第2解像度の出力画像に対して上記補間拡大処理を行い、第2解像度の出力画像を第3解像度を表すことが可能な画素数に増加した初期画像を生成する。   The interpolation enlargement processing unit 153 performs the interpolation enlargement processing on the output image of the second resolution output from the reconstruction processing unit 112 of the first super-resolution processing unit 110, and outputs the output image of the second resolution to the third An initial image increased in the number of pixels capable of expressing the resolution is generated.

再構成処理部152は、第2解像度の出力画像、第1超解像処理部110の位置合わせ処理部111で算出された動きベクトル、補間拡大処理部153で出力される初期画像とを入力し、これら3つに基づき、フレーム単位で連続的に上記再構成処理を行って、画素数が増加した初期画像の解像度を増加させた第3解像度の出力画像を生成して出力する。   The reconstruction processing unit 152 receives the second resolution output image, the motion vector calculated by the alignment processing unit 111 of the first super-resolution processing unit 110, and the initial image output by the interpolation enlargement processing unit 153. Based on these three, the above reconstruction processing is continuously performed in units of frames to generate and output an output image of the third resolution in which the resolution of the initial image with the increased number of pixels is increased.

ここで、本実施形態では、第2超解像処理部150に、第1超解像処理部110のような位置合わせ処理部111を設けていない。すなわち、第2超解像処理部150の再構成処理部152は、第2解像度の出力画像から算出される動きベクトルを用いるのではなく、第1超解像処理部110の位置合わせ処理部111で第1解像度の入力画像から算出された動きベクトルを用いて再構成処理をおこなっている。   Here, in the present embodiment, the second super-resolution processing unit 150 is not provided with the alignment processing unit 111 like the first super-resolution processing unit 110. That is, the reconstruction processing unit 152 of the second super-resolution processing unit 150 does not use the motion vector calculated from the output image of the second resolution, but the alignment processing unit 111 of the first super-resolution processing unit 110. The reconstruction processing is performed using the motion vector calculated from the first resolution input image.

これは、本来、動きベクトルは、解像度が異なっても同一であるため、第1超解像処理部110において第1解像度の入力画像から求めた動きベクトルを、第2超解像処理部150の再構成処理部152でも用いることにより、第2超解像処理部150での超解像処理における位置合わせ処理を省略し、これによって超解像処理の処理量の削減を図っている。   This is because the motion vector is essentially the same regardless of the resolution, so the first super-resolution processing unit 110 obtains the motion vector obtained from the first resolution input image by the second super-resolution processing unit 150. By using it also in the reconstruction processing unit 152, the alignment processing in the super-resolution processing in the second super-resolution processing unit 150 is omitted, thereby reducing the processing amount of the super-resolution processing.

次に、再構成処理部112,152の詳細について説明する。図2は、実施形態1の再構成処理部112,152の機能的構成を示すブロック図である。第1超解像処理部110の再構成処理部112と第2超解像処理部150の再構成処理部152は同じ構成をしているため、あわせて説明する。   Next, details of the reconstruction processing units 112 and 152 will be described. FIG. 2 is a block diagram illustrating a functional configuration of the reconstruction processing units 112 and 152 according to the first embodiment. Since the reconstruction processing unit 112 of the first super-resolution processing unit 110 and the reconstruction processing unit 152 of the second super-resolution processing unit 150 have the same configuration, they will be described together.

再構成処理部112,152は、図2に示すように、画像バッファ201と、予測画像生成部202と、誤差計算部203と、誤差補正部204とを備えている。   As shown in FIG. 2, the reconstruction processing units 112 and 152 include an image buffer 201, a predicted image generation unit 202, an error calculation unit 203, and an error correction unit 204.

画像バッファ201は、補間拡大処理部113,153から出力された初期画像を一時的に保存する。予測画像生成部202は、画像バッファ201から初期画像を読み出し、初期画像と、位置合わせ処理部111から出力された動きベクトルとから予測画像を生成する。ここで、補間拡大処理の拡大率に応じて動きベクトルがスケーリングして用いられる。   The image buffer 201 temporarily stores the initial image output from the interpolation enlargement processing units 113 and 153. The predicted image generation unit 202 reads an initial image from the image buffer 201 and generates a predicted image from the initial image and the motion vector output from the alignment processing unit 111. Here, the motion vector is scaled and used in accordance with the enlargement ratio of the interpolation enlargement process.

誤差計算部203は、予測画像と、再構成処理部112の場合に第1解像度の入力画像、再構成処理部152の場合に第2解像度の出力画像との誤差を計算して誤差画像を生成する。   The error calculation unit 203 calculates an error between the predicted image and an input image having the first resolution in the case of the reconstruction processing unit 112 and an output image having the second resolution in the case of the reconstruction processing unit 152, and generates an error image. To do.

誤差補正部204は、生成された誤差画像で画像バッファ201の初期画像を補正して出力画像が生成される。   The error correction unit 204 corrects the initial image in the image buffer 201 with the generated error image to generate an output image.

次に以上のように構成された本実施形態の超解像処理について説明する。図3は、実施形態1の超解像処理の手順を示すフローチャートである。   Next, the super-resolution processing of the present embodiment configured as described above will be described. FIG. 3 is a flowchart illustrating a procedure of super-resolution processing according to the first embodiment.

まず、第1超解像処理部110は、第1解像度の入力画像を取得し(ステップS11)、位置合わせ処理部111が入力画像に対して位置合わせ処理を行って動きベクトルを算出する(ステップS12)。   First, the first super-resolution processing unit 110 acquires an input image having a first resolution (Step S11), and the alignment processing unit 111 performs alignment processing on the input image to calculate a motion vector (Step S11). S12).

次に、第1超解像処理部110の補間拡大処理部113は、入力画像に対して補間拡大処理を行って初期画像を生成する(ステップS13)。そして、第1超解像処理部110の再構成処理部112は、位置合わせ処理部111で算出された動きベクトルと、補間拡大処理部113で求めた初期画像と、入力画像とを用いて再構成処理を行って、第2解像度の出力画像を出力する(ステップS14)。   Next, the interpolation enlargement processing unit 113 of the first super-resolution processing unit 110 performs an interpolation enlargement process on the input image to generate an initial image (step S13). Then, the reconstruction processing unit 112 of the first super-resolution processing unit 110 uses the motion vector calculated by the alignment processing unit 111, the initial image obtained by the interpolation enlargement processing unit 113, and the input image to perform reconstruction. A configuration process is performed to output an output image of the second resolution (step S14).

次に、第2超解像処理部150の補間拡大処理部153は、第2解像度の出力画像に対して補間拡大処理を行って初期画像を生成する(ステップS15)。そして、第2超解像処理部150の再構成処理部152は、位置合わせ処理部111で算出された動きベクトルと、補間拡大処理部153で求めた初期画像と、第2解像度の出力画像とを用いて再構成処理を行って、第3解像度の出力画像を出力する(ステップS16)。   Next, the interpolation enlargement processing unit 153 of the second super-resolution processing unit 150 performs an interpolation enlargement process on the output image of the second resolution to generate an initial image (step S15). Then, the reconstruction processing unit 152 of the second super-resolution processing unit 150 includes the motion vector calculated by the alignment processing unit 111, the initial image obtained by the interpolation enlargement processing unit 153, and the output image of the second resolution. Is used to perform the reconstruction process, and an output image of the third resolution is output (step S16).

ここで、図4は、実施形態1の再構成処理(ステップS14,S16)の手順を示すフローチャートである。まず、予測画像生成部202は、画像バッファ201の初期画像と位置合わせ処理部111で算出された動きベクトルとから予測画像を生成する(ステップS21)。   Here, FIG. 4 is a flowchart showing the procedure of the reconstruction process (steps S14 and S16) of the first embodiment. First, the predicted image generation unit 202 generates a predicted image from the initial image in the image buffer 201 and the motion vector calculated by the alignment processing unit 111 (step S21).

そして、誤差計算部203は、予測画像と入力画像(再構成処理部112の場合)あるいは第2解像度の出力画像(再構成処理部152の場合)との誤差を計算して誤差画像を生成する(ステップS22)。   Then, the error calculation unit 203 calculates an error between the predicted image and the input image (in the case of the reconstruction processing unit 112) or the output image of the second resolution (in the case of the reconstruction processing unit 152), and generates an error image. (Step S22).

そして、誤差補正部204は画像バッファ201の初期画像を誤差画像で補正する(ステップS23)。そして、再構成処理部112,152は、誤差が所定の閾値以下となったか否かを判断し(ステップS24)、所定の閾値以下でない場合には(ステップS24:No)、ステップS21からS23までの処理を繰り返す。   Then, the error correction unit 204 corrects the initial image in the image buffer 201 with the error image (step S23). Then, the reconstruction processing units 112 and 152 determine whether or not the error is equal to or less than a predetermined threshold (step S24). Repeat the process.

一方、ステップS24で誤差が所定の閾値以下となった場合には(ステップS24:Yes)、処理を終了する。これにより、再構成処理部112では第2解像度の出力画像が、再構成処理部152では第3解像度の出力画像がそれぞれ生成される。   On the other hand, when the error is equal to or smaller than the predetermined threshold value in step S24 (step S24: Yes), the process is terminated. As a result, the reconstruction processing unit 112 generates an output image of the second resolution, and the reconstruction processing unit 152 generates an output image of the third resolution.

このように本実施形態では、第2超解像処理部150の再構成処理部152において、第1超解像処理部110において第1解像度の入力画像から求めた動きベクトルを用いることにより、第2超解像処理部150での超解像処理における位置合わせ処理を省略し、これによって超解像処理の処理量の削減を図ることができる。   As described above, in the present embodiment, the reconstruction processing unit 152 of the second super-resolution processing unit 150 uses the motion vector obtained from the first resolution input image in the first super-resolution processing unit 110, thereby 2 The alignment process in the super-resolution processing in the super-resolution processing unit 150 can be omitted, thereby reducing the processing amount of the super-resolution process.

(実施形態2)
実施形態1では、第1解像度の入力画像から第2解像度の出力画像を超解像処理で求め、第2解像度の出力画像から第3解像度の出力画像を超解像処理で求めるという2段階の超解像処理を行っていた。この実施形態2では、第1超解像処理部110による超解像処理と第2超解像処理部550による超解像処理とを並行して行い、第1解像度の入力画像から第2解像度の出力画像を超解像処理で求め、第1解像度の出力画像から第3解像度の出力画像を超解像処理で求めている。
(Embodiment 2)
In the first embodiment, a second resolution output image is obtained from the first resolution input image by super-resolution processing, and a third resolution output image is obtained from the second resolution output image by super-resolution processing. Super-resolution processing was performed. In the second embodiment, the super-resolution processing by the first super-resolution processing unit 110 and the super-resolution processing by the second super-resolution processing unit 550 are performed in parallel, and the second resolution is obtained from the input image having the first resolution. Are obtained by super-resolution processing, and an output image of third resolution is obtained by super-resolution processing from the output image of first resolution.

図5は、実施形態2の画像処理装置500の機能的構成を示すブロック図である。図5に示すように、本実施形態の画像処理装置500は、第1画像処理部としての第1超解像処理部110と、第2画像処理部としての第2超解像処理部550とを備えている。ここで、第1超解像処理部110の構成は実施形態1と同様である。すなわち、第1超解像処理部110は、第1解像度の入力画像を入力し、当該入力画像に超解像処理を施して、第1解像度より解像度の高い第2解像度の画像を出力する。   FIG. 5 is a block diagram illustrating a functional configuration of the image processing apparatus 500 according to the second embodiment. As illustrated in FIG. 5, the image processing apparatus 500 according to the present embodiment includes a first super-resolution processing unit 110 serving as a first image processing unit, and a second super-resolution processing unit 550 serving as a second image processing unit. It has. Here, the configuration of the first super-resolution processing unit 110 is the same as that of the first embodiment. That is, the first super-resolution processing unit 110 inputs an input image having a first resolution, performs super-resolution processing on the input image, and outputs an image having a second resolution higher than the first resolution.

第2超解像処理部550は、第1解像度の入力画像から、第2解像度より高い第3解像度の出力画像を出力する。この結果、本実施形態の画像処理装置500は、第2解像度の出力画像と第3解像度の出力画像という異なる解像度の出力画像を出力する。   The second super-resolution processing unit 550 outputs an output image having a third resolution higher than the second resolution from the input image having the first resolution. As a result, the image processing apparatus 500 according to the present embodiment outputs an output image having different resolutions, that is, an output image having the second resolution and an output image having the third resolution.

第2超解像処理部550は、図5に示すように、再構成処理部552と、補間拡大処理部553とを備えている。   As shown in FIG. 5, the second super-resolution processing unit 550 includes a reconstruction processing unit 552 and an interpolation enlargement processing unit 553.

補間拡大処理部553は、第1解像度の入力画像に対して上記補間拡大処理を行い、第1解像度の入力画像を第3解像度を表すことが可能な画素数に増加した初期画像を生成する。   The interpolation enlargement processing unit 553 performs the interpolation enlargement process on the input image having the first resolution, and generates an initial image in which the input image having the first resolution is increased to the number of pixels that can represent the third resolution.

再構成処理部552は、第1解像度の入力画像、第1超解像処理部110の位置合わせ処理部111で算出された動きベクトル、補間拡大処理部553で出力される初期画像を入力し、これら3つに基づき、フレーム単位で連続的に上記再構成処理を行って、画素数が増加した初期画像の解像度を増加させた第3解像度の出力画像を生成して出力する。   The reconstruction processing unit 552 inputs the first resolution input image, the motion vector calculated by the alignment processing unit 111 of the first super-resolution processing unit 110, and the initial image output by the interpolation enlargement processing unit 553, Based on these three, the above reconstruction process is continuously performed in units of frames to generate and output an output image of the third resolution in which the resolution of the initial image with the increased number of pixels is increased.

ここで、本実施形態でも、実施形態1と同様に、第2超解像処理部550に、第1超解像処理部110のような位置合わせ処理部111を設けていない。すなわち、第2超解像処理部550の再構成処理部552は、第2解像度の出力画像から算出される動きベクトルを用いるのではなく、第1超解像処理部110の位置合わせ処理部111で第1解像度の入力画像から算出された動きベクトルを用いて再構成処理をおこなっている。これにより、第2超解像処理部550での超解像処理における位置合わせ処理を省略し、超解像処理の処理量の削減を図っている。   Here, also in the present embodiment, as in the first embodiment, the second super-resolution processing unit 550 is not provided with the alignment processing unit 111 like the first super-resolution processing unit 110. That is, the reconstruction processing unit 552 of the second super-resolution processing unit 550 does not use the motion vector calculated from the output image of the second resolution, but the alignment processing unit 111 of the first super-resolution processing unit 110. The reconstruction processing is performed using the motion vector calculated from the first resolution input image. Thus, the alignment process in the super-resolution process in the second super-resolution processing unit 550 is omitted, and the processing amount of the super-resolution process is reduced.

次に以上のように構成された本実施形態の超解像処理について説明する。図6は、実施形態2の超解像処理の手順を示すフローチャートである。   Next, the super-resolution processing of the present embodiment configured as described above will be described. FIG. 6 is a flowchart illustrating a procedure of super-resolution processing according to the second embodiment.

まず、第1超解像処理部110は、第1解像度の入力画像を取得し(ステップS31)、位置合わせ処理部111が入力画像に対して位置合わせ処理を行って動きベクトルを算出する(ステップS32)。   First, the first super-resolution processing unit 110 acquires an input image of the first resolution (step S31), and the alignment processing unit 111 performs alignment processing on the input image to calculate a motion vector (step S31). S32).

次に、第1超解像処理部110の補間拡大処理部113は、入力画像に対して補間拡大処理を行って初期画像を生成する(ステップS33)。そして、第1超解像処理部110の再構成処理部112は、位置合わせ処理部111で算出された動きベクトルと、補間拡大処理部113で求めた初期画像と、入力画像とを用いて再構成処理を行って、第2解像度の出力画像を出力する(ステップS34)。   Next, the interpolation enlargement processing unit 113 of the first super-resolution processing unit 110 performs an interpolation enlargement process on the input image to generate an initial image (step S33). Then, the reconstruction processing unit 112 of the first super-resolution processing unit 110 uses the motion vector calculated by the alignment processing unit 111, the initial image obtained by the interpolation enlargement processing unit 113, and the input image to perform reconstruction. A configuration process is performed to output an output image of the second resolution (step S34).

ステップS33、S34と並行して、第2超解像処理部550の補間拡大処理部553は、第1解像度の入力画像に対して補間拡大処理を行って初期画像を生成する(ステップS35)。そして、第2超解像処理部550の再構成処理部552は、位置合わせ処理部111で算出された動きベクトルと、補間拡大処理部553で求めた初期画像と、第1解像度の入力画像とを用いて再構成処理を行って、第3解像度の出力画像を出力する(ステップS36)。   In parallel with steps S33 and S34, the interpolation enlargement processing unit 553 of the second super-resolution processing unit 550 performs an interpolation enlargement process on the first resolution input image to generate an initial image (step S35). Then, the reconstruction processing unit 552 of the second super-resolution processing unit 550 includes the motion vector calculated by the alignment processing unit 111, the initial image obtained by the interpolation enlargement processing unit 553, the input image having the first resolution, Is used to perform a reconstruction process, and an output image of the third resolution is output (step S36).

このように本実施形態では、第2超解像処理部550の再構成処理部552において、第1超解像処理部110において第1解像度の入力画像から求めた動きベクトルを用いることにより、第1超解像処理部110による超解像処理と第2超解像処理部550による超解像処理とを並行して行う場合においても、第2超解像処理部550での超解像処理における位置合わせ処理を省略し、これによって超解像処理の処理量の削減を図ることができる。   As described above, in this embodiment, the reconstruction processing unit 552 of the second super-resolution processing unit 550 uses the motion vector obtained from the input image of the first resolution by the first super-resolution processing unit 110, thereby Even when the super-resolution processing by the first super-resolution processing unit 110 and the super-resolution processing by the second super-resolution processing unit 550 are performed in parallel, the super-resolution processing by the second super-resolution processing unit 550 is performed. In this case, the alignment processing in step S3 is omitted, and thereby the processing amount of the super-resolution processing can be reduced.

なお、本実施形態では、第1超解像処理部110による超解像処理と第2超解像処理部550による超解像処理とを並行して行っていたが、これに限定されるものではなく、第1超解像処理部110による超解像処理と第2超解像処理部550による超解像処理とを順番に行うように構成してもよい。具体的には、図6において、ステップS33、S34の処理の後に、ステップS35、S36の処理を行うように構成してもよい。   In this embodiment, the super-resolution processing by the first super-resolution processing unit 110 and the super-resolution processing by the second super-resolution processing unit 550 are performed in parallel. However, the present invention is not limited to this. Instead, the super-resolution processing by the first super-resolution processing unit 110 and the super-resolution processing by the second super-resolution processing unit 550 may be performed in order. Specifically, in FIG. 6, the processes of steps S35 and S36 may be performed after the processes of steps S33 and S34.

(実施形態3)
実施形態3では、第1解像度の入力画像に対して超解像処理を行って、第2解像度の出力画像と第3解像度の出力画像とを生成する際の再構成処理において、第1解像度の入力画像から算出された動きベクトルから生成された予測画像を用いて第2解像度の出力画像と第3解像度の出力画像とを生成している。
(Embodiment 3)
In the third embodiment, the super-resolution processing is performed on the input image having the first resolution to generate the output image having the second resolution and the output image having the third resolution. A second resolution output image and a third resolution output image are generated using a predicted image generated from a motion vector calculated from the input image.

図7は、実施形態3の画像処理装置700の機能的構成を示すブロック図である。図7に示すように、本実施形態の画像処理装置700は、位置合わせ処理部111と、第1補間拡大処理部113−1と、第2補間拡大処理部113−2と、再構成処理部712とを備え、第1解像度の入力画像に対して超解像処理を行って、第2解像度の出力画像と第3解像度の出力画像とを生成する。ここで、位置合わせ処理部111、第1補間拡大処理部113−1、第2補間拡大処理部113−2が第1画像処理部に相当し、再構成処理部712が第2画像処理部に相当する。また、位置合わせ処理部111の機能は、実施形態1と同様である。   FIG. 7 is a block diagram illustrating a functional configuration of the image processing apparatus 700 according to the third embodiment. As illustrated in FIG. 7, the image processing apparatus 700 according to the present embodiment includes an alignment processing unit 111, a first interpolation expansion processing unit 113-1, a second interpolation expansion processing unit 113-2, and a reconstruction processing unit. 712, and performs super-resolution processing on the input image of the first resolution to generate an output image of the second resolution and an output image of the third resolution. Here, the alignment processing unit 111, the first interpolation enlargement processing unit 113-1, and the second interpolation enlargement processing unit 113-2 correspond to the first image processing unit, and the reconstruction processing unit 712 serves as the second image processing unit. Equivalent to. The function of the alignment processing unit 111 is the same as that of the first embodiment.

第1補間拡大処理部113−1は、第1解像度の入力画像を、第2解像度を表すことが可能な画素数に増加した第1初期画像を生成する補間拡大処理を行う。第2補間拡大処理部113−2は、第1解像度の入力画像を、第3解像度を表すことが可能な画素数に増加した第2初期画像を生成する補間拡大処理を行う。   The first interpolation enlargement processing unit 113-1 performs an interpolation enlargement process for generating a first initial image in which the input image having the first resolution is increased to the number of pixels that can represent the second resolution. The second interpolation enlargement processing unit 113-2 performs an interpolation enlargement process for generating a second initial image in which the input image having the first resolution is increased to the number of pixels that can represent the third resolution.

再構成処理部712は、第1解像度の入力画像、位置合わせ処理部111で算出された動きベクトル、第1補間拡大処理部113−1で出力される第1初期画像、第2補間拡大処理部113−2で出力される第2初期画像を入力し、これらに基づき、フレーム単位で連続的に上記再構成処理を行って、画素数が増加した第1初期画像の解像度を増加させた第2解像度の出力画像、画素数が増加した第2初期画像の解像度を増加させた第3解像度の出力画像を生成して出力する。   The reconstruction processing unit 712 includes a first resolution input image, a motion vector calculated by the alignment processing unit 111, a first initial image output from the first interpolation expansion processing unit 113-1, and a second interpolation expansion processing unit. The second initial image output in step 113-2 is input, and based on these, the above reconstruction process is continuously performed in units of frames to increase the resolution of the first initial image having an increased number of pixels. An output image having a resolution and an output image having a third resolution obtained by increasing the resolution of the second initial image having an increased number of pixels are generated and output.

再構成処理部712は、図7に示すように、第1画像バッファ201−1と、第2画像バッファ201−2と、予測画像生成部202と、誤差計算部203と、第1誤差補正部204−1と、第2誤差補正部204−2とを備えている。   As shown in FIG. 7, the reconstruction processing unit 712 includes a first image buffer 201-1, a second image buffer 201-2, a predicted image generation unit 202, an error calculation unit 203, and a first error correction unit. 204-1 and a second error correction unit 204-2.

第1画像バッファ201−1は、第1補間拡大処理部113−1から出力された第1初期画像を一時的に保存する。第2画像バッファ201−2は、第2補間拡大処理部113−2から出力された第2初期画像を一時的に保存する。   The first image buffer 201-1 temporarily stores the first initial image output from the first interpolation enlargement processing unit 113-1. The second image buffer 201-2 temporarily stores the second initial image output from the second interpolation enlargement processing unit 113-2.

予測画像生成部202は、第2画像バッファ201−2から第2初期画像を読み出し、第2初期画像と、位置合わせ処理部111から出力された動きベクトルとから予測画像を生成する。   The predicted image generation unit 202 reads the second initial image from the second image buffer 201-2, and generates a predicted image from the second initial image and the motion vector output from the alignment processing unit 111.

誤差計算部203は、予測画像と、第1解像度の入力画像との誤差を計算して誤差画像を生成する。   The error calculation unit 203 calculates an error between the predicted image and the first resolution input image to generate an error image.

第1誤差補正部204−1は、誤差計算部203で生成された誤差画像で第1画像バッファ201−1の第1初期画像を補正して第2解像度の出力画像を生成する。第2誤差補正部204−2は、誤差計算部203で生成された誤差画像で第2画像バッファ201−2の第2初期画像を補正して第3解像度の出力画像を生成する。   The first error correction unit 204-1 corrects the first initial image in the first image buffer 201-1 with the error image generated by the error calculation unit 203, and generates an output image of the second resolution. The second error correction unit 204-2 corrects the second initial image in the second image buffer 201-2 with the error image generated by the error calculation unit 203 to generate an output image of the third resolution.

次に以上のように構成された本実施形態の超解像処理について説明する。図8は、実施形態3の超解像処理の手順を示すフローチャートである。   Next, the super-resolution processing of the present embodiment configured as described above will be described. FIG. 8 is a flowchart illustrating a procedure of super-resolution processing according to the third embodiment.

まず、位置合わせ処理部111は第1解像度の入力画像を取得し(ステップS41)、入力画像に対して位置合わせ処理を行って動きベクトルを算出する(ステップS42)。   First, the alignment processing unit 111 acquires an input image having a first resolution (step S41), performs alignment processing on the input image, and calculates a motion vector (step S42).

次に、第1補間拡大処理部113−1は、入力画像に対して補間拡大処理を行って、第1初期画像を生成する(ステップS43)。また、第2補間拡大処理部113−2は、入力画像に対して補間拡大処理を行って第2初期画像を生成する(ステップS44)。   Next, the first interpolation enlargement processing unit 113-1 performs an interpolation enlargement process on the input image to generate a first initial image (step S43). Further, the second interpolation enlargement processing unit 113-2 performs an interpolation enlargement process on the input image to generate a second initial image (step S44).

再構成処理部712は、位置合わせ処理部111で算出された動きベクトルと、第1補間拡大処理部113−1で求めた第1初期画像と、第2補間拡大処理部113−2で求めた第2初期画像と、入力画像とを用いて再構成処理を行って、第2解像度の出力画像および第3解像度の出力画像を出力する(ステップS45)。   The reconstruction processing unit 712 calculates the motion vector calculated by the alignment processing unit 111, the first initial image calculated by the first interpolation expansion processing unit 113-1, and the second interpolation expansion processing unit 113-2. A reconstruction process is performed using the second initial image and the input image, and an output image of the second resolution and an output image of the third resolution are output (step S45).

ここで、図9は、実施形態3の再構成処理(ステップS45)の手順を示すフローチャートである。まず、予測画像生成部202は、第2画像バッファ201−2の第2初期画像と位置合わせ処理部111で算出された動きベクトルとから予測画像を生成する(ステップS51)。   Here, FIG. 9 is a flowchart showing the procedure of the reconstruction process (step S45) of the third embodiment. First, the predicted image generation unit 202 generates a predicted image from the second initial image of the second image buffer 201-2 and the motion vector calculated by the alignment processing unit 111 (step S51).

そして、誤差計算部203は、予測画像と入力画像との誤差を計算して誤差画像を生成する(ステップS52)。   Then, the error calculation unit 203 calculates an error between the predicted image and the input image to generate an error image (step S52).

そして、第1誤差補正部204−1は第1画像バッファ201−1の第1初期画像を誤差画像で補正する(ステップS53)。そして、再構成処理部712は、誤差が所定の閾値以下となったか否かを判断し(ステップS54)、所定の閾値以下でない場合には(ステップS54:No)、ステップS51からS53までの処理を繰り返す。   Then, the first error correction unit 204-1 corrects the first initial image in the first image buffer 201-1 with an error image (step S53). Then, the reconstruction processing unit 712 determines whether or not the error is equal to or smaller than a predetermined threshold (step S54). If the error is not equal to or smaller than the predetermined threshold (step S54: No), the processing from step S51 to S53 is performed. repeat.

一方、ステップS54で誤差が所定の閾値以下となった場合には(ステップS54:Yes)、処理を終了する。これにより、第2解像度の出力画像が生成されて出力される。   On the other hand, when the error is equal to or smaller than the predetermined threshold value in step S54 (step S54: Yes), the process is terminated. Thereby, an output image of the second resolution is generated and output.

一方、第1誤差補正部204−2は第2画像バッファ201−2の第2初期画像を誤差画像で補正する(ステップS55)。そして、再構成処理部712は、誤差が所定の閾値以下となったか否かを判断し(ステップS56)、所定の閾値以下でない場合には(ステップS56:No)、ステップS51、S52、S55の処理を繰り返す。   On the other hand, the first error correction unit 204-2 corrects the second initial image in the second image buffer 201-2 with an error image (step S55). Then, the reconstruction processing unit 712 determines whether or not the error is equal to or smaller than a predetermined threshold (step S56). If the error is not equal to or smaller than the predetermined threshold (step S56: No), the reconfiguration processing unit 712 performs steps S51, S52, and S55. Repeat the process.

一方、ステップS56で誤差が所定の閾値以下となった場合には(ステップS56:Yes)、処理を終了する。これにより、第3解像度の出力画像が生成されて出力される。   On the other hand, when the error is equal to or smaller than the predetermined threshold value in step S56 (step S56: Yes), the process is terminated. Thereby, an output image of the third resolution is generated and output.

このように本実施形態では、第1解像度の入力画像に対して超解像処理を行って、第2解像度の出力画像と第3解像度の出力画像とを生成する際の再構成処理において、第1解像度の入力画像から算出された動きベクトルから生成された予測画像を用いて第2解像度の出力画像と第3解像度の出力画像とを生成しているので、超解像処理における処理量を削減することができる。   As described above, in the present embodiment, the super-resolution processing is performed on the first resolution input image to generate the second resolution output image and the third resolution output image. Since the output image of the second resolution and the output image of the third resolution are generated using the prediction image generated from the motion vector calculated from the input image of 1 resolution, the processing amount in the super-resolution processing is reduced. can do.

なお、本実施形態では、第2画像バッファ201−2の第2初期画像を用いて予測画像を生成しているが、第1画像バッファ201−1の第1初期画像を用いて予測画像を生成するように予測画像生成部202を構成してもよい。   In the present embodiment, the predicted image is generated using the second initial image of the second image buffer 201-2. However, the predicted image is generated using the first initial image of the first image buffer 201-1. The predicted image generation unit 202 may be configured to do so.

(実施形態4)
実施形態4では、第1解像度の入力画像から複数の異なる解像度を表現可能な画素数の初期画像を複数生成し、当該複数の初期画像から、互いに異なる解像度の複数の出力画像からなる出力画像群を生成し、この際、各解像度の出力画像の生成においてすべて入力画像から求めた動きベクトルを用いている。
(Embodiment 4)
In the fourth embodiment, a plurality of initial images having the number of pixels capable of expressing a plurality of different resolutions are generated from an input image having a first resolution, and an output image group including a plurality of output images having different resolutions from the plurality of initial images. In this case, all the motion vectors obtained from the input image are used in the generation of the output image of each resolution.

図10は、実施形態4の画像処理装置1000の機能的構成を示すブロック図である。図10に示すように、本実施形態の画像処理装置1000は、位置合わせ処理部111と、補間拡大処理部1113と、再構成処理部1012と、画像切り出し部1015とを備え、第1解像度の入力画像に対して超解像処理を行って第2〜5解像度の出力画像を生成し、第2〜5解像度の出力画像から第2解像度の出力画像を生成する。ここで、位置合わせ処理部111、補間拡大処理部1113が第1画像処理部に相当し、再構成処理部1012、画像切り出し部1015が第2画像処理部に相当する。また、位置合わせ処理部111の機能は、実施形態1と同様である。   FIG. 10 is a block diagram illustrating a functional configuration of the image processing apparatus 1000 according to the fourth embodiment. As shown in FIG. 10, the image processing apparatus 1000 according to the present embodiment includes an alignment processing unit 111, an interpolation enlargement processing unit 1113, a reconstruction processing unit 1012, and an image clipping unit 1015, and has a first resolution. Super-resolution processing is performed on the input image to generate a second to fifth resolution output image, and a second resolution output image is generated from the second to fifth resolution output image. Here, the alignment processing unit 111 and the interpolation enlargement processing unit 1113 correspond to the first image processing unit, and the reconstruction processing unit 1012 and the image cutout unit 1015 correspond to the second image processing unit. The function of the alignment processing unit 111 is the same as that of the first embodiment.

補間拡大処理部1113は、第1解像度の入力画像を互いに異なる第2〜5解像度を表すことが可能な画素数に増加した初期画像群を生成する補間拡大処理を行う。図11は、実施形態4の初期画像群の一例を示す図である。図11に示すように、初期画像群が、第2〜5解像度のそれぞれを表現可能な画素数に増加した初期画像1101〜1104から構成される。   The interpolation enlargement processing unit 1113 performs an interpolation enlargement process for generating an initial image group in which an input image having a first resolution is increased to a number of pixels that can represent different second to fifth resolutions. FIG. 11 is a diagram illustrating an example of an initial image group according to the fourth embodiment. As shown in FIG. 11, the initial image group includes initial images 1101 to 1104 that are increased to the number of pixels that can represent each of the second to fifth resolutions.

図10に戻り、再構成処理部1012は、第1解像度の入力画像、位置合わせ処理部111で算出された動きベクトル、補間拡大処理部1113で出力される初期画像群を入力し、これらに基づき、フレーム単位で連続的に上記再構成処理を行って、初期画像群の各初期画像の解像度を増加させた第2〜5解像度の出力画像からなる出力画像群を生成して出力する。   Returning to FIG. 10, the reconstruction processing unit 1012 receives the input image of the first resolution, the motion vector calculated by the alignment processing unit 111, and the initial image group output by the interpolation enlargement processing unit 1113, and based on these Then, the reconstruction process is continuously performed in units of frames to generate and output an output image group composed of output images of second to fifth resolutions in which the resolution of each initial image of the initial image group is increased.

再構成処理部1012は、図10に示すように、画像バッファ201と、予測画像生成部202と、誤差計算部203と、誤差補正部204とを備えている。これらの各部の機能は実施形態1と同様である。但し、本実施形態では、再構成処理部1012は、画像バッファ201の初期画像群の各初期画像に対応して各解像度の出力画像を生成し、出力画像群として出力する。   As illustrated in FIG. 10, the reconstruction processing unit 1012 includes an image buffer 201, a predicted image generation unit 202, an error calculation unit 203, and an error correction unit 204. The functions of these units are the same as those in the first embodiment. However, in this embodiment, the reconstruction processing unit 1012 generates an output image of each resolution corresponding to each initial image of the initial image group of the image buffer 201 and outputs it as an output image group.

画像切り出し部1015は、再構成処理部1012から出力される第2〜5解像度の出力画像からなる出力画像群から、所望の解像度の出力画像を切り出す。本例では、第2解像度の出力画像を切り出しているが、これに限定されるものではない。また、図11の形式の画像を用いる顔画像認識装置や文字認識装置の入力画像とすることもできる。   The image cutout unit 1015 cuts out an output image having a desired resolution from the output image group including the output images of the second to fifth resolutions output from the reconstruction processing unit 1012. In this example, the output image of the second resolution is cut out, but the present invention is not limited to this. Moreover, it can also be set as the input image of the face image recognition apparatus and character recognition apparatus which use the image of the format of FIG.

次に以上のように構成された本実施形態の超解像処理について説明する。図12は、実施形態4の超解像処理の手順を示すフローチャートである。   Next, the super-resolution processing of the present embodiment configured as described above will be described. FIG. 12 is a flowchart illustrating a procedure of super-resolution processing according to the fourth embodiment.

まず、位置合わせ処理部111は第1解像度の入力画像を取得し(ステップS61)、入力画像に対して位置合わせ処理を行って動きベクトルを算出する(ステップS62)。   First, the alignment processing unit 111 acquires an input image having a first resolution (step S61), performs alignment processing on the input image, and calculates a motion vector (step S62).

次に、補間拡大処理部1113は、入力画像に対して補間拡大処理を行って、第2〜5解像度のそれぞれを表現可能な画素数を増加させた複数の初期画像からなる初期画像群を生成する(ステップS63)。   Next, the interpolation enlargement processing unit 1113 performs an interpolation enlargement process on the input image to generate an initial image group including a plurality of initial images in which the number of pixels that can represent each of the second to fifth resolutions is increased. (Step S63).

再構成処理部1012は、位置合わせ処理部111で算出された動きベクトルと、補間拡大処理部1113で求めた初期画像群と、入力画像とを用いて再構成処理を行って、第2〜5解像度の出力画像からなる出力画像群を出力する(ステップS64)。ここで、再構成処理は、初期画像群の各初期画像に対して実施形態1の再構成処理が実行される。   The reconstruction processing unit 1012 performs reconstruction processing using the motion vector calculated by the alignment processing unit 111, the initial image group obtained by the interpolation enlargement processing unit 1113, and the input image, and performs second to fifth processing. An output image group consisting of output images of resolution is output (step S64). Here, in the reconstruction process, the reconstruction process of the first embodiment is performed on each initial image of the initial image group.

次に、画像切り出し部1015は、出力画像群の中から、例えば、第2解像度の出力画像を切り出して出力する(ステップS65)。   Next, the image cutout unit 1015 cuts out and outputs, for example, an output image of the second resolution from the output image group (step S65).

このように本実施形態では、第1解像度の入力画像から複数の異なる解像度を表現可能な画素数の初期画像を複数生成し、当該複数の初期画像から、互いに異なる解像度の複数の出力画像からなる出力画像群を生成し、この際、各解像度の出力画像の生成においてすべて入力画像から求めた動きベクトルを用いているので、各解像度の出力画像の生成ごとに異なる動きベクトルを算出する必要がなく、超解像処理の処理量の削減を図ることができる。   As described above, in this embodiment, a plurality of initial images having the number of pixels capable of expressing a plurality of different resolutions are generated from an input image having the first resolution, and a plurality of output images having different resolutions are formed from the plurality of initial images. The output image group is generated. At this time, since the motion vector obtained from the input image is used in the generation of the output image of each resolution, there is no need to calculate a different motion vector for each generation of the output image of each resolution. The amount of super-resolution processing can be reduced.

(実施形態5)
この実施形態5では、入力画像に対しフレームレート変換を行った後に、超解像処理を行い、フレームレート変換の際に算出した動きベクトルを超解像処理で用いている。
(Embodiment 5)
In the fifth embodiment, after performing frame rate conversion on the input image, super-resolution processing is performed, and the motion vector calculated at the time of frame rate conversion is used in the super-resolution processing.

図13は、実施形態5の画像処理装置1300の機能的構成を示すブロック図である。図13に示すように、本実施形態の画像処理装置1300は、第1画像処理部としてのフレームレート変換部1310と、第2画像処理部としての超解像処理部1350およびフレーム選択部1355とを備えている。   FIG. 13 is a block diagram illustrating a functional configuration of an image processing apparatus 1300 according to the fifth embodiment. As illustrated in FIG. 13, the image processing apparatus 1300 according to the present embodiment includes a frame rate conversion unit 1310 as a first image processing unit, a super-resolution processing unit 1350 and a frame selection unit 1355 as second image processing units. It has.

フレームレート変換部1310は、第1フレームレートの第1解像度の入力画像を、第2フレームレートの第1解像度の画像に変換する。ここで、本実施形態では、一例として、第1フレームレートを30fps、第2フレームレートを60fpsとするが、これに限定されるものではなく、第2フレームレートが第1フレームレートよりも高ければよい。フレームレート変換部1310は、図13に示すように、フレーム遅延部1301と、フレーム補間部1312と、位置合わせ処理部1311と、フレーム選択部1314とを備えている。   The frame rate conversion unit 1310 converts the input image having the first resolution at the first frame rate into an image having the first resolution at the second frame rate. Here, in this embodiment, as an example, the first frame rate is 30 fps and the second frame rate is 60 fps. However, the present invention is not limited to this, and the second frame rate is higher than the first frame rate. Good. As shown in FIG. 13, the frame rate conversion unit 1310 includes a frame delay unit 1301, a frame interpolation unit 1312, an alignment processing unit 1311, and a frame selection unit 1314.

フレーム遅延部1301は、入力画像のフレームを時間的に遅らせる。位置合わせ処理部1311は、実施形態1と同様の機能を有し、時間的に前のフレームと位置合わせを行う。フレーム補間部1312は、フレーム遅延部1301によって時間的に遅らされた前のフレームと現在のフレームとの間に新たなフレームを生成して挿入することによりフレーム補間を行って補間画像を生成する。かかるフレーム補間を、入力画像の各フレーム間で行うことにより、第1フレームレートが2倍の第2フレームレートに変換されることになる。フレーム選択部1314は、入力画像と、フレーム補間部1312で生成された補間画像とを時間的に正しく出力されるように切り替える。   The frame delay unit 1301 delays the frame of the input image in terms of time. The alignment processing unit 1311 has the same function as that of the first embodiment, and performs alignment with the previous frame in time. The frame interpolation unit 1312 generates an interpolated image by performing frame interpolation by generating and inserting a new frame between the previous frame delayed in time by the frame delay unit 1301 and the current frame. . By performing such frame interpolation between each frame of the input image, the first frame rate is converted to a second frame rate that is doubled. The frame selection unit 1314 switches the input image and the interpolation image generated by the frame interpolation unit 1312 so that they are output correctly in time.

超解像処理部1350は、フレームレート変換部1310で生成された補間画像(第1解像度)を、超解像処理により第2解像度の出力画像に変換して高解像度化する。超解像処理部1350は、実施形態1の第2超解像処理部と同様に、補間拡大処理部153と、再構成処理部152とを備えている。ここで、補間拡大処理部153、再構成処理部152の機能は実施形態1と同様である。   The super-resolution processing unit 1350 converts the interpolated image (first resolution) generated by the frame rate conversion unit 1310 into a second-resolution output image by super-resolution processing to increase the resolution. Similar to the second super-resolution processing unit of the first embodiment, the super-resolution processing unit 1350 includes an interpolation enlargement processing unit 153 and a reconstruction processing unit 152. Here, the functions of the interpolation enlargement processing unit 153 and the reconstruction processing unit 152 are the same as those in the first embodiment.

ここで、本実施形態では、実施形態1と同様に、超解像処理部1350に、位置合わせ処理部を設けておらず、フレームレート変換部1310の位置合わせ処理部1311で第1解像度の入力画像から算出された動きベクトルを用いて再構成処理をおこなっている。   Here, in the present embodiment, as in the first embodiment, the super-resolution processing unit 1350 is not provided with an alignment processing unit, and the first resolution is input by the alignment processing unit 1311 of the frame rate conversion unit 1310. Reconstruction processing is performed using a motion vector calculated from an image.

これは、仮に、超解像処理部1350に、補間画像から動きベクトルを求める位置合わせ処理部を設けると、補間画像は、フレーム間にフレームを補間した画像であり、このような補間フレームのある補間画像から動きベクトルを求めると画質が劣化してしまう可能性がある。このため、本実施形態の超解像処理部1350では、入力画像から算出された動きベクトルを用いて再構成処理を行って、出力画像の高画質化を図ると共に超解像処理の処理量の削減を図っている。   This is because if the super-resolution processing unit 1350 is provided with an alignment processing unit for obtaining a motion vector from an interpolated image, the interpolated image is an image obtained by interpolating frames between frames, and there is such an interpolated frame. If the motion vector is obtained from the interpolated image, the image quality may be deteriorated. For this reason, the super-resolution processing unit 1350 of the present embodiment performs reconstruction processing using the motion vector calculated from the input image to improve the quality of the output image and increase the processing amount of the super-resolution processing. We are trying to reduce it.

フレーム選択部1355は、再構成処理部152から出力される第2フレームレートで第2解像度の出力画像からフレームを間引いて、第2フレームレートより低い第3フレームレートで第2解像度の出力画像を選択して出力する。   The frame selection unit 1355 thins frames from the output image of the second resolution at the second frame rate output from the reconstruction processing unit 152, and outputs the output image of the second resolution at the third frame rate lower than the second frame rate. Select and output.

次に以上のように構成された本実施形態の画像処理について説明する。図14は、実施形態5の画像処理の手順を示すフローチャートである。   Next, the image processing of the present embodiment configured as described above will be described. FIG. 14 is a flowchart illustrating an image processing procedure according to the fifth embodiment.

まず、位置合わせ処理部1311は第1解像度の入力画像を取得し(ステップS71)、入力画像に対して位置合わせ処理を行って動きベクトルを算出する(ステップS72)。   First, the alignment processing unit 1311 obtains an input image having the first resolution (step S71), performs alignment processing on the input image, and calculates a motion vector (step S72).

次に、フレーム遅延部1301は、入力画像のフレームを時間的に遅らせる(ステップS73)。そして、フレーム補間部1312は、フレーム遅延部1301によって時間的に遅らされた前のフレームと現在のフレームとの間にフレーム補間を行う(ステップS74)。   Next, the frame delay unit 1301 delays the frame of the input image in time (step S73). The frame interpolation unit 1312 performs frame interpolation between the previous frame delayed by the frame delay unit 1301 and the current frame (step S74).

次に、フレーム選択部1314は、第1フレームレートと第2フレームレートとに基づき補間タイミングか否かを判断する(ステップS75)。例えば、変換後の第2フレームレートが入力画像の第1フレームレートの2倍である場合には、1フレームおきに補間タイミングとなる。   Next, the frame selection unit 1314 determines whether it is an interpolation timing based on the first frame rate and the second frame rate (step S75). For example, when the converted second frame rate is twice the first frame rate of the input image, the interpolation timing is set every other frame.

そして、補間タイミングである場合には(ステップS75:Yes)、フレーム選択部1314は補間画像を出力する(ステップS76)。一方、補間タイミングでない場合には(ステップS75:No)、フレーム選択部1314は入力画像を出力する(ステップS77)。   If it is the interpolation timing (step S75: Yes), the frame selection unit 1314 outputs an interpolation image (step S76). On the other hand, when it is not the interpolation timing (step S75: No), the frame selection unit 1314 outputs the input image (step S77).

次に、超解像処理部1350の補間拡大処理部153は補間画像を入力して補間拡大処理を行い、第1解像度の補間画像を第2解像度の表現可能な画素数に増加した初期画像を生成する(ステップS78)。次に、再構成処理部152は、位置合わせ処理部1311で算出された動きベクトルと、補間拡大処理部153で求めた初期画像と、補間画像とを用いて再構成処理を行って、第2フレームレートで第2解像度の出力画像を出力する(ステップS79)。   Next, the interpolation enlargement processing unit 153 of the super-resolution processing unit 1350 performs the interpolation enlargement processing by inputting the interpolation image, and the initial image obtained by increasing the interpolation image of the first resolution to the number of pixels that can be expressed by the second resolution Generate (step S78). Next, the reconstruction processing unit 152 performs reconstruction processing using the motion vector calculated by the alignment processing unit 1311, the initial image obtained by the interpolation enlargement processing unit 153, and the interpolation image, thereby performing the second processing. An output image having the second resolution is output at the frame rate (step S79).

次に、フレーム選択部1355は、再構成処理部152から出力される第2フレームレートで第2解像度の出力画像を間引いて第3フレームレートで第2解像度の出力画像を出力する(ステップS80)。   Next, the frame selection unit 1355 thins out the output image of the second resolution at the second frame rate output from the reconstruction processing unit 152, and outputs the output image of the second resolution at the third frame rate (step S80). .

このように本実施形態では、入力画像に対しフレームレート変換を行った後に、超解像処理を行い、フレームレート変換の際に算出した動きベクトルを超解像処理で用いているので、出力画像の高画質化を図ると共に超解像処理の処理量の削減を図ることができる。   As described above, in the present embodiment, after the frame rate conversion is performed on the input image, the super-resolution processing is performed, and the motion vector calculated at the frame rate conversion is used in the super-resolution processing. The image quality can be improved and the amount of super-resolution processing can be reduced.

(実施形態6)
実施形態6では、入力画像に対し超解像処理を行った後に、インターレース・プログレッシブ変換を行い、超解像処理の際に算出した動きベクトルをインターレース・プログレッシブ変換で用いている。
(Embodiment 6)
In the sixth embodiment, after super-resolution processing is performed on an input image, interlace / progressive conversion is performed, and a motion vector calculated in the super-resolution processing is used in the interlace / progressive conversion.

図15は、実施形態6の画像処理装置1500の機能的構成を示すブロック図である。図15に示すように、本実施形態の画像処理装置1500は、第1画像処理部としての超解像処理部1510と、第2画像処理部としての第2補間拡大処理部1515およびインターレース・プログレッシブ変換部1516(以下、「IP変換部1516」という。)とを備えている。本実施形態の画像処理装置1500は、インターレース形式の画像で第1解像度の入力画像に超解像処理を行って第2解像度のインターレース形式の画像を出力し、さらに、第2解像度のインターレース形式の画像をプログレッシブ形式の画像に変換して出力する。   FIG. 15 is a block diagram illustrating a functional configuration of an image processing apparatus 1500 according to the sixth embodiment. As illustrated in FIG. 15, the image processing apparatus 1500 according to the present embodiment includes a super-resolution processing unit 1510 serving as a first image processing unit, a second interpolation expansion processing unit 1515 serving as a second image processing unit, and an interlace progressive image. A conversion unit 1516 (hereinafter referred to as an “IP conversion unit 1516”). The image processing apparatus 1500 according to the present embodiment performs super-resolution processing on the first resolution input image as an interlaced image, outputs a second resolution interlaced image, and further outputs a second resolution interlaced image. Convert images to progressive format and output.

超解像処理部1510は、図15に示すように、位置合わせ処理部1511と、再構成処理部1512と、第1補間拡大処理部1513とを備えている。   As shown in FIG. 15, the super-resolution processing unit 1510 includes an alignment processing unit 1511, a reconstruction processing unit 1512, and a first interpolation enlargement processing unit 1513.

位置合わせ処理部1511は、入力画像の処理対象フレームである基準フレームの時間的に前後の参照フレームにおいて、インターレース形式の偶数フィールドと奇数フィールドに各フィールド単位で、基準フレーム上の点と同一箇所を示す参照フレーム上の点である対応点を探索し、2つの点の移動量を動きベクトルとして算出する。   The alignment processing unit 1511 applies the same position as the point on the reference frame in each interlace format even field and odd field in the reference frame temporally before and after the base frame that is the processing target frame of the input image. Corresponding points that are points on the reference frame shown are searched, and the movement amount of the two points is calculated as a motion vector.

第1補間拡大処理部1513は、バイリニアやバイキュービックアルゴリズム等の補間アルゴリズムによって、第1解像度のインターレース形式の入力画像を、第2解像度を表すことが可能な画素数に増加して初期画像を生成する補間拡大処理を行う。   The first interpolation enlargement processing unit 1513 generates an initial image by increasing the first resolution interlaced input image to the number of pixels that can represent the second resolution by an interpolation algorithm such as a bilinear algorithm or a bicubic algorithm. Perform interpolation expansion processing.

再構成処理部1512は、入力画像、位置合わせ処理部1511で算出された動きベクトル、第1補間拡大処理部1513で出力される初期画像とを入力し、これら3つに基づき、画素数が増加した初期画像の解像度を増加させて出力する再構成処理をフレーム単位に連続的に行う。これにより、再構成処理部1512からは、第2解像度のインターレース形式の画像が出力される。   The reconstruction processing unit 1512 receives the input image, the motion vector calculated by the alignment processing unit 1511, and the initial image output from the first interpolation enlargement processing unit 1513, and the number of pixels increases based on these three. The reconstruction process for increasing the resolution of the initial image and outputting the result is continuously performed in units of frames. As a result, the reconstruction processing unit 1512 outputs an interlaced image having the second resolution.

第2補間拡大処理部1515は、第2解像度のインターレース形式の画像を、2倍の解像度を表すことが可能な画素数に増加して初期画像を生成する。   The second interpolation enlargement processing unit 1515 generates an initial image by increasing the interlaced image of the second resolution to the number of pixels that can represent twice the resolution.

IP変換部1516は、入力画像、位置合わせ処理部1511で算出された動きベクトル、第2補間拡大処理部1515で出力される初期画像とを入力し、これら3つに基づき、インターレース形式の初期画像をプログレッシブ形式の出力画像に変換する。   The IP conversion unit 1516 receives the input image, the motion vector calculated by the alignment processing unit 1511, and the initial image output from the second interpolation enlargement processing unit 1515, and based on these three, the interlaced initial image Is converted to a progressive output image.

ここで、IP変換は、画像の垂直方向の解像度を2倍とする超解像処理を行うことと等価であるため、本実施形態のIP変換部1516は、図2を用いて説明した実施形態1の再構成処理部152と同様の構成を有している。すなわち、IP変換部1516は、動きベクトルと初期画像とから予測画像を生成し、予測画像と入力画像との誤差計算を行って誤差画像を生成し、初期画像に対して誤差補正を行うことでIP変換の結果を高解像化する。   Here, since IP conversion is equivalent to performing super-resolution processing in which the vertical resolution of an image is doubled, the IP conversion unit 1516 of this embodiment is the embodiment described with reference to FIG. 1 has the same configuration as that of the first reconstruction processing unit 152. That is, the IP conversion unit 1516 generates a prediction image from the motion vector and the initial image, calculates an error between the prediction image and the input image, generates an error image, and performs error correction on the initial image. Increase the resolution of IP conversion results.

次に以上のように構成された本実施形態の画像処理について説明する。図16は、実施形態6の画像処理の手順を示すフローチャートである。   Next, the image processing of the present embodiment configured as described above will be described. FIG. 16 is a flowchart illustrating an image processing procedure according to the sixth embodiment.

まず、位置合わせ処理部1511は第1解像度のインターレース形式の入力画像を取得し(ステップS1001)、インターレース形式の入力画像に対して位置合わせ処理を行って動きベクトルを算出する(ステップS1002)。   First, the alignment processing unit 1511 obtains an interlaced input image having a first resolution (step S1001), performs alignment processing on the interlaced input image, and calculates a motion vector (step S1002).

次に、第1補間拡大処理部1513は、入力画像に対して補間拡大処理を行って、初期画像を生成する(ステップS1003)。   Next, the first interpolation enlargement processing unit 1513 performs an interpolation enlargement process on the input image to generate an initial image (step S1003).

次に、再構成処理部1512は、位置合わせ処理部1511で算出された動きベクトルと、第1補間拡大処理部1513で求めた初期画像と、入力画像とを用いて再構成処理を行って、第2解像度のインターレース形式の画像を出力する(ステップS1004)。   Next, the reconstruction processing unit 1512 performs reconstruction processing using the motion vector calculated by the alignment processing unit 1511, the initial image obtained by the first interpolation enlargement processing unit 1513, and the input image, The second resolution interlaced image is output (step S1004).

次に、第2補間拡大処理部1515は、第2解像度のインターレース形式の画像に対して補間拡大処理を行って、インターレース形式の初期画像を生成する(ステップS1005)。そして、IP変換部1516は、入力画像、位置合わせ処理部1511で算出された動きベクトル、第2補間拡大処理部1515で出力される初期画像とを入力し、これら3つに基づき、インターレース形式の画像である初期画像をプログレッシブ形式の出力画像に変換する(ステップS1006)。   Next, the second interpolation enlargement processing unit 1515 performs an interpolation enlargement process on the second resolution interlaced image to generate an interlaced initial image (step S1005). Then, the IP conversion unit 1516 receives the input image, the motion vector calculated by the alignment processing unit 1511, and the initial image output by the second interpolation enlargement processing unit 1515, and based on these three, the interlace format is input. An initial image, which is an image, is converted into a progressive output image (step S1006).

このように本実施形態では、入力画像に対し超解像処理を行った後に、インターレース・プログレッシブ変換を行い、超解像処理の際に算出した動きベクトルをインターレース・プログレッシブ変換で用いているので、IP変換処理で位置合わせ処理を省略することで、IP変換処理の処理量の削減を図ることができる。   As described above, in the present embodiment, after performing the super-resolution processing on the input image, the interlace / progressive conversion is performed, and the motion vector calculated in the super-resolution processing is used in the interlace / progressive conversion. By omitting the alignment process in the IP conversion process, the processing amount of the IP conversion process can be reduced.

また、本実施形態では、IP変換部1516は、超解像処理部1510で実行される画素単位の位置合わせ処理の結果としての動きベクトルを用いてIP変換処理を行っている。さらに、IP変換部1516は、超解像処理が行われる前の入力画像を入力して、この入力画像を用いてIP変換処理を行っている。このため、領域単位の動きベクトルを用いて通常のIP変換処理を行ったり、超解像処理前の入力画像を用いないで通常のIP変換処理を行う場合に比べて、IP変換処理結果としてのプログレッシブ形式の出力画像の高画質化を図ることができる。   In this embodiment, the IP conversion unit 1516 performs the IP conversion process using the motion vector as a result of the pixel-unit alignment process executed by the super-resolution processing unit 1510. Further, the IP conversion unit 1516 inputs an input image before the super-resolution processing is performed, and performs IP conversion processing using the input image. For this reason, compared to the case where normal IP conversion processing is performed using a motion vector in units of regions or normal IP conversion processing is performed without using an input image before super-resolution processing, It is possible to improve the quality of the output image in the progressive format.

なお、本実施形態では、IP変換部1516として再構成処理部と同一の構成としているが、これに限定されるものではなく、通常のIP変換処理を行うようにIP変換部1516を構成してもよい。この場合には、位置合わせ処理部1511において画素レベルまでの対応点検出ではなく、ブロック等の領域での対応点の探索や位置合わせを行えばよいので、それほどの高画質化を望まない場合に、装置構成を簡易化することができるというメリットがある。   In this embodiment, the IP conversion unit 1516 has the same configuration as the reconfiguration processing unit. However, the present invention is not limited to this, and the IP conversion unit 1516 is configured to perform normal IP conversion processing. Also good. In this case, instead of detecting the corresponding points up to the pixel level in the alignment processing unit 1511, it is only necessary to search for the corresponding points in the area such as a block or to perform alignment, so when high image quality is not desired. There is an advantage that the device configuration can be simplified.

また、位置合わせ処理、再構成処理、補間拡大処理を、インターレース形式の画像のフィールドごとではなく、画面のアクティビティに応じてフレームごとに処理した結果と切り替えたり、ブレンディングしたり適応的に処理内容を変えるように構成してもよい。   In addition, the alignment processing, reconstruction processing, and interpolation enlargement processing are switched to the processing results for each frame according to the screen activity, not for each field of the interlaced image, and blending or adaptive processing content is changed. It may be configured to change.

上記実施形態では、画像処理装置の第1画像処理部に相当する部位と第2画像処理部に相当する部位とにより、第2解像度の出力画像と第3解像度の出力画像や第2フレームレートの出力画像と第3フレームレートの出力画像あるいはインターレース形式の出力画像とプログレッシブ形式の出力画像等のように、複数の出力画像を出力しているが、これに限定されるものではなく、第2画像処理部に相当する部位だけが、出力画像を出力するように構成してもよい。   In the above-described embodiment, the output image of the second resolution, the output image of the third resolution, the second frame rate, and the like, by the part corresponding to the first image processing unit and the part corresponding to the second image processing unit of the image processing apparatus. A plurality of output images are output, such as an output image and an output image of a third frame rate, or an output image of an interlace format and an output image of a progressive format, but the present invention is not limited to this. Only a portion corresponding to the processing unit may be configured to output an output image.

上記実施形態の画像処理装置は、CPUなどの制御装置と、ROM(Read Only Memory)やRAMなどの記憶装置と、HDD、CDドライブ装置などの外部記憶装置と、ディスプレイ装置などの表示装置と、キーボードやマウスなどの入力装置を備えており、通常のコンピュータを利用したハードウェア構成となっている。   The image processing apparatus according to the embodiment includes a control device such as a CPU, a storage device such as a ROM (Read Only Memory) and a RAM, an external storage device such as an HDD and a CD drive device, a display device such as a display device, It has an input device such as a keyboard and a mouse, and has a hardware configuration using a normal computer.

上記実施形態の画像処理装置で実行される画像処理プログラムは、インストール可能な形式又は実行可能な形式のファイルでCD−ROM、フレキシブルディスク(FD)、CD−R、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録されて提供される。   The image processing program executed by the image processing apparatus of the above embodiment is a file in an installable format or an executable format, such as a CD-ROM, a flexible disk (FD), a CD-R, a DVD (Digital Versatile Disk), or the like. The program is provided by being recorded on a computer-readable recording medium.

また、上記実施形態の画像処理装置で実行される画像処理プログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成しても良い。また、上記実施形態の画像処理装置で実行される画像処理プログラムをインターネット等のネットワーク経由で提供または配布するように構成しても良い。   Further, the image processing program executed by the image processing apparatus of the above-described embodiment may be provided by being stored on a computer connected to a network such as the Internet and downloaded via the network. Further, the image processing program executed by the image processing apparatus of the above embodiment may be provided or distributed via a network such as the Internet.

また、上記実施形態の画像処理装置で実行される画像処理プログラムを、ROM等に予め組み込んで提供するように構成してもよい。   Further, the image processing program executed by the image processing apparatus according to the above-described embodiment may be provided by being incorporated in advance in a ROM or the like.

上記実施形態の画像処理装置で実行される画像処理プログラムは、上述した各部(位置合わせ処理部、補間拡大処理部、第1補間拡大処理部、第2補間拡大処理部、再構成処理部、フレーム遅延部、フレーム補間部、フレーム選択部、IP変換部等)を含むモジュール構成となっており、実際のハードウェアとしてはCPUが上記記憶媒体から画像処理プログラムを読み出して実行することにより上記各部が主記憶装置上にロードされ、位置合わせ処理部、補間拡大処理部、第1補間拡大処理部、第2補間拡大処理部、再構成処理部、フレーム遅延部、フレーム補間部、フレーム選択部、IP変換部等がRAM上に生成されるようになっている。   The image processing program executed by the image processing apparatus according to the embodiment includes the above-described units (positioning processing unit, interpolation expansion processing unit, first interpolation expansion processing unit, second interpolation expansion processing unit, reconstruction processing unit, frame The module configuration includes a delay unit, a frame interpolation unit, a frame selection unit, an IP conversion unit, etc.) As the actual hardware, the CPU reads out the image processing program from the storage medium and executes the image processing program. Loaded on the main memory, alignment processing unit, interpolation expansion processing unit, first interpolation expansion processing unit, second interpolation expansion processing unit, reconstruction processing unit, frame delay unit, frame interpolation unit, frame selection unit, IP A conversion unit or the like is generated on the RAM.

本発明のいくつかの実施形態を説明したが、これらの実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。これら新規な実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。   Although several embodiments of the present invention have been described, these embodiments are presented by way of example and are not intended to limit the scope of the invention. These novel embodiments can be implemented in various other forms, and various omissions, replacements, and changes can be made without departing from the scope of the invention. These embodiments and modifications thereof are included in the scope and gist of the invention, and are included in the invention described in the claims and the equivalents thereof.

100,500,700,1000,1300,1500 画像処理装置
110 第1超解像処理部
150,550 第2超解像処理部
111,1311,1511 位置合わせ処理部
112,152,552,712,1012,1512 再構成処理部
113,153,553,1113 補間拡大処理部
1015 画像切り出し部
1516 IP変換部
100, 500, 700, 1000, 1300, 1500 Image processing device 110 First super-resolution processing unit 150, 550 Second super-resolution processing unit 111, 1311, 1511 Positioning processing unit 112, 152, 552, 712, 1012 , 1512 reconstruction processing unit 113, 153, 553, 1113 interpolation enlargement processing unit 1015 image cutout unit 1516 IP conversion unit

Claims (12)

入力画像の処理対象フレームの時間的に前後の参照フレームにおいて対応点を探索し、前記対応点の移動量である動きベクトルを算出する位置合わせ処理部を備え、前記入力画像に対して第1の画像処理を行う第1画像処理部と、
前記位置合わせ処理部で算出された動きベクトルに基づいて、第2の画像処理を行い、出力画像を出力する第2画像処理部と、
を備えた画像処理装置。
A registration processing unit that searches for a corresponding point in a reference frame temporally before and after the processing target frame of the input image and calculates a motion vector that is a movement amount of the corresponding point; A first image processing unit for performing image processing;
A second image processing unit that performs second image processing based on the motion vector calculated by the alignment processing unit and outputs an output image;
An image processing apparatus.
前記第1画像処理部は、第1解像度の前記入力画像を、超解像処理により、前記第1解像度より高い第2解像度の出力画像に変換する第1超解像処理部、を備え、
前記第2画像処理部は、第2解像度の出力画像を、前記超解像処理により、前記第2解像度より高い第3解像度の出力画像に変換する第2超解像処理部、を備え、
前記第1超解像処理部は、前記位置合わせ処理部を備え、
前記第2超解像処理部は、前記位置合わせ処理部で算出された動きベクトルに基づいて、前記第2解像度の出力画像を前記第3解像度の出力画像に変換する、
請求項1に記載の画像処理装置。
The first image processing unit includes a first super-resolution processing unit that converts the input image having the first resolution into an output image having a second resolution higher than the first resolution by super-resolution processing;
The second image processing unit includes a second super-resolution processing unit that converts an output image of the second resolution into an output image of a third resolution higher than the second resolution by the super-resolution processing,
The first super-resolution processing unit includes the alignment processing unit,
The second super-resolution processing unit converts the output image of the second resolution into the output image of the third resolution based on the motion vector calculated by the alignment processing unit;
The image processing apparatus according to claim 1.
前記第1画像処理部は、第1解像度の入力画像を第1解像度より高い第2解像度の出力画像に変換する第1超解像処理部、を備え
前記第2画像処理部は、前記第1解像度の出力画像を前記第2解像度より高い第3解像度の出力画像に変換する第2超解像処理部、を備え、
前記第1超解像処理部は、前記位置合わせ処理部、を備え、
前記第2超解像処理部は、前記位置合わせ処理部で算出された動きベクトルに基づいて、前記第1解像度の出力画像を前記第3解像度の出力画像に変換する、
請求項1に記載の画像処理装置。
The first image processing unit includes a first super-resolution processing unit that converts an input image having a first resolution into an output image having a second resolution higher than the first resolution. The second image processing unit includes the first image processing unit. A second super-resolution processing unit that converts an output image with a resolution into an output image with a third resolution higher than the second resolution;
The first super-resolution processing unit includes the alignment processing unit,
The second super-resolution processing unit converts the output image of the first resolution into the output image of the third resolution based on the motion vector calculated by the alignment processing unit;
The image processing apparatus according to claim 1.
前記第1画像処理部は、
第1解像度の入力画像の画素を、第2解像度を表すことが可能な画素数に増加して第1初期画像を生成する第1補間拡大処理部と、
前記入力画像の画素を、第3解像度を表すことが可能な画素数に増加して第2初期画像を生成する第2補間拡大処理部と、
前記位置合わせ処理部と、を備え、
前記第2画像処理部は、
前記第1初期画像と前記第2初期画像と前記入力画像と前記動きベクトルとに基づいて、前記第2解像度の出力画像と前記第3解像度の出力画像とを生成する再構成処理部、
を備えた請求項1に記載の画像処理装置。
The first image processing unit
A first interpolation enlargement processing unit that generates a first initial image by increasing the number of pixels of the input image having the first resolution to a number of pixels that can represent the second resolution;
A second interpolation enlargement processing unit for generating a second initial image by increasing the number of pixels of the input image to a number of pixels capable of representing a third resolution;
The alignment processing unit,
The second image processing unit
A reconstruction processing unit that generates the output image of the second resolution and the output image of the third resolution based on the first initial image, the second initial image, the input image, and the motion vector;
The image processing apparatus according to claim 1, further comprising:
前記再構成処理部は、
前記第2初期画像と前記動きベクトルから予測画像を生成する予測画像生成部と、
前記予測画像と前記入力画像との誤差を計算し誤差画像を生成する誤差計算部と、
前記誤差画像で前記第1初期画像を補正して、前記第2解像度の出力画像を得る第1誤差補正部と、
前記誤差画像で前記第2初期画像を補正して、前記第3解像度の出力画像を得る第2誤差補正部と、
を備えた請求項4に記載の画像処理装置。
The reconstruction processing unit
A predicted image generation unit that generates a predicted image from the second initial image and the motion vector;
An error calculator that calculates an error between the predicted image and the input image and generates an error image;
A first error correction unit that corrects the first initial image with the error image to obtain an output image of the second resolution;
A second error correction unit that corrects the second initial image with the error image to obtain an output image of the third resolution;
An image processing apparatus according to claim 4, comprising:
前記第1画像処理部は、
第1解像度の入力画像の画素を、前記第1解像度より高い複数の解像度を表すことが可能な画素数に増加して、解像度の異なる複数の初期画像からなる初期画像群を生成する補間拡大処理部と、
前記位置合わせ処理部と、を備え、
前記第2画像処理部は、
前記初期画像群と前記入力画像と前記動きベクトルとに基づいて、前記複数の解像度の出力画像からなる出力画像群を生成する再構成処理部と、
前記出力画像群から、所定の解像度の出力画像を切り出す画像切り出し部と、
を備えた請求項1に記載の画像処理装置。
The first image processing unit
Interpolation enlargement processing for generating an initial image group composed of a plurality of initial images having different resolutions by increasing the number of pixels of the input image having the first resolution to a number of pixels capable of expressing a plurality of resolutions higher than the first resolution. And
The alignment processing unit,
The second image processing unit
Based on the initial image group, the input image, and the motion vector, a reconstruction processing unit that generates an output image group composed of output images of the plurality of resolutions;
An image cutout unit for cutting out an output image of a predetermined resolution from the output image group;
The image processing apparatus according to claim 1, further comprising:
前記再構成処理部は、
前記初期画像群の各初期画像と前記動きベクトルから予測画像を生成する予測画像生成部と、
前記予測画像と前記入力画像との誤差を計算し誤差画像を生成する誤差計算部と、
前記誤差画像で前記初期画像群の複数の初期画像を補正して、複数の解像度の出力画像を得る誤差補正部と、
を備えた請求項6に記載の画像処理装置。
The reconstruction processing unit
A predicted image generating unit that generates a predicted image from each initial image of the initial image group and the motion vector;
An error calculator that calculates an error between the predicted image and the input image and generates an error image;
An error correction unit that corrects a plurality of initial images of the initial image group with the error image to obtain output images of a plurality of resolutions;
An image processing apparatus according to claim 6, comprising:
前記第1画像処理部は、第1解像度で第1フレームレートの入力画像を、第2フレームレートの画像に変換するフレームレート変換部、を備え、
前記第2画像処理部は、
前記第2フレームレートの画像を、超解像処理により、前記第1解像度より高い第2解像度の出力画像に変換する超解像処理部と、
前記第2フレームレートの画像からフレームを選択して、前記第2フレームレートより低い第3フレームレートの出力画像を出力するフレーム選択部と、を備え、
前記フレームレート変換部は、
前記入力画像の処理対象フレームの時間的に前後の参照フレームにおいて対応点を探索し、前記対応点の移動量である動きベクトルを算出する位置合わせ処理部を備え、
前記超解像処理部は、前記フレームレート変換部の前記位置合わせ処理部で算出された動きベクトルに基づいて、前記第1解像度の出力画像を前記第2解像度の出力画像に変換する、
請求項1に記載の画像処理装置。
The first image processing unit includes a frame rate conversion unit that converts an input image of a first frame rate at a first resolution into an image of a second frame rate,
The second image processing unit
A super-resolution processing unit that converts the image at the second frame rate into an output image having a second resolution higher than the first resolution by super-resolution processing;
A frame selection unit that selects a frame from the image at the second frame rate and outputs an output image at a third frame rate lower than the second frame rate;
The frame rate converter
A registration processing unit that searches for a corresponding point in a reference frame temporally before and after the processing target frame of the input image and calculates a motion vector that is a movement amount of the corresponding point;
The super-resolution processing unit converts the output image of the first resolution into the output image of the second resolution based on the motion vector calculated by the alignment processing unit of the frame rate conversion unit;
The image processing apparatus according to claim 1.
前記第1画像処理部は、
第1解像度のインターレース形式の入力画像を、超解像処理により、前記第1解像度より高い第2解像度のインターレース形式の画像に変換する超解像処理部、を備え、
前記第2画像処理部は、
前記第2解像度のインターレース形式の画像を、プログレッシブ形式の出力画像に変換するインターレース・プログレッシブ変換部、を備え、
前記超解像処理部は、
前記入力画像の処理対象フレームの時間的に前後の参照フレームにおいて対応点を探索し、前記対応点の移動量である動きベクトルを算出する位置合わせ処理部、を備え、
前記インターレース・プログレッシブ変換部は、前記位置合わせ処理部で算出された動きベクトルに基づいて、前記第2解像度のインターレース形式の画像を、プログレッシブ形式の出力画像に変換する、
請求項1に記載の画像処理装置。
The first image processing unit
A super-resolution processing unit that converts an interlaced input image having a first resolution into a second resolution interlaced image that is higher than the first resolution by super-resolution processing;
The second image processing unit
An interlace / progress conversion unit that converts the second resolution interlace format image into a progressive output image;
The super-resolution processor
A registration processing unit that searches for a corresponding point in a reference frame temporally before and after the processing target frame of the input image and calculates a motion vector that is a movement amount of the corresponding point;
The interlace / progressive converter converts the interlaced image of the second resolution into an output image of a progressive format based on the motion vector calculated by the alignment processing unit;
The image processing apparatus according to claim 1.
前記第2画像処理部は、
前記第2解像度の画像の画素を、第3解像度を表すことが可能な画素数に増加して初期画像を生成する補間拡大処理部、をさらに備え、
前記インターレース・プログレッシブ変換部は、
前記初期画像と前記動きベクトルから予測画像を生成する予測画像生成部と、
前記予測画像と前記入力画像との誤差を計算し誤差画像を生成する誤差計算部と、
前記誤差画像で前記初期画像を補正して、前記プログレッシブ形式の出力画像を得る誤差補正部と、
を備えた請求項9に記載の画像処理装置。
The second image processing unit
An interpolation enlargement processing unit that generates an initial image by increasing the number of pixels of the second resolution image to the number of pixels that can represent the third resolution;
The interlace progressive converter is
A predicted image generation unit that generates a predicted image from the initial image and the motion vector;
An error calculator that calculates an error between the predicted image and the input image and generates an error image;
An error correction unit that corrects the initial image with the error image to obtain an output image in the progressive format;
An image processing apparatus according to claim 9, comprising:
入力画像の処理対象フレームの時間的に前後の参照フレームにおいて対応点を探索し、前記対応点の移動量である動きベクトルを算出し、前記入力画像に対して第1の画像処理を行うステップと、
算出された動きベクトルに基づいて、第2の画像処理を行い、出力画像を出力するステップと、
を含む画像処理方法。
Searching for a corresponding point in a reference frame temporally before and after the processing target frame of the input image, calculating a motion vector that is a movement amount of the corresponding point, and performing a first image processing on the input image; ,
Performing second image processing based on the calculated motion vector and outputting an output image;
An image processing method including:
入力画像の処理対象フレームの時間的に前後の参照フレームにおいて対応点を探索し、前記対応点の移動量である動きベクトルを算出し、前記入力画像に対して第1の画像処理を行うステップと、
算出された動きベクトルに基づいて、第2の画像処理を行い、出力画像を出力するステップと、
をコンピュータに実行させるためのプログラム。
Searching for a corresponding point in a reference frame temporally before and after the processing target frame of the input image, calculating a motion vector that is a movement amount of the corresponding point, and performing a first image processing on the input image; ,
Performing second image processing based on the calculated motion vector and outputting an output image;
A program that causes a computer to execute.
JP2013052270A 2013-03-14 2013-03-14 Image processing apparatus, method, and program Active JP5937031B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013052270A JP5937031B2 (en) 2013-03-14 2013-03-14 Image processing apparatus, method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013052270A JP5937031B2 (en) 2013-03-14 2013-03-14 Image processing apparatus, method, and program

Publications (2)

Publication Number Publication Date
JP2014178876A true JP2014178876A (en) 2014-09-25
JP5937031B2 JP5937031B2 (en) 2016-06-22

Family

ID=51698759

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013052270A Active JP5937031B2 (en) 2013-03-14 2013-03-14 Image processing apparatus, method, and program

Country Status (1)

Country Link
JP (1) JP5937031B2 (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007318193A (en) * 2006-05-23 2007-12-06 Hitachi Ltd Image processing apparatus
JP2008092297A (en) * 2006-10-02 2008-04-17 Olympus Corp Image processor, image processing program, image manufacturing method, and recording medium
JP2009147767A (en) * 2007-12-17 2009-07-02 Hitachi Ltd Image converting apparatus, and image display apparatus
JP2009239698A (en) * 2008-03-27 2009-10-15 Hitachi Ltd Video image converting device, and video image converting method
JP2009296080A (en) * 2008-06-03 2009-12-17 Hitachi Ltd Super-resolution image generation system
JP2011188376A (en) * 2010-03-10 2011-09-22 Toshiba Corp Image processing apparatus and image processing method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007318193A (en) * 2006-05-23 2007-12-06 Hitachi Ltd Image processing apparatus
JP2008092297A (en) * 2006-10-02 2008-04-17 Olympus Corp Image processor, image processing program, image manufacturing method, and recording medium
JP2009147767A (en) * 2007-12-17 2009-07-02 Hitachi Ltd Image converting apparatus, and image display apparatus
JP2009239698A (en) * 2008-03-27 2009-10-15 Hitachi Ltd Video image converting device, and video image converting method
JP2009296080A (en) * 2008-06-03 2009-12-17 Hitachi Ltd Super-resolution image generation system
JP2011188376A (en) * 2010-03-10 2011-09-22 Toshiba Corp Image processing apparatus and image processing method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
JPN6015051574; 合志 清一: '"超解像技術の現状と将来"' 映像情報メディア学会技術報告 Vol.37, No.15, 20130307, pp.9-14, (一社)映像情報メディア学会 *

Also Published As

Publication number Publication date
JP5937031B2 (en) 2016-06-22

Similar Documents

Publication Publication Date Title
JP4564564B2 (en) Moving picture reproducing apparatus, moving picture reproducing method, and moving picture reproducing program
JP2008312163A (en) Image processing apparatus, image processing method, and program
WO2011067870A1 (en) Image processing device and image processing method
JP2008312162A (en) Image processing apparatus, image processing method, and program
US8615036B2 (en) Generating interpolated frame of video signal with enhancement filter
JP2010278871A (en) Image processing apparatus and image processing method
JP5100495B2 (en) Image processing device
JP2006352611A (en) Picture interpolator, frame rate changer and picture display
JP5208381B2 (en) Moving picture frame rate conversion apparatus and moving picture frame rate conversion method
JP4552691B2 (en) Moving picture conversion apparatus, moving picture restoration apparatus and method, and computer program
JP2009207192A (en) Device for imaging, method of imaging, program and storage medium
JP5937031B2 (en) Image processing apparatus, method, and program
JP5015089B2 (en) Frame rate conversion device, frame rate conversion method, television receiver, frame rate conversion program, and recording medium recording the program
KR20110048252A (en) Method and apparatus for image conversion based on sharing of motion vector
JP5448983B2 (en) Resolution conversion apparatus and method, scanning line interpolation apparatus and method, and video display apparatus and method
JP2009239698A (en) Video image converting device, and video image converting method
JP2003289511A (en) Image scan converting method and apparatus
JP2007288483A (en) Image converting apparatus
US8698954B2 (en) Image processing method, image processing apparatus and image processing program
JP4915018B2 (en) Video processing device, video processing method, program, recording medium, portable terminal, and receiving device
JP2006217486A (en) Motion compensation type ip conversion processor and processing method
JP2014027405A (en) Frame interpolation apparatus and program
KR20050015189A (en) Apparatus for de-interlacing based on phase corrected field and method therefor, and recording medium for recording programs for realizing the same
JP2013030838A (en) Motion vector derivation device and method
JP5371682B2 (en) Image processing apparatus and image processing method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150305

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20151102

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20151216

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20151222

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160222

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160511

R151 Written notification of patent or utility model registration

Ref document number: 5937031

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151