JP2008102659A - Motion detection method and motion detector - Google Patents

Motion detection method and motion detector Download PDF

Info

Publication number
JP2008102659A
JP2008102659A JP2006283385A JP2006283385A JP2008102659A JP 2008102659 A JP2008102659 A JP 2008102659A JP 2006283385 A JP2006283385 A JP 2006283385A JP 2006283385 A JP2006283385 A JP 2006283385A JP 2008102659 A JP2008102659 A JP 2008102659A
Authority
JP
Japan
Prior art keywords
signal
horizontal edge
motion
video signal
current
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
JP2006283385A
Other languages
Japanese (ja)
Other versions
JP4702256B2 (en
Inventor
Kazuhiro Yamada
和弘 山田
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2006283385A priority Critical patent/JP4702256B2/en
Publication of JP2008102659A publication Critical patent/JP2008102659A/en
Application granted granted Critical
Publication of JP4702256B2 publication Critical patent/JP4702256B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Liquid Crystal Display Device Control (AREA)
  • Control Of Indicators Other Than Cathode Ray Tubes (AREA)
  • Controls And Circuits For Display Device (AREA)
  • Image Analysis (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a motion detection method and a motion detector, capable of processing quickly detection of a moving speed component in an image, with reduced data volume, using a relatively simple processing procedure. <P>SOLUTION: The motion detection method/motion detector detects the last feature area that is a feature area of the last input field image signal and a current feature area that is a feature area of current field image signal, prepares extension signals A, B with the extended last feature area and current feature area extended along the first direction, prepares extension signals C, D with the extended last feature area and current feature area extended along the second direction, and detects a moving direction and a moving amount of the current feature area, using the extension signal A, the extension signal B, the extension signal C and the extension signal D. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、連続する画像に含まれる対象物を検出して、当該対象物の移動速度、移動方向及び位置等を検出する動き検出方法および動き検出装置に関する。   The present invention relates to a motion detection method and a motion detection apparatus that detect an object included in continuous images and detect a moving speed, a moving direction, a position, and the like of the object.

近年、高画質化が目覚しく進展しているフラットパネルディスプレイにおいて、さまざまな動画像処理が行われている。動画像処理を行うにあたってまず映像に含まれる物体の動きを検出する必要があるが、動き検出の一手法として、オプティカルフロー(カメラの観測者と移動物体との相対的な動きによって生じる画像上の各点の速度場のことをいう)を用いた方法が知られている(特許文献1参照)。   In recent years, various types of moving image processing have been performed on flat panel displays whose image quality has been remarkably advanced. When performing moving image processing, it is necessary to first detect the movement of an object included in the video. As a method of motion detection, optical flow (on the image generated by the relative movement between the camera observer and the moving object) A method using the velocity field of each point) is known (see Patent Document 1).

画像中より移動速度成分を検出する従来のオプティカルフローの検出方法としては、フレーム間で対応点を決定して動きベクトルを求める相関法や、各点の明るさの空間的および時間的な勾配の間の関係を用いる勾配法等の手法が一般的に用いられている。   As a conventional optical flow detection method for detecting a moving speed component from an image, a correlation method for determining a motion vector by determining a corresponding point between frames, a spatial and temporal gradient of brightness of each point, or the like. A method such as a gradient method using a relationship between the two is generally used.

まず、相関法は、画像を小領域に分割し、連続する画像中より、これとよく似た領域を見つけるブロック間マッチングを用いる手法である。相関法では、時刻tにおける注目領域I(x,y,t)と連続するフレームで対応する領域I(t+1,x+u,y+v)において、
ΣΣ{I(x,y,t)−I(x+u,y+v,t+1)}2
ΣΣ|I(x,y,t)−I(x+u,y+v,t+1)|
を最小化する(u,v)を求める。この(u,v)が連続するフレーム間での対象の移動量となる。
First, the correlation method is a method using block-to-block matching that divides an image into small regions and finds a region similar to this from successive images. In the correlation method, in a region I (t + 1, x + u, y + v) corresponding to a region continuous with the region of interest I (x, y, t) at time t,
ΣΣ {I (x, y, t) −I (x + u, y + v, t + 1)} 2
ΣΣ | I (x, y, t) -I (x + u, y + v, t + 1) |
(U, v) that minimizes. This (u, v) is the amount of movement of the object between consecutive frames.

次に、勾配法は、各画素における明るさの空間的勾配と時間的勾配の間の関係を用いる。ある時刻tにおける座標(x,y)における明るさをf(x,y,t)とすると、xおよびy方向にδx,δyだけ移動する時間δt後のパターン上の点(x,y)の明るさは変化しないと仮定する。このとき、次式が成り立つ。
f(x,y,t)=f(x+δx,y+δy,t+δt)
上式をテイラー展開し、δt→0とすることで、
δf/δx・dx/dt+δf/δy・dy/dt+δf/δt=0
を得る。この動きベクトルの勾配条件だけでは動きベクトル(dx/dt,dy/dt)を決定することはできないので、勾配条件に、さらに制約条件を加えて動きベクトルを算出する。加える制約条件としては、動きベクトルが空間的に滑らかに変化する条件等が一般的には用いられている。
特開2005−209155号公報
The gradient method then uses the relationship between the spatial and temporal gradients of brightness at each pixel. Assuming that the brightness at the coordinates (x, y) at a certain time t is f (x, y, t), the point (x, y) on the pattern after the time δt moved by δx, δy in the x and y directions. Assume that the brightness does not change. At this time, the following equation holds.
f (x, y, t) = f (x + δx, y + δy, t + δt)
Taylor expansion of the above equation and δt → 0,
δf / δx · dx / dt + δf / δy · dy / dt + δf / δt = 0
Get. Since the motion vector (dx / dt, dy / dt) cannot be determined only by the gradient condition of the motion vector, the motion vector is calculated by further adding a constraint condition to the gradient condition. As a constraint condition to be added, a condition in which a motion vector changes smoothly in space is generally used.
JP 2005-209155 A

しかしながら、上述した相関法においては、処理手順は比較的簡単であるが、注目する領域の周りに相関値を算出する領域を設け、フレーム間で、領域内輝度の相関値を計算するため、テンプレートマッチングのようなブロックマッチング処理が必要となり、計算量が膨大となって処理時間が長くなるという問題点がある。すなわち、ブロックマッチングを用いた手法において、サブピクセル以下の画素群を使用することによって、詳細な位置情報を算出するには、登録したテンプレートである画素群データを、注目位置を中心に、その周囲に所定量だけずらしながら算出した複数の相関値を高次曲線で補間し、その極値を与える位置を算出することによって動きを推定するために、計算量が膨大となってしまう。   However, in the above-described correlation method, the processing procedure is relatively simple. However, since a region for calculating a correlation value is provided around the region of interest, and a correlation value of in-region luminance is calculated between frames, a template is used. There is a problem that block matching processing such as matching is required, the calculation amount is enormous, and the processing time becomes long. That is, in the technique using block matching, in order to calculate detailed position information by using a pixel group of sub-pixels or less, pixel group data that is a registered template is centered on the target position and its surroundings. Since a plurality of correlation values calculated while being shifted by a predetermined amount are interpolated with a high-order curve and the motion is estimated by calculating the position where the extreme value is given, the calculation amount becomes enormous.

また、勾配法においては、画像の輝度変化に弱く、処理手順が複雑であるという問題点がある。   In addition, the gradient method has a problem that it is weak against changes in luminance of the image and the processing procedure is complicated.

本発明は、このような従来の課題を解決するためになされたものであり、その目的とするところは、より少ないデータ量で且つ比較的簡単な処理手順を用いることで、画像中からの移動速度成分の検出をより高速に処理し得る動き検出方法および動き検出装置を提供することにある。   The present invention has been made to solve such a conventional problem. The object of the present invention is to move from within an image by using a relatively simple processing procedure with a smaller amount of data. It is an object of the present invention to provide a motion detection method and a motion detection apparatus that can process detection of velocity components at a higher speed.

この課題を解決するために本発明は、入力された前フィールド映像信号の特徴領域である前特徴領域および現フィールド映像信号の特徴領域である現特徴領域を検出し、前記前特徴領域および現特徴領域を第一の方向に伸張した伸張信号A、Bを作成するとともに、前特徴領域および現特徴領域を第二の方向に伸張した伸張信号C、Dを作成し、前記伸張信号Aと前記伸張信号Bと前記伸張信号Cと前記伸張信号Dとを用いて前記現特徴領域の動き方向および動き量を検出することを特徴とする。   In order to solve this problem, the present invention detects a previous feature region that is a feature region of an input previous field video signal and a current feature region that is a feature region of a current field video signal, and the previous feature region and the current feature. The extension signals A and B are generated by extending the region in the first direction, and the extension signals C and D are generated by extending the previous feature region and the current feature region in the second direction. The motion direction and the motion amount of the current feature area are detected using the signal B, the decompressed signal C, and the decompressed signal D.

また、本発明は、入力された前フィールド映像信号および現フィールド映像信号から水平エッジ領域を検出し、前記それぞれの水平エッジ領域を画面左方向に伸張した伸張信号A、Bを作成するとともに、前記それぞれの水平エッジ領域を画面右方向に伸張した伸張信号C、Dを作成し、前記伸張信号Aと前記伸張信号Bと前記伸張信号Cと前記伸張信号Dとを用いて前記水平エッジ領域の動き方向および動き量を検出することを特徴とする。   Further, the present invention detects horizontal edge areas from the input previous field video signal and current field video signal, creates expanded signals A and B by extending the horizontal edge areas in the left direction of the screen, and The extension signals C and D are generated by extending the respective horizontal edge areas in the right direction of the screen, and the movement of the horizontal edge area is performed using the extension signal A, the extension signal B, the extension signal C, and the extension signal D. It is characterized by detecting the direction and the amount of motion.

また、本発明は、入力された前フィールド映像信号および現フィールド映像信号をそれぞれ異なるm個の閾値(mは2以上の整数)で2値化して第1の2値画像信号を作成し、その第1の2値画像信号のそれぞれにおいて値が0である画素が水平方向にn画素以下(nは自然数)しか連続しない領域に含まれる画素の値を1に変更して第2の2値画像信号を作成するとともに、その第2の2値画像信号それぞれから水平エッジ領域を検出し、そのそれぞれの水平エッジ領域を画面左方向に伸張した伸張信号A、Bを作成するとともに、前記それぞれの水平エッジ領域を画面右方向に伸張した伸張信号C、Dを作成し、前記それぞれの伸張信号Aと前記伸張信号Bと前記伸張信号Cと前記伸張信号Dを用いて現フィールド映像信号内の動き方向および動き速度を検出することを特徴とする。   Further, the present invention creates a first binary image signal by binarizing the input previous field video signal and current field video signal with m different threshold values (m is an integer of 2 or more), respectively. The second binary image is obtained by changing the value of a pixel included in a region in which pixels having a value of 0 in each of the first binary image signals continue to n pixels or less (n is a natural number) in the horizontal direction to 1. A signal is created, a horizontal edge region is detected from each of the second binary image signals, stretched signals A and B are created by stretching the respective horizontal edge regions in the left direction of the screen, and the respective horizontal The extension signals C and D are generated by extending the edge region in the right direction of the screen, and the motion direction in the current field video signal is generated using the extension signal A, the extension signal B, the extension signal C, and the extension signal D. And wherein the detecting the movement speed.

本発明によれば、映像信号に含まれる特徴領域の移動方向、速度をテンプレートマッチングのようなブロックマッチングを用いることなく容易に求めることができる。また、特徴領域か否かの1ビットの信号に対する処理でよいため、演算量を小さく抑えることができる。   According to the present invention, the moving direction and speed of the feature area included in the video signal can be easily obtained without using block matching such as template matching. In addition, since it is sufficient to process a 1-bit signal indicating whether or not it is a feature region, the amount of calculation can be reduced.

以下、本発明の一実施の形態による動き検出方法および動き検出装置について、図面を参照しながら説明する。   Hereinafter, a motion detection method and a motion detection device according to an embodiment of the present invention will be described with reference to the drawings.

図1は本発明における動き検出方法の概念を説明するための図である。   FIG. 1 is a diagram for explaining the concept of a motion detection method according to the present invention.

通常のテレビジョン放送においては、一般的に走査線方向、すなわち水平方向の動きが、垂直方向の動きに比べて圧倒的に多いことが知られている。したがって本実施の形態においては、回路を簡素化するために、水平方向の動きのみに着目する。   In normal television broadcasting, it is generally known that the movement in the scanning line direction, that is, the horizontal direction is overwhelmingly larger than the movement in the vertical direction. Therefore, in this embodiment, in order to simplify the circuit, attention is paid only to the movement in the horizontal direction.

図1(a)に示すように、たとえば白色のウインドウパターンが右方向に移動している場合を例に説明する。   As shown in FIG. 1A, for example, a case where a white window pattern is moving rightward will be described as an example.

図1(b)と図1(c)はそれぞれ前フィールド映像信号の輝度断面と現フィールド映像信号の輝度断面を示す。映像信号とは、RGBの原色映像信号に限るものではなく、輝度信号、色差信号でもよい。   FIGS. 1B and 1C show the luminance cross section of the previous field video signal and the luminance cross section of the current field video signal, respectively. The video signal is not limited to the RGB primary color video signal, but may be a luminance signal or a color difference signal.

まず、本発明の検出方法では、図1(d)と図1(e)に示すように、それぞれ前フィールド映像信号と現フィールド映像信号の前特徴領域および現特徴領域である水平エッジ領域を検出する。   First, in the detection method of the present invention, as shown in FIGS. 1 (d) and 1 (e), the previous feature area of the previous field video signal and the current field video signal and the horizontal edge area which is the current feature area are detected. To do.

そして、その前フィールド映像信号と現フィールド映像信号から検出された水平エッジに基づき、図1(f)と図1(g)に示すように、左方向(第一の方向)へ所定の画素数だけ引き伸ばした信号を作成する(伸張信号A、伸張信号Bとする)。伸張する画素数は検出しようとする動き量に基づいて決定する。たとえば1フィールドに15画素以下の動きを検出することを目的とするならば、15画素引き伸ばせばよい。すなわち、伸張する画素数は、前記前特徴領域および現特徴領域である水平エッジが1フィールド間に移動する最大画素数に設定すればよい。   Then, based on the horizontal edge detected from the previous field video signal and the current field video signal, a predetermined number of pixels in the left direction (first direction) as shown in FIGS. 1 (f) and 1 (g). A signal that has been stretched by a predetermined length is created (decompressed signal A and expanded signal B). The number of pixels to be expanded is determined based on the amount of motion to be detected. For example, if the purpose is to detect a motion of 15 pixels or less in one field, it may be expanded by 15 pixels. That is, the number of pixels to be expanded may be set to the maximum number of pixels in which the horizontal edge that is the previous feature area and the current feature area moves between one field.

同様に、前記水平エッジに基づき、図1(h)と図1(i)に示すように、左方向とは逆方向の右方向(第二の方向)へ所定の画素数だけ引き伸ばした信号を作成する(伸張信号C、伸張信号Aとする)。この場合も、伸張する画素数は検出しようとする動き量に基づいて決定する。たとえば1フィールドに15画素以下の動きを検出することを目的とするならば、15画素引き伸ばせばよい。すなわち、伸張する画素数は、前記前特徴領域および現特徴領域である水平エッジが1フィールド間に移動する最大画素数に設定すればよい。   Similarly, as shown in FIG. 1 (h) and FIG. 1 (i), a signal obtained by extending a predetermined number of pixels in the right direction (second direction) opposite to the left direction based on the horizontal edge. Create (referred to as expansion signal C and expansion signal A). Also in this case, the number of pixels to be expanded is determined based on the amount of motion to be detected. For example, if the purpose is to detect a motion of 15 pixels or less in one field, it may be expanded by 15 pixels. That is, the number of pixels to be expanded may be set to the maximum number of pixels in which the horizontal edge that is the previous feature area and the current feature area moves between one field.

そして、前記伸張信号Aと前記伸張信号Bと前記伸張信号Cと前記伸張信号Dとを用いて前記現特徴領域の動き方向および動き量を検出するものである。   The extension signal A, the extension signal B, the extension signal C, and the extension signal D are used to detect the direction and amount of movement of the current feature region.

この検出方法について説明する。まず、前記伸張信号Aと伸張信号Bとを比較すると、前フィールドから現フィールドにかけて、図1(g)の網掛けした部分で信号が0から1に増加している。また、伸張信号Cと伸張信号Dとを比較すると、前フィールドから現フィールドにかけて、図1(i)の網掛けした部分で信号が1から0に減少している。   This detection method will be described. First, comparing the expanded signal A and the expanded signal B, the signal increases from 0 to 1 in the shaded portion of FIG. 1 (g) from the previous field to the current field. Further, when the expanded signal C and the expanded signal D are compared, the signal decreases from 1 to 0 in the shaded portion of FIG. 1 (i) from the previous field to the current field.

このように水平エッジ部分を左へ引き伸ばした信号が前フィールドから現フィールドにかけて0から1に増加し、かつ水平エッジ部分を右へ引き伸ばした信号が前フィールドから現フィールドにかけて1から0に減少する部分は、水平エッジが右方向へ移動している部分である(図1(j))。逆に、水平エッジ部分を左へ引き伸ばした信号が前フィールドから現フィールドにかけて減少し、かつ、水平エッジ部分を右へ引き伸ばした信号が前フィールドから現フィールドにかけて増加する部分は水平エッジが左方向へ移動している部分であることがわかる。また、検出された移動部分の水平幅である画素数を求めることで、1フィールド間に水平エッジ部分が移動した画素数を求めることができる。   In this way, the signal obtained by extending the horizontal edge portion to the left increases from 0 to 1 from the previous field to the current field, and the signal obtained by extending the horizontal edge portion to the right decreases from 1 to 0 from the previous field to the current field. Is the portion where the horizontal edge is moving to the right (FIG. 1 (j)). Conversely, the signal with the horizontal edge stretched to the left decreases from the previous field to the current field, and the signal with the horizontal edge stretched to the right increases from the previous field to the current field, the horizontal edge moves to the left. It can be seen that it is a moving part. Further, by obtaining the number of pixels that is the horizontal width of the detected moving part, the number of pixels in which the horizontal edge part has moved between one field can be obtained.

このように本発明の検出方法によれば、映像信号から検出した水平エッジ部分に対する簡易な処理のみで、水平エッジ部分の移動方向および移動量を検出することが可能である。   As described above, according to the detection method of the present invention, it is possible to detect the moving direction and the moving amount of the horizontal edge portion only by simple processing for the horizontal edge portion detected from the video signal.

なお、一般的な自然画はウインドウパターンとは異なり、空間周波数の高い信号を含んでいるため、上記の方法を適応するにはさらに工夫が必要である。   Note that, unlike a window pattern, a general natural image includes a signal having a high spatial frequency, and thus further ingenuity is required to apply the above method.

すなわち、前フィールド映像信号と現フィールド映像信号の前特徴領域または現特徴領域の水平エッジ部分において、隣接する前特徴領域または現特徴領域の水平エッジ部分間の間隔は、前記伸張信号A、B、C、Dを作成する際に伸張する画素数より大きくし、隣接するそれぞれの水平エッジ部分の伸張信号が重ならないように、あらかじめ前フィールド映像信号、現フィールド映像信号を調整しておくことが必要である。   That is, in the previous feature region of the previous field video signal and the current field video signal or the horizontal edge portion of the current feature region, the interval between the adjacent previous feature region or the horizontal edge portion of the current feature region is the extension signal A, B, It is necessary to adjust the previous field video signal and the current field video signal in advance so that they are larger than the number of pixels to be expanded when creating C and D and the expanded signals of the adjacent horizontal edge portions do not overlap. It is.

図2は空間周波数の高い映像信号が水平に移動している場合に、上記の考え方を用いて動き検出を行った場合を示している。図2(a)は前フィールド映像信号、図2(b)は現フィールド映像信号であり、太い縦線は水平エッジ部分であることを示している。図2(c)は前フィールドの水平エッジ部分を左へ引き伸ばした信号(伸張信号Aに対応する)、図2(d)は現フィールドの水平エッジ部分を左へ引き伸ばした信号(伸張信号Bに対応する)、図2(e)は前フィールドの水平エッジ部分を右へ引き伸ばした信号(伸張信号Cに対応する)、図2(f)は現フィールドの水平エッジ部分を右へ引き伸ばした信号(伸張信号Dに対応する)を表している。エッジ部分が互いに近接しているために、引き伸ばした信号が互いに重なり合ってしまっていることがわかる。図2(d)中に網掛けで示した部分が、前フィールドから現フィールドにかけて、水平エッジ部分を左へ引き伸ばした信号が0から1に増加している部分であり、図2(f)中に網掛けで示した部分が、前フィールドから現フィールドにかけて、水平エッジ部分を右へ引き伸ばした信号が1から0に減少している部分である。これら二つの網掛け領域が重なる部分がないため、結果として、図2(g)のように、動き領域がまったく検出されていない。この問題は映像信号の空間周波数が高いことに起因しているが、これを回避するために自然画に低域通過フィルタを施してしまうと、エッジ部分が検出できなくなってしまう。   FIG. 2 shows a case where motion detection is performed using the above-mentioned concept when a video signal having a high spatial frequency is moving horizontally. 2A shows the previous field video signal, FIG. 2B shows the current field video signal, and the thick vertical lines indicate the horizontal edge portions. 2C shows a signal obtained by extending the horizontal edge portion of the previous field to the left (corresponding to the extension signal A), and FIG. 2D shows a signal obtained by extending the horizontal edge portion of the current field to the left (to the extension signal B). 2 (e) is a signal obtained by extending the horizontal edge portion of the previous field to the right (corresponding to the expansion signal C), and FIG. 2 (f) is a signal obtained by extending the horizontal edge portion of the current field to the right ( Corresponding to the expansion signal D). It can be seen that the stretched signals overlap each other because the edge portions are close to each other. A portion indicated by shading in FIG. 2 (d) is a portion where the signal obtained by extending the horizontal edge portion to the left from the previous field to the current field is increased from 0 to 1, and in FIG. 2 (f). The shaded portion in FIG. 6 is a portion where the signal obtained by extending the horizontal edge portion to the right from the previous field to the current field decreases from 1 to 0. Since there is no portion where these two shaded areas overlap, as a result, no motion area is detected as shown in FIG. This problem is caused by the high spatial frequency of the video signal. However, if a low-pass filter is applied to a natural image in order to avoid this, the edge portion cannot be detected.

そこで本発明においては、図3に示すように、現フィールド映像信号および前フィールド映像信号は、あらかじめ所定の閾値で2値化する処理を行い、その信号に基づき、水平エッジ領域を抽出し、その水平エッジ領域を伸張した伸張信号を作成して前記水平エッジ領域の動き方向および動き量を検出するように構成している。   Therefore, in the present invention, as shown in FIG. 3, the current field video signal and the previous field video signal are binarized in advance with a predetermined threshold, and based on the signal, a horizontal edge region is extracted, An extension signal obtained by extending the horizontal edge area is generated to detect the movement direction and the movement amount of the horizontal edge area.

すなわち、図3(a)に示すような空間周波数の高い成分を含む映像信号を処理する場合、まず、所定の閾値を用いて2値化する(図3(b))。次に、2値化された映像信号において、値が1となっている領域に挟まれた、値が0である領域のうち水平幅が狭い領域の値を1に置き換えることで穴埋めを行う(図3(c))。   That is, when processing a video signal including a component having a high spatial frequency as shown in FIG. 3A, first, binarization is performed using a predetermined threshold (FIG. 3B). Next, in the binarized video signal, hole filling is performed by replacing the value of the region having a narrow horizontal width among the regions having a value of 0 sandwiched between regions having a value of 1 by 1 ( FIG. 3 (c)).

ここで、水平幅が狭い領域とは、図1(f)などのようにエッジ領域を水平方向に伸張する画素数、すなわち前記前特徴領域および現特徴領域である水平エッジが1フィールド間に移動する最大画素数をn(nは自然数)とすると、水平幅がn画素以下の領域を指しており、現フィールド映像信号および前フィールド映像信号を、あらかじめ所定の閾値で2値化した後、値が0である画素が水平方向にn画素以下しか連続しない領域に含まれる画素の値を1に変更したものである。   Here, the region with a narrow horizontal width means the number of pixels that extend the edge region in the horizontal direction as shown in FIG. 1F, that is, the horizontal edge that is the previous feature region and the current feature region moves between one field. If the maximum number of pixels to be performed is n (n is a natural number), it indicates an area having a horizontal width of n pixels or less, and the current field video signal and the previous field video signal are binarized with a predetermined threshold value in advance. The value of a pixel included in a region in which pixels having a value of 0 continue to n pixels or less in the horizontal direction is changed to 1.

このように処理された映像信号に対して、エッジ領域を検出すれば、隣接するエッジ領域間の間隔が広くなるため、伸張信号を作成する際に伸張した部分が互いに重なることがない。また、映像信号が1ビットとなるので演算データ量も少なくてすむため、簡単に水平エッジ部分の動き方向および動き量を求めることができる。   If an edge region is detected for the video signal processed in this way, the interval between adjacent edge regions is widened, so that the stretched portions do not overlap each other when creating the stretched signal. Further, since the video signal is 1 bit, the amount of calculation data can be reduced, so that the movement direction and the movement amount of the horizontal edge portion can be easily obtained.

また本発明において、図3に示すように2値化処理を行う際に、たとえば図4(a)のように、映像信号を3つの異なる閾値(閾値A>閾値B>閾値C)によって2値化すると、図4(b)、図4(c)、図4(d)のようにそれぞれ異なる2値化映像信号を得ることができる。これらの2値化映像信号を用いて独立に上記の動き検出を行い、結果を総合的に判断し、動き方向、動き量をもとめてもよい。ここで、総合的に判断するとは、たとえば動き方向は多数決をとる、または、すべてが一致しなければ動き判定不能とするなどが考えられ、また動き量は平均値を用いるなどが考えられる。さらに、ここでは3つの異なる閾値として説明したが、本発明はそれに限るものではなく、m(mは2以上の整数)個の閾値を用いて行うことも可能である。   In the present invention, when performing binarization processing as shown in FIG. 3, for example, as shown in FIG. 4A, a video signal is binarized by three different thresholds (threshold A> threshold B> threshold C). In this case, different binary video signals can be obtained as shown in FIGS. 4B, 4C, and 4D. The above motion detection may be performed independently using these binarized video signals, and the result may be comprehensively determined to determine the motion direction and the motion amount. Here, comprehensive judgment may be, for example, that the motion direction is majority, or that the motion determination is impossible if all of them do not match, and that the motion amount uses an average value. Furthermore, although it has been described here that there are three different threshold values, the present invention is not limited to this, and it is also possible to carry out using m (m is an integer of 2 or more) threshold values.

すなわち、本発明においては、入力された前フィールド映像信号および現フィールド映像信号をそれぞれ異なるm個の閾値(mは2以上の整数)で2値化して第1の2値画像信号を作成し、その第1の2値画像信号のそれぞれにおいて値が0である画素が水平方向にn画素以下(nは自然数)しか連続しない領域に含まれる画素の値を1に変更して第2の2値画像信号を作成するとともに、その第2の2値画像信号それぞれから水平エッジ領域を検出し、そのそれぞれの水平エッジ領域を画面左方向に伸張した伸張信号A、Bを作成するとともに、前記それぞれの水平エッジ領域を画面右方向に伸張した伸張信号C、Dを作成し、前記それぞれの伸張信号Aと前記伸張信号Bと前記伸張信号Cと前記伸張信号Dを用いて現フィールド映像信号内の動き方向および動き速度を検出するものである。   That is, in the present invention, the input previous field video signal and current field video signal are binarized with different m threshold values (m is an integer of 2 or more) to create a first binary image signal, In each of the first binary image signals, the second binary value is obtained by changing the value of a pixel included in a region in which pixels having a value of 0 continue in the horizontal direction to n pixels or less (n is a natural number) to 1 An image signal is generated, a horizontal edge region is detected from each of the second binary image signals, and expanded signals A and B are generated by extending the respective horizontal edge regions in the left direction of the screen. Expanded signals C and D are generated by expanding the horizontal edge region in the right direction of the screen, and the current field video signal is generated using the expanded signal A, the expanded signal B, the expanded signal C, and the expanded signal D. And it detects the movement direction and movement speed of the.

図5は、本発明の一実施の形態における動き検出装置の機能ブロック図である。動き検出装置1は、複数の動き検出部2と複数の動き検出部で検出された信号から動き方向と動き量とを算出する動き算出部3からなる。動き検出部2は、現フィールドおよび前フィールドの映像信号を所定に閾値により2値化して2値画像信号を作成する2値化部4と、作成された前記2値画像信号のそれぞれにおいて値が0である画素が水平方向にn画素以下(nは自然数)しか連続しない領域に含まれる画素の値を1に変更した2値画像を作成する穴埋め部5と、穴埋め後の現フィールドの2値化映像信号の水平エッジを検出する現フィールド水平エッジ検出部6と、穴埋め後の前フィールドの2値化映像信号の水平エッジを検出する前フィールド水平エッジ検出部7と、検出された現フィールドの水平エッジを左方向へ所定の画素数だけ引き伸ばす伸張信号B作成部8と、検出された現フィールドの水平エッジを右方向へ所定の画素数だけ引き伸ばす伸張信号D作成部9と、検出された前フィールドの水平エッジを左方向へ所定の画素数だけ引き伸ばす伸張信号A作成部10と、検出された前フィールドの水平エッジを右方向へ所定の画素数だけ引き伸ばす伸張信号C作成部11とを備える。   FIG. 5 is a functional block diagram of the motion detection device according to the embodiment of the present invention. The motion detection device 1 includes a plurality of motion detection units 2 and a motion calculation unit 3 that calculates a motion direction and a motion amount from signals detected by the plurality of motion detection units. The motion detection unit 2 binarizes the video signal of the current field and the previous field with a predetermined threshold value to create a binary image signal, and each of the created binary image signals has a value. A hole filling unit 5 for creating a binary image in which the value of a pixel included in a region in which pixels of 0 are continuous in the horizontal direction by n pixels or less (n is a natural number) is changed to 1, and a binary value of the current field after the hole filling A current field horizontal edge detector 6 for detecting a horizontal edge of the digitized video signal, a previous field horizontal edge detector 7 for detecting a horizontal edge of the binarized video signal of the previous field after hole filling, and the detected current field A decompression signal B creating unit 8 that stretches the horizontal edge to the left by a predetermined number of pixels, and a decompression signal D creation unit 9 that stretches the detected horizontal edge of the current field to the right by a predetermined number of pixels. A decompressed signal A creating unit 10 that stretches the detected horizontal edge of the previous field to the left by a predetermined number of pixels, and a decompressed signal C creating unit that stretches the detected horizontal edge of the previous field to the right by a predetermined number of pixels. 11.

2値化部4と穴埋め部5は水平エッジ検出部において検出されるエッジ領域の間隔が狭くなりすぎないようにあらかじめ調整する機能を有するため、入力映像信号調整部12として一体化してもよい。   Since the binarization unit 4 and the hole filling unit 5 have a function of adjusting in advance so that the interval between the edge regions detected by the horizontal edge detection unit does not become too narrow, they may be integrated as the input video signal adjustment unit 12.

以上の構成により、上述した動き検出方法を実現することができる。なお、本実施の形態では、映像信号のエッジ部分に着目して動き検出を行ったが、本発明はそれに限られるものではなく、映像信号の特徴ある部分を検出し、それに着目して動き検出を行ってもよい。特徴ある部分とは、たとえば映像信号の輝度ピーク部分としてもよいし、特定階調部分としてもよい。2値化・穴埋め後の画像であれば、領域の中央部などとしてもよい。   With the above configuration, the motion detection method described above can be realized. In this embodiment, the motion detection is performed by paying attention to the edge portion of the video signal. However, the present invention is not limited thereto, and the motion detection is performed by detecting a characteristic portion of the video signal. May be performed. The characteristic part may be, for example, a luminance peak part of a video signal or a specific gradation part. In the case of an image after binarization and hole filling, the center of the region may be used.

また、本実施の形態では、映像信号のエッジ部分を、左右に伸張したが、本発明はそれに限られるものではなく、映像信号の特徴部分を逆方向に伸張した2つの信号から、その方向と動き量を求めることが可能である。   In this embodiment, the edge portion of the video signal is expanded to the left and right. However, the present invention is not limited to this, and two directions obtained by extending the characteristic portion of the video signal in the opposite directions are used to determine the direction of the video signal. It is possible to determine the amount of movement.

以上のように本発明は、画像の動きを検出して画像処理を行う画像処理装置において、動画部分の動き量と動き方向を簡単な回路構成で検出することができるので、種々の表示デバイスの表示品質を安価に向上させることが可能である。   As described above, the present invention can detect the motion amount and the motion direction of a moving image portion with a simple circuit configuration in an image processing apparatus that detects image motion and performs image processing. The display quality can be improved at a low cost.

本発明の実施の形態における動き検出方法の概念を説明するための図The figure for demonstrating the concept of the motion detection method in embodiment of this invention 空間周波数の高い画像に対して発生する問題を説明するための図Diagram for explaining problems that occur with images with high spatial frequency 空間周波数の高い画像に対して本発明を適応するための方法を説明するための図The figure for demonstrating the method for applying this invention with respect to the image with a high spatial frequency. 複数の閾値により2値化することを説明するための図The figure for demonstrating binarization with a some threshold value 本発明の一実施の形態における動き検出装置の機能ブロック図Functional block diagram of a motion detection apparatus according to an embodiment of the present invention

符号の説明Explanation of symbols

1 動き検出装置
2 動き検出部
3 動き算出部
4 2値化部
5 穴埋め部
6 現フィールド水平エッジ検出部
7 前フィールド水平エッジ検出部
8 伸張信号B作成部
9 伸張信号D作成部
10 伸張信号A作成部
11 伸張信号C作成部
12 入力映像信号調整部
DESCRIPTION OF SYMBOLS 1 Motion detection apparatus 2 Motion detection part 3 Motion calculation part 4 Binarization part 5 Hole filling part 6 Current field horizontal edge detection part 7 Previous field horizontal edge detection part 8 Decompression signal B production part 9 Decompression signal D production part 10 Decompression signal A Creation unit 11 Expanded signal C creation unit 12 Input video signal adjustment unit

Claims (15)

入力された前フィールド映像信号の特徴領域である前特徴領域および現フィールド映像信号の特徴領域である現特徴領域を検出し、前記前特徴領域および現特徴領域を第一の方向に伸張した伸張信号A、Bを作成するとともに、前特徴領域および現特徴領域を第二の方向に伸張した伸張信号C、Dを作成し、前記伸張信号Aと前記伸張信号Bと前記伸張信号Cと前記伸張信号Dとを用いて前記現特徴領域の動き方向および動き量を検出することを特徴とする動き検出方法。 An expanded signal obtained by detecting a previous feature area that is a feature area of the input previous field video signal and a current feature area that is a feature area of the current field video signal, and extending the previous feature area and the current feature area in a first direction. A and B are generated, and extension signals C and D are generated by extending the previous feature area and the current feature area in the second direction, and the extension signal A, the extension signal B, the extension signal C, and the extension signal are generated. A motion detection method for detecting a motion direction and a motion amount of the current feature region using D. 前記第一の方向と前記第二の方向は互いに逆方向であることを特徴とする請求項1に記載の動き検出方法。 The motion detection method according to claim 1, wherein the first direction and the second direction are opposite to each other. 入力された前フィールド映像信号および現フィールド映像信号から水平エッジ領域を検出し、前記それぞれの水平エッジ領域を画面左方向に伸張した伸張信号A、Bを作成するとともに、前記それぞれの水平エッジ領域を画面右方向に伸張した伸張信号C、Dを作成し、前記伸張信号Aと前記伸張信号Bと前記伸張信号Cと前記伸張信号Dとを用いて前記水平エッジ領域の動き方向および動き量を検出することを特徴とする動き検出方法。 A horizontal edge area is detected from the input previous field video signal and current field video signal, and the extension signals A and B are generated by extending the horizontal edge areas in the left direction of the screen. The expansion signals C and D expanded in the right direction of the screen are generated, and the movement direction and the movement amount of the horizontal edge region are detected using the expansion signal A, the expansion signal B, the expansion signal C, and the expansion signal D. A motion detection method characterized by: 現フィールド映像信号および前フィールド映像信号は、あらかじめ所定の閾値で2値化したものを用いることを特徴とする請求項1または3に記載の動き検出方法。 The motion detection method according to claim 1 or 3, wherein the current field video signal and the previous field video signal are binarized in advance with a predetermined threshold value. 現フィールド映像信号および前フィールド映像信号は、あらかじめ所定の閾値で2値化したのち、値が0である画素が水平方向にn画素以下(nは自然数)しか連続しない領域に含まれる画素の値を1に変更したものを用いることを特徴とする請求項1または3に記載の動き検出方法。 The current field video signal and the previous field video signal are binarized with a predetermined threshold value in advance, and then the values of pixels included in a region in which pixels having a value of 0 continue to be n pixels or less (n is a natural number) in the horizontal direction. The motion detection method according to claim 1, wherein a value obtained by changing to 1 is used. 入力された前フィールド映像信号および現フィールド映像信号をそれぞれ異なるm個の閾値(mは2以上の整数)で2値化して第1の2値画像信号を作成し、その第1の2値画像信号のそれぞれにおいて値が0である画素が水平方向にn画素以下(nは自然数)しか連続しない領域に含まれる画素の値を1に変更して第2の2値画像信号を作成するとともに、その第2の2値画像信号それぞれから水平エッジ領域を検出し、そのそれぞれの水平エッジ領域を画面左方向に伸張した伸張信号A、Bを作成するとともに、前記それぞれの水平エッジ領域を画面右方向に伸張した伸張信号C、Dを作成し、前記それぞれの伸張信号Aと前記伸張信号Bと前記伸張信号Cと前記伸張信号Dを用いて現フィールド映像信号内の動き方向および動き速度を検出することを特徴とする動き検出方法。 The input previous field video signal and current field video signal are binarized with different m threshold values (m is an integer of 2 or more) to create a first binary image signal, and the first binary image A pixel value of 0 in each of the signals is generated by changing the value of a pixel included in a region where n pixels or less (n is a natural number) in the horizontal direction to 1 to create a second binary image signal; A horizontal edge area is detected from each of the second binary image signals, and expanded signals A and B are generated by extending the horizontal edge areas in the left direction of the screen, and the horizontal edge areas are set in the right direction of the screen. The decompressed signals C and D are generated by using the respective decompressed signal A, the decompressed signal B, the decompressed signal C, and the decompressed signal D, and the motion direction and motion speed in the current field video signal are determined. Motion detecting method which is characterized in that output. 前記伸張信号Aまたは伸張信号Bまたは伸張信号Cまたは伸張信号Dを作成する際に伸張する画素数は、前記現フィールド映像信号の水平エッジ領域が1フィールド間に移動する最大画素数としたことを特徴とする請求項3または6に記載の動き検出方法。 The number of pixels to be expanded when generating the expansion signal A, the expansion signal B, the expansion signal C, or the expansion signal D is the maximum number of pixels that the horizontal edge region of the current field video signal moves between one field. The motion detection method according to claim 3 or 6, wherein the motion detection method is characterized in that: 前記自然数nは、前記伸張信号Aまたは前記伸張信号Bまたは前記伸張信号Cまたは前記伸張信号Dを作成する際に伸張する画素数であることを特徴とする請求項5または6に記載の動き検出方法。 The motion detection according to claim 5 or 6, wherein the natural number n is the number of pixels to be expanded when the expansion signal A, the expansion signal B, the expansion signal C, or the expansion signal D is created. Method. 前記自然数nは、前記現フィールド映像信号の水平エッジ領域が1フィールド間に移動する最大画素数であることを特徴とする請求項5または6に記載の動き検出方法。 The motion detection method according to claim 5 or 6, wherein the natural number n is a maximum number of pixels in which a horizontal edge region of the current field video signal moves between one field. 入力された前フィールド映像信号の特徴領域である前特徴領域および現フィールド映像信号の特徴領域である現特徴領域を検出する検出部と、前記前特徴領域および現特徴領域を第一の方向に伸張した伸張信号A、Bを作成するとともに、前特徴領域および現特徴領域を第二の方向に伸張した伸張信号C、Dを作成する伸張信号作成部と、前記伸張信号Aと前記伸張信号Bと前記伸張信号Cと前記伸張信号Dとを用いて前記現特徴領域の動き方向および動き量を検出する動き算出部とを有することを特徴とする動き検出装置。 A detection unit that detects a previous feature area that is a feature area of the input previous field video signal and a current feature area that is a feature area of the current field video signal, and extends the previous feature area and the current feature area in a first direction. The decompressed signal A and B, and the decompressed signal creating unit for creating the decompressed signals C and D obtained by stretching the previous feature area and the current feature area in the second direction; A motion detection apparatus comprising: a motion calculation unit that detects a motion direction and a motion amount of the current feature region using the expansion signal C and the expansion signal D. 入力された前フィールド映像信号および現フィールド映像信号から水平エッジ領域を検出する前フィールド水平エッジ検出部および現フィールド水平エッジ検出部と、前記前フィールド水平エッジ検出部および現フィールド水平エッジ検出部により検出された水平エッジ領域を画面左方向に伸張する伸張信号A作成部および伸張信号B作成部と、前記前フィールド水平エッジ検出部および現フィールド水平エッジ検出部により検出された水平エッジ領域を画面右方向に伸張する伸張信号C作成部および伸張信号D作成部と、前記伸張信号Aと前記伸張信号Bと前記伸張信号Cと前記伸張信号Dとを用いて前記水平エッジ領域の動き方向および動き量を算出する動き算出部とを有することを特徴とする動き検出装置。 Detected by the previous field horizontal edge detection unit and current field horizontal edge detection unit for detecting a horizontal edge region from the input previous field video signal and current field video signal, and by the previous field horizontal edge detection unit and current field horizontal edge detection unit A decompressed signal A creating unit and a decompressed signal B creating unit for extending the horizontal edge region in the left direction of the screen, and a horizontal edge region detected by the previous field horizontal edge detecting unit and the current field horizontal edge detecting unit in the right direction of the screen The extension direction C and the extension signal D are generated by using the extension signal C generator and the extension signal D generator, the extension signal A, the extension signal B, the extension signal C, and the extension signal D. A motion detection apparatus comprising: a motion calculation unit for calculating. 入力された現フィールドおよび前フィールドの映像信号を2値化して現フィールドの2値画像信号と前フィールドの2値画像信号を作成する2値化部と、作成された前記2値画像信号のそれぞれにおいて値が0である画素が水平方向にn画素以下(nは自然数)しか連続しない領域に含まれる画素の値を1に変更した2値画像を作成する穴埋め部と、現フィールド映像信号から作成された前記2値画像から水平エッジ領域を検出する前フィールド映像信号および現フィールド映像信号から水平エッジ領域を検出する前フィールド水平エッジ検出部および現フィールド水平エッジ検出部と、前記前フィールド水平エッジ検出部および現フィールド水平エッジ検出部により検出された水平エッジ領域を画面左方向に伸張する伸張信号A作成部および伸張信号B作成部と、前記前フィールド水平エッジ検出部および現フィールド水平エッジ検出部により検出された水平エッジ領域を画面右方向に伸張する伸張信号C作成部および伸張信号D作成部と、前記伸張信号Aと前記伸張信号Bと前記伸張信号Cと前記伸張信号Dとを用いて前記水平エッジ領域の動き方向および動き量を算出する動き算出部とを有することを特徴とする動き検出装置。 A binarization unit that binarizes the input video signals of the current field and the previous field to create a binary image signal of the current field and a binary image signal of the previous field, and each of the created binary image signals Created from the current field video signal and a hole filling unit that creates a binary image in which the value of a pixel included in a region where pixels having a value of 0 in the horizontal direction are continuous with n pixels or less (n is a natural number) in the horizontal direction is 1 A previous field video signal detecting a horizontal edge region from the binary image, a previous field horizontal edge detecting unit detecting a horizontal edge region from the current field video signal, a current field horizontal edge detecting unit, and the previous field horizontal edge detecting And a horizontal edge area detected by the current field horizontal edge detection unit A decompression signal B creation unit; a decompression signal C creation unit and a decompression signal D creation unit that stretches the horizontal edge areas detected by the previous field horizontal edge detection unit and the current field horizontal edge detection unit in the right direction of the screen; and A motion detection apparatus comprising: a motion calculation unit that calculates a motion direction and a motion amount of the horizontal edge region using the signal A, the decompression signal B, the decompression signal C, and the decompression signal D. 前記伸張信号Aまたは伸張信号Bまたは伸張信号Cまたは伸張信号Dを作成する際に伸張する画素数は、前記現フィールド映像信号の水平エッジ領域が1フィールド間に移動する最大画素数としたことを特徴とする請求項11または12に記載の動き検出装置。 The number of pixels to be expanded when generating the expansion signal A, the expansion signal B, the expansion signal C, or the expansion signal D is the maximum number of pixels that the horizontal edge region of the current field video signal moves between one field. The motion detection device according to claim 11 or 12, characterized in that: 前記自然数nは、前記伸張信号Aまたは前記伸張信号Bまたは前記伸張信号Cまたは前記伸張信号Dを作成する際に伸張する画素数であることを特徴とする請求項11または12に記載の動き検出装置。 The motion detection according to claim 11 or 12, wherein the natural number n is the number of pixels to be expanded when the expansion signal A, the expansion signal B, the expansion signal C, or the expansion signal D is created. apparatus. 前記自然数nは、前記現フィールド映像信号の水平エッジ領域が1フィールド間に移動する最大画素数であることを特徴とする請求項11または12に記載の動き検出装置。 13. The motion detection apparatus according to claim 11, wherein the natural number n is a maximum number of pixels in which a horizontal edge region of the current field video signal moves between one field.
JP2006283385A 2006-10-18 2006-10-18 Motion detection method and motion detection apparatus Expired - Fee Related JP4702256B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006283385A JP4702256B2 (en) 2006-10-18 2006-10-18 Motion detection method and motion detection apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006283385A JP4702256B2 (en) 2006-10-18 2006-10-18 Motion detection method and motion detection apparatus

Publications (2)

Publication Number Publication Date
JP2008102659A true JP2008102659A (en) 2008-05-01
JP4702256B2 JP4702256B2 (en) 2011-06-15

Family

ID=39436956

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006283385A Expired - Fee Related JP4702256B2 (en) 2006-10-18 2006-10-18 Motion detection method and motion detection apparatus

Country Status (1)

Country Link
JP (1) JP4702256B2 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004138940A (en) * 2002-10-21 2004-05-13 Matsushita Electric Ind Co Ltd Image signal processor
JP2004343483A (en) * 2003-05-16 2004-12-02 Acutelogic Corp Device and method for correcting camera-shake and device for detecting camera shake

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004138940A (en) * 2002-10-21 2004-05-13 Matsushita Electric Ind Co Ltd Image signal processor
JP2004343483A (en) * 2003-05-16 2004-12-02 Acutelogic Corp Device and method for correcting camera-shake and device for detecting camera shake

Also Published As

Publication number Publication date
JP4702256B2 (en) 2011-06-15

Similar Documents

Publication Publication Date Title
US8144255B2 (en) Still subtitle detection apparatus and image processing method therefor
JP5729464B2 (en) POSITION INFORMATION ADDING DEVICE, POSITION INFORMATION ADDING METHOD, POSITION INFORMATION ADDING COMPUTER PROGRAM, AND POSITION DETECTION DEVICE
JP2011239433A (en) Digital watermark embedding method, digital watermark detecting method, apparatus and program
JP2004201308A (en) Method and system for advanced edge-adaptive interpolation for interlace-to-progressive conversion
CN105282475A (en) Mobile subtitle detection and compensation method and system
US20080239144A1 (en) Frame rate conversion device and image display apparatus
JP2010147538A (en) Image processing apparatus, method, and program
JP2007028604A (en) Image processing apparatus, image processing method, and video camera
US10460414B2 (en) Digital watermark information detecting device and digital watermark information detecting method
JP2007195062A (en) Image still area determining device and interlace-progressive image converting device
JP2009042897A (en) Image processing unit and image processing method
JP3784796B2 (en) Mobile body-associated information display device
JP2009290828A (en) Image processor, and image processing method
JP4702256B2 (en) Motion detection method and motion detection apparatus
WO2016199418A1 (en) Frame rate conversion system
KR20030026983A (en) Text discrimination method and related apparatus
US10109077B2 (en) Image generation device and display device
JP5188272B2 (en) Video processing apparatus and video display apparatus
JP5377649B2 (en) Image processing apparatus and video reproduction apparatus
JP5164716B2 (en) Video processing device and video display device
JP2008124901A (en) Video signal processing apparatus
JP2005184442A (en) Image processor
KR100856474B1 (en) Stabilizing method for shaking video image
JP5824937B2 (en) Motion vector deriving apparatus and method
JP2009147938A (en) Method of converting video image format and corresponding device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090818

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20090914

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110208

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110221

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313113

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees