JP2008299834A - Photographic subject tracking program and photographic subject tracking device - Google Patents

Photographic subject tracking program and photographic subject tracking device Download PDF

Info

Publication number
JP2008299834A
JP2008299834A JP2008049404A JP2008049404A JP2008299834A JP 2008299834 A JP2008299834 A JP 2008299834A JP 2008049404 A JP2008049404 A JP 2008049404A JP 2008049404 A JP2008049404 A JP 2008049404A JP 2008299834 A JP2008299834 A JP 2008299834A
Authority
JP
Japan
Prior art keywords
similarity
subject
image
search
procedure
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2008049404A
Other languages
Japanese (ja)
Other versions
JP5024116B2 (en
Inventor
Hiroyuki Abe
啓之 阿部
Maki Suzuki
真樹 鈴木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nikon Corp
Original Assignee
Nikon 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 Nikon Corp filed Critical Nikon Corp
Priority to JP2008049404A priority Critical patent/JP5024116B2/en
Priority to US12/149,227 priority patent/US8144934B2/en
Priority to EP08155598A priority patent/EP1988405A2/en
Publication of JP2008299834A publication Critical patent/JP2008299834A/en
Application granted granted Critical
Publication of JP5024116B2 publication Critical patent/JP5024116B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To track a photographic subject in frames by carrying out template matching. <P>SOLUTION: A template matching part 104a calculates similarity levels of an image within a search frame in each search frame position with a template image while moving the search frame in a search subject region set in each input image inputted in time series. Then, the position in the input image in the search frame with highest calculated similarity level is specified as the photographic subject position. The photographic subject tracking part 104b tracks the specified photographic subject position in a plurality of input images. Furthermore, a template matching part 104a judges reliability in the similarity level in the photographic subject position. Next, content of at least one process in calculation of the similarities, specifying of the photographic subject position or tracking of the photographic subject position is changed. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、フレーム間で被写体を追跡するための被写体追跡プログラム、および被写体追跡装置に関する。   The present invention relates to a subject tracking program and a subject tracking device for tracking a subject between frames.

次のようなパターン・マッチング方法が知られている。このパターン・マッチング方法は、画像を複数の領域に分割し、各領域ごとにテンプレートマッチング処理を行って、最も類似度が高い領域をマッチング領域として抽出する(例えば、特許文献1)。   The following pattern matching methods are known. In this pattern matching method, an image is divided into a plurality of regions, a template matching process is performed for each region, and a region having the highest similarity is extracted as a matching region (for example, Patent Document 1).

特開平5−81433号公報JP-A-5-81433

しかしながら、従来の方法を用いてテンプレートマッチングにより画像内における被写体位置を特定し、被写体位置をフレーム間で追跡しようとした場合、背景にテンプレートと似た画像があるときには、擬似マッチングが生じて正確に被写体を追跡できない可能性がある。   However, if the subject position in the image is specified by template matching using the conventional method and the subject position is to be tracked between frames, if there is an image similar to the template in the background, pseudo-matching will occur and it will be accurate. The subject may not be tracked.

本発明は、時系列で入力される各入力画像内に設定した探索対象領域内で探索枠を移動させながら、各探索枠位置における探索枠内の画像とテンプレート画像との類似度を算出し、算出した類似度が最も高い探索枠の入力画像内における位置を被写体が存在する位置(被写体位置)として特定し、特定した被写体位置を、複数の入力画像間で追跡し、被写体位置における類似度の信頼性を判定し、被写体位置における類似度の信頼性が低いと判定された場合に、類似度の算出処理、被写体位置の特定処理、および被写体の追跡処理の少なくともいずれか1つの処理の内容を変更することを特徴とする。
本発明では、各探索枠位置における探索枠内の画像と前記テンプレート画像との類似度の平均値と、最も高い類似度との差分の絶対値が、所定の閾値より大きい場合には、被写体位置における類似度の信頼性は高いと判定し、所定の閾値以下である場合には、被写体位置における類似度の信頼性は低いと判定することが好ましい。
被写体位置における類似度の信頼性が低いと判定された場合には、その入力画像で特定した被写体位置を被写体追跡の対象から除外するようにしてもよい。
被写体位置における類似度の信頼性が低いと判定された場合には、次の入力画像のテンプレートマッチング時に探索枠を移動させる探索対象領域の大きさを、被写体位置における類似度に応じて変更するようにしてもよい。
被写体位置における類似度の信頼性が低いと判定された場合には、探索枠を移動させる探索対象領域の大きさを、被写体位置における類似度に応じて変更し、現入力画像内に設定した、大きさを変更した後の探索対象領域内で、探索枠を移動させながら探索枠内の画像とテンプレート画像とのテンプレートマッチングを行って、各探索枠位置における探索枠内の画像とテンプレート画像との類似度を再算出し、再算出した類似度が最も高い探索枠の入力画像内における位置を被写体位置として再特定するようにしてもよい。
過去の入力画像における探索対象領域内の類似度の最大値の平均値と、現入力画像における探索対象領域内の類似度の最大値との差分の絶対値が、所定の閾値より大きい場合には、被写体位置における類似度の信頼性は高いと判定し、所定の閾値以下である場合には、被写体位置における類似度の信頼性は低いと判定するようにしてもよい。
被写体位置における前記類似度の信頼性が低いと判定された場合には、次の入力画像のテンプレートマッチング時に探索枠を移動させる探索対象領域の大きさを拡大させるようにしてもよい。
被写体位置における前記類似度の信頼性が低いと判定された場合には、探索枠を移動させる探索対象領域の大きさを拡大し、現入力画像内に設定した拡大後の探索対象領域内で、探索枠を移動させながら探索枠内の画像とテンプレート画像とのテンプレートマッチングを行って、各探索枠位置における探索枠内の画像とテンプレート画像との類似度を再算出し、再算出した類似度が最も高い探索枠の入力画像内における位置を被写体位置として再特定するようにしてもよい。
The present invention calculates the similarity between the image in the search frame and the template image at each search frame position while moving the search frame within the search target area set in each input image input in time series, The position in the input image of the search frame with the highest calculated similarity is specified as the position where the subject exists (subject position), and the specified subject position is tracked between a plurality of input images, and the similarity at the subject position is determined. When the reliability is determined and it is determined that the reliability of the similarity at the subject position is low, the content of at least one of the similarity calculation process, the subject position specifying process, and the subject tracking process is determined. It is characterized by changing.
In the present invention, when the absolute value of the difference between the average value of the similarity between the image in the search frame at each search frame position and the template image and the highest similarity is larger than a predetermined threshold, the subject position It is determined that the reliability of the similarity at is high, and if it is equal to or less than a predetermined threshold, it is determined that the reliability of the similarity at the subject position is low.
When it is determined that the reliability of the similarity at the subject position is low, the subject position specified by the input image may be excluded from the subject tracking target.
If it is determined that the reliability of the similarity at the subject position is low, the size of the search target area for moving the search frame at the time of template matching of the next input image is changed according to the similarity at the subject position. It may be.
If it is determined that the reliability of the similarity at the subject position is low, the size of the search target area for moving the search frame is changed according to the similarity at the subject position and set in the current input image. In the search target area after changing the size, template matching between the image in the search frame and the template image is performed while moving the search frame, and the image in the search frame and the template image at each search frame position are matched. The degree of similarity may be recalculated, and the position in the input image of the search frame with the highest degree of similarity recalculated may be re-specified as the subject position.
When the absolute value of the difference between the maximum value of the similarity in the search target area in the past input image and the maximum value of the similarity in the search target area in the current input image is greater than a predetermined threshold The reliability of the similarity at the subject position may be determined to be high, and if the similarity is equal to or less than a predetermined threshold value, the reliability of the similarity at the subject position may be determined to be low.
If it is determined that the reliability of the similarity at the subject position is low, the size of the search target area to which the search frame is moved at the time of template matching of the next input image may be enlarged.
If it is determined that the reliability of the similarity at the subject position is low, the size of the search target area for moving the search frame is enlarged, and within the search target area after enlargement set in the current input image, Perform template matching between the image in the search frame and the template image while moving the search frame, recalculate the similarity between the image in the search frame and the template image at each search frame position, and the recalculated similarity The position of the highest search frame in the input image may be specified again as the subject position.

本発明によれば、正確に被写体を追跡することができる。   According to the present invention, the subject can be accurately tracked.

―第1の実施の形態―
図1は、第1の実施の形態における被写体追跡装置としてカメラを使用した場合の一実施の形態の構成を示すブロック図である。カメラ100は、操作部材101と、レンズ102と、撮像素子103と、制御装置104と、メモリカードスロット105と、モニタ106とを備えている。操作部材101は、使用者によって操作される種々の入力部材、例えば電源ボタン、レリーズスイッチ、ズームボタン、十字キー、決定ボタン、再生ボタン、削除ボタンなどを含んでいる。
-First embodiment-
FIG. 1 is a block diagram showing a configuration of an embodiment in which a camera is used as the subject tracking device in the first embodiment. The camera 100 includes an operation member 101, a lens 102, an image sensor 103, a control device 104, a memory card slot 105, and a monitor 106. The operation member 101 includes various input members operated by the user, such as a power button, a release switch, a zoom button, a cross key, a determination button, a playback button, and a delete button.

レンズ102は、複数の光学レンズ群から構成されるが、図1では代表して1枚のレンズで表している。撮像素子103は、例えばCCDやCMOSであり、レンズ102により結像した被写体像を撮像して画像を取得する。そして、取得した画像のデータ(画像データ)を制御装置104へ出力する。制御装置104は、撮像素子103で取得された画像データを所定の画像形式、例えばJpeg形式に圧縮し、Exif(Exchangeable Image File Format for Digital Still Camera)等の所定の形式の画像ファイルを生成してメモリカードスロット105へ出力する。   The lens 102 is composed of a plurality of optical lens groups, but is represented by a single lens in FIG. The image sensor 103 is, for example, a CCD or a CMOS, and captures a subject image formed by the lens 102 to acquire an image. The acquired image data (image data) is output to the control device 104. The control device 104 compresses the image data acquired by the image sensor 103 into a predetermined image format, for example, JPEG format, and generates an image file in a predetermined format such as Exif (Exchangeable Image File Format Digital Still Camera). Output to the memory card slot 105.

メモリカードスロット105は、記憶媒体としてのメモリカードを挿入するためのスロットであり、制御装置104から出力された画像ファイルをメモリカードに書き込んで記録する。また、制御装置104からの指示に基づいて、メモリカード内に記憶されている画像ファイルを読み込む。   The memory card slot 105 is a slot for inserting a memory card as a storage medium, and the image file output from the control device 104 is written and recorded on the memory card. Further, based on an instruction from the control device 104, an image file stored in the memory card is read.

モニタ106は、カメラ100の背面に搭載された液晶モニタ(背面モニタ)であり、当該モニタ106には、メモリカードに記憶されている画像やカメラ100を設定するための設定メニューなどが表示される。また、制御装置104は、撮像素子103から時系列で画像を取得してモニタ106に出力する。これによって、モニタ106には、各フレームの画像が所定時間間隔で順番に表示される。すなわちモニタ106にはスルー画が表示される。   The monitor 106 is a liquid crystal monitor (rear monitor) mounted on the back surface of the camera 100, and the monitor 106 displays an image stored in a memory card, a setting menu for setting the camera 100, and the like. . Further, the control device 104 acquires images in time series from the image sensor 103 and outputs them to the monitor 106. As a result, the image of each frame is sequentially displayed on the monitor 106 at predetermined time intervals. That is, a through image is displayed on the monitor 106.

制御装置104は、CPU、メモリ、およびその他の周辺回路により構成され、テンプレートマッチング部104aと、被写体追跡部104bとを機能的に備えている。なお、制御装置104を構成するメモリには、バッファメモリとして使用されるROM、例えばフラッシュメモリや、RAM、例えばSDRAMを含む。本実施の形態では、テンプレートマッチング部104aは、撮像素子103から入力されるスルー画の各フレームに対してテンプレートマッチング処理を行って、フレーム内で被写体が写っている領域を特定する。そして、被写体追跡部104bは、特定した領域をフレーム間で追跡する。具体的には、次のように処理する。   The control device 104 includes a CPU, a memory, and other peripheral circuits, and functionally includes a template matching unit 104a and a subject tracking unit 104b. The memory constituting the control device 104 includes a ROM used as a buffer memory, such as a flash memory, and a RAM, such as an SDRAM. In the present embodiment, the template matching unit 104a performs a template matching process on each frame of the through image input from the image sensor 103, and identifies an area in which the subject is shown in the frame. Then, the subject tracking unit 104b tracks the specified area between frames. Specifically, the process is as follows.

テンプレートマッチング部104aは、テンプレートマッチング処理の基準となるテンプレート画像と、撮像素子103から時系列で入力される各フレームの画像データ(ターゲット画像)とのマッチング演算を行う。具体的には、図2に示すように、テンプレート画像Aを用いてターゲット画像I内における被写体位置を特定する。テンプレート画像Aは、使用者からの指示に基づいて取得する。例えば、使用者は、スルー画の最初のフレームがモニタ106に表示されたときに、操作部材101を操作して、最初のフレーム内で、フレーム間で追跡したい被写体を含む範囲を指定する。テンプレートマッチング部104aは、使用者によって指定された範囲内の画像をテンプレート画像Aとして抽出して、ROMに記憶する。   The template matching unit 104 a performs a matching operation between a template image serving as a reference for template matching processing and image data (target image) of each frame input in time series from the image sensor 103. Specifically, as shown in FIG. 2, the subject position in the target image I is specified using the template image A. The template image A is acquired based on an instruction from the user. For example, when the first frame of the through image is displayed on the monitor 106, the user operates the operation member 101 to specify a range including a subject to be tracked between frames in the first frame. The template matching unit 104a extracts an image within the range specified by the user as the template image A and stores it in the ROM.

テンプレートマッチング部104aは、撮像素子103からのスルー画の入力が開始されると、各フレーム(コマ)の画像をターゲット画像Iとし、当該ターゲット画像I上の所定の位置にテンプレート画像と同じ大きさの探索枠Bを設定する。テンプレートマッチング部104aは、設定した探索枠Bをターゲット画像I内で移動させながら、各位置における探索枠B内の画像(探索部分画像)と、テンプレート画像Aとのマッチング演算を行なう。マッチング演算の結果、テンプレート画像Aと探索枠B内の画像の類似度が最も高い合致領域のターゲット画像I内における座標値を被写体位置として特定する。   When the input of the through image from the image sensor 103 is started, the template matching unit 104a sets the image of each frame (frame) as the target image I and has the same size as the template image at a predetermined position on the target image I. The search frame B is set. The template matching unit 104a performs a matching operation between the image (search partial image) in the search frame B at each position and the template image A while moving the set search frame B in the target image I. As a result of the matching calculation, the coordinate value in the target image I of the matching region having the highest similarity between the template image A and the image in the search frame B is specified as the subject position.

なお、テンプレートマッチング部104aは、ターゲット画像Iの全体ではなく、画像内からテンプレート画像Aを抽出した位置を含む所定範囲内(探索対象領域内)を対象としてテンプレートマッチングを行うようにする。これによって、テンプレートマッチングを行う範囲を、ターゲット画像I内の被写体が存在している可能性が高い範囲に限定することができ、処理を高速化することができる。また、テンプレートマッチングの手法は公知であるため詳細な説明は省略するが、例えば次式(1)に示す残差和や次式(2)に示す正規化相関により類似度を算出すればよい。   Note that the template matching unit 104a performs template matching not on the entire target image I but on a predetermined range (in the search target area) including the position where the template image A is extracted from the image. As a result, the template matching range can be limited to a range where there is a high possibility that the subject in the target image I exists, and the processing speed can be increased. Since the template matching method is well known, detailed description thereof is omitted. For example, the similarity may be calculated by the residual sum shown in the following equation (1) or the normalized correlation shown in the following equation (2).

次式(1)に示す残差和により類似度を算出した場合は、算出されるrが小さいほどテンプレート画像Aと探索部分画像との類似度が高いことを示している。一方、次式(2)に示す正規化相関により類似度を算出した場合は、算出されるrが大きいほどテンプレート画像Aと探索部分画像との類似度が高いことを示している。

Figure 2008299834
Figure 2008299834
When the similarity is calculated by the residual sum represented by the following equation (1), the smaller the calculated r is, the higher the similarity between the template image A and the search partial image is. On the other hand, when the similarity is calculated by the normalized correlation represented by the following equation (2), the larger the calculated r is, the higher the similarity between the template image A and the search partial image is.
Figure 2008299834
Figure 2008299834

図3は、ターゲット画像Iの所定範囲内で、探索枠Bを移動させながらテンプレートマッチングを行った場合に算出される類似度の変化を示す図である。この図3においては、縦軸は類似度、横軸は演算回数を表している。すなわち、探索枠Bを移動させながら複数回テンプレートマッチングを行った場合に、各回ごとに類似度をプロットした結果を示している。なお、縦軸は、類似度を0から1の数値に正規化して表しており、本実施の形態では、この0から1で表される類似度を示す値を類似度値と呼ぶ。この類似度値は、0に近いほど類似度が低く、1に近いほど類似度が高いことを示している。   FIG. 3 is a diagram illustrating a change in similarity calculated when template matching is performed while moving the search frame B within a predetermined range of the target image I. In FIG. 3, the vertical axis represents similarity and the horizontal axis represents the number of calculations. That is, when template matching is performed a plurality of times while moving the search frame B, the result of plotting the similarity for each time is shown. Note that the vertical axis represents the degree of similarity normalized to a numerical value from 0 to 1, and in this embodiment, a value indicating the degree of similarity represented by 0 to 1 is referred to as a similarity value. The similarity value indicates that the similarity is lower as it is closer to 0, and the similarity is higher as it is closer to 1.

例えば、テンプレートマッチングの結果、類似度が図3(a)に示すように変化した場合には、類似度値が最も高くなる点3aが算出されたときのターゲット画像I上の探索枠Bの位置が被写体位置として特定される。一方、類似度が図3(b)に示すように変化した場合には、類似度値が最も高くなる点3cが算出されたときのターゲット画像I上の探索枠Bの位置が被写体位置として特定される。   For example, when the similarity changes as shown in FIG. 3A as a result of template matching, the position of the search frame B on the target image I when the point 3a having the highest similarity value is calculated. Is identified as the subject position. On the other hand, when the similarity changes as shown in FIG. 3B, the position of the search frame B on the target image I when the point 3c having the highest similarity value is calculated is specified as the subject position. Is done.

この図3(a)に示す結果と図3(b)に示す結果を比較すると、図3(a)では、点3aにおける類似度値(最高類似度値)が飛び抜けて大きく、類似度値の平均値(類似度候補平均)3bとの差も0.94と大きいのに対して、図3(b)では、点3cにおける最高類似度値は飛び抜けて大きい訳ではなく、類似度候補平均3dとの差は0.12と小さい。このように、図3(a)に示すような結果が得られた場合には、被写体位置の特定結果は信頼性が高いと推測できるが、図3(b)に示すような結果が得られた場合には、被写体位置の特定結果は信頼性が低いと推測される。   Comparing the results shown in FIG. 3A with the results shown in FIG. 3B, in FIG. 3A, the similarity value (maximum similarity value) at the point 3a is significantly large, and the similarity value While the difference from the average value (similarity candidate average) 3b is also as large as 0.94, in FIG. 3B, the highest similarity value at the point 3c is not significantly large, and the similarity candidate average 3d The difference between is as small as 0.12. As described above, when the result shown in FIG. 3A is obtained, it can be estimated that the subject position specifying result is highly reliable, but the result shown in FIG. 3B is obtained. In this case, it is estimated that the result of specifying the subject position is low in reliability.

本実施の形態では、テンプレートマッチング部104aは、次式(3)を満たす場合には、被写体位置の特定結果は信頼性が高いと判定し、満たさない場合には低いと判定する。
|最高類似度値−類似度候補平均|>閾値 ・・・(3)
In the present embodiment, the template matching unit 104a determines that the subject position specifying result is high when the following equation (3) is satisfied, and determines that the subject position specifying result is low when the following result is not satisfied.
| Maximum similarity value−Similarity candidate average |> Threshold (3)

テンプレートマッチング部104aは、被写体位置の特定結果の信頼性が高いと判定した場合には、その被写体位置に対応する探索枠Bに相当する範囲をターゲット画像I内における被写体が存在する範囲として特定する。そして、被写体追跡部104bは、その被写体が存在する範囲を明示するためのターゲット枠をフレーム上に表示することで、使用者に対して、フレーム内の被写体が存在する位置を示す。   When the template matching unit 104a determines that the reliability of the subject position specifying result is high, the template matching unit 104a specifies a range corresponding to the search frame B corresponding to the subject position as a range where the subject exists in the target image I. . Then, the subject tracking unit 104b displays a target frame on the frame for clearly indicating the range where the subject exists, thereby indicating the position where the subject exists in the frame to the user.

これに対して、被写体位置の特定結果の信頼性が低いと判定した場合には、被写体追跡部104bは、その被写体位置に対応するターゲット枠を表示せず、テンプレートマッチング部104aは、次のフレームのテンプレートマッチングに移行する。すなわち、被写体追跡部104bは、被写体位置の特定結果の信頼性が低いと判定した場合には、その被写体位置は被写体追跡の対象から除外する。   On the other hand, when it is determined that the reliability of the subject position specifying result is low, the subject tracking unit 104b does not display the target frame corresponding to the subject position, and the template matching unit 104a does not display the next frame. Move on to template matching. That is, if the subject tracking unit 104b determines that the reliability of the result of specifying the subject position is low, the subject tracking unit 104b excludes the subject position from the subject tracking target.

上述した処理を入力されるスルー画の各フレームに対して実行することにより、テンプレートマッチング部104aによるテンプレートマッチングによって特定された被写体位置のうち、マッチング時の類似度が高い被写体位置のみを追跡対象としてターゲット枠を表示し、各フレーム間で被写体追跡を行うことができる。   By performing the above-described processing for each frame of the input through image, only subject positions having high similarity at the time of matching among the subject positions specified by template matching by the template matching unit 104a are set as tracking targets. A target frame can be displayed and subject tracking can be performed between frames.

図4は、第1の実施の形態におけるカメラ100の処理を示すフローチャートである。図4に示す処理は、撮像素子103からスルー画の入力が開始されると起動するプログラムとして、制御装置104によって実行される。   FIG. 4 is a flowchart showing the processing of the camera 100 in the first embodiment. The processing shown in FIG. 4 is executed by the control device 104 as a program that is activated when input of a through image from the image sensor 103 is started.

ステップS1において、テンプレートマッチング部104aは、スルー画の最初のフレームを読み込んで、ステップS2へ進む。ステップS2では、テンプレートマッチング部104aは、上述したように、使用者からの指示に基づいて、読み込んだ最初のフレーム内からテンプレート画像Aを抽出する。その後、ステップS3へ進む。   In step S1, the template matching unit 104a reads the first frame of the through image, and proceeds to step S2. In step S2, the template matching unit 104a extracts the template image A from the first read frame based on an instruction from the user as described above. Then, it progresses to step S3.

ステップS3では、テンプレートマッチング部104aは、スルー画の次のフレームを読み込んで、ステップS4へ進む。ステップS4では、テンプレートマッチング部104aは、上述したように、ターゲット画像I内の所定範囲内で探索枠Bを移動させながら、各位置における探索枠B内の画像とテンプレート画像Aとのマッチングを行って、類似度演算を行い、被写体位置を算出する。その後、ステップS5へ進む。   In step S3, the template matching unit 104a reads the next frame of the through image, and proceeds to step S4. In step S4, the template matching unit 104a matches the image in the search frame B and the template image A at each position while moving the search frame B within the predetermined range in the target image I as described above. Then, the similarity calculation is performed to calculate the subject position. Then, it progresses to step S5.

ステップS5では、テンプレートマッチング部104aは、式(3)を用いて被写体位置の特定結果の信頼性が高いか否かを判断する。信頼性が低いと判断した場合には、ステップS3へ戻って、次のフレームを読み込む。これに対して、信頼性が高いと判断した場合には、ステップS6へ進み、被写体追跡部104bは、被写体が存在する範囲を明示するためのターゲット枠をフレーム上に表示する。その後、ステップS7へ進む。   In step S5, the template matching unit 104a determines whether or not the subject position specifying result is highly reliable using the equation (3). If it is determined that the reliability is low, the process returns to step S3 to read the next frame. On the other hand, if it is determined that the reliability is high, the process proceeds to step S6, and the subject tracking unit 104b displays a target frame for clearly indicating the range where the subject exists on the frame. Thereafter, the process proceeds to step S7.

ステップS7では、テンプレートマッチング部104aは、次のフレームのテンプレートマッチングを行うために必要な、各種パラメータの設定を行う。例えば、特定した被写体位置において算出された類似度値に応じて、次のフレームで探索枠Bを移動させる範囲(探索範囲)の位置や大きさを指定するための探索エリアパラメータの設定を行う。   In step S7, the template matching unit 104a sets various parameters necessary for performing template matching of the next frame. For example, in accordance with the similarity value calculated at the specified subject position, a search area parameter for specifying the position and size of the range (search range) in which the search frame B is moved in the next frame is set.

具体的には、特定した被写体位置において算出された類似度値が高い場合には、確実に被写体を捉えている可能性が高いため、次のフレームにおいては、特定した被写体位置を中心に狭い範囲を探索するように探索エリアパラメータの設定を行う。これに対して、特定した被写体位置において算出された類似度の信頼性が低い場合には、被写体を外している可能性もあるため、次のフレームにおいては、特定した被写体位置を中心に広い範囲を探索するように探索エリアパラメータの設定を行う。その後、ステップS8へ進む。   Specifically, when the similarity value calculated at the specified subject position is high, there is a high possibility that the subject is surely captured. Therefore, in the next frame, a narrow range centered on the specified subject position. The search area parameter is set so as to search. On the other hand, when the reliability of the similarity calculated at the specified subject position is low, the subject may be removed, so in the next frame, a wide range centering on the specified subject position. The search area parameter is set so as to search. Thereafter, the process proceeds to step S8.

ステップS8では、テンプレートマッチング部104aは、スルー画の入力が終了したか否かを判断する。否定判断した場合には、ステップS3へ戻って、テンプレートマッチング部104aは、次のフレームを読み込む。一方、肯定判断した場合には、処理を終了する。   In step S8, the template matching unit 104a determines whether or not the input of the through image has been completed. If a negative determination is made, the process returns to step S3, and the template matching unit 104a reads the next frame. On the other hand, if an affirmative determination is made, the process is terminated.

以上説明した第1の実施の形態によれば、以下のような作用効果を得ることができる。
(1)時系列で入力される入力画像の各フレーム内に設定した探索対象領域内で探索枠を移動させながら、探索枠内の画像とテンプレート画像とのテンプレートマッチングを行って、各探索枠位置における探索枠内の画像とテンプレート画像との類似度を算出した。そして、算出した類似度が最も高い探索枠の入力画像内における位置を被写体位置として特定し、被写体位置における前記類似度の信頼性を判定し、被写体位置における類似度の信頼性が低いと判定した場合には、そのフレームで特定した被写体位置を被写体追跡の対象から除外するようにした。これによって、類似度の信頼性が高い被写体位置にのみターゲット枠を表示することができ、精度の高い被写体追跡が可能となる。
According to the first embodiment described above, the following operational effects can be obtained.
(1) While matching the search frame within the search target area set in each frame of the input image input in time series, template matching between the image in the search frame and the template image is performed, and each search frame position The similarity between the image in the search frame and the template image was calculated. Then, the position in the input image of the search frame having the highest calculated similarity is specified as the subject position, the reliability of the similarity at the subject position is determined, and the reliability of the similarity at the subject position is determined to be low. In this case, the subject position specified by the frame is excluded from the subject tracking target. As a result, the target frame can be displayed only at a subject position with high reliability of similarity, and subject tracking can be performed with high accuracy.

(2)類似度の信頼性は式(3)によって判定するようにした。すなわち、各探索枠位置における探索枠内の画像とテンプレート画像との類似度値の平均値と、最も高い類似度値との差分の絶対値が、所定の閾値より大きい場合には、被写体位置における類似度の信頼性は高いと判定し、所定の閾値以下である場合には、被写体位置における類似度の信頼性は低いと判定するようにした。これによって、類似度の信頼性を画一的に判定することができ、処理を簡略化することができる。 (2) The reliability of similarity is determined by equation (3). That is, if the absolute value of the difference between the average value of the similarity value between the image in the search frame and the template image at each search frame position and the highest similarity value is larger than a predetermined threshold value, It is determined that the reliability of the similarity is high. When the similarity is equal to or lower than a predetermined threshold, it is determined that the reliability of the similarity at the subject position is low. As a result, the reliability of similarity can be uniformly determined, and the processing can be simplified.

―第2の実施の形態―
上述した第1の実施の形態では、テンプレートマッチング部104aは、式(3)を用いた判定により、被写体位置の特定結果の信頼性が低いと判定した場合には、その被写体位置にはターゲット枠を表示せずに次のフレームの処理へ移るようにした。すなわち、被写体位置の特定結果の信頼性が低いと判定した場合には、その被写体位置は被写体追跡の対象から除外するようにした。
-Second embodiment-
In the first embodiment described above, when the template matching unit 104a determines that the reliability of the result of specifying the subject position is low based on the determination using the expression (3), the template matching unit 104a includes the target frame at the subject position. Moved to next frame processing without displaying. That is, when it is determined that the reliability of the subject position specifying result is low, the subject position is excluded from the subject tracking target.

これに対して、第2の実施の形態では、テンプレートマッチング部104aは、式(3)を用いた判定により、被写体位置の特定結果の信頼性が低いと判定した場合でも、そのフレームで特定した被写体位置にはターゲット枠を表示して被写体追跡の対象とするようにする。そして、テンプレートマッチング部104aは、次のフレームでの被写体位置の特定結果の信頼性を上げるために、さらに広い範囲を探索の対象とするように、上述した探索エリアパラメータを再設定する。なお、第2の実施の形態では、図1〜図3については、第1の実施の形態と同様のため説明を省略する。   On the other hand, in the second embodiment, the template matching unit 104a specifies the frame even when it is determined that the reliability of the subject position specifying result is low by the determination using the expression (3). A target frame is displayed at the subject position to be a subject tracking target. Then, the template matching unit 104a resets the search area parameters described above so that a wider range is targeted for searching in order to increase the reliability of the subject position specifying result in the next frame. In the second embodiment, since FIGS. 1 to 3 are the same as those in the first embodiment, description thereof will be omitted.

具体的には、テンプレートマッチング部104aは、被写体位置の特定結果の信頼性が低いと判定した場合には、ターゲット画像I内で探索枠Bを移動させる探索対象領域を拡大する。例えば、図5に示すように、ターゲット画像I内に探索対象領域Cを設定する。このときテンプレートマッチング部104aは、あらかじめ設定された所定の割合で探索対象領域を拡大してもよく、あるいは被写体位置における類似度値に応じて、探索対象領域の拡大率を変化させるようにしてもよい。   Specifically, when the template matching unit 104a determines that the reliability of the subject position specifying result is low, the template matching unit 104a expands the search target area in which the search frame B is moved in the target image I. For example, as shown in FIG. 5, a search target area C is set in the target image I. At this time, the template matching unit 104a may enlarge the search target area at a predetermined ratio set in advance, or may change the enlargement ratio of the search target area according to the similarity value at the subject position. Good.

図6は、第2の実施の形態におけるカメラ100の処理を示すフローチャートである。図6に示す処理は、撮像素子103からスルー画の入力が開始されると起動するプログラムとして、制御装置104によって実行される。なお、図6においては、第1の実施の形態で上述した図4と同一の処理には同じステップ番号を付与し、相違点を中心に説明する。   FIG. 6 is a flowchart illustrating processing of the camera 100 according to the second embodiment. The process shown in FIG. 6 is executed by the control device 104 as a program that starts when input of a through image from the image sensor 103 is started. In FIG. 6, the same step numbers are assigned to the same processes as those in FIG. 4 described in the first embodiment, and differences will be mainly described.

ステップS4では、上述したように、テンプレートマッチング部104aは、類似度演算を行って被写体位置を特定する。そして、本実施の形態では、テンプレートマッチング部104aは、その特定結果の信頼性の高低に関わらず、その被写体位置に設定した探索枠Bに対応する範囲をターゲット画像I内における被写体が存在する範囲として特定する。その後、ステップS6へ進み、被写体追跡部104bは、その被写体が存在する範囲を明示するためのターゲット枠をフレーム上に表示して、ステップS7へ進む。   In step S4, as described above, the template matching unit 104a performs similarity calculation to identify the subject position. In the present embodiment, the template matching unit 104a uses the range corresponding to the search frame B set at the subject position as the range in which the subject exists in the target image I, regardless of the reliability of the identification result. As specified. Thereafter, the process proceeds to step S6, and the subject tracking unit 104b displays a target frame for clearly indicating the range in which the subject exists on the frame, and then proceeds to step S7.

ステップS7では、テンプレートマッチング部104aは、次のフレームのテンプレートマッチングを行うために必要な各種パラメータ、例えば上述した探索エリアパラメータの設定を行う。その後、ステップS5へ進み、テンプレートマッチング部104aは、式(3)を用いて被写体位置の特定結果の信頼性が高いか否かを判断する。信頼性が高いと判断した場合には、ステップS8へ進む。   In step S7, the template matching unit 104a sets various parameters necessary for template matching of the next frame, for example, the search area parameters described above. Thereafter, the process proceeds to step S5, and the template matching unit 104a determines whether or not the subject position specifying result is highly reliable using Expression (3). If it is determined that the reliability is high, the process proceeds to step S8.

一方、信頼性が低いと判断した場合には、ステップS11へ進み、ステップS7で設定した探索エリアパラメータを、被写体位置における類似度値に基づいて再設定する。例えば、上述したように、特定した被写体位置の類似度の信頼性が低い場合には、被写体を外している可能性もあるため、次のフレームにおいては、特定した被写体位置を中心に広い範囲を探索する必要がある。このため、ここでは、ステップS7で設定した範囲よりもさらに広い範囲を探索するように探索エリアパラメータの設定を行う。その後、ステップS8へ進む。   On the other hand, if it is determined that the reliability is low, the process proceeds to step S11, and the search area parameter set in step S7 is reset based on the similarity value at the subject position. For example, as described above, if the reliability of the similarity of the specified subject position is low, the subject may have been removed, so in the next frame, a wide range centering on the specified subject position is used. Need to explore. For this reason, here, the search area parameter is set so as to search a wider range than the range set in step S7. Thereafter, the process proceeds to step S8.

以上説明した第2の実施の形態によれば、第1の実施の形態における作用効果に加えて、次のような効果を得ることができる。
(1)特定した被写体位置の類似度の信頼性が低い場合でも特定した被写体位置にターゲット枠を表示するようにした。これによって、その信頼性の高低に関わらず、スルー画の各フレーム上にターゲット枠を表示することができ、使用者が被写体位置の変化を把握することができる。
According to the second embodiment described above, the following effects can be obtained in addition to the functions and effects of the first embodiment.
(1) The target frame is displayed at the specified subject position even when the reliability of the similarity of the specified subject position is low. Thus, regardless of whether the reliability is high or low, the target frame can be displayed on each frame of the through image, and the user can grasp the change in the subject position.

(2)特定した被写体位置の類似度の信頼性が低い場合には、探索エリアパラメータを再設定するようにした。これによって、特定した被写体位置の類似度の信頼性が低い場合には、被写体を外している可能性もあるため、次のフレームにおいては、特定した被写体位置を中心に広い範囲を探索する必要があることを加味して、次フレームで探索する探索対象領域を最適な大きさに設定することができる。 (2) When the reliability of the similarity of the specified subject position is low, the search area parameter is reset. As a result, if the reliability of the similarity of the specified subject position is low, the subject may be removed, so in the next frame, it is necessary to search a wide range centering on the specified subject position. In consideration of the fact, the search target area to be searched in the next frame can be set to an optimum size.

―第3の実施の形態―
上述した第1および第2の実施の形態では、テンプレートマッチング部104aは、式(3)を用いた判定結果に基づいて、現フレームでの被写体位置の特定結果の信頼性が低いと判定するようにした。これに対して、第3の実施の形態では、過去のフレームにおける探索対象領域内の類似度値の最大値の平均値と、現フレームにおける探索対象領域内の類似度値の最大値との差分の絶対値を算出し、その算出結果が所定の閾値より大きい場合には、現フレームにおける被写体位置の特定結果の信頼性は高いと判定し、算出結果が所定の閾値以下の場合には、現フレームにおける被写体位置の特定結果の信頼性は低いと判定する例について説明する。そして、テンプレートマッチング部104aは、現フレームにおける被写体位置の特定結果の信頼性が低いと判定した場合には、現フレームにおける探索対象領域を拡大する。
-Third embodiment-
In the above-described first and second embodiments, the template matching unit 104a determines that the reliability of the subject position specifying result in the current frame is low based on the determination result using Expression (3). I made it. In contrast, in the third embodiment, the difference between the average value of the maximum similarity values in the search target area in the past frame and the maximum similarity value in the search target area in the current frame. If the calculation result is greater than a predetermined threshold value, it is determined that the subject position identification result in the current frame is highly reliable, and if the calculation result is less than the predetermined threshold value, An example will be described in which it is determined that the reliability of the result of specifying the subject position in the frame is low. If the template matching unit 104a determines that the reliability of the subject position specifying result in the current frame is low, the template matching unit 104a expands the search target area in the current frame.

具体的には、テンプレートマッチング部104aは、第1および第2の実施の形態と同様に、ターゲット画像I上の所定の位置にテンプレート画像と同じ大きさの探索枠Bを設定する。そして、テンプレートマッチング部104aは、設定した探索枠Bをターゲット画像I内で移動させながら、各位置における探索枠B内の画像(探索部分画像)と、テンプレート画像Aとのマッチング演算を行なう。マッチング演算の結果、テンプレート画像Aと探索枠B内の画像の類似度が最も高い合致領域のターゲット画像I内における座標値を被写体位置として特定するとともに、そのときの類似度値を算出する。そして、特定した被写体位置を中心とした探索枠Bが新たに設定され、新たに設定された探索枠Bを用いて次フレームでのマッチング演算を行う。   Specifically, the template matching unit 104a sets a search frame B having the same size as the template image at a predetermined position on the target image I, as in the first and second embodiments. Then, the template matching unit 104a performs a matching operation between the image (search partial image) in the search frame B at each position and the template image A while moving the set search frame B in the target image I. As a result of the matching calculation, the coordinate value in the target image I of the matching area having the highest similarity between the template image A and the image in the search frame B is specified as the subject position, and the similarity value at that time is calculated. Then, a search frame B centered on the specified subject position is newly set, and a matching calculation in the next frame is performed using the newly set search frame B.

例えば図7に示すように、4フレーム目の画像に対して類似度値の最大値を算出した場合について説明する。この場合には、テンプレートマッチング部104aは、過去の3フレームで算出された類似度値の最大値の平均値7aを算出し、この平均値7aと現フレーム(4フレーム目)の画像の類似度の最大値7bの差分の絶対値7cを算出する。その結果、算出した差分の絶対値7cがあらかじめ設定されている閾値よりも大きい場合には、現フレームにおける被写体位置の特定結果の信頼性は高いと判定する。これに対して、差分の絶対値7cがあらかじめ設定されている閾値以下である場合には、現フレームにおける被写体位置の特定結果の信頼性は低いと判定する。   For example, as shown in FIG. 7, a case where the maximum value of similarity values is calculated for the image of the fourth frame will be described. In this case, the template matching unit 104a calculates an average value 7a of maximum values of similarity values calculated in the past three frames, and the similarity between the average value 7a and the image of the current frame (fourth frame). The absolute value 7c of the difference between the maximum values 7b is calculated. As a result, when the calculated absolute value 7c of the difference is larger than a preset threshold value, it is determined that the reliability of the subject position specifying result in the current frame is high. On the other hand, when the absolute value 7c of the difference is equal to or less than a preset threshold value, it is determined that the reliability of the subject position specifying result in the current frame is low.

すなわち、第3の実施の形態では、テンプレートマッチング部104aは、次式(4)を満たす場合に、被写体位置の特定結果は信頼性が高いと判定し、満たさない場合には低いと判定する。
|過去フレームで算出された類似度値の最大値の平均値−現フレームの類似度値の最大値|>閾値 ・・・(4)
That is, in the third embodiment, the template matching unit 104a determines that the subject position specifying result is high when the following equation (4) is satisfied, and determines that the subject position specifying result is low when the following result is not satisfied.
| Average value of maximum values of similarity values calculated in past frames−Maximum value of similarity values of current frame |> Threshold (4)

そして、テンプレートマッチング部104aは、式(4)を満たさないことにより、現フレームにおける被写体位置の特定結果の信頼性は低いと判定した場合には、図8に示すように、次フレーム(図8のフレーム5)においては、探索対象領域を拡大した領域内でテンプレートマッチング処理を実行するようにする。この際、次フレームにおける被写体位置(探索対象領域の中心)は、前フレーム(図8のフレーム3)と同じ位置としてもよい。   If the template matching unit 104a determines that the reliability of the subject position specifying result in the current frame is low by not satisfying the expression (4), as shown in FIG. In the frame 5), the template matching process is executed in an area obtained by enlarging the search target area. At this time, the subject position (the center of the search target area) in the next frame may be the same position as the previous frame (frame 3 in FIG. 8).

例えば、図8(a)から(d)に示すように、1フレーム目から4フレーム目(現フレーム)まで、ターゲット画像I内に探索対象領域Cを設定してテンプレートマッチングを行った結果、現フレームで被写体位置の特定結果の信頼性は低いと判定した場合について説明する。この場合には、テンプレートマッチング部104aは、現フレームに対して、探索対象領域Cを拡大して新たに探索対象領域Dを設定し、この探索対象領域Dを対象として、次のフレーム(フレーム5)においてテンプレートマッチング処理を実行するようにする。   For example, as shown in FIGS. 8A to 8D, as a result of performing template matching by setting the search target region C in the target image I from the first frame to the fourth frame (current frame), A case where it is determined that the reliability of the result of specifying the subject position in the frame is low will be described. In this case, the template matching unit 104a enlarges the search target area C and sets a new search target area D with respect to the current frame, and uses the search target area D as a target for the next frame (frame 5). ) To execute the template matching process.

図9は、第3の実施の形態におけるカメラ100の処理を示すフローチャートである。図9に示す処理は、撮像素子103からスルー画の入力が開始されると起動するプログラムとして、制御装置104によって実行される。なお、図9においては、第1の実施の形態で上述した図4、および第2の実施の形態で上述した図6と同一の処理には同じステップ番号を付与し、相違点を中心に説明する。   FIG. 9 is a flowchart illustrating processing of the camera 100 according to the third embodiment. The processing shown in FIG. 9 is executed by the control device 104 as a program that is activated when input of a through image from the image sensor 103 is started. In FIG. 9, the same step numbers are assigned to the same processes as those in FIG. 4 described in the first embodiment and FIG. 6 described in the second embodiment, and differences are mainly described. To do.

ステップS51において、テンプレートマッチング部104aは、式(4)を用いて被写体位置の特定結果の信頼性が高いか否かを判断する。信頼性が高いと判断した場合には、ステップS6へ進み、被写体追跡部104bは、特定した被写体位置に応じた範囲にターゲット枠を表示する。   In step S51, the template matching unit 104a determines whether or not the subject position specifying result is highly reliable using Expression (4). If it is determined that the reliability is high, the process proceeds to step S6, and the subject tracking unit 104b displays the target frame in a range corresponding to the specified subject position.

これに対して、ステップS51で信頼性が低いと判断した場合には、ステップS11へ進み、テンプレートマッチング部104aは、探索対象領域を広げるように探索パラメータを再設定した後、ステップS8へ進む。   On the other hand, if it is determined in step S51 that the reliability is low, the process proceeds to step S11, and the template matching unit 104a resets the search parameters so as to widen the search target area, and then proceeds to step S8.

以上説明した第3の実施の形態によれば、第1および第2の実施の形態における作用効果に加えて、以下の効果を得ることができる。すなわち、過去のフレームで算出された類似度値の最大値の平均値と現フレームの類似度値の最大値との差分の絶対値を算出し、この算出結果を閾値と比較することによって、現フレームにおける被写体位置の特定結果の信頼性が高いか低いかを判定するようにした。これによって、現フレームにおける被写体位置の特定結果の信頼性が高いか低いかを、過去フレームの類似度値の算出結果を用いて精度高く判定することができる。   According to the third embodiment described above, the following effects can be obtained in addition to the operational effects of the first and second embodiments. That is, the absolute value of the difference between the average value of the maximum similarity value calculated in the past frame and the maximum value of the similarity value of the current frame is calculated, and this calculation result is compared with the threshold value to calculate the current value. The reliability of the result of specifying the subject position in the frame is determined to be high or low. This makes it possible to determine with high accuracy whether the reliability of the result of specifying the subject position in the current frame is high or low using the calculation result of the similarity value of the past frame.

―変形例―
なお、上述した実施の形態の被写体追跡装置は、以下のように変形することもできる。
(1)上述した第2の実施の形態では、特定した被写体位置の類似度の信頼性が低い場合でも、その特定した被写体位置にターゲット枠を表示するようにし、次フレームのテンプレートマッチング時に使用する探索パラメータを再設定する例について説明した。しかしながら、テンプレートマッチング部104aは、特定した被写体位置の類似度の信頼性が低い場合には、探索パラメータを再設定するとともに、再設定した後の探索パラメータを使用して、現フレームについて類似度演算を再度行って被写体位置を算出しなおすようにしてもよい。そして、被写体追跡部104bは、その結果特定した被写体位置にターゲット枠を表示するようにしてもよい。
-Modification-
Note that the subject tracking device of the above-described embodiment can be modified as follows.
(1) In the second embodiment described above, even when the reliability of the similarity of the specified subject position is low, the target frame is displayed at the specified subject position, and is used for template matching of the next frame. An example of resetting search parameters has been described. However, when the reliability of the similarity of the specified subject position is low, the template matching unit 104a resets the search parameter and calculates the similarity for the current frame using the reset search parameter. May be performed again to recalculate the subject position. Then, the subject tracking unit 104b may display the target frame at the subject position specified as a result.

具体的には、制御装置104は、図10に示す処理を実行すればよい。なお、図10においては、第1の実施の形態で上述した図4、第2の実施の形態で上述した図6、および第3の実施の形態で上述した図9と同一の処理には同じステップ番号を付与してある。この図10に示すように、テンプレートマッチング部104aは、ステップS5において、式(3)を用いて被写体位置の特定結果の信頼性が高いか否かを判断する。そして、信頼性が高いと判断した場合には、ステップS6へ進み、被写体追跡部104bは、特定した被写体位置に応じた範囲にターゲット枠を表示する。   Specifically, the control device 104 may execute the process shown in FIG. In FIG. 10, the same processing as that in FIG. 4 described in the first embodiment, FIG. 6 described in the second embodiment, and FIG. 9 described in the third embodiment is the same. A step number is assigned. As shown in FIG. 10, in step S5, the template matching unit 104a determines whether or not the subject position specifying result is highly reliable using Expression (3). If it is determined that the reliability is high, the process proceeds to step S6, and the subject tracking unit 104b displays the target frame in a range corresponding to the specified subject position.

これに対して、ステップS5で信頼性が低いと判断した場合には、ステップS11へ進み、テンプレートマッチング部104aは、探索対象領域を広げるように探索パラメータを再設定した後、ステップS12へ進む。ステップS12では、テンプレートマッチング部104aは、再設定した後の探索パラメータを使用して、現フレームについて類似度演算を再度行って被写体位置を算出しなおす。その後、ステップS6へ進み、被写体追跡部104bは、新たに特定された被写体位置に応じた範囲にターゲット枠を表示する。   On the other hand, if it is determined in step S5 that the reliability is low, the process proceeds to step S11, and the template matching unit 104a resets the search parameters so as to widen the search target area, and then proceeds to step S12. In step S12, the template matching unit 104a recalculates the subject position by performing similarity calculation again for the current frame using the reset search parameter. Thereafter, the process proceeds to step S6, and the subject tracking unit 104b displays the target frame in a range corresponding to the newly specified subject position.

これによって、現フレームについてテンプレートマッチングを行った結果、被写体位置の特定結果の信頼性が低い場合には、探索エリアパラメータを再設定した後に、再度、テンプレートマッチングを行うようにしたため、被写体追跡の精度を向上することができる。   As a result, when the template matching for the current frame is performed and the reliability of the subject position identification result is low, the template matching is performed again after resetting the search area parameter. Can be improved.

また、上述した第3の実施の形態においても、現フレーム(図8のフレーム4)について探索対象領域を広げた後、再度のテンプレートマッチングを行ってもよい。例えば、図11に示すように、テンプレートマッチング部104aは、現フレーム(フレーム4)に対して、探索対象領域Cを拡大して新たに探索対象領域Dを設定する。すなわちフレーム4´に示すように探索対象領域Dを設定する。そして、この探索対象領域Dを対象として、再度、現フレーム(フレーム4´)でテンプレートマッチング処理を実行するようにする。   In the third embodiment described above, template matching may be performed again after expanding the search target area for the current frame (frame 4 in FIG. 8). For example, as shown in FIG. 11, the template matching unit 104a enlarges the search target area C and sets a new search target area D for the current frame (frame 4). That is, the search target area D is set as shown in the frame 4 ′. Then, the template matching process is executed again in the current frame (frame 4 ′) with this search target area D as a target.

(2)上述した変形例(1)のように、現フレームについて探索対象領域を広げて再度のテンプレートマッチングを行う場合には、1回目のテンプレートマッチング、すなわちステップS4における処理で探索した範囲については、再度処理を行う必要がない。このため、ここでは、1回目のテンプレートマッチングでは処理を行っていない範囲、すなわち拡大された範囲のみを対象に探索を行えばよい。 (2) As in the modification (1) described above, in the case where the search target area is expanded for the current frame and template matching is performed again, the first template matching, that is, the range searched in the process in step S4, There is no need to process again. For this reason, here, it is only necessary to perform a search only for a range that is not processed in the first template matching, that is, an enlarged range.

例えば、1回目のテンプレートマッチング時の探索対象領域が、図12(a)に示す範囲8aであったときに、再探索を行う範囲が範囲8aに範囲8bを追加した範囲に拡大された場合には、範囲8bのみを再探索するようにする。具体的には、テンプレートマッチング部104aは、図12(b)に示すように、再探索を行う範囲(8a+8b)の外側から渦巻状に探索枠Bを移動させてテンプレートマッチングを行い、範囲8aに入る直前で処理を停止すればよい。   For example, when the search target area at the first template matching is the range 8a shown in FIG. 12A, the range to be re-searched is expanded to the range obtained by adding the range 8b to the range 8a. Re-searches only the range 8b. Specifically, as shown in FIG. 12B, the template matching unit 104a performs the template matching by moving the search frame B in a spiral shape from the outside of the range (8a + 8b) to be re-searched, and enters the range 8a. The process may be stopped immediately before entering.

(3)上述した第3の実施の形態では、テンプレートマッチング部104aは、式(4)によって、過去のフレームにおける探索対象領域内の類似度値の最大値の平均値と現フレームにおける探索対象領域内の類似度値の最大値との差分の絶対値と、閾値とを比較することによって、現フレームにおける被写体位置の特定結果の信頼性を判定する例について説明した。しかしながら、過去のフレームにおける探索対象領域内の類似度値の最大値の平均値を算出するに当たって、過去フレームの類似度値の最大値の中に信頼性が低いもの、すなわち類似度値が所定値未満のものが含まれる場合には、その類似度値を除いて平均値を算出するようにしてもよい。これによって、現フレームにおける被写体位置の特定結果の信頼性の判定結果の精度を向上することができる。 (3) In the third embodiment described above, the template matching unit 104a uses the expression (4) to calculate the average value of the maximum similarity values in the search target area in the past frame and the search target area in the current frame. An example has been described in which the absolute value of the difference between the maximum similarity value and the threshold value is compared with the threshold value to determine the reliability of the subject position specifying result in the current frame. However, in calculating the average value of the maximum similarity values in the search target area in the past frame, the maximum reliability value of the past frame has a low reliability, that is, the similarity value is a predetermined value. If less than that is included, the average value may be calculated by removing the similarity value. Thereby, the accuracy of the determination result of the reliability of the result of specifying the subject position in the current frame can be improved.

(4)上述した第1から第3の実施の形態では、被写体追跡装置としてカメラを使用し、スルー画上で被写体を追跡する例について説明した。しかしながら、カメラ100が動画撮影機能を備えている場合には、撮影済みの動画の各フレームを対象としてテンプレートマッチングを行って、動画を構成する各フレーム間で被写体追跡を行うようにしてもよい。また、動画を再生可能な他の機器、例えばパーソナルコンピュータ(パソコン)に、図4、6、または7に示す処理を実行するためのプログラムを記録しておき、当該プログラムを実行することで、パソコン上で被写体追跡を行うようにしてもよい。 (4) In the above-described first to third embodiments, the example in which the camera is used as the subject tracking device and the subject is tracked on the through image has been described. However, when the camera 100 has a moving image shooting function, template matching may be performed for each frame of a captured moving image, and subject tracking may be performed between the frames constituting the moving image. In addition, a program for executing the processing shown in FIG. 4, 6 or 7 is recorded in another device capable of reproducing moving images, such as a personal computer (personal computer), and the personal computer is executed by executing the program. The subject tracking may be performed above.

なお、本発明の特徴的な機能を損なわない限り、本発明は、上述した実施の形態における構成に何ら限定されない。   Note that the present invention is not limited to the configurations in the above-described embodiments as long as the characteristic functions of the present invention are not impaired.

カメラの一実施の形態の構成を示すブロック図である。It is a block diagram which shows the structure of one Embodiment of a camera. ターゲット画像I、テンプレート画像A、および探索枠Bの具体例を示す図である。It is a figure which shows the specific example of the target image I, the template image A, and the search frame B. FIG. ターゲット画像Iの所定範囲内で、探索枠Bを移動させながらテンプレートマッチングを行った場合に算出される類似度の変化を示す図である。It is a figure which shows the change of the similarity calculated when template matching is performed, moving the search frame B within the predetermined range of the target image. 第1の実施の形態におけるカメラ100の処理を示すフローチャート図である。It is a flowchart figure which shows the process of the camera 100 in 1st Embodiment. 第2の実施の形態における探索対象領域の設定例を示す図である。It is a figure which shows the example of a setting of the search object area | region in 2nd Embodiment. 第2の実施の形態におけるカメラ100の処理を示すフローチャート図である。It is a flowchart figure which shows the process of the camera 100 in 2nd Embodiment. 第3の実施の形態における各フレームごとの類似度の変化を示す図である。It is a figure which shows the change of the similarity for every flame | frame in 3rd Embodiment. 第3の実施の形態における探索対象領域の設定例を示す図である。It is a figure which shows the example of a setting of the search object area | region in 3rd Embodiment. 第3の実施の形態におけるカメラ100の処理を示すフローチャート図である。It is a flowchart figure which shows the process of the camera 100 in 3rd Embodiment. 変形例におけるカメラ100の処理を示すフローチャート図である。It is a flowchart figure which shows the process of the camera 100 in a modification. 変形例における探索対象領域の設定例を示す図である。It is a figure which shows the example of a setting of the search object area | region in a modification. 変形例における探索対象領域内での探索枠の移動例を示す図である。It is a figure which shows the example of a movement of the search frame within the search object area | region in a modification.

符号の説明Explanation of symbols

100 カメラ、101 操作部材、102 レンズ、103 撮像素子、104 制御装置、104a テンプレートマッチング部、104b 被写体追跡部、105 メモリカードスロット、106 モニタ DESCRIPTION OF SYMBOLS 100 Camera, 101 Operation member, 102 Lens, 103 Image pick-up element, 104 Control apparatus, 104a Template matching part, 104b Subject tracking part, 105 Memory card slot, 106 Monitor

Claims (9)

コンピュータに、
時系列で入力される各入力画像内に設定した探索対象領域内で探索枠を移動させながら、各探索枠位置における前記探索枠内の画像とテンプレート画像との類似度を算出する類似度算出手順と、
前記類似度算出手順で算出した類似度が最も高い前記探索枠の前記入力画像内における位置を被写体が存在する位置(被写体位置)として特定する被写体位置特定手順と、
前記被写体位置特定手順で特定した前記被写体位置を、前記複数の入力画像間で追跡する被写体追跡手順と、
前記被写体位置における前記類似度の信頼性を判定する信頼性判定手順と、
前記信頼性判定手順で前記被写体位置における前記類似度の信頼性が低いと判定された場合に、前記類似度算出手順、前記被写体位置特定手順、および前記被写体追跡手順の少なくともいずれか1つの手順による処理の内容を変更する処理制御手順とを実行させるための被写体追跡プログラム。
On the computer,
Similarity calculation procedure for calculating the similarity between the image in the search frame and the template image at each search frame position while moving the search frame in the search target area set in each input image input in time series When,
A subject position specifying procedure for specifying a position in the input image of the search frame having the highest similarity calculated in the similarity calculation procedure as a position where the subject exists (subject position);
A subject tracking procedure for tracking the subject position specified in the subject position specifying procedure between the plurality of input images;
A reliability determination procedure for determining the reliability of the similarity at the subject position;
When it is determined in the reliability determination procedure that the reliability of the similarity at the subject position is low, at least one of the similarity calculation procedure, the subject position specifying procedure, and the subject tracking procedure is performed A subject tracking program for executing a processing control procedure for changing processing contents.
請求項1に記載の被写体追跡プログラムにおいて、
前記信頼性判定手順は、各探索枠位置における前記探索枠内の画像と前記テンプレート画像との類似度の平均値と、最も高い類似度との差分の絶対値が、所定の閾値より大きい場合には、前記被写体位置における前記類似度の信頼性は高いと判定し、所定の閾値以下である場合には、前記被写体位置における前記類似度の信頼性は低いと判定することを特徴とする被写体追跡プログラム。
The subject tracking program according to claim 1,
The reliability determination procedure is performed when the absolute value of the difference between the average value of the similarity between the image in the search frame at each search frame position and the template image and the highest similarity is larger than a predetermined threshold. Determines that the reliability of the similarity at the subject position is high, and determines that the reliability of the similarity at the subject position is low when it is equal to or less than a predetermined threshold. program.
請求項2に記載の被写体追跡プログラムにおいて、
前記処理制御手順は、前記信頼性判定手順で前記被写体位置における前記類似度の信頼性が低いと判定された場合には、前記被写体追跡手順に対して、その入力画像で特定した前記被写体位置を被写体追跡の対象から除外させることを特徴とする被写体追跡プログラム。
The subject tracking program according to claim 2,
In the process control procedure, when it is determined in the reliability determination procedure that the reliability of the similarity at the subject position is low, the subject position specified by the input image is determined with respect to the subject tracking procedure. A subject tracking program characterized in that it is excluded from the subject tracking target.
請求項2に記載の被写体追跡プログラムにおいて、
前記処理制御手順は、前記信頼性判定手順で前記被写体位置における前記類似度の信頼性が低いと判定された場合には、前記類似度算出手順に対して、次の入力画像のテンプレートマッチング時に前記探索枠を移動させる前記探索対象領域の大きさを、前記被写体位置における前記類似度に応じて変更させることを特徴とする被写体追跡プログラム。
The subject tracking program according to claim 2,
In the process control procedure, when it is determined that the reliability of the similarity at the subject position is low in the reliability determination procedure, the similarity calculation procedure is performed when the template matching of the next input image is performed. A subject tracking program, wherein a size of the search target area to which a search frame is moved is changed according to the similarity at the subject position.
請求項2に記載の被写体追跡プログラムにおいて、
前記処理制御手順は、前記信頼性判定手順で前記被写体位置における前記類似度の信頼性が低いと判定された場合には、
前記類似度算出手順に対して、前記探索枠を移動させる前記探索対象領域の大きさを、前記被写体位置における前記類似度に応じて変更させ、
前記類似度算出手順に対して、現入力画像内に設定した、大きさを変更した後の前記探索対象領域内で、前記探索枠を移動させながら前記探索枠内の画像とテンプレート画像とのテンプレートマッチングを行って、各探索枠位置における前記探索枠内の画像と前記テンプレート画像との類似度を再算出させ、
前記被写体位置特定手順に対して、前記類似度算出手順で再算出した類似度が最も高い前記探索枠の前記入力画像内における位置を前記被写体位置として再特定させることを特徴とする被写体追跡プログラム。
The subject tracking program according to claim 2,
In the case where it is determined in the reliability determination procedure that the reliability of the similarity at the subject position is low, the processing control procedure is
With respect to the similarity calculation procedure, the size of the search target area for moving the search frame is changed according to the similarity at the subject position,
A template of an image in the search frame and a template image while moving the search frame in the search target area after changing the size set in the current input image for the similarity calculation procedure Performing matching to recalculate the similarity between the image in the search frame and the template image at each search frame position,
A subject tracking program for causing the position in the input image of the search frame having the highest similarity recalculated in the similarity calculation procedure to be re-specified as the subject position with respect to the subject position specifying procedure.
請求項1に記載の被写体追跡プログラムにおいて、
前記信頼性判定手順は、過去の入力画像における探索対象領域内の類似度の最大値の平均値と、現入力画像における探索対象領域内の類似度の最大値との差分の絶対値が、所定の閾値より大きい場合には、前記被写体位置における前記類似度の信頼性は高いと判定し、所定の閾値以下である場合には、前記被写体位置における前記類似度の信頼性は低いと判定することを特徴とする被写体追跡プログラム。
The subject tracking program according to claim 1,
In the reliability determination procedure, the absolute value of the difference between the maximum value of the similarity in the search target area in the past input image and the maximum value of the similarity in the search target area in the current input image is predetermined. When the threshold value is larger than the threshold value, it is determined that the reliability of the similarity level at the subject position is high. Subject tracking program.
請求項6に記載の被写体追跡プログラムにおいて、
前記処理制御手順は、前記信頼性判定手順で前記被写体位置における前記類似度の信頼性が低いと判定された場合には、前記類似度算出手順に対して、次の入力画像のテンプレートマッチング時に前記探索枠を移動させる前記探索対象領域の大きさを拡大させることを特徴とする被写体追跡プログラム。
The subject tracking program according to claim 6,
In the process control procedure, when it is determined that the reliability of the similarity at the subject position is low in the reliability determination procedure, the similarity calculation procedure is performed when the template matching of the next input image is performed. A subject tracking program for enlarging the size of the search target area for moving a search frame.
請求項6に記載の被写体追跡プログラムにおいて、
前記処理制御手順は、前記信頼性判定手順で前記被写体位置における前記類似度の信頼性が低いと判定された場合には、
前記類似度算出手順に対して、前記探索枠を移動させる前記探索対象領域の大きさを拡大させ、
前記類似度算出手順に対して、現入力画像内に設定した拡大後の前記探索対象領域内で、前記探索枠を移動させながら前記探索枠内の画像とテンプレート画像とのテンプレートマッチングを行って、各探索枠位置における前記探索枠内の画像と前記テンプレート画像との類似度を再算出させ、
前記被写体位置特定手順に対して、前記類似度算出手順で再算出した類似度が最も高い前記探索枠の前記入力画像内における位置を前記被写体位置として再特定させることを特徴とする被写体追跡プログラム。
The subject tracking program according to claim 6,
In the case where it is determined in the reliability determination procedure that the reliability of the similarity at the subject position is low, the processing control procedure is
For the similarity calculation procedure, enlarge the size of the search target area to move the search frame,
For the similarity calculation procedure, performing template matching between the image in the search frame and the template image while moving the search frame in the search target area after being set in the current input image, Recalculate the similarity between the image in the search frame and the template image at each search frame position,
A subject tracking program for causing the position in the input image of the search frame having the highest similarity recalculated in the similarity calculation procedure to be re-specified as the subject position with respect to the subject position specifying procedure.
請求項1〜8のいずれか一項に記載の被写体追跡プログラムを実行する実行手段を備えることを特徴とする被写体追跡装置。   A subject tracking apparatus comprising execution means for executing the subject tracking program according to claim 1.
JP2008049404A 2007-05-02 2008-02-29 Subject tracking program and subject tracking device Active JP5024116B2 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2008049404A JP5024116B2 (en) 2007-05-02 2008-02-29 Subject tracking program and subject tracking device
US12/149,227 US8144934B2 (en) 2007-05-02 2008-04-29 Photographic subject tracking method, computer program product and photographic subject tracking device
EP08155598A EP1988405A2 (en) 2007-05-02 2008-05-02 Photographic subject tracking method, computer program and photographic subject tracking device

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2007121584 2007-05-02
JP2007121584 2007-05-02
JP2008049404A JP5024116B2 (en) 2007-05-02 2008-02-29 Subject tracking program and subject tracking device

Publications (2)

Publication Number Publication Date
JP2008299834A true JP2008299834A (en) 2008-12-11
JP5024116B2 JP5024116B2 (en) 2012-09-12

Family

ID=40100601

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008049404A Active JP5024116B2 (en) 2007-05-02 2008-02-29 Subject tracking program and subject tracking device

Country Status (2)

Country Link
JP (1) JP5024116B2 (en)
CN (1) CN101311965A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018077807A (en) * 2016-11-11 2018-05-17 Kddi株式会社 Device, program and method for tracing body while taking multiple candidates into consideration at change point
CN114359265A (en) * 2022-03-04 2022-04-15 广东顺德富意德智能包装科技有限公司 Screw counting method and system based on target tracking

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5029647B2 (en) 2009-04-08 2012-09-19 株式会社ニコン Subject tracking device and camera
JP5488076B2 (en) * 2010-03-15 2014-05-14 オムロン株式会社 Object tracking device, object tracking method, and control program
CN108182393A (en) * 2017-12-22 2018-06-19 上海信耀电子有限公司 A kind of automobile and its front truck tracking and system of application
CN109284673B (en) * 2018-08-07 2022-02-22 北京市商汤科技开发有限公司 Object tracking method and device, electronic equipment and storage medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08287216A (en) * 1995-04-18 1996-11-01 Sanyo Electric Co Ltd In-face position recognizing method
JPH09163380A (en) * 1995-12-05 1997-06-20 Sony Corp Image coding device and motion vector detection method
JP2000348180A (en) * 1999-06-01 2000-12-15 Fujitsu Ltd Method and device for tracing moving area and recording medium
JP2001155164A (en) * 1999-11-26 2001-06-08 Ntt Communications Kk Device for tracing mobile object
JP2001195582A (en) * 2000-01-12 2001-07-19 Mixed Reality Systems Laboratory Inc Device and method for detecting image, device and system for three-dimensional display, display controller, and program storage medium
JP2002074358A (en) * 2000-08-31 2002-03-15 Mitsubishi Heavy Ind Ltd Device and method for processing road extraction picture
JP2006254321A (en) * 2005-03-14 2006-09-21 Matsushita Electric Ind Co Ltd Person tracking apparatus and program
JP2006323437A (en) * 2005-05-17 2006-11-30 Sony Corp Object tracking method, program for object tracking method, recording medium for recording program for object tracking method, and object tracing device
JP2007041730A (en) * 2005-08-01 2007-02-15 Central Res Inst Of Electric Power Ind Electric wire abnormality detection method, device, and program

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08287216A (en) * 1995-04-18 1996-11-01 Sanyo Electric Co Ltd In-face position recognizing method
JPH09163380A (en) * 1995-12-05 1997-06-20 Sony Corp Image coding device and motion vector detection method
JP2000348180A (en) * 1999-06-01 2000-12-15 Fujitsu Ltd Method and device for tracing moving area and recording medium
JP2001155164A (en) * 1999-11-26 2001-06-08 Ntt Communications Kk Device for tracing mobile object
JP2001195582A (en) * 2000-01-12 2001-07-19 Mixed Reality Systems Laboratory Inc Device and method for detecting image, device and system for three-dimensional display, display controller, and program storage medium
JP2002074358A (en) * 2000-08-31 2002-03-15 Mitsubishi Heavy Ind Ltd Device and method for processing road extraction picture
JP2006254321A (en) * 2005-03-14 2006-09-21 Matsushita Electric Ind Co Ltd Person tracking apparatus and program
JP2006323437A (en) * 2005-05-17 2006-11-30 Sony Corp Object tracking method, program for object tracking method, recording medium for recording program for object tracking method, and object tracing device
JP2007041730A (en) * 2005-08-01 2007-02-15 Central Res Inst Of Electric Power Ind Electric wire abnormality detection method, device, and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018077807A (en) * 2016-11-11 2018-05-17 Kddi株式会社 Device, program and method for tracing body while taking multiple candidates into consideration at change point
CN114359265A (en) * 2022-03-04 2022-04-15 广东顺德富意德智能包装科技有限公司 Screw counting method and system based on target tracking

Also Published As

Publication number Publication date
JP5024116B2 (en) 2012-09-12
CN101311965A (en) 2008-11-26

Similar Documents

Publication Publication Date Title
JP2009053815A (en) Subject tracking program and subject tracking device
JP4581924B2 (en) Image reproducing apparatus and image reproducing program
JP4961965B2 (en) Subject tracking program, subject tracking device, and camera
JP5699432B2 (en) Image processing device
JP5024116B2 (en) Subject tracking program and subject tracking device
JP2006277666A (en) Display screen position analysis device and program
EP2950522B1 (en) Display control method and information processing apparatus
KR102236616B1 (en) Information processing apparatus, control method thereof, and storage medium
JP5247569B2 (en) Person tracking device, person tracking method and program
JP2010282537A (en) Subject tracking device and camera
JP4496992B2 (en) Animal up-frame detection method, program, and storage medium storing program, and animal up-shot detection method, animal up-frame or shot detection method, program, and storage medium
JP2017041190A (en) Image processing method, image processing device, program, and recording medium
JP2009141475A (en) Camera
JP2011040993A (en) Subject homing program and camera
JP2007233517A (en) Face detector, detection method and program
JP6618349B2 (en) Video search system
JP2015111811A (en) Image processing apparatus and control method of the same
JP2010020602A (en) Image matching device and camera
JP2021111228A (en) Learning device, learning method, and program
EP1988405A2 (en) Photographic subject tracking method, computer program and photographic subject tracking device
JP2013046374A (en) Image processor
JP5365327B2 (en) Subject tracking device and camera
JP2010157792A (en) Photographed object tracing device
JP6782825B1 (en) Notification judgment device, notification judgment method and notification judgment program
JP2017016592A (en) Main subject detection device, main subject detection method and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110224

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110811

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120321

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120507

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20120507

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20120522

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120604

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

Free format text: PAYMENT UNTIL: 20150629

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 5024116

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20150629

Year of fee payment: 3

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250