JP2007228156A - Movement detection processing apparatus and method thereof - Google Patents

Movement detection processing apparatus and method thereof Download PDF

Info

Publication number
JP2007228156A
JP2007228156A JP2006045456A JP2006045456A JP2007228156A JP 2007228156 A JP2007228156 A JP 2007228156A JP 2006045456 A JP2006045456 A JP 2006045456A JP 2006045456 A JP2006045456 A JP 2006045456A JP 2007228156 A JP2007228156 A JP 2007228156A
Authority
JP
Japan
Prior art keywords
value
difference absolute
absolute value
maximum value
area
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
JP2006045456A
Other languages
Japanese (ja)
Other versions
JP4527674B2 (en
Inventor
Hironori Goko
博紀 郷古
Kenichi Morioka
健一 森岡
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry 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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP2006045456A priority Critical patent/JP4527674B2/en
Publication of JP2007228156A publication Critical patent/JP2007228156A/en
Application granted granted Critical
Publication of JP4527674B2 publication Critical patent/JP4527674B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Image Analysis (AREA)
  • Image Input (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a movement detection processing apparatus capable of preventing the reduction of a processing speed and the increase of power consumption. <P>SOLUTION: A searching object block storing RAM 12 and a reference block storing RAM 14 are connected to an address generation circuit 16. The pixel data of a searching object block and the pixel data of a reference block are inputted to an absolute difference value calculation circuit 24 in accordance with an address signal and an absolute difference value is calculated. A maximum value detection circuit 42 detects a maximum value of these stored values and outputs area information indicating an area corresponding to the maximum value and a clock signal to an address generation circuit 16. An accumulative operation circuit 32 calculates the sum of absolute difference values for one block from the absolute difference values, outputs the calculated summed absolute difference value (SAD) to an SAD value comparing circuit 52, and when a state that the SAD value is not minimum is detected, generates a reset signal 54 and interrupts the absolute difference value calculation of the block being processed at present. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、動画像の符号化にて動き探索処理を行う動き検出処理装置および方法に関するものである。   The present invention relates to a motion detection processing apparatus and method for performing motion search processing by encoding moving images.

近年、動画像符号化技術において、現在のフレームに対して過去のフレーム(参照フレーム)からの変動分を求め、動きベクトルとして符号化することによって、符号化効率を高める動き検出技術が開発されている。復号時には、動きベクトルと参照フレームとの情報から現在フレームを復元する。   2. Description of the Related Art In recent years, in motion picture encoding technology, a motion detection technology has been developed that increases the encoding efficiency by obtaining a change from a past frame (reference frame) with respect to the current frame and encoding it as a motion vector. Yes. At the time of decoding, the current frame is restored from information on the motion vector and the reference frame.

この動き検出は、現在の一コマの画像を示す現在フレーム内に配置されたある8画素×8画素の探索対象ブロックに対して、参照フレームからの変動分を探索するために参照フレームに探索範囲を設定する。次に、探索対象ブロックと同じ形状のブロックをこの探索範囲内で探索することにより、対象ブロックの変動分を動きベクトルとして表現する。   This motion detection is performed by searching a reference frame in order to search for a variation from the reference frame with respect to a search target block of 8 pixels × 8 pixels arranged in a current frame indicating an image of the current frame. Set. Next, by searching for a block having the same shape as the search target block within this search range, the variation of the target block is expressed as a motion vector.

同じ形状のブロックを探索する方法としては、差分絶対値和と呼ばれる方法が用いられる。数式で示すと次のようになる。   As a method for searching for blocks having the same shape, a method called a sum of absolute differences is used. It is as follows when expressed in mathematical formulas.

Figure 2007228156
ここで、P1(x,y)は現在フレームの探索対象ブロックにおける(x,y)位置における画素値を示し、P2(x,y)は参照フレームの参照ブロックにおける(x、y)位置における画素値を示し、SADはこれら画素値の差分絶対値和である。
Figure 2007228156
Here, P1 (x, y) indicates a pixel value at the (x, y) position in the search target block of the current frame, and P2 (x, y) indicates a pixel at the (x, y) position in the reference block of the reference frame. SAD is the sum of absolute differences of these pixel values.

上式(1)は、ブロック同士の同じ位置の画素値の差分絶対値をとり、これを累積していく方法に適用される。SAD値が大きい場合はブロック同士の差分が大きいことを意味し、ブロック内画像の形状が異なっていることが分かる。探索範囲の中でSAD値が最も小さいブロックを同じ形状のブロックとして認識することができる。   The above equation (1) is applied to a method of taking the absolute difference value of the pixel values at the same position in the blocks and accumulating them. When the SAD value is large, it means that the difference between the blocks is large, and it can be seen that the shapes of the images in the blocks are different. A block having the smallest SAD value in the search range can be recognized as a block having the same shape.

このような処理を行う構成として、たとえば8画素×8画素のブロック画像データを格納する64 byteのメモリ領域をそれぞ有する探索対象ブロック格納用RAMと、参照ブロック格納用RAMに8ビット値の画素データを入力し、これらRAMにアドレス生成回路から生成されるアドレスを同時に与える。これは、探索対象ブロックと参照ブロックの同じ位置の画素値を双方のRAMより出力するためである。   As a configuration for performing such processing, for example, a search target block storage RAM having a 64-byte memory area for storing block image data of 8 pixels × 8 pixels, and an 8-bit value pixel in the reference block storage RAM, for example. Data is input, and addresses generated from the address generation circuit are simultaneously given to these RAMs. This is because the pixel values at the same position in the search target block and the reference block are output from both RAMs.

アドレス生成回路は、ブロック内の画素位置を水平方向の8画素ごとに水平走査し、垂直方向に順次副走査して同様に水平走査するアドレスを生成する。   The address generation circuit horizontally scans the pixel positions in the block every 8 pixels in the horizontal direction and sequentially sub-scans in the vertical direction to generate addresses that are similarly horizontally scanned.

このアドレスによって探索対象ブロック格納用RAMおよび参照ブロック格納用RAMから読み出された画素値は、差分絶対値|P1(x,y)−P2(x,y)|を算出する差分絶対値演算回路に入力される。算出された差分絶対値は、累積演算回路に入力されて1ブロック分の総和が求められ、さらにSAD値比較回路にてSAD値が最小となるブロックが検出される。   The pixel value read from the search target block storage RAM and the reference block storage RAM by this address is the difference absolute value calculation circuit for calculating the difference absolute value | P1 (x, y) −P2 (x, y) | Is input. The calculated difference absolute value is input to the accumulation operation circuit to obtain the sum of one block, and the SAD value comparison circuit detects the block having the smallest SAD value.

演算量を削減するために、SAD値比較回路に、ある閾値を設定しておき、累積演算回路における途中の演算結果が、この閾値を上回った場合に累積演算を中断し次の参照ブロックに対する演算に移行する場合がある。   In order to reduce the amount of calculation, a certain threshold value is set in the SAD value comparison circuit, and if the calculation result in the accumulation calculation circuit exceeds this threshold value, the accumulation calculation is interrupted and the calculation for the next reference block is performed. There is a case to move to.

また、従来文献1に記載の発明では、時系列的に離隔した二つの画像間における差分絶対値和を演算し、その演算結果が所定の閾値を超えると狭範囲探索窓における演算を終了することが開示されているものの、大きな差分絶対値から和演算を開始する開示はなかった。
特開平10-271514号公報
In the invention described in the conventional document 1, the sum of absolute differences between two images separated in time series is calculated, and when the calculation result exceeds a predetermined threshold, the calculation in the narrow range search window is terminated. However, there is no disclosure that starts the sum operation from a large absolute difference value.
Japanese Patent Laid-Open No. 10-271514

しかしながら上記従来構成では、演算量が非常に多く、一般的なCPUなどでは処理できなかったり、処理できたとしても消費電力が非常に大きくなったりするなどの問題点があった。   However, the above-described conventional configuration has a problem that the amount of calculation is so large that it cannot be processed by a general CPU or the power consumption becomes very large even if it can be processed.

そこで、差分絶対値和演算を行なうための専用のハードウェアをCPU内部、或いは別のハードウェアアクセラレータとして設けたり、或いは、SAD値がある閾値を超えた場合にそのブロックに対する演算を途中で打ち切ったりするなどの工夫が用いられたとしても、大抵の場合、処理速度が低下し、また、消費電力が増大してボトルネックとなるという問題があった。   Therefore, dedicated hardware for performing the difference absolute value sum calculation is provided in the CPU or as another hardware accelerator, or when the SAD value exceeds a certain threshold, the calculation for the block is interrupted. Even if a technique such as this is used, in most cases, there is a problem that the processing speed is reduced and the power consumption is increased to become a bottleneck.

本発明はこのような課題に鑑み、処理速度の低下や消費電力の増加を防止することのできる動き検出処理装置および方法を提供することを目的とする。   The present invention has been made in view of the above problems, and an object of the present invention is to provide a motion detection processing apparatus and method that can prevent a decrease in processing speed and an increase in power consumption.

本発明は上述の課題を解決するために、動き探索処理が施される探索対象ブロックの画素データを格納する第1のメモリ手段と、探索対象ブロックの過去を示す参照ブロックに関する画素データを格納する第2のメモリ手段と、第1および第2のメモリ手段に同一のアドレスを供給するアドレス生成手段と、第1および第2のメモリ手段においてアドレスによって指定された画素データに基づいて差分絶対値を演算して出力する差分絶対値演算手段と、差分絶対値を累積して差分絶対値和を求める累積演算手段と、差分絶対値和から最小値を検出する差分絶対値和比較手段と、差分絶対値演算手段から出力される値を保持する差分絶対値保存手段と、差分絶対値保存手段の保持する値の中でその最大値を検出するとともに、最大値に対応するエリアを示すエリア情報を検出する最大値検出手段とを備え、アドレス生成手段は、動き探索処理を開始する際に、処理対象のブロックを複数のエリアに分割し、分割した各エリアにおけるそれぞれ所定の位置における画素データをそれぞれ読み出すアドレスを生成し、最大値検出手段は、分割したエリアの中で差分絶対値が最大値であるエリアを特定し、最大値を持つエリアから差分絶対値和演算を開始させることを特徴とする。   In order to solve the above-described problem, the present invention stores first memory means for storing pixel data of a search target block on which motion search processing is performed, and pixel data relating to a reference block indicating the past of the search target block. A second memory means, an address generating means for supplying the same address to the first and second memory means, and a difference absolute value based on the pixel data designated by the address in the first and second memory means. Difference absolute value calculation means for calculating and outputting, accumulation calculation means for accumulating the difference absolute values to obtain the difference absolute value sum, difference absolute value sum comparison means for detecting the minimum value from the difference absolute value sum, difference absolute The difference absolute value storage means for holding the value output from the value calculation means, and the maximum value among the values held by the difference absolute value storage means is detected and corresponds to the maximum value A maximum value detecting means for detecting area information indicating rear, and the address generating means divides the block to be processed into a plurality of areas when starting the motion search process, and each of the divided areas has a predetermined value. Generates an address for reading each pixel data at the position, and the maximum value detection means identifies the area where the difference absolute value is the maximum value among the divided areas, and starts the difference absolute value sum calculation from the area having the maximum value It is characterized by making it.

また、本発明は上述の課題を解決するために、動き探索処理が施される探索対象ブロックと、探索対象ブロックの過去の参照ブロックとの両ブロックにおいて同一のアドレスで指定された画素データを用いて差分絶対値を演算する差分絶対値演算工程と、差分絶対値を累積して差分絶対値和を求める累積演算工程と、差分絶対値和から最小値を検出する差分絶対値和比較工程と、差分絶対値演算工程から出力される値を保持する差分絶対値保存工程と、差分絶対値保存工程の保持する値の中でその最大値を検出するとともに、最大値に対応するエリアを示すエリア情報を検出する最大値検出工程とを備え、アドレスは、動き探索処理を開始する際に探索対象ブロックおよび参照ブロックを複数のエリアに分割し、複数のエリアの各々における画素データを指定するアドレスであり、最大値検出工程は、分割したエリアの中で差分絶対値が最大値であるエリアを特定し、最大値を持つエリアから差分絶対値和演算を開始させることを特徴とする。   Further, in order to solve the above-described problem, the present invention uses pixel data specified by the same address in both the search target block subjected to motion search processing and the past reference block of the search target block. A difference absolute value calculation step for calculating a difference absolute value, a cumulative calculation step for accumulating the difference absolute value to obtain a difference absolute value sum, a difference absolute value sum comparison step for detecting a minimum value from the difference absolute value sum, Area information indicating the area corresponding to the maximum value while detecting the maximum value among the values stored in the difference absolute value storage process that holds the value output from the difference absolute value calculation process and the difference absolute value storage process The address is divided into a plurality of areas when the motion search process is started, and the address is divided into a plurality of areas. It is an address that specifies raw data, and the maximum value detection step identifies the area where the difference absolute value is the maximum value among the divided areas, and starts the difference absolute value sum calculation from the area having the maximum value. Features.

本発明によれば、処理速度の低下や消費電力の増加を防止することのできる動き検出処理装置が提供される。たとえば、自然界の画像の特徴から累積値の増加を早めることが期待できるため、たとえば、差分絶対値和比較手段内で、ある閾値またはそれまでの累積差分値の最小値と比較することで演算を打ち切る処理を行うことができ、この打ち切る判断を早めることができることから処理速度の向上および消費電力の低減が可能となる。   ADVANTAGE OF THE INVENTION According to this invention, the motion detection processing apparatus which can prevent the fall of processing speed and the increase in power consumption is provided. For example, it can be expected that the increase of the accumulated value is accelerated from the feature of the image in the natural world. For example, in the difference absolute value sum comparing means, the calculation is performed by comparing with a certain threshold value or the minimum value of the accumulated difference value until then. Since the abort process can be performed and the decision to abort can be advanced, the processing speed can be improved and the power consumption can be reduced.

次に添付図面を参照して本発明による動き検出処理装置および方法の実施例を詳細に説明する。図1を参照すると、本発明が適用された動き探索回路の実施例が示されている。なお、以下の説明において本発明に直接関係のない部分は、図示およびその説明を省略し、また、信号の参照符号はその現われる接続線の参照番号にて表す。   Embodiments of a motion detection processing apparatus and method according to the present invention will now be described in detail with reference to the accompanying drawings. Referring to FIG. 1, there is shown an embodiment of a motion search circuit to which the present invention is applied. In the following description, portions that are not directly related to the present invention are not shown and described, and reference numerals of signals are represented by reference numerals of connection lines that appear.

図示するように、動き探索回路10は、たとえば8画素×8画素のブロック画像データを格納するそれぞれ64 byteのメモリ領域をそれぞ有する探索対象ブロック格納用RAM 12と参照ブロック格納用RAM 14とを有している。探索対象ブロック格納用RAM 12は、探索対象ブロックの画素データ(P1(x,y))を格納するメモリであり、参照ブロック格納用RAM 14は、参照ブロックの画素データ(P2(x,y))を格納するメモリであり、これらメモリは同一サイズ、同一構成でよい。探索対象ブロック格納用RAM 12および参照ブロック格納用RAM 14には、アドレス生成回路16の出力18から出力されるアドレス信号がともに同一タイミングにて入力される。   As shown in the figure, the motion search circuit 10 includes, for example, a search target block storage RAM 12 and a reference block storage RAM 14 each having a 64-byte memory area for storing 8 × 8 pixel block image data. Have. The search target block storage RAM 12 is a memory for storing pixel data (P1 (x, y)) of the search target block, and the reference block storage RAM 14 is a pixel data (P2 (x, y) of the reference block. ), And these memories may have the same size and the same configuration. Both the address signal output from the output 18 of the address generation circuit 16 are input to the search target block storage RAM 12 and the reference block storage RAM 14 at the same timing.

探索対象ブロック格納用RAM 12および参照ブロック格納用RAM 14は、それぞれアドレス信号18に応じたアドレスの画素データをそれぞれ出力20,22に出力する。これら出力20,22は差分絶対値演算回路24に接続されている。   The search target block storage RAM 12 and the reference block storage RAM 14 output pixel data at addresses corresponding to the address signal 18 to outputs 20 and 22, respectively. These outputs 20 and 22 are connected to a difference absolute value calculation circuit 24.

差分絶対値演算回路24は、入力される画素データの差分絶対値(|P1(x,y)−P2(x,y)|)を算出する回路であり、その算出結果を出力26,28に出力する。差分絶対値演算回路24の出力26は差分絶対値保存レジスタ30に接続され、出力28は累積演算回路32に接続されている。   The difference absolute value calculation circuit 24 is a circuit for calculating the difference absolute value (| P1 (x, y) −P2 (x, y) |) of input pixel data, and the calculation result is output to outputs 26 and 28. Output. The output 26 of the difference absolute value calculation circuit 24 is connected to the difference absolute value storage register 30 and the output 28 is connected to the accumulation calculation circuit 32.

差分絶対値保存レジスタ30は、8×8画素のブロック内に64個ある差分絶対値のうち4箇所分の差分絶対値を保持するように4 byte分設けられる。   The difference absolute value storage register 30 is provided for 4 bytes so as to hold the difference absolute values for four locations among the 64 difference absolute values in the 8 × 8 pixel block.

画素アドレス”0”〜画素アドレス”63”が配列された8×8画素のブロック200を図2に示す。8×8画素のブロック200を第1エリア202、第2エリア204、第3エリア206および第4エリア208に4分割し、差分絶対値保存レジスタ30は、各々のエリア202〜208から一箇所の差分絶対値を保持する。差分絶対値保存レジスタ30の出力40は、最大値検出回路42に接続されている。   FIG. 2 shows an 8 × 8 pixel block 200 in which pixel addresses “0” to “63” are arranged. The block 200 of 8 × 8 pixels is divided into four areas, that is, a first area 202, a second area 204, a third area 206, and a fourth area 208, and the difference absolute value storage register 30 has one location from each of the areas 202 to 208. Holds the absolute difference value. The output 40 of the absolute difference storage register 30 is connected to the maximum value detection circuit 42.

最大値検出回路42は、差分絶対値保存レジスタ30に格納されている4つの値のうち最大値を検出し、最大値がどこのエリアに含まれていたものかを示すエリア情報を出力44に出力する。この出力44はアドレス生成回路16に接続されている。また、最大値検出回路42は、クロック信号を出力45に出力してアドレス生成回路16に供給する。なお、最大値検出回路42は、検出された複数の差分絶対値のうち2個または3個の差分絶対値が同じ値をとり、かつそれらが最大値である場合には、それら最大値の差分絶対値のうちいずれかが所属するエリアのエリア情報を出力するとよい。また検出された複数の差分絶対値がすべて同じ値であった場合には、いずれかのエリアから直ちに処理を開始することができる。   The maximum value detection circuit 42 detects the maximum value among the four values stored in the absolute difference storage register 30 and outputs to the output 44 area information indicating in which area the maximum value was included. Output. This output 44 is connected to the address generation circuit 16. Further, the maximum value detection circuit 42 outputs a clock signal to the output 45 and supplies it to the address generation circuit 16. The maximum value detection circuit 42, when two or three difference absolute values of the detected plurality of difference absolute values take the same value and are the maximum value, the difference between these maximum values. The area information of the area to which any of the absolute values belongs may be output. In addition, when the plurality of detected absolute difference values are all the same value, the process can be started immediately from any area.

累積演算回路32は、差分絶対値演算回路24にて算出された差分絶対値から1ブロック分の総和を算出し、算出した差分絶対値和(SAD)を出力50に出力する。この出力50はSAD値比較回路52に接続されている。   The cumulative calculation circuit 32 calculates the sum of one block from the difference absolute value calculated by the difference absolute value calculation circuit 24, and outputs the calculated difference absolute value sum (SAD) to the output 50. The output 50 is connected to the SAD value comparison circuit 52.

SAD値比較回路52は、SAD値が最小のものであるか否かを検出し、SAD値が累積途中のものでも最小のものではないことを検出すると、リセット信号54を生成して出力54に出力する。このリセット信号によって現在処理を行なっているブロックの差分絶対値演算を中断する。   The SAD value comparison circuit 52 detects whether or not the SAD value is the minimum, and if it detects that the SAD value is not the minimum even during the accumulation, it generates a reset signal 54 and outputs it to the output 54. Output. The difference absolute value calculation of the block currently being processed is interrupted by this reset signal.

図3を参照すると、同図には図2に示した8×8画素のブロック200に対してアドレス生成回路16から出力するアドレス信号の順番が示されている。画素アドレス”0”〜画素アドレス”63”は、探索対象ブロック格納用RAM 12および参照ブロック格納用RAM 14に格納される。   Referring to FIG. 3, the order of address signals output from the address generation circuit 16 for the 8 × 8 pixel block 200 shown in FIG. 2 is shown. The pixel addresses “0” to “63” are stored in the search target block storage RAM 12 and the reference block storage RAM 14.

8×8画素のブロック200は、第1エリア202、第2エリア204、第3エリア206および第4エリア208に4分割される。なお4分割は一例であり、他の複数の分割数に分割してもよい。アドレス生成回路16は、それぞれのエリアにごとに図3にて矢印で示された順番にアクセスする。この場合、アドレス生成回路16は、各エリア202〜208に対してそれぞれ図4〜図7に示すように6ビット値のアドレス信号18を出力する。このアドレス信号18を生成するアドレス生成回路16の内部構成例を図8に示す。   An 8 × 8 pixel block 200 is divided into four areas, a first area 202, a second area 204, a third area 206, and a fourth area 208. Note that the four division is an example, and may be divided into a plurality of other division numbers. The address generation circuit 16 accesses each area in the order indicated by the arrows in FIG. In this case, the address generation circuit 16 outputs an address signal 18 having a 6-bit value to each of the areas 202 to 208 as shown in FIGS. An example of the internal configuration of the address generation circuit 16 for generating the address signal 18 is shown in FIG.

本実施例におけるアドレス生成回路16は、6ビットのアドレスを2ビットずつに分割する。アドレス生成回路16はこの2ビットの数値を生成する生成回路800〜808を有する。生成回路800〜808にはそれぞれ、エリア情報44、クロック45およびリセット信号54が供給され、生成した2ビットの数値をそれぞれ出力810〜818に出力する。   The address generation circuit 16 in this embodiment divides a 6-bit address into 2 bits. The address generation circuit 16 includes generation circuits 800 to 808 that generate the 2-bit numerical value. The generation circuits 800 to 808 are respectively supplied with the area information 44, the clock 45, and the reset signal 54, and output the generated 2-bit numerical values to the outputs 810 to 818, respectively.

各生成回路800〜808の出力する2ビットのアドレスの生成状態を図9〜図13に示す。図9〜図13にはそれぞれ生成回路800〜808の状態遷移図が示されている。○印で囲んだ記載の数値がその状態のときに出力OUT810〜818から出力する値を示している。生成回路802の出力810はビット連結回路820に接続されている。生成回路802,804の出力812,814はそれぞれ選択回路830の入力B,A側に接続されている。生成回路806,808の出力816,818はそれぞれ選択回路832の入力B,A側に接続されている。   The generation states of 2-bit addresses output from the generation circuits 800 to 808 are shown in FIGS. 9 to 13 show state transition diagrams of the generation circuits 800 to 808, respectively. The numerical values enclosed in circles indicate the values that are output from the outputs OUT810 to 818 when in this state. The output 810 of the generation circuit 802 is connected to the bit connection circuit 820. Outputs 812 and 814 of the generation circuits 802 and 804 are connected to the inputs B and A of the selection circuit 830, respectively. Outputs 816 and 818 of the generation circuits 806 and 808 are connected to the inputs B and A of the selection circuit 832 respectively.

選択回路830,832は、それぞれ入力A,B側に入力される値を、入力44に入力されるエリア情報に応じて選択するセレクタ回路である。具体的には一方の選択回路830は、エリア情報44が第1エリアまたは第3エリアを示している場合には入力A側に入力される値を選択し、エリア情報44が第2エリアまたは第4エリアを示している場合には入力B側に入力される値を選択する。他方の選択回路832は、エリア情報44が第1エリアまたは第2エリアを示している場合には入力A側に入力される値を選択し、エリア情報44が第3エリアまたは第4エリアを示している場合には入力B側に入力される値を選択する。選択回路830,832はそれぞれ選択した値をそれぞれ出力840,842に出力する。これら出力840,842はビット連結回路820に接続されている。   The selection circuits 830 and 832 are selector circuits that select values input to the inputs A and B, respectively, according to area information input to the input 44. Specifically, one selection circuit 830 selects a value to be input to the input A side when the area information 44 indicates the first area or the third area, and the area information 44 indicates the second area or the second area. When four areas are shown, the value input to the input B side is selected. The other selection circuit 832 selects a value input to the input A side when the area information 44 indicates the first area or the second area, and the area information 44 indicates the third area or the fourth area. If so, select the value to be input to the input B side. The selection circuits 830 and 832 output the selected values to outputs 840 and 842, respectively. These outputs 840 and 842 are connected to the bit connection circuit 820.

ビット連結回路820は、生成回路800の出力810をビット1および0とし、選択回路830の出力840をビット3および2とし、さらに選択回路832の出力842をビット5および4として、これら2ビットの値を連結して6ビットのアドレス信号18を生成する。このビット連結回路820はアドレス生成回路16の出力を形成している。   The bit concatenation circuit 820 sets the output 810 of the generation circuit 800 to bits 1 and 0, the output 840 of the selection circuit 830 to bits 3 and 2, and the output 842 of the selection circuit 832 to bits 5 and 4, The 6-bit address signal 18 is generated by concatenating the values. This bit connection circuit 820 forms the output of the address generation circuit 16.

このように、第1エリア202〜第4エリア208のエリア情報に基づいて、生成回路800〜808の出力する数値を組み合わせることによって、図4〜図7に示したアドレスを得る。   As described above, the addresses shown in FIGS. 4 to 7 are obtained by combining the numerical values output from the generation circuits 800 to 808 based on the area information of the first area 202 to the fourth area 208.

以上の構成で、動き探索回路10の動作を図14を参照して説明する。まず、リセット信号54が解除して動作状態となると(時間t1)、最大値検出回路42から第1エリア202〜第4エリア208を1クロック毎に切り替えるエリア情報44が出力される(S1400)。リセット解除後の各生成回路800〜808は初期状態にあるので、エリア情報44を第1エリア202〜第4エリア208の順に切り替えることによって、アドレス生成回路16からアドレス”0”,”4”,”32”,”36”の順番でアドレス信号18が順次出力される(S1402)。これらアドレスは、各エリア202〜208における左上の位置を示している。   With the above configuration, the operation of the motion search circuit 10 will be described with reference to FIG. First, when the reset signal 54 is released to enter an operation state (time t1), the maximum value detection circuit 42 outputs area information 44 for switching the first area 202 to the fourth area 208 every clock (S1400). Since the generation circuits 800 to 808 after the reset release are in the initial state, the address generation circuit 16 switches the addresses “0”, “4”, and the like by switching the area information 44 in the order of the first area 202 to the fourth area 208. The address signal 18 is sequentially output in the order of “32” and “36” (S1402). These addresses indicate the upper left positions in the respective areas 202 to 208.

このアドレス信号18が示す位置のデータが、探索対象ブロック格納用RAM12および参照ブロック格納用RAM 14から出力され、毎分絶対値演算回路24にて差分絶対値が計算されて、算出した差分絶対値は差分絶対値保存レジスタ30と、累積演算回路32に渡される。最大値検出回路42では、差分絶対値保存レジスタ30に保存された4つの値のうちそれらの最大値を検出し(S1404)、その検出した値が出力された際のエリア情報44をアドレス生成回路16に出力するとともに、それと同時にそれまで停止していたクロック45を駆動させる(S1406)。   The data at the position indicated by the address signal 18 is output from the search target block storage RAM 12 and the reference block storage RAM 14, and the absolute difference is calculated by the absolute value calculation circuit 24 every minute. Is passed to the difference absolute value storage register 30 and the cumulative arithmetic circuit 32. The maximum value detection circuit 42 detects the maximum value of the four values stored in the difference absolute value storage register 30 (S1404), and uses the area information 44 when the detected value is output as the address generation circuit. At the same time, the clock 45 that has been stopped is driven (S1406).

アドレス生成回路16では、クロック45とエリア情報44とによって差分絶対値の最大値が含まれていたエリアに対するアドレスを継続して出力し(S1408)、差分絶対値演算回路24にてそのエリアでの差分絶対値が計算され(S1410)、累積演算回路32にて差分絶対値が累積される(S1412)。   The address generation circuit 16 continuously outputs the address for the area where the maximum difference absolute value was included by the clock 45 and the area information 44 (S1408), and the difference absolute value calculation circuit 24 in that area The difference absolute value is calculated (S1410), and the difference absolute value is accumulated in the accumulation operation circuit 32 (S1412).

本実施例においても、図15に示すように、演算途中のSAD値が所定の閾値を超えた場合(タイミングT1,T2)やそれまでの最小値を超えた場合にそのブロックに対する演算を打ち切って、演算量を減らすとよい。   Also in this embodiment, as shown in FIG. 15, when the SAD value during the calculation exceeds a predetermined threshold (timing T1, T2) or exceeds the minimum value up to that point, the calculation for the block is aborted. Reduce the amount of computation.

このように上記実施例によれば、8×8画素ブロックを複数のたとえば4分割し、最初に各エリアの画素データに対してそれぞれ差分絶対値演算を行い、最大値を持つエリアから、引き続き演算を続け累積する。画像の特徴として、ある位置の画素値の近傍は似たような値を持つ傾向があり、低周波成分が支配的であるため、差分絶対値の最大値を持つエリア内を先に累積し、かつ、最大値を持つエリアを特定するために行なった最初の4回の差分絶対値演算も、SAD値を求めるために累積していく。このため少ない演算のオーバーヘッドで、第9図に示す通り、その累積値の増加を早めることが出来るため、演算の打ち切りタイミングを早めることができる。これにより、動き検出処理を行なう処理量を減らすことができ、処理能力が向上され、また消費電力を削減することができる。   As described above, according to the above-described embodiment, the 8 × 8 pixel block is divided into a plurality of, for example, four parts, and the difference absolute value calculation is first performed on the pixel data of each area, and the calculation is continued from the area having the maximum value. Continue to accumulate. As a feature of the image, the neighborhood of the pixel value at a certain position tends to have a similar value, and the low frequency component is dominant, so the area having the maximum absolute value of the difference is accumulated first, In addition, the first four absolute difference calculations performed to identify the area having the maximum value are also accumulated to obtain the SAD value. For this reason, as shown in FIG. 9, it is possible to accelerate the increase in the accumulated value with a small computation overhead, and therefore, it is possible to advance the timing at which the computation is aborted. As a result, the processing amount for performing the motion detection process can be reduced, the processing capability can be improved, and the power consumption can be reduced.

次に本発明が適用された第2の実施例を図16を参照して説明する。本実施例における動き探索回路1600は、累積演算回路32の出力にさらにSAD値評価回路1602が接続され、SAD値評価回路1602の出力1604が最大値検出回路1606に接続されている点で図1に示した実施例と異なり、他の構成は図1に示した実施例と同様の構成でよいのでその説明を省略する。   Next, a second embodiment to which the present invention is applied will be described with reference to FIG. The motion search circuit 1600 according to the present embodiment is similar to that shown in FIG. Unlike the embodiment shown in FIG. 1, the other configuration may be the same as that of the embodiment shown in FIG.

SAD値評価回路1602は、4分割されたエリアにおけるそれぞれ1箇所ずつの差分絶対値和(SAD)をあらかじめ設定された値と比較する。SAD値評価回路1602は、4分割されたエリア202〜208(図2)を確定するために、最初に各エリアのそれぞれ1箇所の画素データに対するSAD値を予め設定されている閾値と比較する。SAD値評価回路1602は、SAD値が閾値よりも小さい場合にイネーブルの割込み信号1604を生成する。SAD値評価回路1602は、生成した割り込み信号を出力1604に出力し、この出力は最大値検出回路1606に接続されている。   The SAD value evaluation circuit 1602 compares the sum of absolute differences (SAD) at one location in each of the four divided areas with a preset value. The SAD value evaluation circuit 1602 first compares the SAD value for each pixel data in each area with a preset threshold value in order to determine the four divided areas 202 to 208 (FIG. 2). The SAD value evaluation circuit 1602 generates an enable interrupt signal 1604 when the SAD value is smaller than the threshold value. The SAD value evaluation circuit 1602 outputs the generated interrupt signal to the output 1604, and this output is connected to the maximum value detection circuit 1606.

本実施例における最大値検出回路1606は、図1に示した最大値検出回路42と同様の機能を有するとともに、イネーブルの割り込み信号1604が入力されると、最大値検出操作を中止し、エリア情報としてたとえば第1エリアを指示する信号を直ちに出力し、本動き探索回路1600における差分絶対値和を算出する演算を開始する。   The maximum value detection circuit 1606 in this embodiment has the same function as that of the maximum value detection circuit 42 shown in FIG. 1. When the enable interrupt signal 1604 is input, the maximum value detection operation is stopped and the area information For example, a signal indicating the first area is immediately output, and calculation for calculating the sum of absolute differences in the motion search circuit 1600 is started.

本実施例では、探索対象ブロックと参照ブロックとが同一である場合には、SAD値算出演算を途中で中断せず、ブロック全体に渡って最後のブロックまでSAD値演算を行う。この場合、4分割されたエリアのどのエリアから演算を開始しても同じ結果となるので、エリアを決める為の最大値検出処理が不要となり、任意のエリアから演算を開始することができる。   In the present embodiment, when the search target block and the reference block are the same, the SAD value calculation calculation is not interrupted halfway and the SAD value calculation is performed up to the last block over the entire block. In this case, since the same result is obtained from any of the four divided areas, the maximum value detection process for determining the area is not required, and the calculation can be started from any area.

このように本実施例によれば、4分割されたエリアのそれぞれ1箇所の画素データに対するSAD値が予め設定された閾値よりも小さい場合に、割り込み信号1604によって最大値検出処理を中断することができるので、最大値検出のために必要なレイテンシを無くすることができる。このレイテンシは、図16に示した構成にて、専用回路で処理を行う場合、小さく抑えることができる。同一処理を汎用RISCなどを使用して行う場合、最大値検出のためにレイテンシが大きくなることがあるので、上記実施例における割り込み処理を追加して行なうことにより、不要な最大値検出処理を中止して、この結果、処理速度の向上や、消費電力の低減を図ることができる。   As described above, according to the present embodiment, the maximum value detection process can be interrupted by the interrupt signal 1604 when the SAD value for each pixel data in each of the four divided areas is smaller than a preset threshold value. As a result, the latency required for maximum value detection can be eliminated. This latency can be minimized when processing is performed by a dedicated circuit in the configuration shown in FIG. If the same processing is performed using general-purpose RISC, etc., the latency may increase for maximum value detection, so by adding interrupt processing in the above embodiment, unnecessary maximum value detection processing is canceled. As a result, the processing speed can be improved and the power consumption can be reduced.

なお、図1に示した第1の実施例において、アドレス生成回路16の内部構成として、6ビットのアドレスを2ビットずつ分割したアドレスを別々に生成し、これら分割した情報を連結する構成を示したがこれに限らず、たとえば、1エリアのアドレスを順次出力するアドレス生成回路16の出力18に対し、オフセット値(第2エリアの場合”4”、第3エリアの場合”32”、第4エリアの場合”36”を加算する構成を採用してもよい。   In the first embodiment shown in FIG. 1, as the internal configuration of the address generation circuit 16, a configuration is shown in which addresses obtained by dividing a 6-bit address by two bits are separately generated and the divided information is connected. However, the present invention is not limited to this. For example, an offset value (“4” in the second area, “32” in the third area, In the case of an area, a configuration in which “36” is added may be adopted.

また、第1の実施例では8×8画素のブロックを処理する構成を例示しているが、これに限らず、たとえばMPEG 4の処理単位である16×16画素のブロックに対しても適用可能である。   In the first embodiment, a configuration for processing a block of 8 × 8 pixels is illustrated. However, the present invention is not limited to this. For example, the present invention can also be applied to a block of 16 × 16 pixels, which is an MPEG 4 processing unit. It is.

エリアの分割方法について、4×4画素のブロックに4分割し、差分絶対値の最大を求めるために各ブロックの左上の画素を計算したが、これに限らず。エリア分割数、分割方法および最大値を求めるための画素位置等に関して、上記実施例に限定されるものではない。   Regarding the area division method, the block is divided into 4 × 4 pixel blocks and the upper left pixel of each block is calculated in order to obtain the maximum difference absolute value. However, the present invention is not limited to this. The number of area divisions, the division method, the pixel position for obtaining the maximum value, and the like are not limited to the above embodiment.

本発明が適用された動き探索回路のブロック図である。It is a block diagram of a motion search circuit to which the present invention is applied. 8×8画そのブロックを分割することを示す図である。It is a figure which shows dividing | segmenting the block of 8x8 drawing. 分割したブロックに対するアドレスの順番を示す図である。It is a figure which shows the order of the address with respect to the divided | segmented block. 第1エリアのアドレスを示す図である。It is a figure which shows the address of a 1st area. 第2エリアのアドレスを示す図である。It is a figure which shows the address of a 2nd area. 第3エリアのアドレスを示す図である。It is a figure which shows the address of a 3rd area. 第4エリアのアドレスを示す図である。It is a figure which shows the address of a 4th area. アドレス生成回路の構成例を示すブロック図である。It is a block diagram which shows the structural example of an address generation circuit. 生成回路の状態遷移図である。It is a state transition diagram of a generation circuit. 生成回路の状態遷移図である。It is a state transition diagram of a generation circuit. 生成回路の状態遷移図である。It is a state transition diagram of a generation circuit. 生成回路の状態遷移図である。It is a state transition diagram of a generation circuit. 生成回路の状態遷移図である。It is a state transition diagram of a generation circuit. 動き探索回路の動作を示すタイミングチャートである。It is a timing chart which shows operation | movement of a motion search circuit. 演算の打ち切りタイミング例を示す図である。It is a figure which shows the example of an abort timing of a calculation. 動き探索回路の他の実施例を示すブロック図である。It is a block diagram which shows the other Example of a motion search circuit.

符号の説明Explanation of symbols

10 動き探索回路
12 探索対象ブロック格納用RAM
14 参照ブロック格納用RAM
16 アドレス生成回路
24 差分絶対値演算回路
30 差分絶対値保存レジスタ
32 累積演算回路
42 最大値検出回路
52 SAD値比較回路
10 Motion search circuit
12 Search target block storage RAM
14 Reference block storage RAM
16 Address generation circuit
24 Difference absolute value calculation circuit
30 Difference absolute value storage register
32 Cumulative operation circuit
42 Maximum value detection circuit
52 SAD value comparison circuit

Claims (4)

動き探索処理が施される探索対象ブロックの画素データを格納する第1のメモリ手段と、
前記探索対象ブロックの過去を示す参照ブロックに関する画素データを格納する第2のメモリ手段と、
前記第1および第2のメモリ手段に同一のアドレスを供給するアドレス生成手段と、
前記第1および第2のメモリ手段において前記アドレスによって指定された画素データに基づいて差分絶対値を演算して出力する差分絶対値演算手段と、
前記差分絶対値を累積して差分絶対値和を求める累積演算手段と、
前記差分絶対値和から最小値を検出する差分絶対値和比較手段と、
前記差分絶対値演算手段から出力される値を保持する差分絶対値保存手段と、
該差分絶対値保存手段の保持する値の中でその最大値を検出するとともに、該最大値に対応するエリアを示すエリア情報を検出する最大値検出手段とを備え、
前記アドレス生成手段は、動き探索処理を開始する際に、処理対象のブロックを複数のエリアに分割し、分割した各エリアにおけるそれぞれ所定の位置における画素データをそれぞれ読み出すアドレスを生成し、
前記最大値検出手段は、分割したエリアの中で差分絶対値が最大値であるエリアを特定し、前記最大値を持つエリアから差分絶対値和演算を開始させることを特徴とする動き検出処理装置。
First memory means for storing pixel data of a search target block to be subjected to motion search processing;
Second memory means for storing pixel data relating to a reference block indicating the past of the search target block;
Address generating means for supplying the same address to the first and second memory means;
Difference absolute value calculating means for calculating and outputting a difference absolute value based on the pixel data designated by the address in the first and second memory means;
Accumulating calculation means for accumulating the difference absolute value to obtain a difference absolute value sum;
Difference absolute value sum comparison means for detecting a minimum value from the difference absolute value sum;
Difference absolute value storage means for holding a value output from the difference absolute value calculation means;
A maximum value detecting means for detecting area information indicating an area corresponding to the maximum value, as well as detecting the maximum value among the values held by the absolute difference storage means;
The address generation unit divides a processing target block into a plurality of areas when starting a motion search process, and generates addresses for reading pixel data at predetermined positions in each of the divided areas,
The maximum value detecting means identifies an area having a maximum difference absolute value among the divided areas, and starts a difference absolute value sum calculation from the area having the maximum value. .
請求項1に記載の装置において、該装置は、前記累積演算手段の出力に接続され、前記差分絶対値和に基づいて、最大値検出処理が不要であることを示す割り込み信号を生成する評価手段を備え、該評価手段は、複数に分割された各エリアの1箇所の画素データに対する前記差分絶対値和が、所定の閾値よりも小さい場合に前記割り込み信号を生成して、最大値検出処理を中断することを特徴とする動き検出処理装置。   2. An apparatus according to claim 1, wherein said apparatus is connected to an output of said cumulative calculation means and generates an interrupt signal indicating that a maximum value detection process is unnecessary based on said sum of absolute differences. The evaluation means generates the interrupt signal when the difference absolute value sum for one piece of pixel data in each area divided into a plurality is smaller than a predetermined threshold, and performs a maximum value detection process. A motion detection processing device characterized by being interrupted. 動き探索処理が施される探索対象ブロックと、該探索対象ブロックの過去の参照ブロックとの両ブロックにおいて同一のアドレスで指定された画素データを用いて差分絶対値を演算する差分絶対値演算工程と、
前記差分絶対値を累積して差分絶対値和を求める累積演算工程と、
前記差分絶対値和から最小値を検出する差分絶対値和比較工程と、
前記差分絶対値演算工程から出力される値を保持する差分絶対値保存工程と、
該差分絶対値保存工程の保持する値の中でその最大値を検出するとともに、該最大値に対応するエリアを示すエリア情報を検出する最大値検出工程とを備え、
前記アドレスは、前記動き探索処理を開始する際に前記探索対象ブロックおよび前記参照ブロックを複数のエリアに分割し、前記複数のエリアの各々における画素データを指定するアドレスであり、
前記最大値検出工程は、分割したエリアの中で差分絶対値が最大値であるエリアを特定し、前記最大値を持つエリアから差分絶対値和演算を開始させることを特徴とする動き検出処理方法。
A difference absolute value calculation step of calculating a difference absolute value using pixel data designated by the same address in both the search target block subjected to motion search processing and the past reference block of the search target block; ,
A cumulative calculation step of accumulating the absolute difference value to obtain a differential absolute value sum;
A difference absolute value sum comparison step of detecting a minimum value from the difference absolute value sum;
A difference absolute value storage step for holding a value output from the difference absolute value calculation step;
A maximum value detecting step for detecting area information indicating an area corresponding to the maximum value, as well as detecting the maximum value among the values held in the difference absolute value storing step,
The address is an address that divides the search target block and the reference block into a plurality of areas when starting the motion search process, and specifies pixel data in each of the plurality of areas;
The maximum value detecting step identifies an area having a maximum difference absolute value among the divided areas, and starts a difference absolute value sum calculation from the area having the maximum value. .
請求項1に記載の方法において、該方法は、前記累積演算工程にて求められる前記差分絶対値和に基づいて、最大値検出処理が不要であることを示す割り込み信号を生成する評価工程を備え、該評価工程は、複数に分割された各エリアの1箇所の画素データに対する前記差分絶対値和が、所定の閾値よりも小さい場合に前記割り込み信号を生成して、最大値検出処理を中断することを特徴とする動き検出処理方法。   The method according to claim 1, further comprising an evaluation step of generating an interrupt signal indicating that a maximum value detection process is unnecessary based on the sum of absolute differences obtained in the cumulative calculation step. The evaluation step generates the interrupt signal and interrupts the maximum value detection process when the difference absolute value sum for one pixel data in each area divided into a plurality is smaller than a predetermined threshold value. A motion detection processing method characterized by the above.
JP2006045456A 2006-02-22 2006-02-22 Motion detection processing apparatus and method Expired - Fee Related JP4527674B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006045456A JP4527674B2 (en) 2006-02-22 2006-02-22 Motion detection processing apparatus and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006045456A JP4527674B2 (en) 2006-02-22 2006-02-22 Motion detection processing apparatus and method

Publications (2)

Publication Number Publication Date
JP2007228156A true JP2007228156A (en) 2007-09-06
JP4527674B2 JP4527674B2 (en) 2010-08-18

Family

ID=38549537

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006045456A Expired - Fee Related JP4527674B2 (en) 2006-02-22 2006-02-22 Motion detection processing apparatus and method

Country Status (1)

Country Link
JP (1) JP4527674B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012038031A (en) * 2010-08-05 2012-02-23 Kyushu Institute Of Technology Detection method of object jumping out in front of mobile and device therefor
JP2013183200A (en) * 2012-02-29 2013-09-12 Oki Electric Ind Co Ltd Motion compensation control apparatus, motion compensation control program, and encoder
JP2014183408A (en) * 2013-03-18 2014-09-29 Fujitsu Ltd Dynamic image processing device, dynamic image processing method, and dynamic image processing program
WO2015030226A1 (en) * 2013-09-02 2015-03-05 三菱電機株式会社 Motion search processing device, image encoding device, and motion search processing method and program
CN111623810A (en) * 2019-02-27 2020-09-04 多方科技(广州)有限公司 Motion detection method and circuit thereof
CN113542531A (en) * 2021-06-16 2021-10-22 星宸科技股份有限公司 Device and method for detecting object movement in image

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0686272A (en) * 1992-08-31 1994-03-25 Sony Corp Moving vector detector
JPH10327401A (en) * 1997-05-22 1998-12-08 Hitachi Ltd Motion vector detection method and encoding method and device for picture signal using the same
JP2003125413A (en) * 2001-10-17 2003-04-25 Nec Corp Method of searching for motion vector, and device and program of searching for motion vector

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0686272A (en) * 1992-08-31 1994-03-25 Sony Corp Moving vector detector
JPH10327401A (en) * 1997-05-22 1998-12-08 Hitachi Ltd Motion vector detection method and encoding method and device for picture signal using the same
JP2003125413A (en) * 2001-10-17 2003-04-25 Nec Corp Method of searching for motion vector, and device and program of searching for motion vector

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012038031A (en) * 2010-08-05 2012-02-23 Kyushu Institute Of Technology Detection method of object jumping out in front of mobile and device therefor
JP2013183200A (en) * 2012-02-29 2013-09-12 Oki Electric Ind Co Ltd Motion compensation control apparatus, motion compensation control program, and encoder
JP2014183408A (en) * 2013-03-18 2014-09-29 Fujitsu Ltd Dynamic image processing device, dynamic image processing method, and dynamic image processing program
US9471992B2 (en) 2013-03-18 2016-10-18 Fujitsu Limited Moving image processing apparatus, moving image processing method, and computer product
WO2015030226A1 (en) * 2013-09-02 2015-03-05 三菱電機株式会社 Motion search processing device, image encoding device, and motion search processing method and program
CN111623810A (en) * 2019-02-27 2020-09-04 多方科技(广州)有限公司 Motion detection method and circuit thereof
CN113542531A (en) * 2021-06-16 2021-10-22 星宸科技股份有限公司 Device and method for detecting object movement in image
CN113542531B (en) * 2021-06-16 2023-11-21 星宸科技股份有限公司 Device and method for detecting object movement in image

Also Published As

Publication number Publication date
JP4527674B2 (en) 2010-08-18

Similar Documents

Publication Publication Date Title
US8249359B2 (en) Detector for detecting a predetermined image in an input image, and detection method and integrated circuit for performing the same
KR100766198B1 (en) Motion vector detection apparatus
JP4527674B2 (en) Motion detection processing apparatus and method
US20010014124A1 (en) Motion vector estimation circuit and method
JPWO2010079559A1 (en) Credit information section detection method, credit information section detection device, and credit information section detection program
JPWO2009063553A1 (en) Image correction device
US6990149B2 (en) Circuit and method for full search block matching
CN100352282C (en) Adaptive early exit techniques for image correlation minimum distortion calculation
US20040105598A1 (en) Image processing device, computer program product and image processing method
US20040247032A1 (en) Motion vector detection device and motion vector detection method
JP4608136B2 (en) Motion vector and parallax vector detection device
JP2010108138A (en) Person detection device and program
JP2006201914A (en) Unit, method, and computer program for image filtering
CN1436426A (en) Adaptive early exit techniques for image correlation minimum distortion calculation
JP2009065283A (en) Image shake correction apparatus
JP2954120B2 (en) Motion vector detection device
JP2003333348A (en) Apparatus and method for extending color signal
JP2006217486A (en) Motion compensation type ip conversion processor and processing method
JP5963636B2 (en) Digital watermark detection apparatus, digital watermark detection method, and digital watermark detection program
JP3047952B2 (en) Image processing device
JP4859168B2 (en) Motion detection device and motion detection method
CN116664613B (en) Pixel edge position detection method, system and storage medium based on FPGA
JP2007221538A (en) Device and method for scene change determination data transfer device, and data transfer method
JP5441555B2 (en) Video signal processing apparatus and video signal processing method
CN101727655B (en) Image zooming method and device thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080729

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20081210

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20090309

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100421

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

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100603

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

Free format text: PAYMENT UNTIL: 20130611

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees