JP6059899B2 - Frame interpolation apparatus and program - Google Patents

Frame interpolation apparatus and program Download PDF

Info

Publication number
JP6059899B2
JP6059899B2 JP2012164897A JP2012164897A JP6059899B2 JP 6059899 B2 JP6059899 B2 JP 6059899B2 JP 2012164897 A JP2012164897 A JP 2012164897A JP 2012164897 A JP2012164897 A JP 2012164897A JP 6059899 B2 JP6059899 B2 JP 6059899B2
Authority
JP
Japan
Prior art keywords
image
motion
motion vector
frame
unit
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.)
Active
Application number
JP2012164897A
Other languages
Japanese (ja)
Other versions
JP2014027405A (en
Inventor
俊枝 三須
俊枝 三須
井口 和久
和久 井口
康孝 松尾
康孝 松尾
俊輔 岩村
俊輔 岩村
境田 慎一
慎一 境田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Japan Broadcasting Corp
Original Assignee
Japan Broadcasting 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 Japan Broadcasting Corp filed Critical Japan Broadcasting Corp
Priority to JP2012164897A priority Critical patent/JP6059899B2/en
Publication of JP2014027405A publication Critical patent/JP2014027405A/en
Application granted granted Critical
Publication of JP6059899B2 publication Critical patent/JP6059899B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Television Systems (AREA)

Description

本発明は、複数のフレームを参照して補間フレームを生成し、フレームを時間補間するフレーム補間装置及びそのプログラムに関する。   The present invention relates to a frame interpolation apparatus that generates an interpolation frame with reference to a plurality of frames and temporally interpolates the frame, and a program therefor.

従来、画速(フレーム周波数)をより高いフレーム周波数へと変換するため、同一フレームを複数回提示する手法がある。例えば、フレーム周波数が30Hzの各フレームを2回ずつ提示することでフレーム周波数を60Hzに変換することができる。また、同一フレームを提示する回数を可変とした手法もある。例えば、2−3変換と称される手法では、フレーム周波数が24Hzの奇数番目のフレームを2回、偶数番目のフレームを3回提示することで、フレーム周波数が60Hzの映像を得ることができる。   Conventionally, there is a method of presenting the same frame multiple times in order to convert the image speed (frame frequency) to a higher frame frequency. For example, the frame frequency can be converted to 60 Hz by presenting each frame with a frame frequency of 30 Hz twice. There is also a technique in which the number of times the same frame is presented is variable. For example, in a technique called 2-3 conversion, an odd-numbered frame having a frame frequency of 24 Hz is presented twice and an even-numbered frame is presented three times, whereby an image having a frame frequency of 60 Hz can be obtained.

また、補間フレームの時刻に隣接する2フレームの各画素値の平均、又は重み付き平均によって、補間フレームの画素値を決定する手法もある。   There is also a method of determining the pixel value of the interpolation frame by the average of the pixel values of two frames adjacent to the time of the interpolation frame or the weighted average.

さらに、映像の動きベクトルを利用して動き補償を行うことで、よりスムーズな補間フレームを生成する手法が知られている(例えば、特許文献1参照)。   Furthermore, a method of generating a smoother interpolation frame by performing motion compensation using a motion vector of a video is known (see, for example, Patent Document 1).

特許第3495485号公報Japanese Patent No. 3495485

しかし、従来の同一フレームを複数回提示する手法では、映像の動きがぎこちなくなるという問題があった。また、平均や重み付き平均により補間フレームを生成する手法によれば、映像の動きのぎこちなさは改善するものの、補間フレームにおいて動物体が二重像となり、解像度が低下するという問題や、補間フレームと補間ではない元来のフレームとの画質の違いがフリッカのように見えてしまうという問題があった。   However, the conventional method of presenting the same frame multiple times has a problem that the motion of the video becomes awkward. Also, according to the method of generating an interpolation frame by averaging or weighted averaging, although the awkwardness of video motion is improved, there is a problem that the moving object becomes a double image in the interpolation frame and the resolution is lowered, and the interpolation frame There is a problem in that the difference in image quality from the original frame which is not interpolated looks like flicker.

また、従来の特許文献1のような手法では、動きのぎこちなさや二重像は改善されるものの、動きが異なる被写体が同一ブロックに含まれている場合の動き補償誤差や、動き推定の精度の粗さによって生じる標本点の小数精度の誤差に起因して、動き補償に用いるブロックの境界が目立つことがある。動き補償を小数画素精度で行えば、標本点の小数精度の誤差は改善できるものの、小数画素精度の画素位置の移動(位相シフト)を行うディジタルフィルタの特性に起因して輪郭のぼやけやリンギングが生じることがある。   In addition, in the conventional technique as disclosed in Patent Document 1, although the awkwardness of movement and the double image are improved, the motion compensation error and the accuracy of the motion estimation in the case where subjects with different motions are included in the same block are improved. Due to the decimal precision error of the sample points caused by roughness, the boundaries of the blocks used for motion compensation may be noticeable. If motion compensation is performed with decimal pixel accuracy, the decimal accuracy error of the sample point can be improved, but the blurring and ringing of the contour may occur due to the characteristics of the digital filter that moves the pixel position (phase shift) with decimal pixel accuracy. May occur.

かかる事情に鑑みてなされた本発明の目的は、入力映像から補間画像を生成する際に、解像度の低下やフリッカを防止し、かつ、高周波成分を含む鮮鋭な輪郭像を得ることが可能なフレーム補間装置及びそのプログラムを提供することにある。   An object of the present invention made in view of such circumstances is a frame capable of preventing a decrease in resolution and flicker and obtaining a sharp contour image including a high-frequency component when generating an interpolated image from an input video. An interpolation apparatus and a program thereof are provided.

上記課題を解決するため、本発明に係るフレーム補間装置は、入力映像の補間画像を生成するフレーム補間装置であって、入力映像から動き推定元画像、動き推定先画像、及び動き補償元画像の組を複数組決定するフレーム選択部と、前記組ごとに、前記動き推定元画像及び前記動き推定先画像間の動きベクトルである基準動きベクトルを求める動き推定部と、前記基準動きベクトルをスカラー倍して、該基準動きベクトルに対応する組の前記動き補償元画像及び前記補間画像間の動きベクトルである補間動きベクトルを求める動き補償部と、前記複数組の動き補償元画像について前記補間動きベクトルにより小数精度で動き補償を行った複数の動き補償画像を重畳して前記補間画像を生成する画像重畳部と、を備え、前記画像重畳部は、前記動きベクトルを算出する際の類似度に応じて、前記動き補償画像を部分領域ごとに重み付けして重畳することを特徴とする。 In order to solve the above problems, a frame interpolation device according to the present invention is a frame interpolation device that generates an interpolated image of an input video, and includes a motion estimation source image, a motion estimation destination image, and a motion compensation source image from the input video. A frame selection unit that determines a plurality of sets; a motion estimation unit that obtains a reference motion vector that is a motion vector between the motion estimation source image and the motion estimation destination image for each set; and a scalar multiplication of the reference motion vector A motion compensation unit for obtaining an interpolated motion vector that is a motion vector between the motion compensation source image and the interpolated image corresponding to the reference motion vector ; and the interpolated motion vector for the plurality of motion compensation source images and an image superimposing unit configured to generate the interpolation image by superimposing a plurality of motion compensation image subjected to motion compensation in decimal precision, the image superimposition section, before Depending on the degree of similarity when calculating a motion vector, it characterized that you superimposes the motion compensated image by weighting each partial region.

また、本発明に係るフレーム補間装置入力映像の補間画像を生成するフレーム補間装置であって、入力映像から動き推定元画像、動き推定先画像、及び動き補償元画像の組を複数組決定するフレーム選択部と、前記組ごとに、前記動き推定元画像及び前記動き推定先画像間の動きベクトルである基準動きベクトルを求める動き推定部と、前記基準動きベクトルをスカラー倍して、該基準動きベクトルに対応する組の前記動き補償元画像及び前記補間画像間の動きベクトルである補間動きベクトルを求める動き補償部と、前記複数組の動き補償元画像について前記補間動きベクトルにより小数精度で動き補償を行った複数の動き補償画像を重畳して前記補間画像を生成する画像重畳部と、を備え、前記画像重畳部は、前記動き補償画像を点拡がり関数により畳み込み演算した後に重畳して前記補間画像を生成することを特徴とする。 The frame interpolation device according to the present invention, there is provided a frame interpolation device that generates an interpolated image of the input image, the motion estimation based on the image from the input image, the motion estimation target image, and a plurality of sets of motion compensated original image determination A frame selection unit that performs a motion estimation unit that obtains a reference motion vector that is a motion vector between the motion estimation source image and the motion estimation destination image for each of the groups; A motion compensation unit that obtains an interpolated motion vector that is a motion vector between the motion compensation source image and the interpolated image corresponding to a motion vector; and a motion of the plural sets of motion compensated source images with decimal accuracy using the interpolated motion vector It includes an image superimposing unit configured to generate the interpolation image by superimposing a plurality of motion compensation images subjected to compensation, and the image superimposing section, the point of the motion compensation image Superimposed after convolution operation by Galli function and generates the interpolation image.

また、本発明に係るフレーム補間装置入力映像の補間画像を生成するフレーム補間装置であって、入力映像から動き推定元画像、動き推定先画像、及び動き補償元画像の組を複数組決定するフレーム選択部と、前記組ごとに、前記動き推定元画像及び前記動き推定先画像間の動きベクトルである基準動きベクトルを求める動き推定部と、前記基準動きベクトルをスカラー倍して、該基準動きベクトルに対応する組の前記動き補償元画像及び前記補間画像間の動きベクトルである補間動きベクトルを求める動き補償部と、前記複数組の動き補償元画像について前記補間動きベクトルにより小数精度で動き補償を行った複数の動き補償画像を重畳して前記補間画像を生成する画像重畳部と、を備え、前記画像重畳部は、前記動き補償画像を入力映像の解像度よりも高解像な画像とすることを特徴とする。 The frame interpolation device according to the present invention, there is provided a frame interpolation device that generates an interpolated image of the input image, the motion estimation based on the image from the input image, the motion estimation target image, and a plurality of sets of motion compensated original image determination A frame selection unit that performs a motion estimation unit that obtains a reference motion vector that is a motion vector between the motion estimation source image and the motion estimation destination image for each of the groups; A motion compensation unit that obtains an interpolated motion vector that is a motion vector between the motion compensation source image and the interpolated image corresponding to a motion vector; and a motion of the plural sets of motion compensated source images with decimal accuracy using the interpolated motion vector by superimposing a plurality of motion compensation images subjected to compensation and an image superimposing unit configured to generate the interpolation image, the image superimposing section, enter the motion compensated image Characterized by a high-resolution image than the resolution of the image.

また、本発明に係るフレーム補間装置入力映像の補間画像を生成するフレーム補間装置であって、入力映像から動き推定元画像、動き推定先画像、及び動き補償元画像の組を複数組決定するフレーム選択部と、前記組ごとに、前記動き推定元画像及び前記動き推定先画像間の動きベクトルである基準動きベクトルを求める動き推定部と、前記基準動きベクトルをスカラー倍して、該基準動きベクトルに対応する組の前記動き補償元画像及び前記補間画像間の動きベクトルである補間動きベクトルを求める動き補償部と、前記複数組の動き補償元画像について前記補間動きベクトルにより小数精度で動き補償を行った複数の動き補償画像を重畳して前記補間画像を生成する画像重畳部と、を備え、前記画像重畳部は、前記動き補償画像を重畳した後、解像度を変換して前記補間画像を生成することを特徴とする。 The frame interpolation device according to the present invention, there is provided a frame interpolation device that generates an interpolated image of the input image, the motion estimation based on the image from the input image, the motion estimation target image, and a plurality of sets of motion compensated original image determination A frame selection unit that performs a motion estimation unit that obtains a reference motion vector that is a motion vector between the motion estimation source image and the motion estimation destination image for each of the groups; A motion compensation unit that obtains an interpolated motion vector that is a motion vector between the motion compensation source image and the interpolated image corresponding to a motion vector; and a motion of the plural sets of motion compensated source images with decimal accuracy using the interpolated motion vector by superimposing a plurality of motion compensation images subjected to compensation and an image superimposing unit configured to generate the interpolation image, the image superimposing section, heavy the motion compensated image After, and generates the interpolation image by converting the resolution.

また、上記課題を解決するため、本発明に係るプログラムは、コンピュータを、上記フレーム補間装置として機能させることを特徴とする。   In order to solve the above problem, a program according to the present invention causes a computer to function as the frame interpolation device.

本発明によれば、補間フレームの1画素に対して複数の参照フレームの画素の画素値が影響を及ぼすため、解像度の低下やフリッカを防止でき、かつ補間フレームの被写体の輪郭が滑らかになる。また、参照フレームが空間方向の折り返し歪を含む場合には、位置合わせによる折り返し歪成分の位相回転が複数フレームの重ね合わせにより相殺されて輪郭のジャギー(がたつき)が軽減するとともに、高周波成分を含む鮮鋭な輪郭像を得ることができる。   According to the present invention, since the pixel values of a plurality of reference frames affect one pixel of an interpolation frame, resolution reduction and flicker can be prevented, and the contour of the subject of the interpolation frame becomes smooth. In addition, when the reference frame includes aliasing distortion in the spatial direction, the phase rotation of the aliasing distortion component due to the alignment is canceled out by superimposing a plurality of frames, and the jaggy of the contour is reduced and the high frequency component is reduced. A sharp contour image including can be obtained.

本発明の一実施形態に係るフレーム補間装置の構成例を示すブロック図である。It is a block diagram which shows the structural example of the frame interpolation apparatus which concerns on one Embodiment of this invention. 本発明の一実施形態に係るフレーム補間装置における選択制御部が参照するルックアップテーブルの例を示す図である。It is a figure which shows the example of the look-up table which the selection control part in the frame interpolation apparatus which concerns on one Embodiment of this invention refers. 本発明の一実施形態に係るフレーム補間装置の動作の概要を説明するための図である。It is a figure for demonstrating the outline | summary of operation | movement of the frame interpolation apparatus which concerns on one Embodiment of this invention. 本発明の一実施形態に係るフレーム補間装置における画像重畳部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the image superimposition part in the frame interpolation apparatus which concerns on one Embodiment of this invention.

以下、本発明によるフレーム補間装置の一実施形態について、図面を参照して詳細に説明する。本明細書では、fはフレーム番号を示し、I(f)はフレーム番号fの画像を示す。また、フレーム時刻位置をフレーム番号で表す。   Hereinafter, an embodiment of a frame interpolation device according to the present invention will be described in detail with reference to the drawings. In this specification, f indicates a frame number, and I (f) indicates an image of the frame number f. The frame time position is represented by a frame number.

図1は、本発明の一実施形態に係るフレーム補間装置の構成例を示すブロック図である。図1に示すように、フレーム補間装置1は、フレーム選択部10と、動き推定部20と、動き補償部30と、画像重畳部40と、を備える。フレーム選択部10は、フレーム記憶部11と、入出力切換部12と、選択制御部13と、を有する。   FIG. 1 is a block diagram showing a configuration example of a frame interpolation apparatus according to an embodiment of the present invention. As illustrated in FIG. 1, the frame interpolation device 1 includes a frame selection unit 10, a motion estimation unit 20, a motion compensation unit 30, and an image superimposition unit 40. The frame selection unit 10 includes a frame storage unit 11, an input / output switching unit 12, and a selection control unit 13.

フレーム補間装置1は、入力映像の複数の画像フレームから、フレーム時刻位置fにおける補間画像を生成する。なお、フレーム時刻位置fは整数時刻位置であっても、非整数時刻位置であっても構わない。例えば、f=3.25は、フレーム番号3の画像と、フレーム番号4の画像の各時刻を1:3に内分した時刻位置を指す。 The frame interpolation device 1 generates an interpolation image at the frame time position f q from a plurality of image frames of the input video. Note that the frame time position f q may be an integer time position or a non-integer time position. For example, f q = 3.25 indicates a time position obtained by internally dividing each time of the image of frame number 3 and the image of frame number 4 into 1: 3.

フレーム選択部10は、入力映像から動き推定元画像、動き推定先画像、及び動き補償元画像の組を複数組決定する。動き推定元画像とは、後述する動き推定部20にて、動き推定の対象元となる画像フレームである。動き推定先画像とは、後述する動き推定部20にて、動き推定の対象先となる画像フレームである。動き補償元画像とは、後述する画像重畳部40にて、補間画像を生成するために重畳処理される画像フレームである。   The frame selection unit 10 determines a plurality of sets of a motion estimation source image, a motion estimation destination image, and a motion compensation source image from the input video. The motion estimation original image is an image frame that is a motion estimation target source in the motion estimation unit 20 described later. The motion estimation destination image is an image frame that is a target of motion estimation in the motion estimation unit 20 described later. The motion compensation original image is an image frame that is subjected to a superimposition process to generate an interpolated image by the image superimposing unit 40 described later.

フレーム記憶部11は、入力映像の現時点以前のフレームを2時点以上記憶する。例えば、フレーム記憶部11はリングバッファにより実現することができる。図1に示す例では、フレーム記憶部11は、現時点(フレーム番号ft−0)から過去6時点目(フレーム番号ft−6)までの7フレームを記憶・出力可能としている。 The frame storage unit 11 stores at least two frames of the input video before the current time. For example, the frame storage unit 11 can be realized by a ring buffer. In the example shown in FIG. 1, the frame storage unit 11 can store and output seven frames from the current time (frame number f t-0 ) to the sixth previous time point (frame number f t-6 ).

入出力切換部12は、例えばマトリックススイッチで構成され、各出力A,B,Pが、入力0から入力6のうち一つを選択するよう動作する。つまり、入出力切換部12の列121(出力A)は、フレーム記憶部11から動き推定元画像としてフレーム番号fの画像I(f)を選択し、動き推定部20に出力する。入出力切換部12の列122(出力B)は、フレーム記憶部11から動き推定先画像としてフレーム番号fの画像I(f)を選択し、動き推定部20に出力する。入出力切換部12の列123(出力P)は、フレーム記憶部11から動き補償元画像としてフレーム番号fの画像I(f)を選択し、画像重畳部40に出力する。 The input / output switching unit 12 is configured by a matrix switch, for example, and operates so that each output A, B, P selects one of the inputs 0 to 6. That is, the columns 121 of the input and output switching unit 12 (output A) selects an image I of the frame number f a as a motion estimation original image (f a) from the frame memory unit 11, and outputs the motion estimation unit 20. The column 122 (output B) of the input / output switching unit 12 selects the image I (f b ) of the frame number f b as the motion estimation destination image from the frame storage unit 11 and outputs it to the motion estimation unit 20. Column 123 of the input and output switching unit 12 (output P) selects the image I (f p) of the frame number f p as a motion compensated original image from the frame memory unit 11, and outputs the image superimposing section 40.

なお、入出力切換部12は、複数の出力が一つの入力を選択しても構わないが、一つの出力が複数の入力を選択することは許されない。また、動き推定元画像のフレーム番号fと動き推定先画像のフレーム番号fとは一致してはならないが、動き推定元画像のフレーム番号fと動き補償元画像のフレーム番号fとは一致してもよく、また、動き推定先画像のフレーム番号fと動き補償元画像のフレーム番号fとが一致してもよい。 The input / output switching unit 12 may select one input for a plurality of outputs, but it is not allowed for one output to select a plurality of inputs. Although not coincide with the frame number f b of the frame number f a and the motion estimation target image motion estimation original image, the frame number f p of the frame number f a and the motion compensation based on image motion estimation original image it may coincide, also, and the frame number f p of the frame number f b and the motion compensation based on image motion estimation target image may coincide.

選択制御部13は、入出力切換部12の接点を制御する。選択制御部13は、入出力切換部12において閉じる接点の組み合わせパターンを複数通り試行する。例えば、選択制御部13は、時分割的に接点の組み合わせパターンを変化させる。   The selection control unit 13 controls the contacts of the input / output switching unit 12. The selection control unit 13 tries a plurality of contact combination patterns to be closed in the input / output switching unit 12. For example, the selection control unit 13 changes the combination pattern of the contacts in a time division manner.

選択制御部13は、例えば、各出力が選択すべき入力を複数通りルックアップテーブルに記憶しておき、該ルックアップテーブルを順次参照することで入出力切換部12において閉じる接点の組み合わせパターンを複数通り試行することができる。   The selection control unit 13 stores, for example, a plurality of inputs to be selected by each output in a lookup table, and sequentially refers to the lookup table to generate a plurality of contact combination patterns to be closed in the input / output switching unit 12. You can try as follows.

図2は、選択制御部13が参照するルックアップテーブルの例を示す図である。図2に示す例では、k=1〜13の13通りの組み合わせパターンを記憶している。k=1〜12のパターンでは出力Pと出力A、又は出力Pと出力Bとが共通の入力を選択し、K=13のパターンでは各出力が異なる入力を選択する。   FIG. 2 is a diagram illustrating an example of a lookup table referred to by the selection control unit 13. In the example illustrated in FIG. 2, 13 combination patterns with k = 1 to 13 are stored. In the pattern of k = 1 to 12, the output P and the output A, or the output P and the output B are selected as the common input, and in the pattern of K = 13, the input different from each output is selected.

また、選択制御部13は、内部にカウンタを有し、出力Aと出力Bとが同じ入力を選択する場合を除く複数の組み合わせを順次選択させてもよい。例えば、選択制御部13は、以下の疑似コード(C++言語の流儀にて記載)のように実装することができる。
for(int j = 0; j < nFrames; j++) {
Connect(B, j);
for(int i = 0; i < nFrames; i++) {
if(i == j) continue;
Connect(A, i);
MotionEstimation();
for(int m = 0; m < nFrames; m++) {
Connect(P, m);
MotionCompensation();
Overlay();
}
}
}
Further, the selection control unit 13 may have a counter inside, and may sequentially select a plurality of combinations except when the output A and the output B select the same input. For example, the selection control unit 13 can be implemented as in the following pseudo code (described in a C ++ language manner).
for (int j = 0; j <nFrames; j ++) {
Connect (B, j);
for (int i = 0; i <nFrames; i ++) {
if (i == j) continue;
Connect (A, i);
MotionEstimation ();
for (int m = 0; m <nFrames; m ++) {
Connect (P, m);
MotionCompensation ();
Overlay ();
}
}
}

なお、関数Connect(s, t)により、出力sに対して入力tのみが選択されるように接点群を開閉すべく選択制御部13が制御されるものとする。また、nFramesはフレーム記憶部11の出力可能なフレーム時点数を表す自然数とする。図1の例では、nFrames=7である。また、MotionEstimation()、MotionCompensation()、及びOverlay()は、それぞれ後述する動き推定部20、動き補償部30、及び画像重畳部40の動作を行う関数である。   Note that the selection control unit 13 is controlled by the function Connect (s, t) so as to open and close the contact group so that only the input t is selected for the output s. NFrames is a natural number representing the number of frame points that can be output from the frame storage unit 11. In the example of FIG. 1, nFrames = 7. MotionEstimation (), MotionCompensation (), and Overlay () are functions that perform operations of a motion estimation unit 20, a motion compensation unit 30, and an image superimposition unit 40 described later, respectively.

図3は、フレーム補間装置の動作の概要を説明するための図である。以下、図3を参照して動き推定部20、動き補償部30、及び画像重畳部40について説明する。なお、フレーム番号f,f,f,及びfの時間の前後関係は任意である。 FIG. 3 is a diagram for explaining the outline of the operation of the frame interpolation apparatus. Hereinafter, the motion estimation unit 20, the motion compensation unit 30, and the image superimposing unit 40 will be described with reference to FIG. Note that the time relationship of the frame numbers f a , f b , f p , and f q is arbitrary.

動き推定部20は、選択制御部13から入力された動き推定元画像I(f)及び動き推定先画像I(f)の類似度に基づき、動き推定元画像I(f)内の各領域が動き推定先画像I(f)内のどの領域に対応するかを求め、動き推定元画像I(f)及び動き推定先画像I(f)間の動きベクトルvを動き補償部30に出力する。 Based on the similarity between the motion estimation original image I (f a ) and the motion estimation target image I (f b ) input from the selection control unit 13, the motion estimation unit 20 includes the motion estimation original image I (f a ) in the motion estimation original image I (f a ). each region is sought corresponds to which region within the motion estimation target image I (f b), the motion a motion vector v n between motion estimation original image I (f a) and the motion estimation target image I (f b) Output to the compensation unit 30.

例えば、動き推定部20は、動き推定元画像内のn番目(nは1≦n≦Nなる自然数。Nは部分領域の総数であり自然数。)の部分領域(ブロック領域)Bに対応する動き推定先画像I(f)内の領域を求め、その結果を動きベクトルvとする。動き推定元画像I(f)及び動き推定先画像I(f)の類似度に基づく動きベクトルvの算出例を次式(1)〜(3)に示す。ここで、I(f;x)は、フレーム番号fの画像I(f)の画像座標x(xは2次元のベクトル)における画素値である。 For example, the motion estimation unit 20 corresponds to the n-th partial area (block area) B n (n is a natural number where 1 ≦ n ≦ N. N is a total number of partial areas and a natural number) in the motion estimation original image. It obtains an area in motion estimation target image I (f b), a vector v n motion results. Shows an example of calculation of the motion vector v n based on the similarity of the motion estimation original image I (f a) and the motion estimation target image I (f b) in the following equation (1) to (3). Here, I (f; x) is a pixel value at the image coordinate x (x is a two-dimensional vector) of the image I (f) of the frame number f.

Figure 0006059899
Figure 0006059899

Figure 0006059899
Figure 0006059899

Figure 0006059899
Figure 0006059899

式(1)は絶対値誤差和(SAD;Sum of Absolute Difference)の最小化、式(2)は二乗誤差和(SSD;Sum of Squared Difference)の最小化、式(3)は正規化相互相関(NCC;Normalized Cross Correlation)の最大化に基づく動きベクトルvの算出法である。 Equation (1) minimizes the sum of absolute differences (SAD), Equation (2) minimizes the sum of square errors (SSD), and Equation (3) normalizes the cross-correlation. a calculation method of a motion vector v n based on the maximization of; (Normalized Cross Correlation NCC).

なお、画像の部分領域同士の類似度を評価する手法であれば、式(1)〜(3)に示す以外の尺度によって動きベクトルvを求めてもよい。また、図には示さないが、画像内の部分領域間の並進を表す動きベクトルvだけではなく、拡大率や回転角をも求めることや、アフィン変換や射影変換(ホモグラフィ)などの幾何変換によって対応付けを求めることを行ってもよい。 Incidentally, as long as it is a method for evaluating the similarity of a partial region between the images may be obtained motion vector v n by a measure other than that shown in equation (1) to (3). Although not shown in the figure, not only the motion vector v n representing the translation between partial areas in the image, also and determining the enlargement ratio or the rotation angle, the geometry of affine transformation and projective transformation (homography) You may perform matching by conversion.

動き補償部30は、動き推定元画像のフレーム番号f、動き推定先画像のフレーム番号f、及び動き補償元画像のフレーム番号fに基づき、動きベクトルvを用いて部分領域Bを変換(典型的には並進)して部分領域Cを算出し、画像重畳部40に出力する。例えば、動き補償部30は、次式(4)により部分領域Cを算出する。 Motion compensation unit 30, the frame number f a motion estimation original image, based on the frame number f p of the frame number f b, and motion compensation based on the image motion estimation target image, the motion vector v with n partial region B n Is converted (typically translated) to calculate a partial region C n and output to the image superimposing unit 40. For example, the motion compensation unit 30 calculates the partial region C n by the following equation (4).

Figure 0006059899
Figure 0006059899

また、動き補償部30は、次式(5)に示すように、動き推定元画像のフレーム番号f、動き推定先画像のフレーム番号f、動き補償元画像のフレーム番号f、及び補間画像のフレーム時刻位置fに基づく倍数によって動きベクトルvをスカラー倍してベクトルuを算出し、画像重畳部40に出力する。 The motion compensation unit 30, as shown in the following equation (5), the frame number f a motion estimation original image, the frame number f b of the motion estimation target image, the frame number f p of the motion compensation based on the image, and interpolation by scalar multiplication of the motion vector v n calculates a vector u n by a multiple based on the frame time and position f q of the image, and outputs the image superimposing section 40.

Figure 0006059899
Figure 0006059899

図3及び以下の説明において、選択制御部13がk回目の選択をしたときの処理であることを識別するために上付きの(k)を付して、動き推定元画像のフレーム番号をf (k)、動き推定先画像のフレーム番号をf (k)、動き補償元画像のフレーム番号をf (k)、動きベクトルをv (k)、動きベクトルをスカラー倍したベクトルをu (k)、変換後の部分領域をC (k)というように記す。ここで、kは0以上K以下の整数であり、Kは自然数とする。 In FIG. 3 and the following description, a superscript (k) is added to identify the processing when the selection control unit 13 performs the k-th selection, and the frame number of the motion estimation source image is set to f. a (k) , the frame number of the motion estimation destination image is f b (k) , the frame number of the motion compensation source image is f p (k) , the motion vector is v n (k) , and a vector obtained by multiplying the motion vector by a scalar is u n (k) , and the converted partial region is denoted as C n (k) . Here, k is an integer from 0 to K, and K is a natural number.

画像重畳部40は、複数フレームの動き補償元画像I(f)に対して動きベクトルに基づく小数精度(入力映像の画素間隔よりも細かい精度)の動き補償を行い、小数精度の動き補償を行った画像同士を小数精度で位相を合わせて重ね合わせることにより補間画像を生成する。具体的には、画像重畳部40は、積算画像J(k)、及び重み画像W(k)を用いて補間画像Hを生成するため、積算画像J(k)及び重み画像W(k)を格納するメモリを有する。 The image superimposing unit 40 performs motion compensation with decimal accuracy (accuracy finer than the pixel interval of the input video) based on the motion vector for the motion compensation original image I (f p ) of a plurality of frames, and performs motion compensation with decimal accuracy. An interpolated image is generated by superimposing the performed images with phase alignment with decimal accuracy. More specifically, the image superimposing unit 40, accumulated image J (k), and for generating an interpolated image H using the weight image W (k), the integrated image J (k) and the weighted image W (k) is It has a memory to store.

積算画像J(k)及び重み画像W(k)の解像度は共に、入力映像を構成する画像フレームの解像度と同じ、又はより高解像であるのが好適である。積算画像J(k)及び重み画像W(k)については、画像座標xが小数値を取り得るものとし、画像座標xにおける画素値をそれぞれJ(k)(x)及びW(k)(x)と記す。入力映像を構成する画像フレームにおける画像座標xは、積算画像J(k)及び重み画像W(k)における画像座標xに対応させるものとする。例えば、入力映像を構成する画像フレームが水平X画素、垂直Y画素である場合に、積算画像J(k)及び重み画像W(k)の解像度が水平SX画素、垂直SY画素である場合、積算画像J(k)及び重み画像W(k)は水平方向1/S画素刻み、垂直方向1/S画素刻みで標本化されるものとする。 Both of the resolutions of the integrated image J (k) and the weighted image W (k) are preferably the same as or higher than the resolution of the image frames constituting the input video. For the integrated image J (k) and the weighted image W (k) , the image coordinate x can take a decimal value, and the pixel values at the image coordinate x are represented by J (k) (x) and W (k) (x ). The image coordinate x in the image frame constituting the input video is assumed to correspond to the image coordinate x in the integrated image J (k) and the weighted image W (k) . For example, when the image frames constituting the input video are horizontal X pixels and vertical Y pixels, the resolution of the integrated image J (k) and the weighted image W (k) is horizontal S X X pixels and vertical S Y Y pixels. In some cases, the accumulated image J (k) and the weighted image W (k) are sampled in increments of 1 / S X pixels in the horizontal direction and 1 / S Y pixels in the vertical direction.

図4は、画像重畳部40の動作を示すフローチャートである。画像重畳部40は、まず、すべての標本点位置(画像座標)xについて、J(0)(x)=W(0)(x)=0とおいて初期化を行う(ステップS101)。そして、選択制御部13にて新たな動き推定元画像I(f (k))、動き推定先画像I(f (k))、動き補償元画像I(f (k))の組が選択されるごとに、kを1だけインクリメントする(ステップS102)。 FIG. 4 is a flowchart showing the operation of the image superimposing unit 40. First, the image superimposing unit 40 initializes all sample point positions (image coordinates) x by setting J (0) (x) = W (0) (x) = 0 (step S101). Then, the selection control unit 13 sets a new motion estimation original image I (f a (k) ), motion estimation target image I (f b (k) ), and motion compensation original image I (f p (k) ). Each time is selected, k is incremented by 1 (step S102).

繰り返しk番目(k≧1)において、フレーム補間装置1は、フレーム番号f (k)の動き推定元画像I(f (k))と、フレーム番号f (k)の動き推定先画像I(f (k))と、フレーム番号f (k)の動き補償元画像I(f (k))とに基づき、積算画像J(k−1)に対して画素値を重畳することで、新たな積算画像J(k)を生成する(ステップS103)。 In repeated k-th (k ≧ 1), the frame interpolation device 1, the frame number f a motion estimation original image I (f a (k)) of the (k) and frame number f b (k) of the motion estimation target image A pixel value is superimposed on the integrated image J (k−1) based on I (f b (k) ) and the motion compensation original image I (f p (k) ) of the frame number f p (k). Thus, a new integrated image J (k) is generated (step S103).

具体的には、選択制御部13がk回目(k≧1)の選択を行ったとき、画像重畳部40は、次式(6)で表される演算を行う。式(6)中の

Figure 0006059899
は畳み込み演算を表す。また、w (k)は非負の重み値、h(x)は点拡がり関数(PSF;Point Spread Function)を表す。 Specifically, when the selection control unit 13 performs the k-th selection (k ≧ 1), the image superimposing unit 40 performs a calculation represented by the following equation (6). In formula (6)
Figure 0006059899
Represents a convolution operation. W n (k) represents a non-negative weight value, and h (x) represents a point spread function (PSF).

Figure 0006059899
Figure 0006059899

また、画像重畳部40は、フレーム番号f (k)の動き推定元画像I(f (k))と、フレーム番号f (k)の動き推定先画像I(f (k))とに基づき、重み画像W(k−1)に対して画像重畳を行うことで、新たな重み画像W(k)を生成する(ステップS104)。 The image superimposing section 40, the frame number f a (k) of the motion estimation original image I (f a (k)) and the motion estimation target image I frame number f b (k) (f b (k)) Based on the above, the image is superimposed on the weighted image W (k−1) to generate a new weighted image W (k) (step S104).

具体的には、選択制御部13がk回目(k≧1)の選択を行ったとき、画像重畳部40は、次式(7)で表される演算を行う。   Specifically, when the selection control unit 13 performs the k-th selection (k ≧ 1), the image superimposing unit 40 performs a calculation represented by the following equation (7).

Figure 0006059899
Figure 0006059899

式(6),(7)における重み値w (k)は定数(例えば1)であってもよいし、部分領域Cごとに(すなわちnに応じて)可変であってもよいし、選択制御部13の選択パターンに応じて(すなわちkに応じて)可変であってもよいし、n及びkの両方に関して可変であってもよい。 The weight value w n (k ) in the expressions (6) and (7) may be a constant (for example, 1), may be variable for each partial region C n (that is, according to n), It may be variable according to the selection pattern of the selection control unit 13 (that is, according to k), or may be variable with respect to both n and k.

部分領域Cごとに重み値w (k)を変化させる方法としては、式(1)〜(3)で評価される画像の類似度の最適値(最小値又は最大値)に応じ、類似度が高い(誤差が小さい、又は相関が高い)ほど重みを大きくする方法がある。 As a method of changing the weight value w n (k) for each partial region C n , the similarity is determined according to the optimum value (minimum value or maximum value) of the similarity of the images evaluated by the expressions (1) to (3). There is a method of increasing the weight as the degree is high (the error is small or the correlation is high).

また、選択制御部13の選択パターンに応じて重み値w (k)を変化させる方法としては、動き推定元画像のフレーム番号f (k)、動き推定先画像のフレーム番号f (k)、動き補償元画像のフレーム番号f (k)、及び補間画像のフレーム時刻位置fの時間の間隔に応じて設定する方法がある。例えば、次式(8)に示すように、動き推定のフレーム間隔|f (k)−f|や動き補償のフレーム間隔|f (k)−f (k)|が短いほど重みが大きくなるよう設定することができる。 Further, as a method of changing the weight value w n (k) in accordance with the selection pattern of the selection control unit 13, the frame number f a motion estimation original image (k), the frame number of the motion estimation target image f b (k ) , A method of setting according to the time interval of the frame number f p (k ) of the motion compensation original image and the frame time position f q of the interpolated image. For example, as shown in the following equation (8), the shorter the motion estimation frame interval | f p (k) −f q | or the motion compensation frame interval | f a (k) −f b (k) | Can be set to be large.

Figure 0006059899
Figure 0006059899

式(6)で用いられる点拡がり関数h(x)は、2次元単位インパルスであってもよいし、それ以外の関数であっても構わない。例えば、点拡がり関数h(x)として、打ち切りSinc関数やLanczos関数を用いることができる。例えば、点拡がり関数h(x)を、Lanczos−3関数Lに基づき、次式(9)のように定義することができる。なお、Cはh(x)の直流ゲインが1となるように正規化するための係数である。α及びβは、点拡がり関数の拡がり(すなわちカットオフ周波数)を調整するためのパラメータである。α及びβは、例えば正の定数とし、好ましくは1以下とする。例えば、α=β=0.8とする。   The point spread function h (x) used in Expression (6) may be a two-dimensional unit impulse, or may be a function other than that. For example, a censored Sinc function or a Lanczos function can be used as the point spread function h (x). For example, based on the Lanczos-3 function L, the point spread function h (x) can be defined as the following equation (9). C is a coefficient for normalization so that the DC gain of h (x) is 1. α and β are parameters for adjusting the spread (that is, the cut-off frequency) of the point spread function. α and β are, for example, positive constants, preferably 1 or less. For example, α = β = 0.8.

Figure 0006059899
Figure 0006059899

画像重畳部40は、k=Kとなるまでの間、ステップS102〜ステップS104の処理を繰り返し行う(ステップS105)。そして、画像重畳部40は、繰り返しK回目において、次式(10)に示すように、画素ごとに積算画像J(K)を重み画像W(K)によって除することにより、補間画像H(f)を生成し、出力する(ステップS106)。 The image superimposing unit 40 repeatedly performs the processing from step S102 to step S104 until k = K (step S105). The image superimposing unit 40 then repeats the interpolation image H (f ) by dividing the integrated image J (K) by the weighted image W (K) for each pixel as shown in the following equation (10) at the Kth iteration. q ) is generated and output (step S106).

Figure 0006059899
Figure 0006059899

画像重畳部40は、必要に応じて、式(10)によって得られた画像の解像度を変換してから出力してもよい。例えば、画像重畳部40は、入力映像の画像フレームの解像度と一致するよう補間画像H(f)の解像度を変換してもよい。また、画像重畳部40は、補間画像H(f)を内挿補間などにより補間してさらに解像度を上げてもよい。 The image superimposing unit 40 may convert the resolution of the image obtained by Expression (10) and output it as necessary. For example, the image superimposing unit 40 may convert the resolution of the interpolated image H (f q ) so as to match the resolution of the image frame of the input video. The image superimposing unit 40 may further increase the resolution by interpolating the interpolated image H (f q ) by interpolation or the like.

以上説明したように、フレーム補間装置1は、フレーム選択部10により入力映像から動き推定元画像、動き推定先画像、及び動き補償元画像の組を複数組決定し、動き推定部20により動き推定元画像及び動き推定先画像間の動きベクトルである基準動きベクトルvを求め、動き補償部30により基準動きベクトルをスカラー倍して、動き補償元画像及び補間画像間の動きベクトルである補間動きベクトルuを求め、画像重畳部40により複数組の動き補償元画像について補間動きベクトルuにより小数精度で動き補償を行った複数の動き補償画像を重畳して補間画像を生成する。 As described above, in the frame interpolation device 1, the frame selection unit 10 determines a plurality of sets of the motion estimation source image, the motion estimation destination image, and the motion compensation source image from the input video, and the motion estimation unit 20 performs the motion estimation. obtains the reference motion vector v n is a motion vector between the original image and the motion estimation target image, by scalar multiplication of the reference motion vector by the motion compensation unit 30, the interpolation motion is a motion vector between the motion compensated original image and the interpolation image obtains a vector u n, the image superimposing unit 40 for a plurality of sets of motion compensated original image interpolation motion by the vector u n by superimposing a plurality of motion compensation image subjected to motion compensation in decimal precision to generate an interpolated image.

このため、フレーム補間装置1によれば、補間フレームの1画素に対して複数の参照フレームの画素の画素値が影響を及ぼすため、補間フレームの被写体の輪郭が滑らかになる。また、参照フレームが空間方向の折り返し歪を含む場合には、位置合わせによる折り返し歪成分の位相回転が複数フレームの重ね合わせにより相殺されて輪郭のジャギー(がたつき)が軽減するとともに、高周波成分を含む鮮鋭な輪郭像を得ることができる。この輪郭像の鮮鋭化は、複数フレームの位置合わせを行って高域成分を復元する複数フレーム超解像技術でも同様の効果を得ることができるが、複数フレーム超解像技術は重ね合わせた複数フレームのうちあるフレーム時刻における鮮鋭化画像を生成するのに対し、本発明に係る方法では重ね合わせた複数フレームに含まれる時点はもちろん、含まれない時点(小数フレーム時点であっても構わない)における鮮鋭化画像をも生成し得る点で上位互換である。   For this reason, according to the frame interpolation device 1, since the pixel values of the pixels of the plurality of reference frames affect one pixel of the interpolation frame, the contour of the subject of the interpolation frame becomes smooth. In addition, when the reference frame includes aliasing distortion in the spatial direction, the phase rotation of the aliasing distortion component due to the alignment is canceled out by superimposing a plurality of frames, and the jaggy of the contour is reduced and the high frequency component is reduced. A sharp contour image including can be obtained. This sharpening of the contour image can achieve the same effect with the multi-frame super-resolution technology that restores the high-frequency component by aligning a plurality of frames. While a sharpened image is generated at a certain frame time in a frame, the method according to the present invention not only includes the time points included in a plurality of overlapped frames but also the time points not included (may be a fractional frame time point). It is upward compatible in that a sharpened image can be generated.

ここで、画像重畳部40は、動きベクトルを算出する際の類似度や、動き推定元画像、動き推定先画像、動き補償元画像、及び補間画像の時刻位置に応じて、動き補償画像を重み付けして重畳するのが好適である。これにより、動き推定の類似度や、補間画像の算出に用いる画像と補間画像との時間間隔に応じた信頼度の高低を重み付けにより反映することができるため、領域ごとに信頼性の高い画像重畳が可能となる。   Here, the image superimposing unit 40 weights the motion compensation image according to the similarity when calculating the motion vector, and the time position of the motion estimation source image, the motion estimation destination image, the motion compensation source image, and the interpolation image. It is preferable to superimpose. This makes it possible to reflect the degree of reliability according to the similarity of motion estimation and the time interval between the image used to calculate the interpolated image and the interpolated image by weighting. Is possible.

また、画像重畳部40は、動き補償画像を点拡がり関数により畳み込み演算した後に重畳して補間画像を生成するのが好適である。これにより、動き補償の結果、標本位置が完全に対応しない場合でも補間により値を補うことが可能となる。また、点拡がり関数の拡がり(例えば、標準偏差)の出力画像の画素間隔に応じて適切に設計すれば(例えば、標準偏差が0.5画素程度)、(入力画像が折り返し歪を含む場合には)超解像効果による先鋭化が可能となる。   In addition, it is preferable that the image superimposing unit 40 generates an interpolated image by superimposing the motion compensated image after performing a convolution operation using a point spread function. As a result, even if the sample position does not correspond completely as a result of motion compensation, it is possible to compensate the value by interpolation. In addition, if an appropriate design is made according to the pixel interval of the output image of the spread of the point spread function (for example, standard deviation) (for example, the standard deviation is about 0.5 pixels), (when the input image includes aliasing distortion) Can be sharpened by the super-resolution effect.

また、画像重畳部40は、前記重ね合わせ処理を、入力映像の解像度よりも高解像な画像上にスケーリングして実行するのが好適である。これにより、前記高解像な画像上における1画素間隔が、入力映像上における1画素未満の間隔に対応するため、入力映像の解像度を基準としたときの小数精度の重ね合わせ処理を実現することができる。また、小数精度の重ね合わせ処理を、入力映像の解像度と同じ又はそれ未満の画像上で行う場合には、小数精度の位相シフトを行うディジタルフィルタ処理が必要であるのに対し、本発明に係る方法のように入力映像の解像度よりも高解像な画像上で重ね合わせ処理を行う場合には前記ディジタルフィルタ処理を省略しても構わない。さらに、本発明に係る方法によれば、重ね合わせ処理を行った結果の画像は入力映像の解像度よりも高いため、単純な補間よりも高画質な画像拡大処理を兼務させることができる。   In addition, it is preferable that the image superimposing unit 40 performs the superimposing process by scaling the image onto an image having a resolution higher than the resolution of the input video. As a result, an interval of one pixel on the high-resolution image corresponds to an interval of less than one pixel on the input video, so that a superimposition process with a decimal accuracy when the resolution of the input video is used as a reference is realized. Can do. Further, when the superimposition processing with decimal precision is performed on an image that is the same as or less than the resolution of the input video, a digital filter process for performing phase shift with decimal precision is necessary, whereas the present invention relates to When the superimposition process is performed on an image having a resolution higher than the resolution of the input video as in the method, the digital filter process may be omitted. Furthermore, according to the method of the present invention, since the image obtained as a result of the superimposition process is higher than the resolution of the input video, it is possible to concurrently perform image enlargement processing with higher image quality than simple interpolation.

また、画像重畳部40は、必要に応じて、動き補償画像を重畳した後、解像度を変換した画像を補間画像としてもよい。解像度を下げる場合にはオーバサンプリングの効果を生じるため、補間画像に折り返し歪が生じにくくなる。また、解像度を上げる場合には、重畳処理を行わずに解像度を上げる場合と比較して、必要となるメモリ容量を少なくすることができる。   In addition, the image superimposing unit 40 may superimpose a motion compensated image and then convert the resolution converted image as an interpolated image as necessary. When the resolution is lowered, an effect of oversampling is produced, so that aliasing distortion hardly occurs in the interpolated image. Further, when the resolution is increased, the required memory capacity can be reduced as compared with the case where the resolution is increased without performing the superimposition process.

なお、上述したフレーム補間装置1として機能させるためにコンピュータを好適に用いることができ、そのようなコンピュータは、フレーム補間装置1の各機能を実現する処理内容を記述したプログラムを、当該コンピュータの記憶部に格納しておき、当該コンピュータのCPUによってこのプログラムを読み出して実行させることで実現することができる。   It should be noted that a computer can be suitably used to cause the above-described frame interpolation device 1 to function, and such a computer stores a program describing processing contents for realizing each function of the frame interpolation device 1 in the storage of the computer. The program can be realized by reading out and executing the program by the CPU of the computer.

上述の実施形態は、代表的な例として説明したが、本発明の趣旨及び範囲内で、多くの変更及び置換ができることは当業者に明らかである。したがって、本発明は、上述の実施形態によって制限するものと解するべきではなく、特許請求の範囲から逸脱することなく、種々の変形や変更が可能である。例えば、実施形態に記載の構成ブロックは複数を1つに組み合わせたり、或いは分割したりすることが可能である。   Although the above embodiments have been described as representative examples, it will be apparent to those skilled in the art that many changes and substitutions can be made within the spirit and scope of the invention. Therefore, the present invention should not be construed as being limited by the above-described embodiments, and various modifications and changes can be made without departing from the scope of the claims. For example, a plurality of constituent blocks described in the embodiments can be combined into one or divided.

このように、本発明によれば、複数の参照画像から高画質な補間画像を生成することができるので、補間画像を生成する任意の用途に有用である。   Thus, according to the present invention, a high-quality interpolated image can be generated from a plurality of reference images, which is useful for any application for generating an interpolated image.

1 フレーム補間装置
10 フレーム選択部
11 フレーム記憶部
12 入出力切換部
121,122,123 マトリックススイッチの列
13 選択制御部
20 動き推定部
30 動き補償部
40 画像重畳部
100,200 動き推定元画像
101,201 動き推定先画像
102,202 動き補償元画像
103,203 補間画像の時刻位置
300 補間画像
DESCRIPTION OF SYMBOLS 1 Frame interpolation apparatus 10 Frame selection part 11 Frame memory | storage part 12 Input / output switching part 121,122,123 Row of matrix switches 13 Selection control part 20 Motion estimation part 30 Motion compensation part 40 Image superimposition part 100,200 Motion estimation original image 101 , 201 Motion estimation destination image 102, 202 Motion compensation original image 103, 203 Time position of interpolated image 300 Interpolated image

Claims (5)

入力映像の補間画像を生成するフレーム補間装置であって、
入力映像から動き推定元画像、動き推定先画像、及び動き補償元画像の組を複数組決定するフレーム選択部と、
前記組ごとに、前記動き推定元画像及び前記動き推定先画像間の動きベクトルである基準動きベクトルを求める動き推定部と、
前記基準動きベクトルをスカラー倍して、該基準動きベクトルに対応する組の前記動き補償元画像及び前記補間画像間の動きベクトルである補間動きベクトルを求める動き補償部と、
前記複数組の動き補償元画像について前記補間動きベクトルにより小数精度で動き補償を行った複数の動き補償画像を重畳して前記補間画像を生成する画像重畳部と、
を備え
前記画像重畳部は、前記動きベクトルを算出する際の類似度に応じて、前記動き補償画像を部分領域ごとに重み付けして重畳することを特徴とするフレーム補間装置。
A frame interpolator for generating an interpolated image of an input video,
A frame selection unit that determines a plurality of sets of a motion estimation source image, a motion estimation destination image, and a motion compensation source image from an input video;
A motion estimation unit for obtaining a reference motion vector that is a motion vector between the motion estimation source image and the motion estimation destination image for each of the sets ;
A motion compensation unit that multiplies the reference motion vector by a scalar to obtain an interpolation motion vector that is a motion vector between the motion compensation source image and the interpolation image corresponding to the reference motion vector ;
An image superimposing unit that generates the interpolated image by superimposing a plurality of motion compensated images that have been subjected to motion compensation with decimal accuracy using the interpolated motion vector for the plurality of sets of motion compensated original images;
Equipped with a,
The image superimposing unit, depending on the degree of similarity when calculating the motion vector, frame interpolation device characterized that you superimposed by weighting the motion compensation image in each partial area.
入力映像の補間画像を生成するフレーム補間装置であって、
入力映像から動き推定元画像、動き推定先画像、及び動き補償元画像の組を複数組決定するフレーム選択部と、
前記組ごとに、前記動き推定元画像及び前記動き推定先画像間の動きベクトルである基準動きベクトルを求める動き推定部と、
前記基準動きベクトルをスカラー倍して、該基準動きベクトルに対応する組の前記動き補償元画像及び前記補間画像間の動きベクトルである補間動きベクトルを求める動き補償部と、
前記複数組の動き補償元画像について前記補間動きベクトルにより小数精度で動き補償を行った複数の動き補償画像を重畳して前記補間画像を生成する画像重畳部と、
を備え、
前記画像重畳部は、前記動き補償画像を点拡がり関数により畳み込み演算した後に重畳して前記補間画像を生成することを特徴とするフレーム補間装置。
A frame interpolator for generating an interpolated image of an input video,
A frame selection unit that determines a plurality of sets of a motion estimation source image, a motion estimation destination image, and a motion compensation source image from an input video;
A motion estimation unit for obtaining a reference motion vector that is a motion vector between the motion estimation source image and the motion estimation destination image for each of the sets;
A motion compensation unit that multiplies the reference motion vector by a scalar to obtain an interpolation motion vector that is a motion vector between the motion compensation source image and the interpolation image corresponding to the reference motion vector;
An image superimposing unit that generates the interpolated image by superimposing a plurality of motion compensated images that have been subjected to motion compensation with decimal accuracy using the interpolated motion vector for the plurality of sets of motion compensated original images;
With
The image superimposing unit, the motion compensated image frame interpolation device you and generates the interpolation image superimposed after convolution with the point spread function.
入力映像の補間画像を生成するフレーム補間装置であって、
入力映像から動き推定元画像、動き推定先画像、及び動き補償元画像の組を複数組決定するフレーム選択部と、
前記組ごとに、前記動き推定元画像及び前記動き推定先画像間の動きベクトルである基準動きベクトルを求める動き推定部と、
前記基準動きベクトルをスカラー倍して、該基準動きベクトルに対応する組の前記動き補償元画像及び前記補間画像間の動きベクトルである補間動きベクトルを求める動き補償部と、
前記複数組の動き補償元画像について前記補間動きベクトルにより小数精度で動き補償を行った複数の動き補償画像を重畳して前記補間画像を生成する画像重畳部と、
を備え、
前記画像重畳部は、前記動き補償画像を入力映像の解像度よりも高解像な画像とすることを特徴とするフレーム補間装置。
A frame interpolator for generating an interpolated image of an input video,
A frame selection unit that determines a plurality of sets of a motion estimation source image, a motion estimation destination image, and a motion compensation source image from an input video;
A motion estimation unit for obtaining a reference motion vector that is a motion vector between the motion estimation source image and the motion estimation destination image for each of the sets;
A motion compensation unit that multiplies the reference motion vector by a scalar to obtain an interpolation motion vector that is a motion vector between the motion compensation source image and the interpolation image corresponding to the reference motion vector;
An image superimposing unit that generates the interpolated image by superimposing a plurality of motion compensated images that have been subjected to motion compensation with decimal accuracy using the interpolated motion vector for the plurality of sets of motion compensated original images;
With
The image superimposing section, frame interpolation device you characterized in that a high-resolution image than the resolution of the input image to the motion-compensated image.
入力映像の補間画像を生成するフレーム補間装置であって、
入力映像から動き推定元画像、動き推定先画像、及び動き補償元画像の組を複数組決定するフレーム選択部と、
前記組ごとに、前記動き推定元画像及び前記動き推定先画像間の動きベクトルである基準動きベクトルを求める動き推定部と、
前記基準動きベクトルをスカラー倍して、該基準動きベクトルに対応する組の前記動き補償元画像及び前記補間画像間の動きベクトルである補間動きベクトルを求める動き補償部と、
前記複数組の動き補償元画像について前記補間動きベクトルにより小数精度で動き補償を行った複数の動き補償画像を重畳して前記補間画像を生成する画像重畳部と、
を備え、
前記画像重畳部は、前記動き補償画像を重畳した後、解像度を変換して前記補間画像を生成することを特徴とするフレーム補間装置。
A frame interpolator for generating an interpolated image of an input video,
A frame selection unit that determines a plurality of sets of a motion estimation source image, a motion estimation destination image, and a motion compensation source image from an input video;
A motion estimation unit for obtaining a reference motion vector that is a motion vector between the motion estimation source image and the motion estimation destination image for each of the sets;
A motion compensation unit that multiplies the reference motion vector by a scalar to obtain an interpolation motion vector that is a motion vector between the motion compensation source image and the interpolation image corresponding to the reference motion vector;
An image superimposing unit that generates the interpolated image by superimposing a plurality of motion compensated images that have been subjected to motion compensation with decimal accuracy using the interpolated motion vector for the plurality of sets of motion compensated original images;
With
The image superimposing unit, after superimposing the motion compensation image, frame interpolation device you and generates the interpolation image by converting the resolution.
コンピュータを、請求項1からのいずれか一項に記載のフレーム補間装置として機能させるためのプログラム。 The program for functioning a computer as a frame interpolation apparatus as described in any one of Claim 1 to 4 .
JP2012164897A 2012-07-25 2012-07-25 Frame interpolation apparatus and program Active JP6059899B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012164897A JP6059899B2 (en) 2012-07-25 2012-07-25 Frame interpolation apparatus and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012164897A JP6059899B2 (en) 2012-07-25 2012-07-25 Frame interpolation apparatus and program

Publications (2)

Publication Number Publication Date
JP2014027405A JP2014027405A (en) 2014-02-06
JP6059899B2 true JP6059899B2 (en) 2017-01-11

Family

ID=50200698

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012164897A Active JP6059899B2 (en) 2012-07-25 2012-07-25 Frame interpolation apparatus and program

Country Status (1)

Country Link
JP (1) JP6059899B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7185496B2 (en) * 2018-11-06 2022-12-07 日本放送協会 Video interpolation device and program
CN112184593A (en) * 2020-10-14 2021-01-05 北京字跳网络技术有限公司 Key point determination method, device, equipment and computer readable medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4104937B2 (en) * 2002-08-28 2008-06-18 富士フイルム株式会社 Moving picture composition method, apparatus, and program
JP4198608B2 (en) * 2004-01-15 2008-12-17 株式会社東芝 Interpolated image generation method and apparatus
JP4658686B2 (en) * 2005-05-25 2011-03-23 日本放送協会 Interpolated image generation apparatus and program based on bidirectional motion vector detection
JP5103314B2 (en) * 2008-07-28 2012-12-19 株式会社日立製作所 Image signal processing apparatus, image signal processing method, and video display apparatus

Also Published As

Publication number Publication date
JP2014027405A (en) 2014-02-06

Similar Documents

Publication Publication Date Title
JP5385969B2 (en) Method and apparatus for super-resolution of images
US9258518B2 (en) Method and apparatus for performing super-resolution
JP4600209B2 (en) Image processing method, image processing apparatus, program, and recording medium
JP4371457B2 (en) Image processing apparatus, method, and computer-readable storage medium
JP6236259B2 (en) Image processing apparatus, image processing method, and image processing program
JP5727873B2 (en) Motion vector detection device, encoding device, and program thereof
US20090129703A1 (en) Signal processing method, apparatus, and program
WO2011111819A1 (en) Image processing device, image processing program, and method for generating images
KR100860968B1 (en) Image-resolution-improvement apparatus and method
JP2011237998A (en) Image processing device, and image processing method and program
JP4714038B2 (en) Method and apparatus for increasing image resolution
JP5566199B2 (en) Image processing apparatus, control method therefor, and program
EP1906357A1 (en) Combined optimization of motion estimator and super-resolution
JP6059899B2 (en) Frame interpolation apparatus and program
JP4095204B2 (en) Image processing apparatus, method, and computer-readable storage medium
JP2000152250A (en) Image processing unit, method and computer readable storage medium
US9462293B1 (en) Super resolution weighting blending
JP2016115318A (en) Blurring correction device, super-resolution device, and program
JP5410232B2 (en) Image restoration device, program thereof, and multidimensional image restoration device
JP2009060464A (en) Video resolution increasing apparatus and method
JP6313588B2 (en) Frame interpolation apparatus and program
JP2014057198A (en) Image processor, image processing system and image processing method
JP2018084997A (en) Image processing device, and image processing method
WO2008149162A2 (en) Improvements relating to picture building
Mudugamuwa et al. Super-resolution by prediction based sub-pel motion estimation

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150601

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20160519

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20160531

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20160715

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20161212

R150 Certificate of patent or registration of utility model

Ref document number: 6059899

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250