JP2007188329A - Image matching device, image matching method, and image matching program - Google Patents

Image matching device, image matching method, and image matching program Download PDF

Info

Publication number
JP2007188329A
JP2007188329A JP2006006442A JP2006006442A JP2007188329A JP 2007188329 A JP2007188329 A JP 2007188329A JP 2006006442 A JP2006006442 A JP 2006006442A JP 2006006442 A JP2006006442 A JP 2006006442A JP 2007188329 A JP2007188329 A JP 2007188329A
Authority
JP
Japan
Prior art keywords
image
friction coefficient
equation
energy
point
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.)
Abandoned
Application number
JP2006006442A
Other languages
Japanese (ja)
Inventor
Sunao Mishima
直 三島
Takeshi Ito
伊藤  剛
Masahiro Baba
雅裕 馬場
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP2006006442A priority Critical patent/JP2007188329A/en
Publication of JP2007188329A publication Critical patent/JP2007188329A/en
Abandoned legal-status Critical Current

Links

Images

Landscapes

  • Image Analysis (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To make the global retrieval of an optimum point compatible with the convergence to conduct precise image matching. <P>SOLUTION: This image matching device is provided with an image energy force calculating part 103 for calculating image energy force received by the second lattice point, by a gradient of potential energy based on a position of the each second lattice point of a reference image and a gradient of potential energy based on a position of the each first lattice point of an objective image corresponding to the second lattice point, an elastic energy force calculating part 104 for calculating elastic energy force received from elastic energy between the each second lattice point and the other second lattice point adjacent to the second lattice point, a friction coefficient control part 102 for variable-controlling a friction coefficient, a friction force calculating part 105 for calculating friction force acting on the each second lattice point, using the friction coefficient, an analytical processing part 101 for analytical-processing an equation of motion as to the each second lattice point due to the image energy force, the elastic energy force and the friction force, and a mapping processing part 107 for finding a correspondence relation between the objective image and the reference image. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、対象画像と参照画像の2つの画像からそれぞれの対応点を検出して対応付ける画像マッチング装置、画像マッチング方法および画像マッチングプログラムに関する。   The present invention relates to an image matching apparatus, an image matching method, and an image matching program that detect and associate corresponding points from two images of a target image and a reference image.

一つの対象画像から他方の参照画像の各画素それぞれの対応点を検出して対応関係を求める画像マッチング技術は、例えば、動画像における動き検出、ステレオマッチング、画像モーフィング、画像認識、動画像符号化等の画像処理技術の分野において利用されている。   Image matching technology that detects the corresponding point of each pixel of the other reference image from one target image and obtains the corresponding relationship includes, for example, motion detection in moving images, stereo matching, image morphing, image recognition, and moving image coding Are used in the field of image processing technology.

このような画像マッチング技術としては、オプティカルフロー手法、ブロックベース手法、勾配法、ベイジアンメソッドという主として4種類に分類することができる(例えば、非特許文献1参照)。   Such image matching techniques can be classified into four main types: an optical flow method, a block-based method, a gradient method, and a Bayesian method (see, for example, Non-Patent Document 1).

オプティカルフロー手法は、「輝度の変化は一定である」というオプティカルフロー式を導出しそのオプティカルフロー式を拘束条件としてフローを求めるものである。ブロックベース手法は、画像を所定のブロックに分割し、ブロック毎のテンプレートマッチングによって動きを求める手法である。勾配法は、画像の輝度勾配が減少する方向にマッチングをおこなう手法である。ベイジアンメソッドは、確率的に尤もらしいマッチングを求める手法である。   The optical flow method derives an optical flow equation that “a change in luminance is constant” and obtains a flow using the optical flow equation as a constraint. The block-based method is a method in which an image is divided into predetermined blocks and a motion is obtained by template matching for each block. The gradient method is a method for performing matching in a direction in which the luminance gradient of an image decreases. The Bayesian method is a technique for obtaining matching that is probabilistically plausible.

また、従来の画像マッチング技術として、複数の多重解像度フィルタを用い、複数の多重解像度画像ピラミッドを生成し、生成された画像ピラミッドを上位の階層から下位の階層に順にマッチング処理を行うことによって、大きな動きから小さな動きまで画像の対応付けを行えるロバスト性の高い画像マッチング技術がある(例えば、特許文献1参照)。   In addition, as a conventional image matching technique, a plurality of multi-resolution image pyramids are generated using a plurality of multi-resolution filters, and the generated image pyramids are sequentially matched from the upper layer to the lower layer, thereby performing a large process. There is an image matching technique with high robustness capable of associating images from movement to small movement (see, for example, Patent Document 1).

A. Murat Tekalp, “Digital Video Processing”, Prentice Hall, 1995A. Murat Tekalp, “Digital Video Processing”, Prentice Hall, 1995 特許第2927350号公報Japanese Patent No. 2927350

しかしながら、このような従来の画像マッチング技術には次のような問題がある。オプティカルフロー手法では、ノイズに敏感で速い動きに対応することが本質的に困難であるという問題があり、ブロックベースの手法では、画像の中のブロック毎に画像マッチングを行っているので、画像中のオブジェクトの平行移動などの動きには高い信頼性を有するが、画像中のオブジェクトが変形したり、回転する等の動きに対して本質的に対応することが難しいという問題がある。勾配法では、画像の輝度勾配が減少する方向にマッチングを行うため、安定してオブジェクトの動きを探索することが困難であるという問題がある。ベイジアンメソッドでは、大域的最適点の求め方が困難であるという問題がある。   However, such a conventional image matching technique has the following problems. The optical flow method has a problem that it is sensitive to noise and it is inherently difficult to cope with fast movement. In the block-based method, image matching is performed for each block in the image. However, there is a problem that it is difficult to essentially cope with the movement of the object in the image such as deformation or rotation. In the gradient method, since matching is performed in a direction in which the luminance gradient of the image decreases, there is a problem that it is difficult to stably search for the movement of the object. The Bayesian method has a problem that it is difficult to obtain a global optimum.

一方、特許文献1に開示された技術では、原理的に複数の多重解像度フィルタを用い、多重解像度画像ピラミッドの最上位階層から最下位階層までのマッチング処理を行っているが、基本的には局所的な最適化処理であり大域的に最適になるとは限らない。   On the other hand, in the technique disclosed in Patent Document 1, in principle, a plurality of multi-resolution filters are used to perform matching processing from the highest layer to the lowest layer of the multi-resolution image pyramid. It is a typical optimization process and is not necessarily optimized globally.

本発明は、上記に鑑みてなされたものであって、大域的な最適点の探索と収束性を両立させて、より高精度な画像マッチングを行うことができる画像マッチング装置、画像マッチング方法および画像マッチングプログラムを提供することを目的とする。   The present invention has been made in view of the above, and is an image matching apparatus, an image matching method, and an image that can perform more accurate image matching while achieving both search for a global optimum point and convergence. The purpose is to provide a matching program.

上述した課題を解決し、目的を達成するために、本発明は、対象画像と参照画像との間の対応関係を求める画像マッチング装置であって、前記対象画像上の複数の第1の格子点の各々と前記参照画像上で当該第1の格子点に一対一に対応する複数の第2の格子点の各々との間で画像の相関関係に基づくポテンシャルエネルギーを計算するとともに、前記各第2の格子点の位置と当該第2の格子点に対応する前記各第1の格子点の位置とに基づいて前記ポテンシャルエネルギーの勾配により前記第2の格子点が受ける画像エネルギー力を計算する画像エネルギー力計算部と、前記各第2の格子点と当該第2の格子点に隣接する他の第2の格子点との間の弾性エネルギーから受ける弾性エネルギー力を計算する弾性エネルギー力計算部と、前記各第2の格子点に作用する摩擦力についての摩擦係数を可変制御して計算する摩擦係数制御部と、前記各第2の格子点に作用する摩擦力を、前記摩擦係数を利用して計算する摩擦力計算部と、前記画像エネルギー力と前記弾性エネルギー力と前記摩擦力とによる前記各第2の格子点に関する運動方程式の解法処理を行う解法処理部と、前記解法処理部による解法処理の結果から前記対象画像と前記参照画像との対応関係を求めるマッピング処理部と、を備えたことを特徴とする。   In order to solve the above-described problems and achieve the object, the present invention is an image matching device for obtaining a correspondence relationship between a target image and a reference image, and a plurality of first lattice points on the target image. And a potential energy based on the correlation of the image between each of the second grid points corresponding to the first grid point on the reference image on a one-to-one basis, The image energy for calculating the image energy force received by the second lattice point by the gradient of the potential energy based on the position of the lattice point and the position of the first lattice point corresponding to the second lattice point A force calculator, an elastic energy force calculator that calculates an elastic energy force received from elastic energy between each second lattice point and another second lattice point adjacent to the second lattice point; Each A friction coefficient control unit that variably controls a friction coefficient acting on a frictional force acting on two grid points, and a friction that computes a frictional force acting on each second lattice point using the friction coefficient From the result of the solution processing unit by the force calculation unit, the solution processing unit that solves the equation of motion related to each second lattice point by the image energy force, the elastic energy force, and the friction force, and the solution processing by the solution processing unit A mapping processing unit for obtaining a correspondence relationship between the target image and the reference image.

また、本発明は、上記画像マッチング装置で実行することができる画像マッチング方法および画像マッチングプログラムである。   The present invention also provides an image matching method and an image matching program that can be executed by the image matching apparatus.

本発明によれば、摩擦係数を可変制御して計算して、参照画像上における各第2の格子点に作用する摩擦力を計算することで、大域的な最適点の探索と収束性を両立させて、よりより高精度な画像マッチングを行うことができるという効果を奏する。   According to the present invention, both the search for the global optimum point and the convergence are achieved by calculating the friction coefficient that is variably controlled and calculating the friction force acting on each second grid point on the reference image. Thus, there is an effect that more accurate image matching can be performed.

以下に添付図面を参照して、この発明にかかる画像マッチング装置、画像マッチング方法および画像マッチングプログラムの最良な実施の形態を詳細に説明する。   Exemplary embodiments of an image matching apparatus, an image matching method, and an image matching program according to the present invention are explained in detail below with reference to the accompanying drawings.

なお、以下の実施の形態にかかる画像マッチング装置は、動画像の動き補償を行って補償画像を生成する動き補償装置に適用する他、ステレオマッチング、画像モーフィング、画像認識、動画像符号化等の画像処理技術に適用することもできる。   Note that the image matching device according to the following embodiment is applied to a motion compensation device that generates a compensated image by performing motion compensation of a moving image, as well as stereo matching, image morphing, image recognition, moving image coding, and the like. It can also be applied to image processing technology.

(実施の形態1)
図1は、実施の形態1にかかる画像マッチング装置の構成を示すブロック図である。本実施の形態にかかる画像マッチング装置100は、図1に示すように、解法処理部101と、画像エネルギー力計算部103と、弾性エネルギー力計算部104と、摩擦力計算部105と、摩擦係数制御部102と、マッピング処理部107と、フレームメモリ106とを主に備えている。
(Embodiment 1)
FIG. 1 is a block diagram illustrating a configuration of the image matching apparatus according to the first embodiment. As shown in FIG. 1, the image matching apparatus 100 according to the present embodiment includes a solution processing unit 101, an image energy force calculation unit 103, an elastic energy force calculation unit 104, a friction force calculation unit 105, and a friction coefficient. A control unit 102, a mapping processing unit 107, and a frame memory 106 are mainly provided.

実施の形態1にかかる画像マッチング装置100では、対象画像および参照画像のそれぞれを所定の格子状に分割した各格子点を力学上の質点として扱い、対象画像の第1の格子点と第1の格子点に1対1に対応する参照画像の第2の格子点が画像の相関関係に基づいたポテンシャルエネルギーを考え、第1の格子点と第2の格子点の位置に基づいたポテンシャルエネルギーの勾配によって第2の格子点が受ける画像エネルギー力と、第2の格子点に隣接する格子点との間の弾性エネルギーから受ける弾性エネルギー力と、第2の格子点に生じる摩擦力とによる第2の格子点に関する運動方程式を画像マッチング状態遷移モデルとして、この運動方程式に対して解法処理を行い、第2の格子点の平衡状態を求めることにより第1の格子点と第2の格子点との写像関係を求めて画像マッチングを行っている。   In the image matching device 100 according to the first embodiment, each lattice point obtained by dividing each of the target image and the reference image into a predetermined lattice shape is treated as a dynamic mass point, and the first lattice point and the first lattice point of the target image are processed. Considering the potential energy based on the correlation between the second grid points of the reference image corresponding to the grid points one-to-one, the gradient of the potential energy based on the positions of the first and second grid points The second energy due to the image energy force received by the second lattice point by the elastic energy force received from the elastic energy between the lattice points adjacent to the second lattice point and the frictional force generated at the second lattice point. The equation of motion related to the lattice point is used as an image matching state transition model, and the solution equation is processed to obtain the equilibrium state of the second lattice point, and the first lattice point and the first lattice point are obtained. And performing image matching by seeking the mapping relationship between the lattice points.

そして、実施の形態1にかかる画像マッチング装置100では、摩擦力を計算する際に、摩擦力の摩擦係数を可変制御することによって、大域的にも最適化処理を行うことを可能としている。   In the image matching apparatus 100 according to the first embodiment, when the friction force is calculated, the optimization process can be performed globally by variably controlling the friction coefficient of the friction force.

解法処理部101は、対象画像上の複数の第1の格子点の各々と参照画像上で第1の格子点に一対一に対応する複数の第2の格子点の各々との間で画像の相関関係に基づくポテンシャルエネルギーの勾配により第2の格子点が受ける画像エネルギー力と、第2の格子点に隣接する格子点との間の弾性エネルギーから受ける弾性エネルギー力と、第2の格子点に生じる摩擦力とによる第2の格子点に関する運動方程式を、離散変数法としてのオイラー法による数値解析処理によって解法する処理部である。   The solution processing unit 101 stores an image between each of the plurality of first grid points on the target image and each of the plurality of second grid points corresponding to the first grid points on the reference image. The image energy force received by the second lattice point due to the potential energy gradient based on the correlation, the elastic energy force received from the elastic energy between the lattice points adjacent to the second lattice point, and the second lattice point It is a processing unit that solves the equation of motion related to the second lattice point by the generated frictional force by numerical analysis processing by the Euler method as a discrete variable method.

マッピング処理部107は、解法処理部101による解法処理の結果から第2の格子点の平衡状態を求めることにより対象画像上の第1の格子点と参照画像上の第2の格子点との対応関係である写像関係を求める処理部である。   The mapping processing unit 107 obtains the equilibrium state of the second lattice point from the result of the solution processing by the solution processing unit 101, thereby matching the first lattice point on the target image with the second lattice point on the reference image. It is a processing unit for obtaining a mapping relationship that is a relationship.

画像エネルギー力計算部103は、第1の格子点と第2の格子点の位置に基づいた上記ポテンシャルエネルギーの勾配によって第2の格子点が受ける画像エネルギー力を計算する処理部である。   The image energy force calculation unit 103 is a processing unit that calculates the image energy force received by the second lattice point based on the gradient of the potential energy based on the positions of the first lattice point and the second lattice point.

弾性エネルギー力算出部104は、第2の格子点に隣接する格子点との間の弾性エネルギーから受ける弾性エネルギー力を計算する処理部である。   The elastic energy force calculation unit 104 is a processing unit that calculates the elastic energy force received from the elastic energy between the lattice points adjacent to the second lattice point.

摩擦係数制御部102は、各第2の格子点に作用する摩擦力の計算に使用する摩擦係数を可変制御する処理部である。具体的には、摩擦係数制御部102は、運動方程式における時間の経過に従って、当該時間の線形関数に従って増加するように摩擦係数を計算することで摩擦係数を可変制御する。   The friction coefficient control unit 102 is a processing unit that variably controls the friction coefficient used for calculating the friction force acting on each second lattice point. Specifically, the friction coefficient control unit 102 variably controls the friction coefficient by calculating the friction coefficient so as to increase according to a linear function of the time as time passes in the equation of motion.

摩擦力算出部105は、第2の格子点に生じる摩擦力を摩擦係数を用いて計算する処理部である。   The frictional force calculation unit 105 is a processing unit that calculates the frictional force generated at the second grid point using the friction coefficient.

フレームメモリ106は、入力された対象画像と参照画像と保存するメモリである。なお、各部の詳細な処理については後述する。   The frame memory 106 is a memory for storing the input target image and reference image. Detailed processing of each unit will be described later.

次に、本実施の形態にかかる画像マッチング装置100で導入する画像マッチング状態遷移モデルについて説明する。   Next, an image matching state transition model introduced by the image matching apparatus 100 according to the present embodiment will be described.

2次元ユークリッド空間上の点x∈E2における対象画像、参照画像の画素値をそれぞれ(1)式で示す。 The pixel values of the target image and the reference image at the point x∈E 2 on the two-dimensional Euclidean space are shown by the formula (1).

Figure 2007188329
(1)式は実数空間における連続画像モデルであり、本実施の形態ではデジタル画像を扱うため、2次元格子空間上の点n∈N2について(2)式に示す離散画像モデルを考える。
Figure 2007188329
Equation (1) is a continuous image model in real number space. In this embodiment, in order to handle digital images, a discrete image model shown in Equation (2) is considered for a point n∈N 2 on a two-dimensional lattice space.

Figure 2007188329
従って、連続画像モデルの画素値はデータ補間関数gを用いて、(3)式に示すように定義される。ここで、データ補間関数gとしては、例えば双曲形補間関数を使用することができる。
Figure 2007188329
Therefore, the pixel value of the continuous image model is defined as shown in the equation (3) using the data interpolation function g. Here, as the data interpolation function g, for example, a hyperbolic interpolation function can be used.

Figure 2007188329
本実施の形態では、対象画像から参照画像への画像マッチング問題を、対象画像上の曲面X⊂E2から参照画像上の曲面Y⊂E2への写像として求めることにする。図2は、対象画像上の曲面から参照画像上の曲面への写像を示す説明図である。図3は、対象画像上の曲面Xの点xから参照画像上の曲面Yの点yへの写像を示す説明図である。すなわち、図2および3に示すように、画像マッチングは、対象画像上の曲面Xの点が参照画像上の曲面Yのどの点に対応しているのかを表す写像を求める問題として扱う。
Figure 2007188329
In this embodiment, to obtaining an image matching problem from the target image to the reference image, as a mapping from the curved X⊂E 2 on the target image to the curved surface Y⊂E 2 on the reference image. FIG. 2 is an explanatory diagram showing mapping from the curved surface on the target image to the curved surface on the reference image. FIG. 3 is an explanatory diagram showing a mapping from a point x on the curved surface X on the target image to a point y on the curved surface Y on the reference image. That is, as shown in FIGS. 2 and 3, image matching is handled as a problem of obtaining a mapping that indicates which point of the curved surface Y on the reference image corresponds to the point of the curved surface X on the target image.

このような写像に関する条件を導出すると以下のようになる。パラメータ(u,v)を用いて、曲面X上の点をx(u,v)∈X、曲面Y上の点をy(u,v)∈Yと表し、パラメータ(u,v)と点xが同じスケールを有する場合、曲面X上の点x(u,v)は、パラメータ(u,v)によって、(4)式で表すことができる。   Deriving such a mapping condition is as follows. Using the parameter (u, v), the point on the curved surface X is represented as x (u, v) εX, the point on the curved surface Y is represented as y (u, v) εY, and the parameter (u, v) and the point are represented. When x has the same scale, the point x (u, v) on the curved surface X can be expressed by the equation (4) by the parameter (u, v).

Figure 2007188329
ここで、曲面Xから曲面Yへの求めるべき写像を(5)式で定義する。写像の対応関係は曲面X上の点xが一意に曲面Yに対応づけることができればよいので、写像gはすべての点が一意に決定する全単射とする。よって同一パラメータ(u,v)を有する点x(u,v)、y(u,v)は,(6)式を満たすことになる。
Figure 2007188329
Here, the mapping to be obtained from the curved surface X to the curved surface Y is defined by equation (5). Since the mapping relationship is sufficient if the point x on the curved surface X can be uniquely associated with the curved surface Y, the mapping g is bijection in which all points are uniquely determined. Therefore, the points x (u, v) and y (u, v) having the same parameter (u, v) satisfy the expression (6).

Figure 2007188329
このことは、すなわち、写像gについて考えることは、曲面Yそのものを考えることと同じである。一つの対象物が対象画像と参照画像に射影されて映っていると考えると、射影された対象画像上の像と参照画像上の像は、画素値が同じであると考えることができる。従って、対応づけるべき同一点の画素値が等しいと仮定すると、写像gに関して(7)式の条件式が導出される。かかる(7)式をパラメータu=(u,v)を用いて表示すると、(8)式のようになる。
Figure 2007188329
This means that thinking about the mapping g is the same as considering the curved surface Y itself. If one object is projected on the target image and the reference image, it can be considered that the projected image on the target image and the image on the reference image have the same pixel value. Therefore, assuming that the pixel values of the same point to be matched are equal, the conditional expression (7) is derived for the mapping g. When the equation (7) is displayed using the parameter u = (u, v), the equation (8) is obtained.

Figure 2007188329
従って、画像マッチング問題は、(8)式の条件式を満たす写像gを求めるという問題に帰着することになる。
Figure 2007188329
Therefore, the image matching problem results in a problem of obtaining a mapping g that satisfies the conditional expression (8).

次に、上記画像マッチング問題の解法処理について説明する。(8)式は、(9)式のように変形することができる。   Next, a solution process for the image matching problem will be described. Expression (8) can be modified like Expression (9).

Figure 2007188329
しかしながら、(9)式は、画像に含まれるノイズなどにより厳密には成立しないため、かかる式から直接写像gを求めることは困難である。このため、本実施の形態では、最小二乗法を利用している。最小二乗法によれば、(10)式に示すエネルギー関数を考え、かかるエネルギー関数の最小化を行うことによりノイズが含まれていても条件を満足する写像gを求めることができる。
Figure 2007188329
However, since the expression (9) is not strictly established due to noise included in the image, it is difficult to directly obtain the mapping g from such an expression. For this reason, the least square method is used in the present embodiment. According to the least square method, the energy function shown in the equation (10) is considered, and by minimizing the energy function, a mapping g that satisfies the condition can be obtained even if noise is included.

Figure 2007188329
大数の法則が成立する程度の標本数があれば、最小二乗法により解が安定に求まると考えられるが、本実施の形態では、標本数が一つであるため、やはりノイズの影響を受けてしまう。解を安定して求めるためには、ベイズの定理により、近傍では滑らかに変化するという事前知識により事後分布の精度を高めるアプローチ、例えば、写像gに対して構造を規定して力学的なアプローチを考える。
Figure 2007188329
If the number of samples is sufficient to satisfy the law of large numbers, the solution can be obtained stably by the least squares method. However, in this embodiment, since there is only one sample, it is still affected by noise. End up. In order to obtain a stable solution, an approach that improves the accuracy of the posterior distribution based on Bayes' theorem based on prior knowledge that it changes smoothly in the vicinity, for example, a dynamic approach by defining the structure for the mapping g Think.

写像gは全単射であるので、写像gについて考えることは、曲面Yそのものを考えることと同義である。力学的構造としては、例えば、剛体のような構造が考えられるが、画像の場合には変形等が考えられるため、剛体の構造は適切でない。そこで、本実施の形態では、曲面Yに対して、画像の変形等に対して柔軟に対応可能な弾性体の構造を導入する。   Since the mapping g is bijective, thinking about the mapping g is synonymous with considering the curved surface Y itself. As the mechanical structure, for example, a structure like a rigid body is conceivable, but in the case of an image, deformation or the like is conceivable, so that the structure of the rigid body is not appropriate. Therefore, in the present embodiment, an elastic body structure that can flexibly cope with image deformation or the like is introduced into the curved surface Y.

弾性体のエネルギーは、(11)式で示される。   The energy of the elastic body is expressed by equation (11).

Figure 2007188329
また、(10)式で示される画像エネルギーを曲面Y上の点を用いて表すと、(12)式で表される。
Figure 2007188329
Further, when the image energy represented by the equation (10) is expressed using points on the curved surface Y, it is represented by the equation (12).

Figure 2007188329
ポテンシャルエネルギーは、(12)式の画像エネルギーと(11)式の弾性エネルギーの線形結合により(13)式のように定義される。
Figure 2007188329
The potential energy is defined as in equation (13) by linear combination of image energy in equation (12) and elastic energy in equation (11).

Figure 2007188329
このポテンシャルエネルギーを最小にすることは、画像マッチングの条件式である(7)式をできるだけ満たすように、かつ弾性体としての安定形態が取れるような曲面Yを探索することを意味する。このことをエネルギー最小化問題として定式化すると(14)式で表される。
Figure 2007188329
Minimizing this potential energy means searching for a curved surface Y that satisfies Equation (7), which is a conditional expression for image matching, as much as possible and that can take a stable form as an elastic body. When this is formulated as an energy minimization problem, it is expressed by equation (14).

Figure 2007188329
従って、条件式(7)式を満たす写像gを求める画像マッチング問題は、エネルギー最小化問題の(14)式を解法することに帰着する。
Figure 2007188329
Therefore, the image matching problem for obtaining the mapping g that satisfies the conditional expression (7) results in solving the expression (14) of the energy minimization problem.

また(14)式より最適性の必要条件は、(15)式で求めることができる。   Further, the necessary condition for optimality can be obtained from the equation (15) from the equation (14).

Figure 2007188329
従来の手法では、この最適性必要条件の(15)式を満たすような曲面Y上の点yを求めることにより解法している。これらは静的なエネルギーの最小化であり、静的な釣り合いの位置を求める静的な最適化である。図4は、ポテンシャルエネルギーの最小化の点を探索する場合の静的な最適点の説明をするための模式図である。図4に示すように、静的な最適化では初期値に最も近い位置で質点のポテンシャルエネルギーの局所最適点(釣り合い位置)が求まる。従って、この局所最適点が大域的な最適点になるかどうかは初期値に依存することになる。言い換えれば、初期値の選定が好ましくない場合には、大域的に最適な点が得られない場合がある。
Figure 2007188329
In the conventional method, the solution is obtained by obtaining a point y on the curved surface Y that satisfies the equation (15) of the optimality requirement. These are static energy minimizations and static optimizations that determine the position of the static balance. FIG. 4 is a schematic diagram for explaining a static optimum point when searching for a potential energy minimizing point. As shown in FIG. 4, in the static optimization, the local optimum point (balance position) of the potential energy of the mass point is obtained at the position closest to the initial value. Therefore, whether or not this local optimum point becomes a global optimum point depends on the initial value. In other words, when the selection of the initial value is not preferable, a globally optimum point may not be obtained.

このため、大域的な最適点を求めて(14)式を解法するため、本実施の形態では、対象画像および参照画像上の曲面を格子状に分割して分割した各格子点を質点と考え、参照画像上の曲面Yの格子点(質点)における運動エネルギーを導入し、大域的な最適化を行っている。すなわち、曲面Yに対して時間軸を導入し、曲面Yが時間に応じて変形できるような構造とし、曲面に対して運動の構造を適用する。図5は、ポテンシャルエネルギーの最小化の点を探索する場合の大域的な最適点の説明をするための模式図である。図5に示すように、運動エネルギーの導入により、最初のポテンシャルエネルギーが運動エネルギーに変換されるため、格子点(質点)が局所最適点からさらに広い範囲で(15)式を満たす大域的な最適点を探索することができる。これにより、静的な最適化よりもより広い範囲を探索できるので、初期値への依存性が低くなり、ノイズ等の影響に対してよりロバストになる可能性がある。   Therefore, in order to find a global optimum point and solve the equation (14), in this embodiment, each lattice point obtained by dividing the target image and the curved surface on the reference image into a lattice shape is considered as a mass point. The kinetic energy at the lattice point (mass point) of the curved surface Y on the reference image is introduced to perform global optimization. In other words, a time axis is introduced to the curved surface Y so that the curved surface Y can be deformed according to time, and a structure of motion is applied to the curved surface. FIG. 5 is a schematic diagram for explaining a global optimum point when searching for a potential energy minimizing point. As shown in FIG. 5, since the initial potential energy is converted into kinetic energy by the introduction of kinetic energy, the global optimality satisfying Eq. (15) in a wider range from the local optimal point to the lattice point (mass point). You can search for points. As a result, a wider range can be searched than in the static optimization, so that the dependency on the initial value is lowered, and there is a possibility that it is more robust against the influence of noise and the like.

次に、(15)式の大域的最適化のための運動方程式の導入について説明する。まず、運動方程式に導入する時間τを用いて曲面Y上の点yを(16)式のように拡張する。(16)式で表した曲面Y上の点yの全微分は(17)式となるが、パラメータ(u,v)Tは時間τに対して独立であると仮定すると、(18)式が成立するので、結局(17)式は(19)式で表現される。また、(19)式から曲面Y上の点yの2階微分は(20)式で表される。(19)式で示される曲面Y上の点yの全微分と(20)式で示される2階微分をそれぞれ(21)式で表現する。 Next, introduction of an equation of motion for global optimization of equation (15) will be described. First, the point y on the curved surface Y is expanded as shown in Equation (16) using the time τ introduced into the equation of motion. The total differentiation of the point y on the curved surface Y expressed by the equation (16) is the equation (17), but assuming that the parameter (u, v) T is independent of the time τ, the equation (18) is Since this holds, equation (17) is eventually expressed by equation (19). Further, the second derivative of the point y on the curved surface Y from the equation (19) is expressed by the equation (20). The total differentiation of the point y on the curved surface Y shown by the equation (19) and the second order differentiation shown by the equation (20) are expressed by the equation (21), respectively.

Figure 2007188329
(19)式は、曲面Y上の点yの速度を表し、(20)式は、曲面Y上の点yの加速度を表している。従って、曲面Y上の点yの運動エネルギーは、(22)式で定義することができる。
Figure 2007188329
Equation (19) represents the speed of the point y on the curved surface Y, and Equation (20) represents the acceleration of the point y on the curved surface Y. Therefore, the kinetic energy of the point y on the curved surface Y can be defined by equation (22).

Figure 2007188329
このような運動エネルギーを導入したことは、曲面Y上の点yを質点と考えて、曲面上の運動を定義したことになり、曲面Y上の点yの運動という力学的な構造を規定したことを意味する。かかる曲面Y上の点yの運動は運動方程式によって記述される。
Figure 2007188329
The introduction of such kinetic energy means that the point y on the curved surface Y is considered as a mass point and the motion on the curved surface is defined, and the dynamic structure of the movement of the point y on the curved surface Y is defined. Means that. The motion of the point y on the curved surface Y is described by a motion equation.

次に、ラグランジュの方法に従って次のように曲面Y上の点yの運動方程式を導出する。曲面Yは、エネルギー最小化の(14)式に従うので、ポテンシャルエネルギーUを最小にする方向に動く必要がある。ラグランジアンは(23)式で定義される。   Next, the equation of motion of the point y on the curved surface Y is derived as follows according to the Lagrange method. Since the curved surface Y follows the equation (14) for energy minimization, the curved surface Y needs to move in a direction that minimizes the potential energy U. Lagrangian is defined by equation (23).

(23)式は、位置のポテンシャルエネルギーである重力場における物体の自由落下などと同様に、物体は重力場を最小化するように落下することを意味している。ラグランジュ方程式は(24)式で示されるので、(23)および(24)式から、曲面Y上の点yの運動方程式は、(25)式で表される。   Equation (23) means that the object falls so as to minimize the gravitational field, similar to the free fall of the object in the gravitational field that is the potential energy of the position. Since the Lagrangian equation is expressed by the equation (24), the equation of motion of the point y on the curved surface Y is expressed by the equation (25) from the equations (23) and (24).

Figure 2007188329
Figure 2007188329
(25)式の運動方程式に従った運動は保存系であり、エネルギー保存則により解は収束しない。このため、系を非保存系にするために(26)式で示される摩擦エネルギーを導入する。
Figure 2007188329
Figure 2007188329
The motion according to the equation of motion of Equation (25) is a conservation system, and the solution does not converge due to the energy conservation law. For this reason, in order to make the system non-conservative, the frictional energy represented by the equation (26) is introduced.

Figure 2007188329
(26)式で示される摩擦エネルギーを導入した場合のラグランジュ方程式は、(27)式で表される。
Figure 2007188329
The Lagrangian equation when the friction energy represented by the equation (26) is introduced is represented by the equation (27).

Figure 2007188329
この(27)式を解法することによって、摩擦エネルギーを導入した運動方程式が(28)式で得られる。
Figure 2007188329
By solving the equation (27), an equation of motion in which friction energy is introduced is obtained by the equation (28).

Figure 2007188329
次に、動的な探索、(28)式の運動方程式に従った解がエネルギー最小化の(14)式に対する最適性必要条件である(15)式を満足することについて説明する。
Figure 2007188329
Next, it will be described that the dynamic search and the solution according to the equation of motion of the equation (28) satisfy the equation (15) which is the optimum requirement for the energy minimization (14).

まず、探索が完了した場合を考える。この場合、点yは完全に停止するので、点yの速度(yの全微分)および加速度(yの2階微分)はともに0となるので、(28)式の運動方程式により(29)式となり、これにより(30)式が成立する。   First, consider the case where the search is completed. In this case, since the point y stops completely, both the velocity (total derivative of y) and acceleration (second derivative of y) of the point y are both 0, so that the equation (29) is obtained from the equation of motion (28). Thus, equation (30) is established.

Figure 2007188329
(30)式が成立することは、最適性必要条件の(15)式を満足することを意味している。従って、探索が完了した場合、そのときの点yは最適点であることがわかる。
Figure 2007188329
The fact that the expression (30) is satisfied means that the expression (15) of the optimality requirement is satisfied. Therefore, when the search is completed, it can be seen that the point y at that time is the optimum point.

次に、曲面Y上の点yが静止した場合を考える。この場合、点yの速度(yの全微分)は0となるが加速度(yの2階微分)は0にならないので、(28)式の運動方程式により(31)式が得られる。   Next, consider a case where the point y on the curved surface Y is stationary. In this case, the velocity at the point y (the total derivative of y) is 0, but the acceleration (the second derivative of y) is not 0, so that equation (31) is obtained from the equation of motion of equation (28).

Figure 2007188329
ここで、点yが最適点であると仮定すると、最適性条件の(15)式により、点yの加速度(yの2階微分)は0となり、最適点の探索が完了する。一方、点yが最適点でない場合には、点yの加速度(yの2階微分)が0とならないため、最適点の探索は完了していないことになる。すなわち、点yが静止した位置が最適点の位置である場合に(31)式により最適性必要条件の(15)式が満足することを意味している。
Figure 2007188329
Assuming that the point y is the optimum point, the acceleration of the point y (second derivative of y) becomes 0 according to the equation (15) of the optimum condition, and the search for the optimum point is completed. On the other hand, when the point y is not the optimum point, the acceleration of the point y (second-order derivative of y) does not become 0, and the optimum point search is not completed. That is, when the position where the point y is stationary is the position of the optimum point, it means that the expression (15) of the optimality requirement is satisfied by the expression (31).

次に、点yに摩擦エネルギーが作用している場合を考える。摩擦エネルギーの性質から(32)式が導かれ、これは点yの運動が停止して時間の経過により最適点の探索が完了することを意味している。   Next, consider the case where frictional energy is acting on the point y. Equation (32) is derived from the nature of the frictional energy, which means that the movement of the point y stops and the search for the optimum point is completed over time.

Figure 2007188329
このように、最適点の探索が完了した場合、点yが静止した場合、点yに摩擦エネルギーが作用している場合の上記説明により、(28)式の運動方程式に従った点yの運動が、(15)式の最適性必要条件を満足することがわかる。
Figure 2007188329
As described above, when the search for the optimum point is completed, when the point y is stationary, or when the friction energy is acting on the point y, the motion of the point y according to the equation of motion of the equation (28) However, it is understood that the optimality requirement of the equation (15) is satisfied.

一方、(15)式は1階微分の形式であるが、2階微分の最適性必要条件については、図4または5に示すポテンシャルエネルギーの山の頂点で探索が完了する場合があるため、満足されない場合がある。この場合には、ポテンシャルエネルギーの山の頂点では、最適点の探索が完了しないための条件として(33)式を仮定することにより、2階の最適性必要条件を満足することができる。この(33)式の仮定は、具体的には(34)式の条件を探索アルゴリズムで実現することにより達成することができる。   On the other hand, equation (15) is in the form of first derivative, but the optimality requirement for second derivative is satisfied because the search may be completed at the peak of the potential energy peak shown in FIG. May not be. In this case, the optimality requirement for the second floor can be satisfied by assuming the equation (33) as a condition for the search for the optimum point not to be completed at the apex of the peak of potential energy. Specifically, the assumption of equation (33) can be achieved by realizing the condition of equation (34) with a search algorithm.

以上により、(28)式の運動方程式に従った最適点の探索は(14)式で示される最適化問題に対する最適解を与えることがわかる。このような探索は、静的な探索に比べてロバストなものとなる。   From the above, it can be seen that the search for the optimum point according to the equation of motion of Equation (28) gives the optimum solution for the optimization problem shown by Equation (14). Such a search is more robust than a static search.

ここで、(28)式に示す運動方程式において、弾性エネルギーEkの中に点yおよびパラメータ(u,v)に関する偏微分が含まれているため、有限差分法によって偏微分方程式を差分方程式によって置換する。弾性エネルギーEkの右辺を有限差分法によって離散化すると、(35)式のようになる。 Here, in the equation of motion shown in the equation (28), since the partial differential with respect to the point y and the parameters (u, v) is included in the elastic energy E k , the partial differential equation is converted into the differential equation by the finite difference method. Replace. When the right side of the elastic energy E k is discretized by the finite difference method, the equation (35) is obtained.

Figure 2007188329
ここで、nは離散化されたパラメータ(u,v)の格子点、ynはnに対応する離散化されたY上の点、yn+(-1,0),yn+(1,0),yn+(0,-1),yn+(0,1)は点ynの偏微分に関連する上下左右の格子点を示している。
Figure 2007188329
Here, n is a lattice point of the discretized parameter (u, v), y n is a point on Y that is discretized corresponding to n , y n + (− 1,0) , y n + (1,0 ) , Y n + (0, -1) , y n + (0,1) indicate the upper, lower, left, and right lattice points related to the partial differentiation of the point y n .

この(35)式をynで偏微分すると(36)式が得られ、かかる式は、弾性エネルギーによって発生する力である弾性エネルギー力を示している。 The equation (35) when partially differentiated by y n (36) below is obtained and such expression shows elastic energy force is the force generated by the elastic energy.

Figure 2007188329
この弾性エネルギー力を(37)式で示し、離散パラメータΔu,Δvをそれぞれ1とすると、弾性エネルギー力は(38)式で表されることになる。
Figure 2007188329
When this elastic energy force is expressed by the equation (37) and the discrete parameters Δu and Δv are respectively 1, the elastic energy force is expressed by the equation (38).

Figure 2007188329
ここで、画像エネルギーEiは、パラメータ(u,v)に関して独立と考え、(28)式の運動方程式もそのまま離散可能となり、(39)式で表される。
Figure 2007188329
Here, the image energy E i is considered to be independent with respect to the parameters (u, v), and the equation of motion of the equation (28) can be discrete as it is, and is expressed by the equation (39).

Figure 2007188329
この(39)式の右辺第1項は、点ynにおける画像エネルギーの勾配の逆向きの力である画像エネルギー力であり、(40)式のようにおく。
Figure 2007188329
The first term on the right side of the equation (39) is an image energy force that is the force opposite to the gradient of the image energy at the point y n , and is set as in the equation (40).

Figure 2007188329
次に、この画像エネルギー力Fi(n)、すなわち画像エネルギーの勾配の計算について説明する。本実施の形態では、画像エネルギーの勾配を、局所最適化の手法によって求めている。図6および図7は、画像エネルギー力の概念を示す説明図である。ここで、画像モデルScは連続画像モデルであり、実際にはサンプリングされた画像モデルSpを利用しているため、局所最適化においてもサンプリングされた画像モデルに基づいておこなっている。
Figure 2007188329
Next, calculation of the image energy force F i (n), that is, the gradient of the image energy will be described. In this embodiment, the gradient of image energy is obtained by a local optimization technique. 6 and 7 are explanatory diagrams showing the concept of image energy force. Here, the image model S c is a continuous image model, in practice because it uses the image model S p sampled, is performed also based on the sampled image model in local optimization.

n(τ)にもっとも近いサンプリング点を局所空間中心ycとして、ycを(41)式で求める。 The sampling point closest to y n (τ) is set as the local space center y c , and y c is obtained by equation (41).

Figure 2007188329
そして、隣接空間Lを(42)式で定義する。このとき、局所探索集合Ωは、(43)式のように定義することができる。
Figure 2007188329
And the adjacent space L is defined by (42) Formula. At this time, the local search set Ω can be defined as in equation (43).

Figure 2007188329
そして、局所最適化の後、その方向へのベクトルを求め、求めたベクトルを正規化し勾配の大きさを乗算すると、画像エネルギー力として(44)〜(46)式が得られる。本実施の形態では、画像エネルギー力として(44)〜(46)式を使用している。
Figure 2007188329
Then, after local optimization, a vector in that direction is obtained, and when the obtained vector is normalized and multiplied by the magnitude of the gradient, equations (44) to (46) are obtained as image energy forces. In the present embodiment, the equations (44) to (46) are used as the image energy force.

Figure 2007188329
なお、実装上の扱いやすさ等を考慮してエネルギー関数を(47)式のように定義して、(47)式により導かれる画像エネルギー力を用いることもできる。
Figure 2007188329
It is also possible to define an energy function as shown in Equation (47) in consideration of ease of handling in mounting and the like, and use the image energy force derived from Equation (47).

Figure 2007188329
以上説明した画像エネルギーFi(n)、弾性エネルギー力Fk(n)、摩擦力を使用して、格子点yn(τ)に対する運動方程式を画像マッチング状態遷移モデルとして生成すると、運動方程式は、(48)式で表される。また、yn(0)が参照画像に等しいとし、運動エネルギーは0、すなわちyn(0)の速度が0として考えると、運動方程式の初期条件は、(49)式となる。
Figure 2007188329
Using the image energy F i (n), elastic energy force F k (n), and frictional force described above to generate the equation of motion for the lattice point y n (τ) as an image matching state transition model, the equation of motion is , (48). Further, assuming that y n (0) is equal to the reference image and the kinetic energy is 0, that is, the velocity of y n (0) is 0, the initial condition of the equation of motion is the equation (49).

Figure 2007188329
本実施の形態では、画像エネルギー力計算部103によって、(44)〜(46)式で示される画像エネルギー力Fiを計算し、弾性エネルギー力計算部104によって(38)式で示される弾性エネルギー力Fkを計算し、摩擦力計算部105によって(48)式の右辺第3項で示される摩擦力を計算する。そして、解法処理部101によって(48)、(49)式で示される運動方程式を数値解析処理によって解法している。
Figure 2007188329
In the present embodiment, the image energy force calculation unit 103 calculates the image energy force F i expressed by the equations (44) to (46), and the elastic energy force calculation unit 104 calculates the elastic energy expressed by the equation (38). The force Fk is calculated, and the frictional force calculation unit 105 calculates the frictional force indicated by the third term on the right side of the equation (48). Then, the solution processing unit 101 solves the equations of motion represented by equations (48) and (49) by numerical analysis processing.

次に、この解法処理部101による運動方程式の解法について説明する。(48)、(49)式で示される運動方程式、すなわち常微分方程式は、一般的に解析的に解法することができないため、この運動方程式の系が収束するのに十分大きな時間Tを考え、数値解析によってt=(0,T)区間を計算することによって運動方程式の収束状態を推定する。   Next, a method of solving the equation of motion by the solution processing unit 101 will be described. Since the equation of motion represented by the equations (48) and (49), that is, the ordinary differential equation, cannot generally be solved analytically, the time T sufficient for the system of equations of motion to converge is considered, The convergence state of the equation of motion is estimated by calculating the t = (0, T) interval by numerical analysis.

本実施の形態では、常微分方程式は初期値が定まれば離散変数法によって一意に解が求まることを利用して、オイラー法による数値解析処理を行っている。   In the present embodiment, numerical analysis processing by the Euler method is performed using the fact that the ordinary differential equation is uniquely determined by the discrete variable method when the initial value is determined.

尚、本実施の形態ではオイラー法による数値解析処理を行っているが、これに限定されるものではない。離散変数法には、オイラー法以外にも、ルンゲクッタ法、ブリルシュ・ストア法、予測子・修正子法、隠的ルンゲクッタ法など種々の手法があり、このため、数値解析処理として、これらのいずれの手法を用いてもよい。以下はオイラー法を用いた数値解析処理を例にあげて説明する。   In the present embodiment, numerical analysis processing by the Euler method is performed, but the present invention is not limited to this. In addition to the Euler method, the discrete variable method includes various methods such as the Runge-Kutta method, the Brillesh-Store method, the predictor / corrector method, and the hidden Runge-Kutta method. A technique may be used. In the following, a numerical analysis process using the Euler method will be described as an example.

オイラー法は、一階の常微分方程式に対する数値解法であるため、(50)式の変数変換を(48)、(49)式を運動方程式に施すことにより、(48)、(49)式を一階の常微分方程式に変換する。これにより、(51)、(52)式が得られる。   Since the Euler method is a numerical solution to the first-order ordinary differential equation, the equations (48) and (49) are converted by applying the variable transformation of the equation (50) to the equations (48) and (49). Convert to first-order ordinary differential equations. Thereby, formulas (51) and (52) are obtained.

Figure 2007188329
Figure 2007188329
一方、常微分方程式(53)式をオイラー法で数値解析処理を行って解法する場合には、(54)式のようにt(m)からt(m +1)=t(m)+hへ解を進展させる。
Figure 2007188329
Figure 2007188329
On the other hand, when solving the ordinary differential equation (53) by performing numerical analysis processing by the Euler method, t (m) to t (m +1) = t (m) + h as shown in equation (54). Develop the solution.

Figure 2007188329
Figure 2007188329
ここで、x(m)はmステップであることを示し、hはステップ幅である。オイラー法のスキームを(51)、(52)式に適用すると(55)、(56)式の更新式が得られる。
Figure 2007188329
Figure 2007188329
Here, x (m) indicates m steps, and h is a step width. When the Euler scheme is applied to the equations (51) and (52), the updated equations (55) and (56) are obtained.

Figure 2007188329
本実施の形態では、解法処理部101によって、(51)、(52)式の更新式を繰り返して解法することによって運動方程式(48)、(49)式の系の収束状態を求めている。そして、マッピング処理部107では、この収束状態から、曲面Yをyn=Ψ1,n (T)のように求め、さらに、(6)式よりyn=g(n)の関係から、写像gを求めている。
Figure 2007188329
In the present embodiment, the solution processing unit 101 obtains the convergence state of the system of equations of motion (48) and (49) by repeatedly solving the updating equations of equations (51) and (52). Then, the mapping processing unit 107 obtains the curved surface Y from this convergence state as y n = Ψ 1, n (T) , and further from the relationship of y n = g (n) from the equation (6). g.

次に、摩擦係数制御部102の詳細について説明する。摩擦係数制御部105は、摩擦力計算部105によって(48)式の右辺第3項の摩擦力を計算する際に、摩擦係数μを可変制御して計算する。   Next, details of the friction coefficient control unit 102 will be described. When the frictional force control unit 105 calculates the frictional force in the third term on the right side of the equation (48) by the frictional force calculating unit 105, the frictional coefficient μ is variably controlled and calculated.

摩擦係数μは探索の仕方を決定づけるパラメータであり、例えばμ→∞のときに、運動エネルギーはすべて摩擦エネルギーとして吸収されてしまうため、最適点の探索は、動的な探索とはならず、図4で示したような静的な探索にとどまる。一方、μ=0のときには、図5に示すような動的な探索となり最適点の広範囲な探索を行うことができるが、エネルギー保存則により解が収束しないという問題がある。   The friction coefficient μ is a parameter that determines the search method. For example, when μ → ∞, all kinetic energy is absorbed as friction energy, so the search for the optimum point is not a dynamic search. The static search as shown in FIG. On the other hand, when μ = 0, a dynamic search as shown in FIG. 5 can be performed and a wide range search of the optimum point can be performed, but there is a problem that the solution does not converge due to the energy conservation law.

例えば、図8に示すような対象画像と参照画像のテスト画像を使用して摩擦係数μの値によるポテンシャルエネルギーの収束を実験により求めた。図8は、対象画像の例とこの対象画像から画面全体が左から右に8ピクセル移動した参照画像の例を示す説明図である。この図8に示す対象画像と参照画像を用いて、摩擦係数μを一定として上記で説明した(51)、(52)式の更新式を繰り返して解法することによって運動方程式(48)、(49)式の系の収束状態を求め、この収束状態から写像gを求めることを試みた。   For example, the convergence of the potential energy according to the value of the friction coefficient μ was obtained by experiments using the test image of the target image and the reference image as shown in FIG. FIG. 8 is an explanatory diagram illustrating an example of a target image and a reference image in which the entire screen is moved 8 pixels from left to right from the target image. By using the target image and the reference image shown in FIG. 8 and resolving the updating equations (51) and (52) described above with the friction coefficient μ constant, the equations of motion (48), (49 The convergence state of the system of equation (4) was obtained, and an attempt was made to obtain the mapping g from this convergence state.

図9−1は、摩擦係数μ=5における対象画像と参照画像の写像関係を示す説明図である。図9−2は、摩擦係数μ=0の場合における対象画像と参照画像の写像関係を示す説明図である。図9−1および9−2において灰色線が写像関係を示し、白線が方向を示している。   FIG. 9A is an explanatory diagram illustrating a mapping relationship between the target image and the reference image when the friction coefficient μ = 5. FIG. 9-2 is an explanatory diagram illustrating a mapping relationship between the target image and the reference image when the friction coefficient μ = 0. In FIGS. 9-1 and 9-2, the gray line indicates the mapping relationship, and the white line indicates the direction.

図8では、参照画像が対象画像から画面全体が左から右に8ピクセル移動したものであるため、図9−1、9−2の画像中に現れる写像関係の線が直線状である場合に、画面全体の写像が正確と判断する。   In FIG. 8, since the reference image is the entire image moved 8 pixels from the left to the right from the target image, the mapping-related lines appearing in the images of FIGS. 9-1 and 9-2 are linear. Judge that the mapping of the entire screen is accurate.

図9−1に示すように、摩擦係数μが大きい場合には、画面全体の写像が正しく得られないことがわかる。一方、図9−2に示すように、摩擦係数μが小さい場合には、画面全体の方向性はほぼ正しいが、写像関係が正確に表れていないことがわかる。   As shown in FIG. 9A, it can be seen that when the friction coefficient μ is large, the mapping of the entire screen cannot be obtained correctly. On the other hand, as shown in FIG. 9-2, when the friction coefficient μ is small, it can be seen that the directivity of the entire screen is almost correct, but the mapping relationship does not appear accurately.

これは次のように考えることができる。図10は、摩擦係数の相違による画像エネルギー力と時間との関係を示す説明図である。図11は、摩擦係数の相違による弾性エネルギー力と時間との関係を示す説明図である。図12は、摩擦係数の相違によるポテンシャルと時間との関係を示す説明図である。   This can be thought of as follows. FIG. 10 is an explanatory diagram showing the relationship between image energy force and time due to the difference in friction coefficient. FIG. 11 is an explanatory diagram showing the relationship between the elastic energy force and the time due to the difference in friction coefficient. FIG. 12 is an explanatory diagram showing the relationship between potential and time due to the difference in friction coefficient.

図12に示すポテンシャルエネルギーの時間変化を見ると、μ=0の場合はエネルギー保存則により、ポテンシャルエネルギーが収束していないことがわかる。一方、μ=5の場合は、ポテンシャルエネルギーの変化が非常に遅いことがわかる。図10に示す画像エネルギーの変化と図11に示す弾性エネルギーの変換を参酌すると、このようなポテンシャルエネルギーの変化の原因は、画像エネルギーは使用されず、弾性エネルギーのみで最適点の探索が行われていると推測される。   When the time change of the potential energy shown in FIG. 12 is seen, it can be seen that when μ = 0, the potential energy does not converge due to the energy conservation law. On the other hand, when μ = 5, it can be seen that the potential energy changes very slowly. Considering the change in the image energy shown in FIG. 10 and the conversion of the elastic energy shown in FIG. I guess that.

従って、最適点の探索自体は、摩擦係数が小さい方がよいが、このままでは収束しないので、本実施の形態の摩擦係数制御部102では、摩擦係数を可変制御し、運動方程式における時間が早い時期は摩擦係数を小さくし、後半の収束させる時期に摩擦係数を大きくするようにしている。これにより、ロバストに低エネルギーを求めることができる。   Therefore, the search for the optimum point itself should have a small friction coefficient. However, since it does not converge as it is, the friction coefficient control unit 102 of the present embodiment variably controls the friction coefficient, and the time in the equation of motion is early. Reduces the friction coefficient and increases the friction coefficient at the time of convergence in the second half. Thereby, low energy can be calculated | required robustly.

具体的には、摩擦係数制御部102は、(57)式に示すように、摩擦係数μ(τ)を、運動方程式における時間τの2段階の線形関数により、時間τが経過するに従って増加するように計算している。   Specifically, the friction coefficient control unit 102 increases the friction coefficient μ (τ) as the time τ elapses by a two-stage linear function of the time τ in the equation of motion, as shown in the equation (57). It is calculated as follows.

Figure 2007188329
図13は、摩擦係数μの時間τによる変化の状態を示すグラフである。図14は、(57)式により摩擦係数μを計算して、画像マッチング処理を行った場合におけるポテンシャルエネルギーの時間的変化の状態を示す説明図である。μ制御の線が、摩擦係数を(57)式により計算した場合である。なお、図14において、μ1=0、μmax=0.5、T=100としている。図14に示すように、ポテンシャルエネルギーが低い状態で収束していることがわかる。
Figure 2007188329
FIG. 13 is a graph showing a change state of the friction coefficient μ with time τ. FIG. 14 is an explanatory diagram showing a temporal change state of potential energy when the friction coefficient μ is calculated by the equation (57) and image matching processing is performed. The μ control line is the case where the friction coefficient is calculated by the equation (57). In FIG. 14, μ 1 = 0, μ max = 0.5, and T = 100. As shown in FIG. 14, it is understood that the potential energy is converged in a low state.

次に、以上のように構成された本実施の形態にかかる画像マッチング装置100による画像マッチング処理について説明する。図15は、画像マッチング装置100による画像マッチング処理の手順を示すフローチャートである。具体的には、先に示した(51)、(52)式を数値解析により解法することにより画像マッチング処理を実現している。   Next, image matching processing by the image matching apparatus 100 according to the present embodiment configured as described above will be described. FIG. 15 is a flowchart showing a procedure of image matching processing by the image matching apparatus 100. Specifically, the image matching processing is realized by solving the equations (51) and (52) shown above by numerical analysis.

まず、解法処理部101は、時間τ(0)=0に設定し(ステップS1501)、初期値Ψ1,n(0)=n、Ψ2,n(0)=0を設定する(ステップS1502)。これにより、(52)式が実行される。 First, the solution processing unit 101 sets time τ (0) = 0 (step S1501), and sets initial values Ψ 1, n (0) = n and Ψ 2, n (0) = 0 (step S1502). ). Thereby, the equation (52) is executed.

次に、画像エネルギー力計算部103によって、すべてのnに対してmステップにおける画像相関ポテンシャル力Fi (m)(n)を計算する(ステップS1503)。かかる画像エネルギー力Fi (m)(n)の計算処理については後述する。 Next, the image energy force calculation unit 103 calculates the image correlation potential force F i (m) (n) in m steps for all n (step S1503). The calculation processing of the image energy force F i (m) (n) will be described later.

次いで、弾性エネルギー力計算部104によって、すべてのnに対してmステップにおける弾性エネルギー力Fk (m) (n)を(38)式により算出する(ステップS1504)。そして、摩擦力計算部105によって、すべてのnに対してmステップにおける摩擦力[−μ(τ(m)2,n (m)]を計算する(ステップS1505)。 Next, the elastic energy force calculation unit 104 calculates the elastic energy force F k (m) (n) in m steps for all n by the equation (38) (step S1504). Then, the frictional force calculation unit 105 calculates the frictional force [−μ (τ (m) ) ψ2 , n (m) ] in m steps for all n (step S1505).

次に、解法処理部101によって、(55)式の更新式を、ステップS1503〜S1505で求めた画像エネルギー力Fi (m) (n)、弾性エネルギー力Fk (m) (n)、摩擦力[−μ(τ(m)2,n (m)]で更新する(ステップS1506)。 Next, the solution processing unit 101 uses the image energy force F i (m) (n), the elastic energy force F k (m) (n), the friction obtained from the updating formulas (55) in steps S1503 to S1505. Update with the force [−μ (τ (m) ) Ψ 2, n (m) ] (step S1506).

次に、解法処理部101によって、Ψ1,n (m)の値をフレームメモリ106に保存する(ステップS1507)。そして、解法処理部101によって、τ(m+1)(m)+hと更新し(ステップS1508)、mを1だけ増加する(ステップS1509)。そして、τ(m+1)があらかじめ定められた時間Tを越えたか否かを判断し(ステップS1510)、越えていない場合には、上記ステップS1503からS1509を繰り返し実行する。一方、τ(m+1)がTを越えた場合には、解法処理部101によって、すべてのnに対して、ynにΨ1,n (T)を設定する(ステップS1511)。そして、マッピング処理部107により、対象画像と参照画像との対応関係、すなわち写像を求める(ステップS1512)。 Next, the solution processing unit 101 stores the value of Ψ 1, n (m) in the frame memory 106 (step S1507). Then, the solution processing unit 101 updates τ (m + 1) = τ (m) + h (step S1508), and increases m by 1 (step S1509). Then, it is determined whether or not τ (m + 1) has exceeded a predetermined time T (step S1510). If not, step S1503 to S1509 are repeatedly executed. On the other hand, τ (m + 1) is the case beyond the T is the solution processing unit 101, for all n, set to y n Ψ 1, n (T ) ( step S1511). Then, the mapping processing unit 107 obtains a correspondence relationship between the target image and the reference image, that is, a mapping (step S1512).

次に、ステップS1503における画像エネルギー力の計算処理について説明する。図16は、画像エネルギー力計算部103による画像エネルギー力の計算処理の手順を示すフローチャートである。   Next, the image energy force calculation process in step S1503 will be described. FIG. 16 is a flowchart showing a procedure of image energy force calculation processing by the image energy force calculation unit 103.

まず、画像エネルギー力計算部103は、(41)式により、yn(τ)にもっとも近いサンプリング点を局所空間中心ycとして計算する(ステップS1601)。そして次に、画像エネルギー力計算部103は、(42)式で定義される隣接空間Lを設定し(ステップS1602)、局所探索集合Ωを(43)式によって計算する(ステップS1603)。 First, the image energy force calculation unit 103 calculates the sampling point closest to y n (τ) as the local space center y c using equation (41) (step S1601). Next, the image energy force calculation unit 103 sets the adjacent space L defined by the equation (42) (step S1602), and calculates the local search set Ω by the equation (43) (step S1603).

次に、画像エネルギー力計算部103は、(46)式により局所最適化計算としてyminを計算し(ステップS1604)、正規化のために、ステップS1604で求めた局所最適化のyminを用いて(45)式によりd=ymin−Ψ1,n (m)を計算する(ステップS1605)。そして、画像エネルギー力計算部103は、ymin、d等を用いて、(44)式により、画像エネルギー力Fi (m)(n)を計算する(ステップS1606)。 Next, the image energy force calculation unit 103 calculates y min as a local optimization calculation using the equation (46) (step S1604), and uses the local optimization y min obtained in step S1604 for normalization. Then, d = y min −Ψ 1, n (m) is calculated by the equation (45) (step S1605). Then, the image energy force calculation unit 103 calculates the image energy force F i (m) (n) using equation (44) using y min , d, and the like (step S1606).

次に、ステップS1505における摩擦力[−μ(τ(m)2,n (m)]の計算処理について説明する。図17は、摩擦力の計算処理の手順を示すフローチャートである。まず、現在の時間τ(m)における摩擦係数μ(τ(m))を(57)式に従って求めるため、摩擦係数制御部102は、現在の時間τ(m)が0以上T/2以下否かを判断する(ステップS1701)。 Next, the calculation process of the frictional force [−μ (τ (m) ) Ψ 2, n (m) ] in step S1505 will be described. FIG. 17 is a flowchart showing the procedure of the frictional force calculation process. First, whether to determine in accordance with the friction coefficient at the current time τ (m) μ a (τ (m)) (57 ) wherein the friction coefficient control unit 102, the current time tau (m) is 0 or more T / 2 or less Is determined (step S1701).

そして、現在の時間τ(m)が0以上T/2以下である場合には(ステップS1701:Yes)、摩擦係数制御部102は、(57)式に従い摩擦係数μ(τ(m))を(2μ1/T)τ(m)により計算する(ステップS1702)。 When the current time τ (m) is 0 or more and T / 2 or less (step S1701: Yes), the friction coefficient control unit 102 calculates the friction coefficient μ (τ (m) ) according to the equation (57). It is calculated by (2 μ 1 / T) τ (m) (step S1702).

一方、現在の時間τ(m)がT/2を経過している場合には(ステップS1701:No)、摩擦係数制御部102は、(57)式に従い摩擦係数μ(τ(m))を[2(μmax−μ1)/T]τ(m)+2μ1−μmaxにより計算する(ステップS1703)。そして、摩擦力計算部105は、ステップS1702またはS1703で計算した摩擦係数を用いて摩擦力[−μ(τ(m)2,n (m)]を計算する(ステップS1704)。 On the other hand, when the current time τ (m) has passed T / 2 (step S1701: No), the friction coefficient control unit 102 calculates the friction coefficient μ (τ (m) ) according to the equation (57). [2 (μ max −μ 1 ) / T] τ (m) + 2μ 1 −μ max is calculated (step S1703). Then, the frictional force calculation unit 105 calculates the frictional force [−μ (τ (m) ) Ψ 2, n (m) ] using the friction coefficient calculated in step S1702 or S1703 (step S1704).

このようにして求めた画像エネルギー力Fi (m) (n)、弾性エネルギー力Fk (m) (n)、摩擦力[−μ(τ(m)2,n (m)]により、上述したように、ステップS1506で(55)式の更新式が更新されることになる。 From the image energy force F i (m) (n), elastic energy force F k (m) (n), and friction force [−μ (τ (m) ) Ψ 2, n (m) ] obtained in this way. As described above, the updating formula (55) is updated in step S1506.

図18は、(57)式により摩擦係数を可変に制御して場合における図8で示した対象画像と参照画像の写像関係を示す説明図である。図18に示すように、画面全体に渡って正確に写像が求まっている。この場合、図14と同様にポテンシャルエネルギーUが低い状態で収束することができる。   FIG. 18 is an explanatory diagram showing the mapping relationship between the target image and the reference image shown in FIG. 8 when the friction coefficient is variably controlled by equation (57). As shown in FIG. 18, the mapping is accurately obtained over the entire screen. In this case, it is possible to converge with a low potential energy U as in FIG.

このように実施の形態1にかかる画像マッチング装置100では、摩擦係数制御部102によって摩擦力計算の際の摩擦係数を、運動方程式における時間に応じて線形関数に従って増加するように可変制御しているので、大域的な最適点の探索と収束性を両立させて、より高精度な画像マッチングを行うことができる。   As described above, in the image matching apparatus 100 according to the first embodiment, the friction coefficient control unit 102 variably controls the friction coefficient when calculating the friction force so as to increase according to the linear function according to the time in the equation of motion. Therefore, it is possible to perform image matching with higher accuracy by satisfying both search for a global optimum point and convergence.

なお、実施の形態1では、摩擦係数を、運動方程式における時間に応じて線形関数に従って増加するように可変制御しているが、これに限定されるものではなく、摩擦係数を、運動方程式における時間に応じて段階的に増加するように可変制御してもよい。例えば、摩擦係数μを(58)式に従って段階的に増加するように制御することができる。図19は、摩擦係数を運動方程式における時間に応じて(58)式に従い段階的に増加する場合における摩擦係数μの時間的変化を示す説明図である。   In the first embodiment, the friction coefficient is variably controlled so as to increase according to the linear function according to the time in the equation of motion. However, the present invention is not limited to this. It may be variably controlled so as to increase step by step. For example, the coefficient of friction μ can be controlled to increase stepwise according to the equation (58). FIG. 19 is an explanatory diagram showing temporal changes in the friction coefficient μ when the friction coefficient is increased stepwise according to the equation (58) according to the time in the equation of motion.

Figure 2007188329
また、摩擦係数制御部102によって、摩擦係数を、運動方程式における時間に応じて指数関数に従って増加するように可変制御してもよい。例えば、摩擦係数μを(59)式で示す指数関数に従って増加するように制御することができる。図20は、摩擦係数を、運動方程式における時間に応じて(59)式の指数関数に従って増加する場合における摩擦係数μの時間的変化を示す説明図である。
Figure 2007188329
Further, the friction coefficient control unit 102 may variably control the friction coefficient so as to increase according to an exponential function according to the time in the equation of motion. For example, the friction coefficient μ can be controlled to increase according to an exponential function expressed by the equation (59). FIG. 20 is an explanatory diagram showing a temporal change of the friction coefficient μ when the friction coefficient is increased according to the exponential function of the equation (59) according to the time in the equation of motion.

Figure 2007188329
Figure 2007188329

(実施の形態2)
実施の形態2にかかる画像マッチング装置100では、摩擦係数μの初期値として負値を設定可能で、摩擦係数をかかる初期値から運動方程式の時間に応じて増加するように可変制御するものである。
(Embodiment 2)
In the image matching apparatus 100 according to the second embodiment, a negative value can be set as the initial value of the friction coefficient μ, and the friction coefficient is variably controlled so as to increase from the initial value according to the time of the equation of motion. .

実施の形態2にかかる画像マッチング装置100の構成は実施の形態1と同様である。また、画像マッチングの全体処理、画像エネルギー力計算処理は、弾性エネルギー力計算処理は、実施の形態1と同様である。実施の形態2では、摩擦力計算処理が実施の形態1と異なっている。   The configuration of the image matching apparatus 100 according to the second embodiment is the same as that of the first embodiment. The entire image matching process, the image energy force calculation process, and the elastic energy force calculation process are the same as those in the first embodiment. In the second embodiment, the frictional force calculation process is different from that in the first embodiment.

通常、摩擦係数μは正値をとるが、実施の形態2にかかる摩擦係数制御部102では、摩擦係数μの初期値として負値をとり、かかる初期値から運動方程式の時間に応じて増加するように可変制御している。これにより最適点のさらなる広範囲な探索が可能となる。ただし、この場合には、摩擦係数が負値に固定されていると、加速して発散してしまうため、可変制御の条件が重要となる。具体的には、摩擦係数μを(60)式に従って、負値から時間τに応じて線形関数に従って増加させている。摩擦係数μが負値の場合には、加速エネルギーととらえることができる。   Normally, the friction coefficient μ takes a positive value, but the friction coefficient control unit 102 according to the second embodiment takes a negative value as the initial value of the friction coefficient μ and increases from the initial value according to the time of the equation of motion. So that it is variably controlled. As a result, an even wider range of optimum points can be searched. However, in this case, if the coefficient of friction is fixed to a negative value, acceleration and divergence occur, so the condition of variable control becomes important. Specifically, the friction coefficient μ is increased from a negative value according to the time τ according to the equation (60) according to a linear function. When the friction coefficient μ is negative, it can be regarded as acceleration energy.

Figure 2007188329
図21は、実施の形態2における摩擦係数μの時間τによる変化の状態を示すグラフである。ここで、μ0は負値となっており、このため、時間τ=0における摩擦係数μは負値の初期値をとることになる。
Figure 2007188329
FIG. 21 is a graph showing a change state of the friction coefficient μ according to the time τ in the second embodiment. Here, μ 0 is a negative value. Therefore, the friction coefficient μ at time τ = 0 takes a negative initial value.

図22は、実施の形態2における摩擦力計算処理の手順を示すフローチャートである。まず、現在の時間τ(m)における摩擦係数μ(τ(m))を(57)式に従って求めるため、摩擦係数制御部102は、現在の時間τ(m)が0以上T/2以下否かを判断する(ステップS2201)。 FIG. 22 is a flowchart showing the procedure of the frictional force calculation process in the second embodiment. First, whether to determine in accordance with the friction coefficient at the current time τ (m) μ a (τ (m)) (57 ) wherein the friction coefficient control unit 102, the current time tau (m) is 0 or more T / 2 or less Is determined (step S2201).

そして、現在の時間τ(m)が0以上T/2以下である場合には(ステップS2201:Yes)、摩擦係数制御部102は、(60)式に従い摩擦係数μ(τ(m))を(2μ1/T)τ(m)+μ0により計算する(ステップS2202)。 If the current time τ (m) is 0 or more and T / 2 or less (step S2201: Yes), the friction coefficient control unit 102 calculates the friction coefficient μ (τ (m) ) according to the equation (60). Calculation is performed by (2 μ 1 / T) τ (m) + μ 0 (step S2202).

一方、現在の時間τ(m)がT/2を経過している場合には(ステップS2201:No)、摩擦係数制御部102は、(60)式に従い摩擦係数μ(τ(m))を[2(μmax−μ1)/T]τ(m)+2μ1−μmaxにより計算する(ステップS2203)。そして、摩擦力計算部105は、ステップS2202またはS2203で計算した摩擦係数を用いて摩擦力[−μ(τ(m)2,n (m)]を計算する(ステップS2204)。 On the other hand, when the current time τ (m) has passed T / 2 (step S2201: No), the friction coefficient control unit 102 calculates the friction coefficient μ (τ (m) ) according to the equation (60). [2 (μ max −μ 1 ) / T] τ (m) + 2μ 1 −μ max is calculated (step S2203). Then, the frictional force calculation unit 105 calculates the frictional force [−μ (τ (m) ) Ψ 2, n (m) ] using the friction coefficient calculated in step S2202 or S2203 (step S2204).

図23は、対象画像の例とこの対象画像から画面全体が左から右に12ピクセル移動した参照画像の例を示す説明図である。この図23に示す対象画像と参照画像を用いて、摩擦係数μに負値の初期値を用いない場合と負値を用いた場合に(51)、(52)式の更新式を繰り返して解法することによって運動方程式(48)、(49)式の系の収束状態を求め、この収束状態から写像gを求めることを試みた。   FIG. 23 is an explanatory diagram illustrating an example of a target image and a reference image in which the entire screen is moved from the target image by 12 pixels from left to right. 23. Using the target image and the reference image shown in FIG. 23, when the initial value of the negative value is not used for the friction coefficient μ and when the negative value is used, the updating formulas (51) and (52) are repeated to solve Thus, the convergence state of the system of equations of motion (48) and (49) was obtained, and an attempt was made to obtain the mapping g from this convergence state.

図24−1は、摩擦係数の初期値に負値でない値(0以上の値)を用いて時間に応じて増加させる制御を行った場合における対象画像と参照画像の写像関係を示す説明図である。図24−2は、摩擦係数の初期値に負値を用いて(60)式に従って時間に応じて増加させる制御を行った場合における対象画像と参照画像の写像関係を示す説明図である。図24−1および24−2においては、図9−1,9−2と同様に、灰色線が写像関係を示し、白線が方向を示している。   FIG. 24-1 is an explanatory diagram illustrating a mapping relationship between a target image and a reference image when control is performed to increase according to time using a non-negative value (value of 0 or more) as an initial value of the friction coefficient. is there. FIG. 24-2 is an explanatory diagram illustrating the mapping relationship between the target image and the reference image when control is performed to increase according to time using a negative value as the initial value of the friction coefficient according to the equation (60). In FIGS. 24-1 and 24-2, similar to FIGS. 9-1 and 9-2, the gray line indicates the mapping relationship, and the white line indicates the direction.

図24−1に示すように、摩擦係数の初期値に負値でない値を用いて時間に応じて増加させる制御を行った場合には、画面半分の写像が正確に求めることができないことがわかる。一方、図24−1に示すように、摩擦係数の初期値に負値を用いて時間に応じて増加させる制御を行った場合には、画面全体の写像が正確に求められていることがわかる。   As shown in FIG. 24A, it is understood that when the initial value of the friction coefficient is controlled to increase according to time using a non-negative value, the mapping of the half screen cannot be obtained accurately. . On the other hand, as shown in FIG. 24A, it is understood that when the control is performed by using a negative value as the initial value of the friction coefficient and increasing according to time, the mapping of the entire screen is accurately obtained. .

図25は、(57)式により摩擦係数μを計算して、画像マッチング処理を行った場合におけるポテンシャルエネルギーの時間的変化の状態を示す説明図である。   FIG. 25 is an explanatory diagram showing the temporal change state of potential energy when the friction coefficient μ is calculated by the equation (57) and image matching processing is performed.

図25は、摩擦係数の初期値に負値でない値を用いて時間に応じて増加させる制御を行った場合と摩擦係数の初期値に負値を用いて時間に応じて増加させる制御を行った場合におけるポテンシャルエネルギーの時間的変化の状態を示す説明図である。図25に示すように、初期値に負値を用いて摩擦係数の可変制御を行った場合の方が、より大域的な最適点に達しエネルギーが低いことがわかる。   FIG. 25 shows a case where the initial value of the friction coefficient is increased according to time using a non-negative value and a case where the initial value of the friction coefficient is increased according to time using a negative value. It is explanatory drawing which shows the state of the time change of the potential energy in a case. As shown in FIG. 25, it can be seen that when the friction coefficient is variably controlled using a negative value as the initial value, the global optimum point is reached and the energy is low.

このように実施の形態2にかかる画像マッチング装置では、摩擦係数μの初期値として負値を設定可能で、摩擦係数をかかる初期値から運動方程式の時間に応じて増加するように可変制御しているので、より大域的な最適点の探索と収束性を両立させて、より高精度な画像マッチングを行うことができる。   As described above, in the image matching apparatus according to the second embodiment, a negative value can be set as the initial value of the friction coefficient μ, and the friction coefficient is variably controlled so as to increase from the initial value according to the time of the equation of motion. Therefore, it is possible to perform image matching with higher accuracy while achieving both a search for a global optimum point and convergence.

なお、実施の形態2では、摩擦係数の初期値として負値を用い、線形関数に従って増加させているが、これに限定されるものではなく、時間に応じて段階的に負値の初期値から増加させるように可変制御することもできる。例えば、摩擦係数μを(61)式に従って負値の初期値から段階的に増加するように制御することができる。図26は、摩擦係数を運動方程式における時間に応じて(61)式に従い負値の初期値から段階的に増加する場合における摩擦係数μの時間的変化を示す説明図である。   In the second embodiment, a negative value is used as the initial value of the friction coefficient and is increased according to a linear function. However, the present invention is not limited to this, and the initial value of the negative value is gradually increased according to time. It is also possible to variably control so as to increase. For example, the friction coefficient μ can be controlled to increase stepwise from the negative initial value according to the equation (61). FIG. 26 is an explanatory diagram showing the temporal change of the friction coefficient μ when the friction coefficient increases stepwise from the initial negative value according to the equation (61) according to the time in the equation of motion.

Figure 2007188329
Figure 2007188329

(実施の形態3)
実施の形態1および2にかかる画像マッチング装置では、摩擦係数を運動方程式における時間に応じて増加させるように可変制御していたが、この実施の形態3の画像マッチング装置は、ポテンシャルエネルギーの平衡状態に応じて摩擦係数の可変制御を行うものである。
(Embodiment 3)
In the image matching apparatus according to the first and second embodiments, the friction coefficient is variably controlled so as to increase according to the time in the equation of motion. However, in the image matching apparatus according to the third embodiment, an equilibrium state of potential energy is obtained. The friction coefficient is variably controlled according to the above.

図27は、実施の形態3にかかる画像マッチング装置の構成を示すブロック図である。本実施の形態にかかる画像マッチング装置2700は、図27に示すように、解法処理部101と、画像エネルギー力計算部103と、弾性エネルギー力計算部104と、摩擦力計算部105と、摩擦係数制御部2702と、マッピング処理部107と、平衡状態判定部2703と、フレームメモリ106とを主に備えている。   FIG. 27 is a block diagram of a configuration of the image matching apparatus according to the third embodiment. As shown in FIG. 27, the image matching apparatus 2700 according to the present embodiment includes a solution processing unit 101, an image energy force calculation unit 103, an elastic energy force calculation unit 104, a friction force calculation unit 105, and a friction coefficient. It mainly includes a control unit 2702, a mapping processing unit 107, an equilibrium state determination unit 2703, and a frame memory 106.

ここで、解法処理部101、画像エネルギー力計算部103、弾性エネルギー力計算部104、摩擦力計算部105、マッピング処理部107については実施の形態1と同様である。   Here, the solution processing unit 101, the image energy force calculation unit 103, the elastic energy force calculation unit 104, the friction force calculation unit 105, and the mapping processing unit 107 are the same as those in the first embodiment.

平衡状態判定部2703は、ポテンシャルエネルギーが平衡状態にあるか否かを判定する処理部である。図12より、摩擦係数μが0の場合、エネルギー保存則によりポテンシャルエネルギーの振動が止まらないが、ある一定の状態の周りを振動していることがわかる。これは、ポテンシャルエネルギーが平衡点周りを振動している運動ととらえることができる。そして、ポテンシャルエネルギーがかかる状態に移行している場合には、既に平衡状態に到達しているため、最適点の大域的な探索は完了していると判断することができる。このため、本実施の形態では、平衡状態判定部2703によって、ポテンシャルエネルギーが平衡状態であるか否かを判断し、平衡状態にある場合には、平衡状態への移行前よりも摩擦係数を大きく設定している。   The equilibrium state determination unit 2703 is a processing unit that determines whether or not the potential energy is in an equilibrium state. From FIG. 12, it can be seen that when the friction coefficient μ is 0, the oscillation of the potential energy does not stop due to the energy conservation law, but it vibrates around a certain state. This can be regarded as a motion in which the potential energy is oscillating around the equilibrium point. When the potential energy has shifted to such a state, the equilibrium state has already been reached, and it can be determined that the global search for the optimum point has been completed. For this reason, in the present embodiment, the equilibrium state determination unit 2703 determines whether or not the potential energy is in an equilibrium state. If the potential energy is in the equilibrium state, the friction coefficient is set larger than before the transition to the equilibrium state. It is set.

平衡状態に到達しているか否かは、例えばポテンシャルエネルギーの分布状態により判断することができる。図28は、ポテンシャルエネルギーが平衡状態に達している場合の、ポテンシャルエネルギーの分布状態を示す説明図である。図29は、ポテンシャルエネルギーが平衡状態に達していない場合の、ポテンシャルエネルギーの分布状態を示す説明図である。   Whether or not the equilibrium state has been reached can be determined, for example, from the distribution state of potential energy. FIG. 28 is an explanatory diagram showing a potential energy distribution state when the potential energy has reached an equilibrium state. FIG. 29 is an explanatory diagram showing the distribution state of potential energy when the potential energy has not reached the equilibrium state.

平衡状態に達しておらず状態が分散しているときには、図29のような分布を示している。一方、平衡状態に達している場合には、状態がある程度まとまりを示すので、図28のような分布を示す。これらの違いは分布の分散が大きいか、小さいかである。そこで、平衡状態判定部2703は、ポテンシャルエネルギーの分布の分散に大きな変化がなくなったら平衡状態に達したと判断することとしている。   When the equilibrium state is not reached and the state is dispersed, a distribution as shown in FIG. 29 is shown. On the other hand, when the equilibrium state is reached, the state is grouped to some extent, and thus a distribution as shown in FIG. 28 is shown. These differences are whether the distribution of the distribution is large or small. Therefore, the equilibrium state determination unit 2703 determines that the equilibrium state has been reached when there is no significant change in the distribution of potential energy distribution.

また、平衡状態に達している場合には、ある点yが新しい移動領域に移動していくことがない状態であり、同じ領域内を移動している状態である。このため、平衡状態判定部2703は、点yの移動領域の変化率を求め、変化率が小さくなった場合には平衡状態と判断してもよい。具体的には、点yの座標の分布範囲の分散が一定範囲内にある場合には、点yの移動領域の変化率が小さくなったとして、平衡状態に達したと判断すればよい。   Further, when the equilibrium state is reached, a certain point y does not move to a new moving area, and is moving in the same area. For this reason, the equilibrium state determination unit 2703 may obtain the rate of change of the moving region of the point y, and may determine that the state is in an equilibrium state when the rate of change becomes small. Specifically, when the variance of the distribution range of the coordinates of the point y is within a certain range, it may be determined that the equilibrium state has been reached, assuming that the rate of change of the moving region of the point y has decreased.

図30は、実施の形態3における摩擦力計算処理の手順を示すフローチャートである。まず、平衡状態判定部2703は、すべてのnに対してポテンシャルエネルギーU(n)の標本分散を求め(ステップS3001)、求めた標本分散から母分散を求める(ステップS3002)。ここで、ポテンシャルエネルギーU(n)の標本分散は、標本平均を(62)式により求め、標本平均を使用する標本分散を(63)式により計算することにより求める。   FIG. 30 is a flowchart illustrating a procedure of frictional force calculation processing according to the third embodiment. First, the equilibrium state determination unit 2703 obtains the sample variance of the potential energy U (n) for all n (step S3001), and obtains the population variance from the obtained sample variance (step S3002). Here, the sample variance of the potential energy U (n) is obtained by calculating the sample average by the equation (62) and calculating the sample variance using the sample average by the equation (63).

Figure 2007188329
次に、平衡状態判定部2703は、mステップについて推定値がm−1ステップについての推定値より所定値以上変化しているか否かを調べる(ステップS3003)。そして、所定値以上変化している場合には、まだ、平衡状態に達していないと判断して、摩擦係数μ(τ(m))にμ0を設定する(ステップS3004)。一方、ステップmについて推定値がステップm−1についての推定値より所定値以上変化していない場合には、平衡状態に達したと判断して、摩擦係数μ(τ(m))にμ1を設定する(ステップS3005)。ここで、μ0<μ1である。このため、平衡状態に達した場合には摩擦係数が大きく設定されることになる。
Figure 2007188329
Next, the equilibrium state determination unit 2703 checks whether or not the estimated value for m steps has changed by a predetermined value or more from the estimated value for m−1 steps (step S3003). If it has changed more than a predetermined value, it is determined that the equilibrium state has not yet been reached, and μ 0 is set to the friction coefficient μ (τ (m) ) (step S3004). On the other hand, if the estimated value for step m does not change by more than a predetermined value from the estimated value for step m−1, it is determined that an equilibrium state has been reached and the friction coefficient μ (τ (m) ) is set to μ 1 Is set (step S3005). Here, μ 01 . For this reason, when the equilibrium state is reached, the friction coefficient is set large.

そして、摩擦力計算部105は、ステップS3004またはS3005で設定した摩擦係数を用いて摩擦力[−μ(τ(m)2,n (m)]を計算する(ステップS3006)。 Then, the frictional force calculation unit 105 calculates the frictional force [−μ (τ (m) ) Ψ 2, n (m) ] using the friction coefficient set in step S3004 or S3005 (step S3006).

このように実施の形態3にかかる画像マッチング装置では、ポテンシャルエネルギーの平衡状態に応じて摩擦係数の可変制御を行っているので、画像により適応した画像マッチング処理を実現することができる。   As described above, in the image matching apparatus according to the third embodiment, since the friction coefficient is variably controlled according to the balance state of the potential energy, it is possible to realize an image matching process adapted to the image.

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

実施の形態1〜3の画像マッチング装置で実行される画像マッチングプログラムは、インストール可能な形式又は実行可能な形式のファイルでCD−ROM、フレキシブルディスク(FD)、CD−R、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録されて提供される。   The image matching program executed by the image matching apparatus according to the first to third embodiments is a file in an installable format or an executable format, and is a CD-ROM, a flexible disk (FD), a CD-R, a DVD (Digital Versatile Disk). And the like recorded on a computer-readable recording medium.

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

また、本実施の形態の画像マッチングプログラムを、ROM等に予め組み込んで提供するように構成してもよい。   Further, the image matching program of the present embodiment may be configured to be provided by being incorporated in advance in a ROM or the like.

実施の形態1〜3の画像マッチング装置で実行される画像マッチングプログラムは、上述した各部(解法処理部、画像エネルギー力計算部、弾性エネルギー力計算部、摩擦力計算部、摩擦係数制御部、平衡状態判定部)を含むモジュール構成となっており、実際のハードウェアとしてはCPU(プロセッサ)が上記記憶媒体から画像マッチングプログラムを読み出して実行することにより上記各部が主記憶装置上にロードされ、上記各部(解法処理部、画像エネルギー力計算部、弾性エネルギー力計算部、摩擦力計算部、摩擦係数制御部、平衡状態判定部)が主記憶装置上に生成されるようになっている。   The image matching program executed by the image matching apparatus according to the first to third embodiments includes the above-described units (solution processing unit, image energy force calculation unit, elastic energy force calculation unit, friction force calculation unit, friction coefficient control unit, balance). The state determination unit) is a module configuration, and as actual hardware, the CPU (processor) reads and executes the image matching program from the storage medium, so that the respective units are loaded on the main storage device, Each unit (solution processing unit, image energy force calculation unit, elastic energy force calculation unit, friction force calculation unit, friction coefficient control unit, equilibrium state determination unit) is generated on the main storage device.

なお、本発明は、上記実施の形態そのままに限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で構成要素を変形して具体化することができる。また、上記実施の形態に開示されている複数の構成要素の適宜な組み合わせにより、種々の発明を形成することができる。例えば、実施の形態に示される全構成要素からいくつかの構成要素を削除してもよい。さらに、異なる実施の形態にわたる構成要素を適宜組み合わせても良い。   It should be noted that the present invention is not limited to the above-described embodiment as it is, and can be embodied by modifying the constituent elements without departing from the scope of the invention in the implementation stage. In addition, various inventions can be formed by appropriately combining a plurality of constituent elements disclosed in the above embodiments. For example, some components may be deleted from all the components shown in the embodiment. Furthermore, constituent elements over different embodiments may be appropriately combined.

実施の形態1にかかる画像マッチング装置の構成を示すブロック図である。1 is a block diagram illustrating a configuration of an image matching apparatus according to a first embodiment. 対象画像上の曲面から参照画像上の曲面への写像を示す説明図である。It is explanatory drawing which shows the mapping from the curved surface on a target image to the curved surface on a reference image. 対象画像上の曲面Xの点xから参照画像上の曲面Yの点yへの写像を示す説明図である。It is explanatory drawing which shows the mapping from the point x of the curved surface X on a target image to the point y of the curved surface Y on a reference image. ポテンシャルエネルギーの最小化の点を探索する場合の静的な最適点の説明をするための模式図である。It is a schematic diagram for demonstrating the static optimal point in the case of searching the point of potential energy minimization. ポテンシャルエネルギーの最小化の点を探索する場合の大域的な最適点の説明をするための模式図である。It is a schematic diagram for demonstrating the global optimal point in the case of searching for the point of potential energy minimization. 画像エネルギー力の概念を示す説明図である。It is explanatory drawing which shows the concept of image energy force. 画像エネルギー力の概念を示す説明図である。It is explanatory drawing which shows the concept of image energy force. 対象画像の例とこの対象画像から画面全体が左から右に8ピクセル移動した参照画像の例を示す説明図である。It is explanatory drawing which shows the example of the reference image which the example of the target image and the whole screen moved 8 pixels from this target image from the left to the right. 摩擦係数μ=5における対象画像と参照画像の写像関係を示す説明図である。It is explanatory drawing which shows the mapping relationship of the object image and reference image in friction coefficient (micro | micron | mu) = 5. 摩擦係数μ=0の場合における対象画像と参照画像の写像関係を示す説明図である。It is explanatory drawing which shows the mapping relationship of the target image in case of friction coefficient (micro | micron | mu) = 0, and a reference image. 摩擦係数の相違による画像エネルギー力と時間との関係を示す説明図である。It is explanatory drawing which shows the relationship between the image energy force by the difference in a friction coefficient, and time. 摩擦係数の相違による弾性エネルギー力と時間との関係を示す説明図である。It is explanatory drawing which shows the relationship between the elastic energy force by the difference in a friction coefficient, and time. 摩擦係数の相違によるポテンシャルと時間との関係を示す説明図である。It is explanatory drawing which shows the relationship between the potential by the difference in a friction coefficient, and time. 摩擦係数μの時間τによる変化の状態を示すグラフである。It is a graph which shows the state of change with time τ of friction coefficient μ. (57)式により摩擦係数μを計算して、画像マッチング処理を行った場合におけるポテンシャルエネルギーの時間的変化の状態を示す説明図である。It is explanatory drawing which shows the state of the time change of the potential energy at the time of calculating a friction coefficient (micro | micron | mu) by Formula (57) and performing an image matching process. 画像マッチング装置100による画像マッチング処理の手順を示すフローチャートである。4 is a flowchart illustrating a procedure of image matching processing by the image matching apparatus 100. 画像エネルギー力計算部103による画像エネルギー力の計算処理の手順を示すフローチャートである。5 is a flowchart illustrating a procedure of image energy force calculation processing by an image energy force calculation unit 103. 摩擦力の計算処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of the calculation process of frictional force. (57)式により摩擦係数を可変に制御して場合における図8で示した対象画像と参照画像の写像関係を示す説明図である。It is explanatory drawing which shows the mapping relationship of the object image shown in FIG. 8, and a reference image in the case of controlling a friction coefficient variably by (57) Formula. 摩擦係数を運動方程式における時間に応じて(58)式に従い段階的に増加する場合における摩擦係数μの時間的変化を示す説明図である。It is explanatory drawing which shows the time change of the friction coefficient (micro | micron | mu) in case a friction coefficient is increased in steps according to (58) Formula according to the time in a motion equation. 摩擦係数を、運動方程式における時間に応じて(59)式の指数関数に従って増加する場合における摩擦係数μの時間的変化を示す説明図である。It is explanatory drawing which shows the time change of the friction coefficient (micro | micron | mu) when increasing a friction coefficient according to the exponential function of (59) Formula according to the time in a motion equation. 実施の形態2における摩擦係数μの時間τによる変化の状態を示すグラフである。6 is a graph showing a state of change of friction coefficient μ with time τ in the second embodiment. 実施の形態2における摩擦力計算処理の手順を示すフローチャートである。10 is a flowchart showing a procedure of frictional force calculation processing in the second embodiment. 対象画像の例とこの対象画像から画面全体が左から右に12ピクセル移動した参照画像の例を示す説明図である。It is explanatory drawing which shows the example of the reference image which the example of the target image and the whole screen moved 12 pixels from this target image from the left to the right. 摩擦係数の初期値に負値でない値を用いて時間に応じて増加させる制御を行った場合における対象画像と参照画像の写像関係を示す説明図である。It is explanatory drawing which shows the mapping relationship of the target image and the reference image at the time of performing the control which increases according to time using the non-negative value for the initial value of a friction coefficient. 摩擦係数の初期値に負値を用いて(60)式に従って時間に応じて増加させる制御を行った場合における対象画像と参照画像の写像関係を示す説明図である。It is explanatory drawing which shows the mapping relationship of the object image and a reference image in the case of performing control which increases according to time according to (60) Formula using a negative value for the initial value of a friction coefficient. (57)式により摩擦係数μを計算して、画像マッチング処理を行った場合におけるポテンシャルエネルギーの時間的変化の状態を示す説明図である。It is explanatory drawing which shows the state of the time change of the potential energy at the time of calculating a friction coefficient (micro | micron | mu) by (57) Formula and performing an image matching process. 摩擦係数を運動方程式における時間に応じて(61)式に従い負値の初期値から段階的に増加する場合における摩擦係数μの時間的変化を示す説明図である。It is explanatory drawing which shows the time change of the friction coefficient (micro | micron | mu) in case a friction coefficient increases in steps from the initial value of a negative value according to (61) Formula according to the time in a motion equation. 実施の形態3にかかる画像マッチング装置の構成を示すブロック図である。FIG. 6 is a block diagram illustrating a configuration of an image matching apparatus according to a third embodiment. ポテンシャルエネルギーが平衡状態に達している場合の、ポテンシャルエネルギーの分布状態を示す説明図である。It is explanatory drawing which shows the distribution state of potential energy in case the potential energy has reached the equilibrium state. ポテンシャルエネルギーが平衡状態に達していない場合の、ポテンシャルエネルギーの分布状態を示す説明図である。It is explanatory drawing which shows the distribution state of potential energy in case the potential energy has not reached the equilibrium state. 実施の形態3における摩擦力計算処理の手順を示すフローチャートである。10 is a flowchart showing a procedure of frictional force calculation processing in the third embodiment.

符号の説明Explanation of symbols

100,2700 画像マッチング装置
101 解法処理部
102,2702 摩擦係数制御部
103 画像エネルギー力計算部
104 弾性エネルギー力計算部
105 摩擦力計算部
106 フレームメモリ
107 マッピング処理部
2703 平衡状態判定部
100, 2700 Image matching device 101 Solution processing unit 102, 2702 Friction coefficient control unit 103 Image energy force calculation unit 104 Elastic energy force calculation unit 105 Friction force calculation unit 106 Frame memory 107 Mapping processing unit 2703 Equilibrium state determination unit

Claims (13)

対象画像と参照画像との間の対応関係を求める画像マッチング装置であって、
前記対象画像上の複数の第1の格子点の各々と前記参照画像上で当該第1の格子点に一対一に対応する複数の第2の格子点の各々との間で画像の相関関係に基づくポテンシャルエネルギーを計算するとともに、前記各第2の格子点の位置と当該第2の格子点に対応する前記各第1の格子点の位置とに基づいて前記ポテンシャルエネルギーの勾配により前記第2の格子点が受ける画像エネルギー力を計算する画像エネルギー力計算部と、
前記各第2の格子点と当該第2の格子点に隣接する他の第2の格子点との間の弾性エネルギーから受ける弾性エネルギー力を計算する弾性エネルギー力計算部と、
前記各第2の格子点に作用する摩擦力についての摩擦係数を可変制御する摩擦係数制御部と、
前記各第2の格子点に作用する摩擦力を、前記摩擦係数を利用して計算する摩擦力計算部と、
前記画像エネルギー力と前記弾性エネルギー力と前記摩擦力とによる前記各第2の格子点に関する運動方程式の解法処理を行う解法処理部と、
前記解法処理部による解法処理の結果から前記対象画像と前記参照画像との対応関係を求めるマッピング処理部と、
を備えたことを特徴とする画像マッチング装置。
An image matching device for obtaining a correspondence between a target image and a reference image,
There is an image correlation between each of the plurality of first grid points on the target image and each of the plurality of second grid points corresponding to the first grid points on the reference image. Based on the potential energy gradient based on the position of each second grid point and the position of each first grid point corresponding to the second grid point. An image energy force calculator for calculating the image energy force received by the grid points;
An elastic energy force calculation unit that calculates elastic energy force received from elastic energy between each second lattice point and another second lattice point adjacent to the second lattice point;
A friction coefficient control unit that variably controls the friction coefficient of the friction force acting on each second grid point;
A frictional force calculating unit that calculates the frictional force acting on each of the second lattice points using the friction coefficient;
A solution processing unit that performs a solution process of the equation of motion related to each of the second lattice points by the image energy force, the elastic energy force, and the friction force;
A mapping processing unit for obtaining a correspondence relationship between the target image and the reference image from a result of the solution processing by the solution processing unit;
An image matching apparatus comprising:
前記摩擦係数制御部は、前記運動方程式における時間の経過に基づいて増加するように前記摩擦係数を計算することを特徴とする請求項1に記載の画像マッチング装置。   The image matching apparatus according to claim 1, wherein the friction coefficient control unit calculates the friction coefficient so as to increase based on the passage of time in the equation of motion. 前記摩擦係数制御部は、前記運動方程式における時間についての複数の線形関数に従って増加するように前記摩擦係数を計算することを特徴とする請求項2に記載の画像マッチング装置。   The image matching apparatus according to claim 2, wherein the friction coefficient control unit calculates the friction coefficient so as to increase according to a plurality of linear functions with respect to time in the equation of motion. 前記摩擦係数制御部は、前記時間の経過に従って段階的に増加するように前記摩擦係数を計算することを特徴とする請求項2に記載の画像マッチング装置。   The image matching apparatus according to claim 2, wherein the friction coefficient control unit calculates the friction coefficient so as to increase stepwise as the time elapses. 前記摩擦係数制御部は、前記時間についての指数関数に従って増加するように前記摩擦係数を計算することを特徴とする請求項2に記載の画像マッチング装置。   The image matching apparatus according to claim 2, wherein the friction coefficient control unit calculates the friction coefficient so as to increase according to an exponential function with respect to the time. 前記摩擦係数制御部は、前記運動方程式における時間の開始時において前記摩擦係数を負値とし、前記時間の経過に従って増加するように前記摩擦係数を計算することを特徴とする請求項2に記載の画像マッチング装置。   3. The friction coefficient control unit according to claim 2, wherein the friction coefficient control unit calculates the friction coefficient so that the friction coefficient becomes a negative value at the start of time in the equation of motion and increases as the time elapses. Image matching device. 前記摩擦係数制御部は、前記運動方程式における時間の開始時において前記摩擦係数を負値とし、前記時間についての線形関数に従って増加するように前記摩擦係数を計算することを特徴とする請求項6に記載の画像マッチング装置。   The friction coefficient control unit calculates the friction coefficient so that the friction coefficient is negative at the start of time in the equation of motion and increases according to a linear function with respect to the time. The image matching apparatus described. 前記摩擦係数制御部は、前記運動方程式における時間の開始時において前記摩擦係数を負値とし、前記時間の経過に従って段階的に増加するように前記摩擦係数を計算することを特徴とする請求項6に記載の画像マッチング装置。   7. The friction coefficient control unit calculates the friction coefficient so that the friction coefficient is a negative value at the start of time in the equation of motion and increases stepwise as the time elapses. The image matching apparatus described in 1. 前記ポテンシャルエネルギーが平衡状態に達しているか否かを判定する平衡状態判定部を更に備え、
前記摩擦係数制御部は、前記平衡状態判定部による判定結果に基づいて前記摩擦係数を計算することを特徴とする請求項1に記載の画像マッチング装置。
An equilibrium state determination unit for determining whether or not the potential energy has reached an equilibrium state;
The image matching apparatus according to claim 1, wherein the friction coefficient control unit calculates the friction coefficient based on a determination result by the equilibrium state determination unit.
前記摩擦係数制御部は、前記ポテンシャルエネルギーが平衡状態に達している場合には、平衡状態に達していない場合の前記摩擦係数の値よりも大きい値となるように前記摩擦係数を計算することを特徴とする請求項9に記載の画像マッチング装置。   When the potential energy has reached an equilibrium state, the friction coefficient control unit calculates the friction coefficient to be a value larger than the value of the friction coefficient when the potential energy has not reached the equilibrium state. The image matching apparatus according to claim 9, wherein the apparatus is an image matching apparatus. 前記平衡状態判定部は、前記第2の格子点の座標の分布範囲の分散が予め定められた範囲内にある場合には、前記ポテンシャルエネルギーが平衡状態に達していると判断することを特徴とする請求項10に記載の画像マッチング装置。   The equilibrium state determination unit determines that the potential energy has reached an equilibrium state when the distribution of the distribution range of the coordinates of the second lattice point is within a predetermined range. The image matching apparatus according to claim 10. 対象画像と参照画像との間の対応関係を求める画像マッチング方法であって、
前記対象画像上の複数の第1の格子点の各々と前記参照画像上で当該第1の格子点に一対一に対応する複数の第2の格子点の各々との間で画像の相関関係に基づくポテンシャルエネルギーを計算するとともに、前記各第2の格子点の位置と当該第2の格子点に対応する前記各第1の格子点の位置とに基づいて前記ポテンシャルエネルギーの勾配により前記第2の格子点が受ける画像エネルギー力を計算する画像エネルギー力計算ステップと、
前記各第2の格子点と当該第2の格子点に隣接する他の第2の格子点との間の弾性エネルギーから受ける弾性エネルギー力を計算する弾性エネルギー力計算ステップと、
前記各第2の格子点に作用する摩擦力についての摩擦係数を可変制御する摩擦係数制御ステップと、
前記各第2の格子点に作用する摩擦力を、前記摩擦係数を利用して計算する摩擦力計算ステップと、
前記画像エネルギー力と前記弾性エネルギー力と前記摩擦力とによる前記各第2の格子点に関する運動方程式の解法処理を行う解法処理ステップと、
前記解法処理ステップによる解法処理の結果から前記対象画像と前記参照画像との対応関係を求めるマッピング処理ステップと、
を含むことを特徴とする画像マッチング方法。
An image matching method for obtaining a correspondence between a target image and a reference image,
There is an image correlation between each of the plurality of first grid points on the target image and each of the plurality of second grid points corresponding to the first grid points on the reference image. Based on the potential energy gradient based on the position of each second grid point and the position of each first grid point corresponding to the second grid point. An image energy force calculation step for calculating the image energy force received by the grid points;
An elastic energy force calculation step for calculating an elastic energy force received from elastic energy between each second lattice point and another second lattice point adjacent to the second lattice point;
A friction coefficient control step for variably controlling the friction coefficient for the friction force acting on each second lattice point;
A frictional force calculating step of calculating a frictional force acting on each of the second lattice points using the friction coefficient;
A solution processing step for performing a solution processing of a motion equation relating to each of the second lattice points by the image energy force, the elastic energy force, and the friction force;
A mapping processing step for obtaining a correspondence relationship between the target image and the reference image from a result of the solution processing by the solution processing step;
An image matching method comprising:
対象画像と参照画像との間の対応関係を求める画像マッチング方法であって、
前記対象画像上の複数の第1の格子点の各々と前記参照画像上で当該第1の格子点に一対一に対応する複数の第2の格子点の各々との間で画像の相関関係に基づくポテンシャルエネルギーを計算するとともに、前記各第2の格子点の位置と当該第2の格子点に対応する前記各第1の格子点の位置とに基づいて前記ポテンシャルエネルギーの勾配により前記第2の格子点が受ける画像エネルギー力を計算する画像エネルギー力計算ステップと、
前記各第2の格子点と当該第2の格子点に隣接する他の第2の格子点との間の弾性エネルギーから受ける弾性エネルギー力を計算する弾性エネルギー力計算ステップと、
前記各第2の格子点に作用する摩擦力についての摩擦係数を可変制御する摩擦係数制御ステップと、
前記各第2の格子点に作用する摩擦力を、前記摩擦係数を利用して計算する摩擦力計算ステップと、
前記画像エネルギー力と前記弾性エネルギー力と前記摩擦力とによる前記各第2の格子点に関する運動方程式の解法処理を行う解法処理ステップと、
前記解法処理ステップによる解法処理の結果から前記対象画像と前記参照画像との対応関係を求めるマッピング処理ステップと、
をコンピュータに実行させることを特徴とする画像マッチングプログラム。
An image matching method for obtaining a correspondence between a target image and a reference image,
There is an image correlation between each of the plurality of first grid points on the target image and each of the plurality of second grid points corresponding to the first grid points on the reference image. Based on the potential energy gradient based on the position of each second grid point and the position of each first grid point corresponding to the second grid point. An image energy force calculation step for calculating the image energy force received by the grid points;
An elastic energy force calculation step for calculating an elastic energy force received from elastic energy between each second lattice point and another second lattice point adjacent to the second lattice point;
A friction coefficient control step for variably controlling the friction coefficient for the friction force acting on each second lattice point;
A frictional force calculating step of calculating a frictional force acting on each of the second lattice points using the friction coefficient;
A solution processing step for performing a solution processing of a motion equation relating to each of the second lattice points by the image energy force, the elastic energy force, and the friction force;
A mapping processing step for obtaining a correspondence relationship between the target image and the reference image from a result of the solution processing by the solution processing step;
An image matching program that causes a computer to execute.
JP2006006442A 2006-01-13 2006-01-13 Image matching device, image matching method, and image matching program Abandoned JP2007188329A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006006442A JP2007188329A (en) 2006-01-13 2006-01-13 Image matching device, image matching method, and image matching program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006006442A JP2007188329A (en) 2006-01-13 2006-01-13 Image matching device, image matching method, and image matching program

Publications (1)

Publication Number Publication Date
JP2007188329A true JP2007188329A (en) 2007-07-26

Family

ID=38343452

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006006442A Abandoned JP2007188329A (en) 2006-01-13 2006-01-13 Image matching device, image matching method, and image matching program

Country Status (1)

Country Link
JP (1) JP2007188329A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012048593A (en) * 2010-08-30 2012-03-08 Juki Corp Image processing system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012048593A (en) * 2010-08-30 2012-03-08 Juki Corp Image processing system

Similar Documents

Publication Publication Date Title
US9300940B2 (en) Method and apparatus for converting 2-dimensional image into 3-dimensional image by adjusting depth of the 3-dimensional image
US7535513B2 (en) Deinterlacing method and device in use of field variable partition type
US8285004B2 (en) Line of sight detecting device and method
US20200204857A1 (en) Display apparatus, content recognizing method thereof, and non-transitory computer readable recording medium
US20150043826A1 (en) Image processing apparatus, image processing method, and program
US20090030865A1 (en) Information processing apparatus, information processing method, and computer program
US20110305384A1 (en) Information processing apparatus, information processing method, and program
JP2011211628A (en) Image processing device and method, and program
US20100110302A1 (en) Motion vector detection apparatus, motion vector processing method and program
JP4398919B2 (en) Image matching apparatus, image matching method, and image matching program
US20230259779A1 (en) Method of processing multimodal tasks, and an apparatus for the same
CN101593510B (en) Image processing device,an image processing method and an image processing program
JP5620474B2 (en) Anchor model adaptation apparatus, integrated circuit, AV (Audio Video) device, online self-adaptive method, and program thereof
US20120308080A1 (en) Image processing apparatus, image processing method, and program
US8160151B2 (en) Motion vector detection apparatus, motion vector processing method and program
JP2008292885A (en) Learning apparatus and learning method, information processing device and information processing method, and program
JP2009111938A (en) Device, method and program for editing information, and record medium recorded with the program thereon
JP2007188329A (en) Image matching device, image matching method, and image matching program
JP2010016660A (en) Scene change detector, scene change detection method and program
JP2010011016A (en) Tracking point detection apparatus, method, program, and recording medium
JP2010250611A (en) Image processor, image processing method and recording medium
Arsic et al. Mutual information eigenlips for audio-visual speech recognition
JP2012033100A (en) Image processing device and method and computer program
JP2003178310A (en) Object image tracking method and program
JP2008236056A (en) Information processor, information processing method, and program

Legal Events

Date Code Title Description
A762 Written abandonment of application

Effective date: 20091008

Free format text: JAPANESE INTERMEDIATE CODE: A762