Nothing Special   »   [go: up one dir, main page]

JP2012053653A - Image feature point detection device and image feature point detection program - Google Patents

Image feature point detection device and image feature point detection program Download PDF

Info

Publication number
JP2012053653A
JP2012053653A JP2010195454A JP2010195454A JP2012053653A JP 2012053653 A JP2012053653 A JP 2012053653A JP 2010195454 A JP2010195454 A JP 2010195454A JP 2010195454 A JP2010195454 A JP 2010195454A JP 2012053653 A JP2012053653 A JP 2012053653A
Authority
JP
Japan
Prior art keywords
value
hessian
convolution
image
threshold
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.)
Pending
Application number
JP2010195454A
Other languages
Japanese (ja)
Inventor
Kankun Boku
漢薫 朴
Hideki Mitsumine
秀樹 三ッ峰
Masato Fujii
真人 藤井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Japan Broadcasting Corp
Original Assignee
Nippon Hoso Kyokai NHK
Japan Broadcasting Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Hoso Kyokai NHK, Japan Broadcasting Corp filed Critical Nippon Hoso Kyokai NHK
Priority to JP2010195454A priority Critical patent/JP2012053653A/en
Publication of JP2012053653A publication Critical patent/JP2012053653A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Image Processing (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an image feature point detection device and an image feature point detection program capable of increasing processing speed by reducing the number of convolution processing times in calculating a Hessian value.SOLUTION: An image feature point detection device 1 comprises scale image generation means 10, Hessian value calculation means 20, Hessian value determination means 30, Hessian value analysis means 40 and threshold storage means 50. The Hessian value calculation means 20 comprises: vertical direction convolution means 210 for calculating L(X,σ) of a pixel on each scale image; horizontal direction convolution means 220 for calculating L(X,σ); oblique direction convolution means 230 for calculating L(X,σ); vertical direction convolution determination means 240 and horizontal direction convolution determination means 250 for determining whether the L(X,σ) and the L(X,σ) exceed a first threshold l; and Hessian value calculation means 260 for calculating a Hessian value H(X,σ).

Description

本発明は、入力された画像の特徴点を検出する画像特徴点検出装置および画像特徴点検出プログラムに関する。   The present invention relates to an image feature point detection apparatus and an image feature point detection program for detecting feature points of an input image.

従来、画像処理の前処理として、入力された画像の特徴点を検出する処理が広く行われている。画像から特徴点を検出する検出装置としては、例えば、非特許文献1に示されるようなヘシアンベース特徴点検出装置が提案されている。このヘシアンベース特徴点検出装置は、下記式(1)に示すように、近似ヘシアン行列(ヘッセ行列)の行列式を用いて、異なるスケールσの画像における画素(点)Xのヘシアン値H(X,σ)を算出することで、画像上の特徴点を検出している。   Conventionally, processing for detecting feature points of an input image has been widely performed as preprocessing for image processing. As a detection device for detecting feature points from an image, for example, a Hessian-based feature point detection device as shown in Non-Patent Document 1 has been proposed. This Hessian-based feature point detection device uses a determinant of an approximate Hessian matrix (Hesse matrix) as shown in the following formula (1), and uses a determinant of an approximate Hessian matrix (Hesse matrix) to calculate a Hessian value H (X , Σ) is calculated to detect feature points on the image.

Figure 2012053653
Figure 2012053653

ここで、前記式(1)におけるLxx(X,σ)は、画像上の画素X=(x,y)において、スケールσのLoG(Laplacian-of-Gaussian)フィルタを画像の垂直(縦)方向に畳み込み(積分)したものである。また、Lyy(X,σ)は、画像上の画素X=(x,y)において、スケールσのLoGフィルタを画像の水平(横)方向に畳み込みしたものである。そして、Lxy(X,σ)は、画像上の画素X=(x,y)において、スケールσのLoGフィルタを画像の斜め方向に畳み込みしたものである。 Here, L xx (X, σ) in the equation (1) is obtained by applying a LoG (Laplacian-of-Gaussian) filter of scale σ to the vertical (vertical) direction of the image at the pixel X = (x, y) on the image. Convolved (integrated) in the direction. L yy (X, σ) is obtained by convolving a LoG filter with a scale σ in the horizontal (lateral) direction of the image at the pixel X = (x, y) on the image. L xy (X, σ) is obtained by convolving a LoG filter of scale σ in an oblique direction of the image at the pixel X = (x, y) on the image.

なお、LoGフィルタは、例えば下記式(2)のように表すことができる。下記式(2)におけるrは、着目した画素からの距離を示している。   Note that the LoG filter can be expressed, for example, by the following formula (2). In the following formula (2), r represents the distance from the focused pixel.

Figure 2012053653
Figure 2012053653

H. Bay, A. Ess, T. Tuytelaars, L. V. Gool: “Speeded-Up Robust Features(SURF)” Computer Vision and Image Understanding, Vol.110, No.3, pp.346-359, (2008)H. Bay, A. Ess, T. Tuytelaars, L. V. Gool: “Speeded-Up Robust Features (SURF)” Computer Vision and Image Understanding, Vol.110, No.3, pp.346-359, (2008)

しかしながら、非特許文献1で提案されたヘシアンベース特徴点検出装置は、前記した垂直方向、水平方向、斜め方向への畳み込みをスケールσごとに順次行う。すなわち、640ピクセル×480ピクセルのサイズの画像の場合、垂直方向、水平方向、斜め方向のそれぞれにおいて、640×480×σ分の畳み込み処理が必要となる。従って、非特許文献1で提案されたヘシアンベース特徴点検出装置は、画像のサイズが大きくなればなるほど処理回数が増加し、処理速度が低下してしまうという問題があった。   However, the Hessian-based feature point detection device proposed in Non-Patent Document 1 sequentially performs the above-described convolution in the vertical direction, the horizontal direction, and the oblique direction for each scale σ. That is, in the case of an image having a size of 640 pixels × 480 pixels, convolution processing for 640 × 480 × σ is required in each of the vertical direction, the horizontal direction, and the diagonal direction. Therefore, the Hessian-based feature point detection device proposed in Non-Patent Document 1 has a problem that the number of processes increases and the processing speed decreases as the image size increases.

本発明はかかる点に鑑みてなされたものであって、ヘシアン値を算出する際の畳み込み処理の回数を減少させ、処理速度を高速化させることができる画像特徴点検出装置および画像特徴点検出プログラムを提供することを課題とする。   The present invention has been made in view of such points, and an image feature point detection apparatus and an image feature point detection program that can reduce the number of convolution processes when calculating a Hessian value and increase the processing speed. It is an issue to provide.

前記課題を解決するために請求項1に係る画像特徴点検出装置は、入力された画像の特徴点を検出する画像特徴点検出装置であって、スケール画像生成手段と、垂直方向畳み込み手段と、水平方向畳み込み手段と、斜め方向畳み込み手段と、垂直方向畳み込み判定手段と、水平方向畳み込み判定手段と、ヘシアン値演算手段と、ヘシアン値判定手段と、ヘシアン値解析手段と、閾値記憶手段と、を備える構成とした。   In order to solve the above-mentioned problem, an image feature point detection apparatus according to claim 1 is an image feature point detection apparatus that detects a feature point of an input image, and includes a scale image generation unit, a vertical convolution unit, Horizontal convolution means, oblique direction convolution means, vertical direction convolution determination means, horizontal direction convolution determination means, Hessian value calculation means, Hessian value determination means, Hessian value analysis means, and threshold value storage means It was set as the structure provided.

このような構成によれば、画像特徴点検出装置は、スケール画像生成手段によって、画像から異なるスケールのスケール画像を生成する。また、垂直方向畳み込み手段によって、スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の垂直方向に畳み込む。また、垂直方向畳み込み判定手段によって、垂直方向畳み込み手段によって算出された値が第1の閾値を超えるか否かを判定し、当該第1の閾値を超える場合、水平方向畳み込み手段に対して畳み込み指示を行う。なお、第1の閾値とは、垂直方向畳み込み手段または水平方向畳み込み手段によって算出された値が一定以上であるかを判定するために設定されるものであり、閾値記憶手段に予め記憶されている。   According to such a configuration, the image feature point detection device generates scale images of different scales from the image by the scale image generation means. In addition, the LoG filter is convolved in the vertical direction of the image with respect to the pixels on the respective scale images generated by the scale image generation unit by the vertical direction convolution unit. Further, the vertical direction convolution determination means determines whether or not the value calculated by the vertical direction convolution means exceeds a first threshold value. If the value exceeds the first threshold value, a convolution instruction is given to the horizontal direction convolution means. I do. The first threshold value is set to determine whether the value calculated by the vertical direction convolution means or the horizontal direction convolution means is greater than a certain value, and is stored in advance in the threshold value storage means. .

そして、水平方向畳み込み手段によって、垂直方向畳み込み判定手段からの畳み込み指示に基づいて、スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の水平方向に畳み込む。また、水平方向畳み込み判定手段によって、水平方向畳み込み手段によって算出された値が第1の閾値を超えるか否かを判定し、当該第1の閾値を超える場合、斜め方向畳み込み手段に対して畳み込み指示を行う。また、斜め方向畳み込み手段によって、水平方向畳み込み判定手段からの畳み込み指示に基づいて、スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の斜め方向に畳み込む。なお、前記した3つの畳み込み処理は、水平方向の畳み込みの後に垂直方向の畳み込みを行い、最後に斜め方向の畳み込みを行ってもよい。   Then, based on the convolution instruction from the vertical direction convolution determining means, the LoG filter is convolved in the horizontal direction of the image with respect to the pixels on the respective scale images generated by the scale image generating means. Further, the horizontal direction convolution determination means determines whether or not the value calculated by the horizontal direction convolution means exceeds a first threshold value. If the value exceeds the first threshold value, the convolution instruction is given to the oblique direction convolution means. I do. Further, the LoG filter is convolved in the diagonal direction of the image by the diagonal direction convolution means based on the convolution instruction from the horizontal direction convolution determination means with respect to the pixels on each scale image generated by the scale image generation means. In the above-described three convolution processes, the convolution in the vertical direction may be performed after the convolution in the horizontal direction, and the convolution in the oblique direction may be performed finally.

そして、ヘシアン値演算手段によって、垂直方向畳み込み手段および水平方向畳み込み手段によって算出された値を乗算し、当該乗算した値から、斜め方向畳み込み手段によって算出された値を2乗した値を減算することで、画素のヘシアン値を算出する。また、ヘシアン値演算手段は、垂直方向畳み込み手段または水平方向畳み込み手段によって算出された値が第1の閾値以下である場合は、該当する画素のヘシアン値を0に設定する。すなわち、垂直方向畳み込み手段または水平方向畳み込み手段によって算出された値が第1の閾値以下である場合、ヘシアン値の演算は行われない。また、ヘシアン値判定手段によって、ヘシアン値演算手段によって算出されたヘシアン値が、予め定められた第2の閾値を超えるか否かを判定する。なお、第2の閾値とは、ヘシアン値が一定以上であるかを判定するために設定されるものであり、閾値記憶手段に予め記憶されている。また、ヘシアン値解析手段によって、ヘシアン値判定手段によって第2の閾値を超えると判定されたヘシアン値のうち、画素の位置またはスケールが隣接する画素のヘシアン値同士を比較し、勾配の大きさが極大となるヘシアン値が示す画素を特徴点とする。   Then, the Hessian value calculation means multiplies the values calculated by the vertical direction convolution means and the horizontal direction convolution means, and subtracts the value obtained by squaring the value calculated by the oblique direction convolution means from the multiplied value. Thus, the Hessian value of the pixel is calculated. Further, the Hessian value calculation means sets the Hessian value of the corresponding pixel to 0 when the value calculated by the vertical direction convolution means or the horizontal direction convolution means is equal to or less than the first threshold value. That is, when the value calculated by the vertical direction convolution means or the horizontal direction convolution means is equal to or less than the first threshold value, the Hessian value is not calculated. Further, the Hessian value determining means determines whether or not the Hessian value calculated by the Hessian value calculating means exceeds a predetermined second threshold value. The second threshold value is set to determine whether the Hessian value is a certain value or more, and is stored in advance in the threshold value storage means. Further, among the Hessian values determined by the Hessian value analyzing unit to exceed the second threshold, the Hessian values of pixels whose pixel positions or scales are adjacent to each other are compared, and the magnitude of the gradient is compared. The pixel indicated by the maximum Hessian value is defined as a feature point.

また、請求項2に係る画像特徴点検出装置は、入力された画像の特徴点を検出する画像特徴点検出装置であって、スケール画像生成手段と、垂直方向畳み込み手段と、水平方向畳み込み手段と、斜め方向畳み込み手段と、斜め方向畳み込み判定手段と、垂直方向畳み込み判定手段と、水平方向畳み込み判定手段と、ヘシアン値演算手段と、ヘシアン値判定手段と、ヘシアン値解析手段と、閾値記憶手段と、を備える構成とした。   An image feature point detection apparatus according to claim 2 is an image feature point detection apparatus that detects a feature point of an input image, and includes a scale image generation unit, a vertical direction convolution unit, and a horizontal direction convolution unit. The oblique direction convolution means, the oblique direction convolution determination means, the vertical direction convolution determination means, the horizontal direction convolution determination means, the Hessian value calculation means, the Hessian value determination means, the Hessian value analysis means, and a threshold value storage means. It was set as the structure provided with.

このような構成によれば、画像特徴点検出装置は、スケール画像生成手段によって、画像から異なるスケールのスケール画像を生成する。また、斜め方向畳み込み手段によって、スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の斜め方向に畳み込む。また、斜め方向畳み込み判定手段によって、斜め方向畳み込み手段によって算出された値が第1の閾値未満であるか否かを判定し、当該第1の閾値未満である場合、垂直方向畳み込み手段に対して畳み込み指示を行う。   According to such a configuration, the image feature point detection device generates scale images of different scales from the image by the scale image generation means. Further, the LoG filter is convolved in the diagonal direction of the image with respect to the pixels on the respective scale images generated by the scale image generating means by the diagonal direction convolution means. Further, the oblique direction convolution determining means determines whether or not the value calculated by the oblique direction convolution means is less than a first threshold value. If the value is less than the first threshold value, Instruct the convolution.

そして、垂直方向畳み込み手段によって、斜め方向畳み込み判定手段からの畳み込み指示に基づいて、スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の垂直方向に畳み込む。また、垂直方向畳み込み判定手段によって、垂直方向畳み込み手段によって算出された値が第1の閾値を超えるか否かを判定し、当該第1の閾値を超える場合、水平方向畳み込み手段に対して畳み込み指示を行う。また、水平方向畳み込み手段によって、垂直水平方向畳み込み判定手段からの畳み込み指示に基づいて、スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の水平方向に畳み込む。なお、前記した3つの畳み込み処理は、斜め方向の畳み込みの後に水平方向の畳み込みを行い、最後に垂直方向の畳み込みを行ってもよい。   Then, based on the convolution instruction from the oblique direction convolution determination means, the LoG filter is convolved in the vertical direction of the image with respect to the pixels on each scale image generated by the scale image generation means by the vertical direction convolution means. Further, the vertical direction convolution determination means determines whether or not the value calculated by the vertical direction convolution means exceeds a first threshold value. If the value exceeds the first threshold value, a convolution instruction is given to the horizontal direction convolution means. I do. Further, the LoG filter is convolved in the horizontal direction of the image with respect to the pixels on the respective scale images generated by the scale image generating means based on the convolution instruction from the vertical horizontal direction convolution determining means by the horizontal direction convolution means. . In the above-described three convolution processes, the convolution in the diagonal direction may be followed by the convolution in the horizontal direction and finally the convolution in the vertical direction.

そして、ヘシアン値演算手段によって、垂直方向畳み込み手段および水平方向畳み込み手段によって算出された値を乗算し、当該乗算した値から、斜め方向畳み込み手段によって算出された値を2乗した値を減算することで、画素のヘシアン値を算出する。また、ヘシアン値演算手段は、斜め方向畳み込み手段によって算出された値が第1の閾値以上であるか、または垂直方向畳み込み手段によって算出された値が第1の閾値以下である場合に、該当する画素のヘシアン値を0に設定する。すなわち、斜め方向畳み込み手段によって算出された値が第1の閾値以上であるか、垂直方向畳み込み手段によって算出された値が第1の閾値以下である場合、ヘシアン値の演算は行われない。また、ヘシアン値判定手段によって、ヘシアン値演算手段によって算出されたヘシアン値が、予め定められた第2の閾値を超えるか否かを判定する。また、ヘシアン値解析手段によって、ヘシアン値判定手段によって第2の閾値を超えると判定されたヘシアン値のうち、画素の位置またはスケールが隣接する画素のヘシアン値同士を比較し、勾配の大きさが極大となるヘシアン値が示す画素を特徴点とする。   Then, the Hessian value calculation means multiplies the values calculated by the vertical direction convolution means and the horizontal direction convolution means, and subtracts the value obtained by squaring the value calculated by the oblique direction convolution means from the multiplied value. Thus, the Hessian value of the pixel is calculated. The Hessian value calculation means is applicable when the value calculated by the oblique direction convolution means is equal to or greater than the first threshold value or when the value calculated by the vertical direction convolution means is equal to or less than the first threshold value. Set the Hessian value of the pixel to 0. That is, when the value calculated by the oblique direction convolution means is equal to or greater than the first threshold value, or the value calculated by the vertical direction convolution means is equal to or less than the first threshold value, the Hessian value is not calculated. Further, the Hessian value determining means determines whether or not the Hessian value calculated by the Hessian value calculating means exceeds a predetermined second threshold value. Further, among the Hessian values determined by the Hessian value analyzing unit to exceed the second threshold, the Hessian values of pixels whose pixel positions or scales are adjacent to each other are compared, and the magnitude of the gradient is compared. The pixel indicated by the maximum Hessian value is defined as a feature point.

また、請求項3に係る画像特徴点検出装置は、請求項1または請求項2に記載の画像特徴点検出装置であって、垂直方向畳み込み手段が、スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の垂直方向に畳み込むことで、下記式(1)におけるLxx(X,σ)を算出し、水平方向畳み込み手段が、スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の水平方向に畳み込むことで、下記式(1)におけるLyy(X,σ)を算出し、斜め方向畳み込み手段が、スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の斜め方向に畳み込むことで、下記式(1)におけるLxy(X,σ)を算出し、ヘシアン値演算手段が、下記式(1)におけるH(X,σ)を算出する構成とした。 An image feature point detection apparatus according to claim 3 is the image feature point detection apparatus according to claim 1 or claim 2, wherein the vertical convolution means has each scale generated by the scale image generation means. By convolving the LoG filter in the vertical direction of the image with respect to the pixels on the image, L xx (X, σ) in the following equation (1) is calculated, and the horizontal direction convolution unit is generated by the scale image generation unit. Further, by convolving the LoG filter in the horizontal direction of the image with respect to the pixels on each scale image, L yy (X, σ) in the following equation (1) is calculated, and the oblique direction convolution means generates the scale image. for the pixels on each scale image generated by the means, by convoluting LoG filter in an oblique direction of the image, L in formula (1) calculates y (X, sigma), Hessian value calculating means, and configured to calculate the H (X, sigma) in the following equation (1).

Figure 2012053653
Figure 2012053653

そして、請求項4に係る画像特徴点検出プログラムは、入力された画像の特徴点を検出するために、コンピュータを、スケール画像生成手段、垂直方向畳み込み手段、水平方向畳み込み手段、斜め方向畳み込み手段、垂直方向畳み込み判定手段、水平方向畳み込み判定手段、ヘシアン値演算手段、ヘシアン値判定手段、ヘシアン値解析手段、として機能させる構成とした。   Then, the image feature point detection program according to claim 4 is a computer that converts a scale image generation means, a vertical direction convolution means, a horizontal direction convolution means, an oblique direction convolution means, It is configured to function as a vertical direction convolution determination unit, a horizontal direction convolution determination unit, a Hessian value calculation unit, a Hessian value determination unit, and a Hessian value analysis unit.

このような構成によれば、画像特徴点検出プログラムは、スケール画像生成手段によって、画像から異なるスケールのスケール画像を生成する。また、垂直方向畳み込み手段によって、スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の垂直方向に畳み込む。また、垂直方向畳み込み判定手段によって、垂直方向畳み込み手段によって算出された値が第1の閾値を超えるか否かを判定し、当該第1の閾値を超える場合、水平方向畳み込み手段に対して畳み込み指示を行う。   According to such a configuration, the image feature point detection program generates scale images of different scales from the image by the scale image generation means. In addition, the LoG filter is convolved in the vertical direction of the image with respect to the pixels on the respective scale images generated by the scale image generation unit by the vertical direction convolution unit. Further, the vertical direction convolution determination means determines whether or not the value calculated by the vertical direction convolution means exceeds a first threshold value. If the value exceeds the first threshold value, a convolution instruction is given to the horizontal direction convolution means. I do.

そして、水平方向畳み込み手段によって、垂直方向畳み込み判定手段からの畳み込み指示に基づいて、スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の水平方向に畳み込む。また、水平方向畳み込み判定手段によって、水平方向畳み込み手段によって算出された値が第1の閾値を超えるか否かを判定し、当該第1の閾値を超える場合、斜め方向畳み込み手段に対して畳み込み指示を行う。また、斜め方向畳み込み手段によって、水平方向畳み込み判定手段からの畳み込み指示に基づいて、スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の斜め方向に畳み込む。なお、前記した3つの畳み込み処理は、水平方向の畳み込みの後に垂直方向の畳み込みを行い、最後に斜め方向の畳み込みを行ってもよい。   Then, based on the convolution instruction from the vertical direction convolution determining means, the LoG filter is convolved in the horizontal direction of the image with respect to the pixels on the respective scale images generated by the scale image generating means. Further, the horizontal direction convolution determination means determines whether or not the value calculated by the horizontal direction convolution means exceeds a first threshold value. If the value exceeds the first threshold value, the convolution instruction is given to the oblique direction convolution means. I do. Further, the LoG filter is convolved in the diagonal direction of the image by the diagonal direction convolution means based on the convolution instruction from the horizontal direction convolution determination means with respect to the pixels on each scale image generated by the scale image generation means. In the above-described three convolution processes, the convolution in the vertical direction may be performed after the convolution in the horizontal direction, and the convolution in the oblique direction may be performed finally.

そして、ヘシアン値演算手段によって、垂直方向畳み込み手段および水平方向畳み込み手段によって算出された値を乗算し、当該乗算した値から、斜め方向畳み込み手段によって算出された値を2乗した値を減算することで、画素のヘシアン値を算出する。また、ヘシアン値演算手段によって、垂直方向畳み込み手段または水平方向畳み込み手段によって算出された値が第1の閾値以下である場合に、該当する画素のヘシアン値を0に設定する。すなわち、垂直方向畳み込み手段または水平方向畳み込み手段によって算出された値が第1の閾値以下である場合、ヘシアン値の演算は行われない。また、ヘシアン値判定手段によって、ヘシアン値演算手段によって算出されたヘシアン値が、予め定められた第2の閾値を超えるか否かを判定する。また、ヘシアン値解析手段によって、ヘシアン値判定手段によって第2の閾値を超えると判定されたヘシアン値のうち、画素の位置またはスケールが隣接する画素のヘシアン値同士を比較し、勾配の大きさが極大となるヘシアン値が示す画素を特徴点とする。   Then, the Hessian value calculation means multiplies the values calculated by the vertical direction convolution means and the horizontal direction convolution means, and subtracts the value obtained by squaring the value calculated by the oblique direction convolution means from the multiplied value. Thus, the Hessian value of the pixel is calculated. Further, when the value calculated by the vertical convolution means or the horizontal convolution means is less than or equal to the first threshold by the Hessian value calculation means, the Hessian value of the corresponding pixel is set to zero. That is, when the value calculated by the vertical direction convolution means or the horizontal direction convolution means is equal to or less than the first threshold value, the Hessian value is not calculated. Further, the Hessian value determining means determines whether or not the Hessian value calculated by the Hessian value calculating means exceeds a predetermined second threshold value. Further, among the Hessian values determined by the Hessian value analyzing unit to exceed the second threshold, the Hessian values of pixels whose pixel positions or scales are adjacent to each other are compared, and the magnitude of the gradient is compared. The pixel indicated by the maximum Hessian value is defined as a feature point.

請求項1、請求項3および請求項4に係る発明によれば、前記式(1)の演算において、1番目の処理である垂直方向または水平方向の畳み込みによって算出された値が予め定められた第1の閾値を超える場合のみ、2番目の処理である水平方向または垂直方向の畳み込みを行う。そして、2番目の処理である水平方向または垂直方向の畳み込みによって算出された値が第1の閾値を超える場合のみ、3番目の処理である斜め方向の畳み込みを行ってヘシアン値を算出する。すなわち、閾値処理によって画像上における画素の特徴点の有無を判断しているため、画素の特徴量を示すヘシアン値を算出する画素Xの数を絞り込むことができる。従って、画像の特徴点を検出する際の全体の処理回数を減少させ、かつ、処理速度を高速化することができる。   According to the first, third, and fourth aspects of the invention, the value calculated by the vertical or horizontal convolution, which is the first process, is predetermined in the calculation of the expression (1). Only when the first threshold value is exceeded, convolution in the horizontal or vertical direction, which is the second process, is performed. Only when the value calculated by the horizontal or vertical convolution that is the second processing exceeds the first threshold value, the diagonal processing that is the third processing is performed to calculate the Hessian value. That is, since the presence or absence of a feature point of a pixel on the image is determined by threshold processing, the number of pixels X for calculating a Hessian value indicating the feature amount of the pixel can be narrowed down. Therefore, it is possible to reduce the total number of times of processing when detecting the feature points of the image and increase the processing speed.

請求項3に係る発明によれば、前記式(1)の演算において、1番目の処理である斜め方向の畳み込みによって算出された値が予め定められた第1の閾値未満である場合のみ、2番目の処理である垂直方向または水平方向の畳み込みを行う。そして、2番目の処理である垂直方向または水平方向の畳み込みによって算出された値が第1の閾値を超える場合のみ、3番目の処理である水平方向または垂直方向の畳み込みを行ってヘシアン値を算出する。すなわち、閾値処理によって画像上における画素の特徴点の有無を判断しているため、画素の特徴量を示すヘシアン値を算出する画素Xの数を絞り込むことができる。従って、画像の特徴点を検出する際の全体の処理回数を減少させ、かつ、処理速度を高速化することができる。   According to the invention of claim 3, in the calculation of the formula (1), only when the value calculated by the oblique convolution that is the first process is less than a predetermined first threshold value, 2 The second process, vertical or horizontal convolution, is performed. The Hessian value is calculated by performing the horizontal or vertical convolution of the third process only when the value calculated by the vertical or horizontal convolution of the second process exceeds the first threshold. To do. That is, since the presence or absence of a feature point of a pixel on the image is determined by threshold processing, the number of pixels X for calculating a Hessian value indicating the feature amount of the pixel can be narrowed down. Therefore, it is possible to reduce the total number of times of processing when detecting the feature points of the image and increase the processing speed.

本発明の第1実施形態に係る画像特徴点検出装置を示すブロック図である。1 is a block diagram illustrating an image feature point detection apparatus according to a first embodiment of the present invention. 本発明の第1実施形態に係る画像特徴点検出装置のヘシアン値算出手段のブロック図である。It is a block diagram of the Hessian value calculation means of the image feature point detection apparatus according to the first embodiment of the present invention. 本発明の第1実施形態の変形例に係る画像特徴点検出装置のヘシアン値算出手段のブロック図である。It is a block diagram of the Hessian value calculation part of the image feature point detection apparatus which concerns on the modification of 1st Embodiment of this invention. 本発明の第1実施形態に係る画像特徴点検出装置の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence of the image feature point detection apparatus which concerns on 1st Embodiment of this invention. 本発明の第2実施形態に係る画像特徴点検出装置のヘシアン値算出手段のブロック図である。It is a block diagram of the Hessian value calculation means of the image feature point detection apparatus concerning a 2nd embodiment of the present invention. 本発明の第2実施形態の変形例に係る画像特徴点検出装置のヘシアン値算出手段のブロック図である。It is a block diagram of the Hessian value calculation part of the image feature point detection apparatus which concerns on the modification of 2nd Embodiment of this invention. 本発明の第2実施形態に係る画像特徴点検出装置の処理手順を示すフローチャートである。It is a flowchart which shows the process sequence of the image feature point detection apparatus which concerns on 2nd Embodiment of this invention. 本発明の実施形態に係る画像特徴点検出装置の効果を確認した実験結果を示す図であって、第1の閾値と特徴点検出の処理時間との関係を示すグラフである。It is a figure which shows the experimental result which confirmed the effect of the image feature point detection apparatus which concerns on embodiment of this invention, Comprising: It is a graph which shows the relationship between the 1st threshold value and the processing time of feature point detection. 本発明の実施形態に係る画像特徴点検出装置の効果を確認した実験結果を示す図であって、画像中におけるボケの増加と特徴点検出の再現率との関係を示すグラフである。It is a figure which shows the experimental result which confirmed the effect of the image feature point detection apparatus which concerns on embodiment of this invention, Comprising: It is a graph which shows the relationship between the increase in the blur in an image, and the reproduction rate of feature point detection. 本発明の実施形態に係る画像特徴点検出装置の効果を確認した実験結果を示す図であって、画像の回転を伴うスケールの増加と特徴点検出の再現率との関係を示すグラフである。It is a figure which shows the experimental result which confirmed the effect of the image feature point detection apparatus which concerns on embodiment of this invention, Comprising: It is a graph which shows the relationship between the increase in the scale accompanying rotation of an image, and the reproduction rate of feature point detection. 本発明の実施形態に係る画像特徴点検出装置の効果を確認した実験結果を示す図であって、画像の光量の減少と特徴点検出の再現率との関係を示すグラフである。It is a figure which shows the experimental result which confirmed the effect of the image feature point detection apparatus which concerns on embodiment of this invention, Comprising: It is a graph which shows the relationship between the reduction | decrease in the light quantity of an image, and the reproduction rate of feature point detection. 本発明の実施形態に係る画像特徴点検出装置の効果を確認した実験結果を示す図であって、画像のJPEG圧縮率の増加と特徴点検出の再現率との関係を示すグラフである。It is a figure which shows the experimental result which confirmed the effect of the image feature point detection apparatus which concerns on embodiment of this invention, Comprising: It is a graph which shows the relationship between the increase in the JPEG compression rate of an image, and the reproduction rate of feature point detection. 本発明の実施形態に係る画像特徴点検出装置の効果を確認した実験結果を示す図であって、画像の視点変更と特徴点検出の再現率との関係を示すグラフである。It is a figure which shows the experimental result which confirmed the effect of the image feature point detection apparatus which concerns on embodiment of this invention, Comprising: It is a graph which shows the relationship between the viewpoint change of an image, and the reproduction rate of feature point detection.

[第1実施形態]
第1実施形態に係る画像特徴点検出装置1について、図面を参照しながら詳細に説明する。
[First Embodiment]
The image feature point detection apparatus 1 according to the first embodiment will be described in detail with reference to the drawings.

画像特徴点検出装置1は、入力された画像の特徴点を検出するものである。画像特徴点検出装置1は、図1に示すように、スケール画像生成手段10と、ヘシアン値算出手段20と、ヘシアン値判定手段30と、ヘシアン値解析手段40と、閾値記憶手段50と、を備えている。   The image feature point detection apparatus 1 detects a feature point of an input image. As shown in FIG. 1, the image feature point detection apparatus 1 includes a scale image generation unit 10, a hessian value calculation unit 20, a hessian value determination unit 30, a hessian value analysis unit 40, and a threshold storage unit 50. I have.

スケール画像生成手段10は、画像から異なるスケールσのスケール画像を生成するものである。スケール画像生成手段10は、具体的には、特徴点の検出対象として入力された画像のサイズを縮小し、解像度の異なる複数のスケール画像を生成する。スケール画像生成手段10は、例えば640ピクセル×480ピクセルの画像が入力された場合、予め定められた縮小率に従って、逆ピラミッド型となるように解像度を2分の1(320ピクセル×240ピクセル)、4分の1(160ピクセル×120ピクセル)、等に縮小し、複数のスケール画像を生成する。   The scale image generating means 10 generates scale images having different scales σ from the images. Specifically, the scale image generation means 10 reduces the size of an image input as a feature point detection target, and generates a plurality of scale images having different resolutions. For example, when an image of 640 pixels × 480 pixels is input, the scale image generation unit 10 reduces the resolution by half (320 pixels × 240 pixels) so as to be an inverted pyramid according to a predetermined reduction ratio. Reduce to 1/4 (160 pixels × 120 pixels), etc. to generate multiple scale images.

スケール画像生成手段10には、図1に示すように、特徴点の抽出対象となる画像が入力される。そして、スケール画像生成手段10は、前記した手法によって解像度の異なる複数のスケール画像を生成し、これらをヘシアン値算出手段20に出力する。なお、スケール画像生成手段10は、ここでは入力された画像の解像度を8段階に縮小させた8枚のスケール画像をヘシアン値算出手段20に出力している。   As shown in FIG. 1, the scale image generating means 10 receives an image from which feature points are extracted. Then, the scale image generation unit 10 generates a plurality of scale images having different resolutions by the above-described method, and outputs these to the Hessian value calculation unit 20. Here, the scale image generation means 10 outputs eight scale images obtained by reducing the resolution of the input image in eight stages to the Hessian value calculation means 20.

ヘシアン値算出手段20は、画像上におけるそれぞれの画素Xのヘシアン値H(X,σ)を算出するものである。ヘシアン値算出手段20は、具体的には、前記式(1)を用いて、スケール画像生成手段10から入力された異なるスケールσのスケール画像上におけるヘシアン値H(X,σ)を算出する。ヘシアン値算出手段20は、ここでは、入力されたスケール画像の画素Xのヘシアン値H(X,σ)を、左上から右下の方向に順番に算出する。   The Hessian value calculation means 20 is for calculating the Hessian value H (X, σ) of each pixel X on the image. Specifically, the Hessian value calculating unit 20 calculates the Hessian value H (X, σ) on the scale image of the different scale σ input from the scale image generating unit 10 using the equation (1). Here, the Hessian value calculating means 20 calculates the Hessian value H (X, σ) of the pixel X of the inputted scale image in order from the upper left to the lower right.

ここで、前記式(1)によって算出されるヘシアン値H(X,σ)は、該当する画素Xの特徴量を示しており、このヘシアン値H(X,σ)が大きいほど特徴量が大きく、特徴点として検出され易いということを意味している。また、前記式(1)では、Lxx(X,σ)とLyy(X,σ)とを乗算した左辺からLxy(X,σ)を2乗した右辺を減算している。従って、スケール画像上のある画素Xが特徴点として検出される可能性が高いか否かは、前記式(1)の左辺の値であるLxx(X,σ)およびLyy(X,σ)が一定以上の値であるか、あるいは右辺の値であるLxy(X,σ)が一定以下の値であるか、を判定することによって、推定できることになる。 Here, the Hessian value H (X, σ) calculated by the equation (1) indicates the feature amount of the corresponding pixel X, and the feature amount increases as the Hessian value H (X, σ) increases. This means that it is easily detected as a feature point. Further, in the formula (1), L xx (X , σ) and L yy (X, σ) and the left side multiplied by L xy (X, σ) are subtracted squared right to. Therefore, whether or not there is a high possibility that a certain pixel X on the scale image is detected as a feature point is determined by L xx (X, σ) and L yy (X, σ) which are values on the left side of the equation (1). ) Is a certain value or more, or it can be estimated by determining whether L xy (X, σ), which is the value on the right side, is a certain value or less.

このような観点から、ヘシアン値算出手段20は、前記式(1)によってスケール画像上の左上の画素Xから右下の画素Xまでの全ての画素Xのヘシアン値H(X,σ)を算出するのではなく、前記式(1)の左辺の値であるLxx(X,σ)およびLyy(X,σ)が所定の閾値を超える画素Xについてのみ、ヘシアン値H(X,σ)を算出することを特徴としている。 From this point of view, the Hessian value calculation means 20 calculates the Hessian value H (X, σ) of all the pixels X from the upper left pixel X to the lower right pixel X on the scale image by the equation (1). Instead, the Hessian value H (X, σ) is only applied to the pixel X in which L xx (X, σ) and L yy (X, σ), which are values on the left side of the equation (1), exceed a predetermined threshold. It is characterized by calculating.

以下、ヘシアン値算出手段20の具体的構成について説明する。ヘシアン値算出手段20は、図2に示すように、垂直方向畳み込み部210と、水平方向畳み込み部220と、斜め方向畳み込み部230と、垂直方向畳み込み判定部240と、水平方向畳み込み判定部250と、ヘシアン値演算部260と、を備えている。   Hereinafter, a specific configuration of the Hessian value calculation means 20 will be described. As shown in FIG. 2, the Hessian value calculation means 20 includes a vertical direction convolution unit 210, a horizontal direction convolution unit 220, an oblique direction convolution unit 230, a vertical direction convolution determination unit 240, and a horizontal direction convolution determination unit 250. , And a Hessian value calculation unit 260.

垂直方向畳み込み部(手段)210は、画像上の画素Xに対して、垂直方向の畳み込み処理を行うものである。垂直方向畳み込み部210は、具体的には、スケール画像生成手段10によって生成されたそれぞれのスケール画像上の画素Xに対して、LoGフィルタを画像の垂直方向に畳み込むことで、前記式(1)におけるLxx(X,σ)を算出する。 The vertical convolution unit (means) 210 performs a convolution process in the vertical direction on the pixel X on the image. Specifically, the vertical direction convolution unit 210 convolves the LoG filter with respect to the pixel X on each scale image generated by the scale image generation unit 10 in the vertical direction of the image, thereby obtaining the equation (1). L xx (X, σ) at is calculated.

水平方向畳み込み部(手段)220は、画像上の画素Xに対して、水平方向の畳み込み処理を行うものである。水平方向畳み込み部220は、具体的には、スケール画像生成手段10によって生成されたそれぞれのスケール画像上の画素Xに対して、LoGフィルタを画像の水平方向に畳み込むことで、前記式(1)におけるLyy(X,σ)を算出する。なお、水平方向畳み込み部220は、後記するように、ここでは垂直方向畳み込み判定部240から畳み込み指示が入力された場合のみ、Lyy(X,σ)を算出する。 The horizontal convolution unit (means) 220 performs a horizontal convolution process on the pixel X on the image. Specifically, the horizontal convolution unit 220 convolves a LoG filter with respect to the pixel X on each scale image generated by the scale image generation unit 10 in the horizontal direction of the image, thereby obtaining the equation (1). L yy (X, σ) at is calculated. Here, as will be described later, the horizontal direction convolution unit 220 calculates L yy (X, σ) only when a convolution instruction is input from the vertical direction convolution determination unit 240 here.

斜め方向畳み込み部(手段)230は、画像上の画素Xに対して、斜め方向の畳み込み処理を行うものである。斜め方向畳み込み部230は、スケール画像生成手段10によって生成されたそれぞれのスケール画像上の画素Xに対して、LoGフィルタを画像の斜め方向に畳み込むことで、前記式(1)におけるLxy(X,σ)を算出する。なお、斜め方向畳み込み部230は、後記するように、ここでは水平方向畳み込み判定部250から畳み込み指示が入力された場合のみ、Lxy(X,σ)を算出する。 The oblique convolution unit (means) 230 performs an oblique convolution process on the pixel X on the image. The oblique direction convolution unit 230 convolves the LoG filter in the oblique direction of the image with respect to the pixel X on each scale image generated by the scale image generation unit 10, so that L xy (X , Σ). In addition, as will be described later, the oblique direction convolution unit 230 calculates L xy (X, σ) only when a convolution instruction is input from the horizontal direction convolution determination unit 250 here.

垂直方向畳み込み判定部(手段)240は、垂直方向畳み込み部210によって算出された値の閾値処理を行うものである。垂直方向畳み込み判定部240は、具体的には、垂直方向畳み込み部210によって算出されたLxx(X,σ)の値が、予め定められた第1の閾値lminを超えるか否かを判定することで、前記式(1)の左辺が大きい値であるか否かを判定する。この第1の閾値(ラプラシアン閾値)lminは、Lxx(X,σ)の値を一定以上とするために設定されたものであり、実験的および経験的に予め求められるものである。 The vertical direction convolution determination unit (means) 240 performs threshold processing of the value calculated by the vertical direction convolution unit 210. Specifically, the vertical direction convolution determination unit 240 determines whether or not the value of L xx (X, σ) calculated by the vertical direction convolution unit 210 exceeds a predetermined first threshold value l min. Thus, it is determined whether or not the left side of the formula (1) is a large value. The first threshold value (Laplacian threshold value) l min is set to make the value of L xx (X, σ) equal to or greater than a certain value, and is obtained in advance experimentally and empirically.

垂直方向畳み込み判定部240は、Lxx(X,σ)の値が第1の閾値lminを超える場合、水平方向畳み込み部220に対して畳み込み指示を出力するとともに、ヘシアン値演算部260に対してLxx(X,σ)を出力する。一方、垂直方向畳み込み判定部240は、Lxx(X,σ)の値が第1の閾値lmin以下である場合、ヘシアン値演算部260に対して、当該Lxx(X,σ)を算出した画素Xのヘシアン値H(X,σ)を0に設定する旨の指示を出力する。 When the value of L xx (X, σ) exceeds the first threshold value l min , the vertical direction convolution determination unit 240 outputs a convolution instruction to the horizontal direction convolution unit 220 and also outputs to the Hessian value calculation unit 260. To output L xx (X, σ). On the other hand, when the value of L xx (X, σ) is equal to or less than the first threshold value l min , the vertical direction convolution determination unit 240 calculates the L xx (X, σ) to the Hessian value calculation unit 260. An instruction to set the Hessian value H (X, σ) of the pixel X to 0 is output.

水平方向畳み込み判定部(手段)250は、水平方向畳み込み部220によって算出された値の閾値処理を行うものである。水平方向畳み込み判定部250は、具体的には、水平方向畳み込み部220によって算出されたLyy(X,σ)の値が、予め定められた第1の閾値lminを超えるか否かを判定することで、前記式(1)の左辺が大きい値であるか否かを判定する。 The horizontal direction convolution determination unit (means) 250 performs threshold processing of the value calculated by the horizontal direction convolution unit 220. Specifically, the horizontal convolution determination unit 250 determines whether or not the value of L yy (X, σ) calculated by the horizontal convolution unit 220 exceeds a predetermined first threshold value l min. Thus, it is determined whether or not the left side of the formula (1) is a large value.

水平方向畳み込み判定部250は、Lyy(X,σ)の値が第1の閾値lminを超える場合、斜め方向畳み込み部230に対して畳み込み指示を出力するとともに、ヘシアン値演算部260に対してLyy(X,σ)を出力する。一方、水平方向畳み込み判定部250は、Lyy(X,σ)の値が第1の閾値lmin以下である場合、ヘシアン値演算部260に対して、当該Lyy(X,σ)を算出した画素Xのヘシアン値H(X,σ)を0に設定する旨の指示を出力する。 When the value of L yy (X, σ) exceeds the first threshold value l min , the horizontal direction convolution determination unit 250 outputs a convolution instruction to the oblique direction convolution unit 230 and also outputs to the Hessian value calculation unit 260. To output L yy (X, σ). On the other hand, when the value of L yy (X, σ) is equal to or smaller than the first threshold value l min , the horizontal direction convolution determination unit 250 calculates the L yy (X, σ) to the Hessian value calculation unit 260. An instruction to set the Hessian value H (X, σ) of the pixel X to 0 is output.

ヘシアン値演算部(手段)260は、画像上におけるそれぞれの画素Xのヘシアン値H(X,σ)を算出するとともに、当該ヘシアン値H(X,σ)を0に設定するものである。ヘシアン値演算部260は、具体的には、垂直方向畳み込み部210によって算出されたLxx(X,σ)の値と、水平方向畳み込み部220によって算出されたLyy(X,σ)の値と、が第1の閾値lminを超える場合、すなわち、垂直方向畳み込み部210からLxx(X,σ)の値が入力されるとともに、水平方向畳み込み部220からLyy(X,σ)の値が入力された場合、Lxx(X,σ)の値とLyy(X,σ)の値とを乗算する。そして、当該乗算した値から、斜め方向畳み込み部230によって算出されたLxy(X,σ)の値を2乗した値を減算し、画素Xのヘシアン値H(X,σ)を算出する。 The Hessian value calculation unit (means) 260 calculates the Hessian value H (X, σ) of each pixel X on the image, and sets the Hessian value H (X, σ) to 0. Specifically, the Hessian value calculation unit 260 calculates the value of L xx (X, σ) calculated by the vertical direction convolution unit 210 and the value of L yy (X, σ) calculated by the horizontal direction convolution unit 220. , Exceeds the first threshold value l min , that is, the value of L xx (X, σ) is input from the vertical direction convolution unit 210 and the value of L yy (X, σ) of the horizontal direction convolution unit 220 is input. When a value is input, the value of L xx (X, σ) is multiplied by the value of L yy (X, σ). Then, a value obtained by squaring the value of L xy (X, σ) calculated by the oblique direction convolution unit 230 is subtracted from the multiplied value to calculate the Hessian value H (X, σ) of the pixel X.

一方、ヘシアン値演算部260は、垂直方向畳み込み部210によって算出されたLxx(X,σ)の値と、水平方向畳み込み部220によって算出されたLyy(X,σ)の値と、のいずれかが第1の閾値以下である場合、すなわち、垂直方向畳み込み判定部240または水平方向畳み込み判定部250からヘシアン値H(X,σ)を0に設定する旨の指示が入力された場合、該当する画素Xのヘシアン値H(X,σ)を0に設定する。 On the other hand, the Hessian value calculator 260 calculates the value of L xx (X, σ) calculated by the vertical convolution unit 210 and the value of L yy (X, σ) calculated by the horizontal convolution unit 220. If either is below the first threshold, that is, if an instruction to set the Hessian value H (X, σ) to 0 is input from the vertical direction convolution determination unit 240 or the horizontal direction convolution determination unit 250, The Hessian value H (X, σ) of the corresponding pixel X is set to 0.

ここで、ヘシアン値H(X,σ)を0に設定するとは、Lxx(X,σ)の値およびLyy(X,σ)の値が第1の閾値lmin以下である場合は、該当する画素Xは特徴点ではないとみなし、当該画素Xについて前記式(1)の演算を行わないということを意味する。このように、ヘシアン値演算部260は、Lxx(X,σ)の値とLyy(X,σ)の値とが第1の閾値lminを超える場合、すなわち前記式(1)の左辺が大きい値である場合のみ、前記式(1)の演算を行う。なお、ヘシアン値演算部260がヘシアン値H(X,σ)を0に設定した場合、画素Xの次の画素Xの特徴点検出処理に移り、垂直方向畳み込み部210は画素Xの次の画素のLxx(X,σ)の値を算出する。 Here, setting the Hessian value H (X, σ) to 0 means that the value of L xx (X, σ) and the value of L yy (X, σ) are equal to or less than the first threshold value l min . This means that the corresponding pixel X is not a feature point, and the calculation of the formula (1) is not performed for the pixel X. As described above, the Hessian value calculator 260 determines that the value of L xx (X, σ) and the value of L yy (X, σ) exceed the first threshold value l min , that is, the left side of the equation (1). Only when the value is a large value, the calculation of the equation (1) is performed. When the Hessian value calculation unit 260 sets the Hessian value H (X, σ) to 0, the process moves to a feature point detection process for the pixel X next to the pixel X, and the vertical convolution unit 210 performs the pixel next to the pixel X. L xx (X, σ) is calculated.

以下、ヘシアン値算出手段20におけるヘシアン値H(X,σ)の算出手順について、簡単に説明する。   Hereinafter, a procedure for calculating the Hessian value H (X, σ) in the Hessian value calculating means 20 will be briefly described.

まず、図2に示すように、スケール画像生成手段10によって生成されたスケール画像が、垂直方向畳み込み部210、水平方向畳み込み部220および斜め方向畳み込み部230にそれぞれ入力される。すると、垂直方向畳み込み部210が、スケール画像上の画素Xに対して、前記式(2)で示すLoGフィルタを画像の垂直方向に畳み込むことで、前記式(1)で示すLxx(X,σ)の値を算出し、これを垂直方向畳み込み判定部240に出力する。 First, as shown in FIG. 2, the scale images generated by the scale image generation unit 10 are input to the vertical direction convolution unit 210, the horizontal direction convolution unit 220, and the oblique direction convolution unit 230, respectively. Then, the vertical direction convolution unit 210 convolves the LoG filter represented by the above equation (2) with respect to the pixel X on the scale image in the vertical direction of the image, whereby L xx (X, X, The value of σ) is calculated and output to the vertical direction convolution determination unit 240.

次に、垂直方向畳み込み判定部240が、Lxx(X,σ)の値が第1の閾値lminを超えるか否かを判定する。そして、垂直方向畳み込み判定部240は、Lxx(X,σ)の値が第1の閾値lminを超える場合、水平方向畳み込み部220に対して畳み込み指示を出力するとともに、ヘシアン値演算部260に対してLxx(X,σ)を出力する。一方、垂直方向畳み込み判定部240は、Lxx(X,σ)の値が第1の閾値lmin以下である場合、ヘシアン値演算部260に対してヘシアン値H(X,σ)を0に設定する旨の指示を出力する。この場合、ヘシアン値演算部260は、前記式(1)の演算を行わない。そして、次の画素Xの処理に移り、垂直方向畳み込み部210が、画素Xの隣の画素XのLxx(X,σ)の値を算出する。 Next, the vertical direction convolution determination unit 240 determines whether or not the value of L xx (X, σ) exceeds the first threshold value l min . Then, when the value of L xx (X, σ) exceeds the first threshold value l min , the vertical direction convolution determination unit 240 outputs a convolution instruction to the horizontal direction convolution unit 220 and a Hessian value calculation unit 260. L xx (X, σ) is output. On the other hand, when the value of L xx (X, σ) is equal to or less than the first threshold value l min , the vertical direction convolution determination unit 240 sets the Hessian value H (X, σ) to 0 with respect to the Hessian value calculation unit 260. An instruction to set is output. In this case, the Hessian value calculation unit 260 does not perform the calculation of the formula (1). Then, the process proceeds to the next pixel X, and the vertical convolution unit 210 calculates the value of L xx (X, σ) of the pixel X adjacent to the pixel X.

次に、水平方向畳み込み部220が、垂直方向畳み込み判定部240の畳み込み指示に基づいて、スケール画像上の画素Xに対して、前記式(2)で示すLoGフィルタを画像の水平方向に畳み込むことで、前記式(1)で示すLyy(X,σ)の値を算出し、これを水平方向畳み込み判定部250に出力する。 Next, the horizontal direction convolution unit 220 convolves the LoG filter expressed by Equation (2) with respect to the pixel X on the scale image in the horizontal direction of the image based on the convolution instruction from the vertical direction convolution determination unit 240. Then, the value of L yy (X, σ) represented by the equation (1) is calculated, and this is output to the horizontal direction convolution determination unit 250.

次に、水平方向畳み込み判定部250が、Lyy(X,σ)の値が第1の閾値lminを超えるか否かを判定する。そして、水平方向畳み込み判定部250は、Lyy(X,σ)の値が第1の閾値lminを超える場合、斜め方向畳み込み部230に対して畳み込み指示を出力するとともに、ヘシアン値演算部260に対してLyy(X,σ)を出力する。一方、水平方向畳み込み判定部250は、Lyy(X,σ)の値が第1の閾値lmin以下である場合、ヘシアン値演算部260に対してヘシアン値H(X,σ)を0に設定する旨の指示を出力する。この場合、ヘシアン値演算部260は、前記式(1)の演算を行わない。そして、次の画素Xの処理に移り、垂直方向畳み込み部210が、画素Xの隣の画素XのLxx(X,σ)の値を算出する。 Next, the horizontal direction convolution determination unit 250 determines whether or not the value of L yy (X, σ) exceeds the first threshold value l min . Then, when the value of L yy (X, σ) exceeds the first threshold value l min , the horizontal direction convolution determination unit 250 outputs a convolution instruction to the oblique direction convolution unit 230 and the Hessian value calculation unit 260. L yy (X, σ) is output. On the other hand, when the value of L yy (X, σ) is equal to or smaller than the first threshold value l min , the horizontal direction convolution determination unit 250 sets the Hessian value H (X, σ) to 0 with respect to the Hessian value calculation unit 260. An instruction to set is output. In this case, the Hessian value calculation unit 260 does not perform the calculation of the formula (1). Then, the process proceeds to the next pixel X, and the vertical convolution unit 210 calculates the value of L xx (X, σ) of the pixel X adjacent to the pixel X.

次に、斜め方向畳み込み部230が、水平方向畳み込み判定部250の畳み込み指示に基づいて、スケール画像上の画素Xに対して、前記式(2)で示すLoGフィルタを画像の斜め方向に畳み込むことで、前記式(1)で示すLxy(X,σ)の値を算出し、これをヘシアン値演算部260に出力する。 Next, the oblique direction convolution unit 230 convolves the LoG filter expressed by the equation (2) with respect to the pixel X on the scale image in the oblique direction of the image based on the convolution instruction of the horizontal direction convolution determination unit 250. Then, the value of L xy (X, σ) shown in the above equation (1) is calculated and output to the Hessian value calculation unit 260.

次に、ヘシアン値演算部260が、入力されたLxx(X,σ)、Lyy(X,σ)およびLxy(X,σ)の値を用いて前記式(1)を演算することでヘシアン値H(X,σ)を算出し、これをヘシアン値判定手段30に出力する。なお、ヘシアン値演算部260は、垂直方向畳み込み判定部240または水平方向畳み込み判定部250からヘシアン値H(X,σ)を0に設定する旨の指示が入力された場合、ヘシアン値H(X,σ)を0に設定する。 Next, the Hessian value calculation unit 260 calculates the expression (1) using the input values of L xx (X, σ), L yy (X, σ) and L xy (X, σ). To calculate the Hessian value H (X, σ) and output it to the Hessian value determination means 30. The Hessian value calculation unit 260 receives the instruction to set the Hessian value H (X, σ) to 0 from the vertical direction convolution determination unit 240 or the horizontal direction convolution determination unit 250. , Σ) is set to zero.

このように、ヘシアン値算出手段20は、従来のようにスケール画像上の全ての画素Xについて、前記式(1)を用いてヘシアン値H(X,σ)を算出するのではなく、閾値処理によってヘシアン値H(X,σ)を算出する画素Xと算出しない画素Xとを判定し、ヘシアン値H(X,σ)を算出する画素Xを絞り込むため、前記式(1)における畳み込み処理の回数を減少させることができる。   As described above, the Hessian value calculation means 20 does not calculate the Hessian value H (X, σ) using the equation (1) for all the pixels X on the scale image as in the prior art, but performs threshold processing. The pixel X for calculating the Hessian value H (X, σ) and the pixel X for which the Hessian value H (X, σ) are not calculated are determined by the above, and in order to narrow down the pixels X for calculating the Hessian value H (X, σ), The number of times can be reduced.

ヘシアン値算出手段20には、図1に示すように、スケール画像生成手段10から解像度の異なる複数のスケール画像が入力される。そして、ヘシアン値算出手段20は、前記手法によってスケール画像上の画素Xのヘシアン値H(X,σ)を算出し、これらをヘシアン値判定手段30に出力する。   As shown in FIG. 1, a plurality of scale images having different resolutions are input to the Hessian value calculation unit 20 from the scale image generation unit 10. Then, the Hessian value calculating means 20 calculates the Hessian value H (X, σ) of the pixel X on the scale image by the above method, and outputs these to the Hessian value determining means 30.

ヘシアン値判定手段30は、ヘシアン値H(X,σ)の閾値処理を行うものである。ヘシアン値判定手段30は、具体的には、ヘシアン値算出手段20(ヘシアン値演算部260)によって算出されたヘシアン値H(X,σ)が、予め定められた第2の閾値hthを超えるか否かを判定する。この第2の閾値(ヘシアン閾値)hthは、ヘシアン値H(X,σ)を一定以上とするために設定されたものであり、実験的および経験的に予め求められるものである。 The Hessian value determination means 30 performs threshold processing of the Hessian value H (X, σ). Specifically, the Hessian value determination unit 30 has a Hessian value H (X, σ) calculated by the Hessian value calculation unit 20 (Hessian value calculation unit 260) exceeding a predetermined second threshold h th . It is determined whether or not. The second threshold value (Hessian threshold value) h th is set to make the Hessian value H (X, σ) equal to or greater than a certain value, and is obtained in advance experimentally and empirically.

ヘシアン値判定手段30は、画素Xのヘシアン値H(X,σ)が第2の閾値hthを超える場合、これをヘシアン値解析手段40に出力する。一方、ヘシアン値判定手段30は、画素Xのヘシアン値H(X,σ)が第2の閾値hth以下である場合、該当するヘシアン値H(X,σ)を0に設定し、これを破棄する。このように、ヘシアン値判定手段30は、ヘシアン値H(X,σ)が第2の閾値hth以下である場合は、該当する画素Xは特徴点ではないと判定し、特徴点の候補から除外する。 When the Hessian value H (X, σ) of the pixel X exceeds the second threshold value h th , the Hessian value determination unit 30 outputs this to the Hessian value analysis unit 40. On the other hand, if the Hessian value H (X, σ) of the pixel X is equal to or less than the second threshold value h th , the Hessian value determination means 30 sets the corresponding Hessian value H (X, σ) to 0, Discard. As described above, when the Hessian value determination unit 30 has the Hessian value H (X, σ) equal to or smaller than the second threshold value h th , the corresponding pixel X is determined not to be a feature point, and is selected from the feature point candidates. exclude.

ヘシアン値判定手段30には、図1に示すように、ヘシアン値算出手段20からそれぞれのスケール画像上の画素Xのヘシアン値H(X,σ)が入力される。そして、ヘシアン値判定手段30は、前記した手法によって閾値処理を行い、第2の閾値hthを超えるヘシアン値H(X,σ)をヘシアン値解析手段40に出力する。 As shown in FIG. 1, the Hessian value determination means 30 receives the Hessian value H (X, σ) of the pixel X on each scale image from the Hessian value calculation means 20. Then, the Hessian value determination unit 30 performs threshold processing by the above-described method, and outputs the Hessian value H (X, σ) exceeding the second threshold value h th to the Hessian value analysis unit 40.

ヘシアン値解析手段40は、閾値処理を経た特徴点の候補を解析し、特徴点を決定するものである。ヘシアン値解析手段40は、ヘシアン値判定手段30を経た画素Xに対して、ノンマキシマムサプレッション(non-maximum suppression、非最大抑制)処理を行う。このノンマキシマムサプレッション処理とは、画像のエッジ部の勾配方向に沿って、画素Xの極大値のみを残す処理のことをいう。   The Hessian value analysis means 40 analyzes feature point candidates that have undergone threshold processing, and determines feature points. The Hessian value analysis means 40 performs non-maximum suppression processing on the pixel X that has passed through the Hessian value determination means 30. This non-maximum suppression process refers to a process that leaves only the maximum value of the pixel X along the gradient direction of the edge portion of the image.

ヘシアン値解析手段40は、具体的には、ヘシアン値判定手段30によって第2の閾値hthを超えると判定されたヘシアン値H(X,σ)のうち、画素Xの位置またはスケールσが隣接する画素Xのヘシアン値H(X,σ)同士を比較し、勾配の大きさが極大となるヘシアン値H(X,σ)が示す画素Xを特徴点とする。一方、ヘシアン値解析手段40は、前記した勾配の大きさが極大とならないヘシアン値H(X,σ)が示す画素Xは特徴点ではないと判定し、特徴点の候補から除外する。 Specifically, the Hessian value analyzing unit 40 is adjacent to the position of the pixel X or the scale σ among the Hessian values H (X, σ) determined by the Hessian value determining unit 30 to exceed the second threshold value h th. The Hessian values H (X, σ) of the pixels X to be compared are compared, and the pixel X indicated by the Hessian value H (X, σ) having the maximum gradient is defined as a feature point. On the other hand, the Hessian value analysis means 40 determines that the pixel X indicated by the Hessian value H (X, σ) whose magnitude of the gradient is not maximal is not a feature point, and excludes it from the feature point candidates.

ヘシアン値解析手段40には、図1に示すように、ヘシアン値判定手段30から閾値処理後のヘシアン値H(X,σ)が入力される。そして、ヘシアン値解析手段40は、前記した手法によって特徴点を決定し、これを出力する。   As shown in FIG. 1, the Hessian value analysis unit 40 receives the Hessian value H (X, σ) after threshold processing from the Hessian value determination unit 30. Then, the Hessian value analyzing means 40 determines a feature point by the above-described method and outputs it.

閾値記憶手段50は、第1の閾値lminと第2の閾値hthを予め記憶するものである。閾値記憶手段50は、具体的には、データを記憶することができるメモリ、ハードディスク等で具現される。閾値記憶手段50は、図1に示すように、ヘシアン値算出手段20に対して第1の閾値lminを出力し、ヘシアン値判定手段30に対して第2の閾値hthを出力する。なお、閾値記憶手段50は、第1の閾値lminと第2の閾値hthとを別々に記憶するために、2つに分割して設けてもよい。 The threshold value storage means 50 stores the first threshold value l min and the second threshold value h th in advance. Specifically, the threshold storage unit 50 is implemented by a memory, a hard disk, or the like that can store data. As shown in FIG. 1, the threshold storage unit 50 outputs the first threshold value l min to the hessian value calculation unit 20 and outputs the second threshold value h th to the hessian value determination unit 30. Note that the threshold storage means 50 may be divided into two so as to store the first threshold l min and the second threshold h th separately.

以上のような構成を備える画像特徴点検出装置1は、前記式(1)の演算において、1番目の処理である垂直方向の畳み込みによって算出された値が予め定められた第1の閾値lminを超える場合のみ、2番目の処理である水平方向の畳み込みを行う。そして、2番目の処理である水平方向の畳み込みによって算出された値が第1の閾値lminを超える場合のみ、3番目の処理である斜め方向の畳み込みを行ってヘシアン値H(X,σ)を算出する。 In the image feature point detection apparatus 1 having the above-described configuration, the first threshold value l min in which the value calculated by the vertical convolution that is the first process is calculated in the expression (1). Only when the value exceeds, the horizontal convolution, which is the second process, is performed. Only when the value calculated by the horizontal convolution that is the second process exceeds the first threshold value l min , the Hessian value H (X, σ) is performed by performing the convolution of the third process. Is calculated.

このように、画像特徴点検出装置1は、閾値処理によって画像上における画素Xの特徴点の有無を判断しているため、画素Xの特徴量を示すヘシアン値H(X,σ)を算出する画素Xの数を絞り込むことができる。従って、画像の特徴点を検出する際の全体の処理回数を減少させ、かつ、処理速度を高速化することができる。   As described above, the image feature point detection apparatus 1 determines the presence or absence of the feature point of the pixel X on the image by the threshold processing, and thus calculates the Hessian value H (X, σ) indicating the feature amount of the pixel X. The number of pixels X can be reduced. Therefore, it is possible to reduce the total number of times of processing when detecting the feature points of the image and increase the processing speed.

[画像特徴点検出プログラム]
ここで、画像特徴点検出装置1は、一般的なコンピュータを、前記した各手段および各部として機能させるプログラムにより動作させることで実現することができる。このプログラムは、通信回線を介して配布することも可能であるし、CD−ROM等の記録媒体に書き込んで配布することも可能である。
[Image feature point detection program]
Here, the image feature point detection apparatus 1 can be realized by operating a general computer with a program that functions as each of the above-described units and units. This program can be distributed via a communication line, or can be written on a recording medium such as a CD-ROM for distribution.

[第1実施形態に係る画像特徴点検出装置の処理手順]
以下、第1実施形態に係る画像特徴点検出装置1の全体の処理手順について、図4を参照しながら説明する。画像特徴点検出装置1の第1の処理手順では、前記したように、前記式(1)の左辺の値を大きくするために、Lxx(X,σ)およびLyy(X,σ)が第1の閾値lminを超える場合のみ、ヘシアン値H(X,σ)を算出する。
[Processing Procedure of Image Feature Point Detection Device According to First Embodiment]
Hereinafter, an overall processing procedure of the image feature point detection apparatus 1 according to the first embodiment will be described with reference to FIG. In the first processing procedure of the image feature point detection apparatus 1, as described above, L xx (X, σ) and L yy (X, σ) are set to increase the value of the left side of the equation (1). Only when the first threshold value l min is exceeded, the Hessian value H (X, σ) is calculated.

処理が開始されると、まずスケール画像生成手段10が、解像度の異なる複数のスケール画像を生成する(ステップS1)。次に、垂直方向畳み込み部210が、Lxx(X,σ)の値を算出する(ステップS2)。次に、垂直方向畳み込み判定部240が、Lxx(X,σ)の値が第1の閾値lminを超えるか否かを判定する(ステップS3)。そして、Lxx(X,σ)の値が第1の閾値lminを超える場合(ステップS3でYes)、ステップS4に進む。一方、Lxx(X,σ)の値が第1の閾値lmin以下である場合(ステップS3でNo)、ステップS10に進み、ヘシアン値H(X,σ)を0として処理を終了する。 When the process is started, first, the scale image generating means 10 generates a plurality of scale images having different resolutions (step S1). Next, the vertical direction convolution unit 210 calculates the value of L xx (X, σ) (step S2). Next, the vertical direction convolution determination unit 240 determines whether or not the value of L xx (X, σ) exceeds the first threshold value l min (step S3). If the value of L xx (X, σ) exceeds the first threshold value l min (Yes in step S3), the process proceeds to step S4. On the other hand, when the value of L xx (X, σ) is equal to or smaller than the first threshold value l min (No in step S3), the process proceeds to step S10, the Hessian value H (X, σ) is set to 0, and the process is terminated.

次に、水平方向畳み込み部220が、Lyy(X,σ)の値を算出する(ステップS4)。次に、水平方向畳み込み判定部250が、Lyy(X,σ)の値が第1の閾値lminを超えるか否かを判定する(ステップS5)。そして、Lyy(X,σ)の値が第1の閾値lminを超える場合(ステップS5でYes)、ステップS6に進む。一方、Lyy(X,σ)の値が第1の閾値lmin以下である場合(ステップS5でNo)、ステップS10に進み、ヘシアン値H(X,σ)を0として処理を終了する。 Next, the horizontal convolution unit 220 calculates the value of L yy (X, σ) (step S4). Next, the horizontal direction convolution determination unit 250 determines whether or not the value of L yy (X, σ) exceeds the first threshold value l min (step S5). If the value of L yy (X, σ) exceeds the first threshold value l min (Yes in step S5), the process proceeds to step S6. On the other hand, when the value of L yy (X, σ) is equal to or smaller than the first threshold value l min (No in step S5), the process proceeds to step S10, the Hessian value H (X, σ) is set to 0, and the process is terminated.

次に、斜め方向畳み込み部230が、Lxy(X,σ)の値を算出する(ステップS6)。次に、ヘシアン値演算部260が、ヘシアン値H(X,σ)を算出する(ステップS7)。次に、ヘシアン値判定手段30が、ヘシアン値H(X,σ)が第2の閾値hthを超えるか否かを判定する(ステップS8)。そして、ヘシアン値H(X,σ)が第2の閾値hthを超える場合(ステップS8でYes)、ステップS9に進む。一方、ヘシアン値H(X,σ)が第2の閾値hth以下である場合(ステップS8でNo)、ステップS10に進み、ヘシアン値H(X,σ)を0として処理を終了する。 Next, the oblique direction convolution unit 230 calculates the value of L xy (X, σ) (step S6). Next, the Hessian value calculation unit 260 calculates the Hessian value H (X, σ) (step S7). Next, the Hessian value determination means 30 determines whether or not the Hessian value H (X, σ) exceeds the second threshold value h th (step S8). If the Hessian value H (X, σ) exceeds the second threshold value h th (Yes in step S8), the process proceeds to step S9. On the other hand, when the Hessian value H (X, σ) is equal to or smaller than the second threshold value h th (No in Step S8), the process proceeds to Step S10, where the Hessian value H (X, σ) is set to 0 and the process is terminated.

そして、ヘシアン値解析手段40が、入力されたヘシアン値H(X,σ)について、ノンマキシマムサプレッション処理を行って(ステップS9)、処理を終了する。   Then, the Hessian value analysis means 40 performs a non-maximum suppression process on the input Hessian value H (X, σ) (step S9), and the process ends.

[第1実施形態の変形例]
以下、第1実施形態の変形例に係る画像特徴点検出装置について、図3を参照しながら詳細に説明する。第1実施形態の変形例に係る画像特徴点検出装置は、図2のヘシアン値算出手段20を、図3に示すヘシアン値算出手段21とした以外は、前記した第1実施形態に係る画像特徴点検出装置1と同様の構成を備えている。従って、前記した第1実施形態に係る画像特徴点検出装置1と重複する構成については、同じ符号を付して説明を省略する。また、画像特徴点検出装置の全体の処理手順についても、説明を省略する。
[Modification of First Embodiment]
Hereinafter, an image feature point detection apparatus according to a modification of the first embodiment will be described in detail with reference to FIG. The image feature point detection apparatus according to the modified example of the first embodiment is the image feature according to the first embodiment described above except that the Hessian value calculation unit 20 of FIG. 2 is replaced with the Hessian value calculation unit 21 shown in FIG. A configuration similar to that of the point detection apparatus 1 is provided. Therefore, about the structure which overlaps with the above-mentioned image feature point detection apparatus 1 which concerns on 1st Embodiment, the same code | symbol is attached | subjected and description is abbreviate | omitted. Also, description of the entire processing procedure of the image feature point detection apparatus is omitted.

ヘシアン値算出手段21は、前記したヘシアン値算出手段20のように、先に垂直方向の畳み込みを行った後に水平方向の畳み込みを行うのではなく、先に水平方向の畳み込みを行った後に垂直方向の畳み込みを行うことを特徴としている。   The Hessian value calculating means 21 does not perform the horizontal convolution after first performing the vertical convolution like the Hessian value calculating means 20 described above, but instead performs the horizontal convolution first and then the vertical direction. It is characterized by performing convolution.

以下、ヘシアン値算出手段21におけるヘシアン値H(X,σ)の算出手順について、簡単に説明する。   Hereinafter, a procedure for calculating the hessian value H (X, σ) in the hessian value calculating means 21 will be briefly described.

まず、図3に示すように、スケール画像生成手段10によって生成されたスケール画像が、垂直方向畳み込み部210、水平方向畳み込み部220および斜め方向畳み込み部230にそれぞれ入力される。すると、水平方向畳み込み部220が、スケール画像上の画素Xに対して、前記式(2)で示すLoGフィルタを画像の水平方向に畳み込むことで、前記式(1)で示すLyy(X,σ)の値を算出し、これを水平方向畳み込み判定部250に出力する。 First, as shown in FIG. 3, the scale image generated by the scale image generation unit 10 is input to the vertical direction convolution unit 210, the horizontal direction convolution unit 220, and the oblique direction convolution unit 230, respectively. Then, the horizontal direction convolution unit 220 convolves the LoG filter represented by the equation (2) with respect to the pixel X on the scale image in the horizontal direction of the image, whereby L yy (X, The value of σ) is calculated and output to the horizontal convolution determination unit 250.

次に、水平方向畳み込み判定部250が、Lyy(X,σ)の値が第1の閾値lminを超えるか否かを判定する。そして、水平方向畳み込み判定部250は、Lyy(X,σ)の値が第1の閾値lminを超える場合、垂直方向畳み込み部210に対して畳み込み指示を出力するとともに、ヘシアン値演算部260に対してLyy(X,σ)を出力する。一方、水平方向畳み込み判定部250は、Lyy(X,σ)の値が第1の閾値lmin以下である場合、ヘシアン値演算部260に対してヘシアン値H(X,σ)を0に設定する旨の指示を出力する。この場合、ヘシアン値演算部260は、前記式(1)の演算を行わず、水平方向畳み込み部220は、画素Xの隣の画素XのLyy(X,σ)の値を算出する。 Next, the horizontal direction convolution determination unit 250 determines whether or not the value of L yy (X, σ) exceeds the first threshold value l min . Then, when the value of L yy (X, σ) exceeds the first threshold value l min , the horizontal direction convolution determination unit 250 outputs a convolution instruction to the vertical direction convolution unit 210 and a Hessian value calculation unit 260. L yy (X, σ) is output. On the other hand, when the value of L yy (X, σ) is equal to or smaller than the first threshold value l min , the horizontal direction convolution determination unit 250 sets the Hessian value H (X, σ) to 0 with respect to the Hessian value calculation unit 260. An instruction to set is output. In this case, the Hessian value calculation unit 260 does not perform the calculation of Equation (1), and the horizontal convolution unit 220 calculates the value of L yy (X, σ) of the pixel X adjacent to the pixel X.

次に、垂直方向畳み込み部210が、水平方向畳み込み判定部250の畳み込み指示に基づいて、スケール画像上の画素Xに対して、前記式(2)で示すLoGフィルタを画像の垂直方向に畳み込むことで、前記式(1)で示すLxx(X,σ)の値を算出し、これを垂直方向畳み込み判定部240に出力する。 Next, the vertical direction convolution unit 210 convolves the LoG filter expressed by the expression (2) with respect to the pixel X on the scale image in the vertical direction of the image based on the convolution instruction from the horizontal direction convolution determination unit 250. Then, the value of L xx (X, σ) shown in the equation (1) is calculated, and this value is output to the vertical direction convolution determination unit 240.

次に、垂直方向畳み込み判定部240が、Lxx(X,σ)の値が第1の閾値lminを超えるか否かを判定する。そして、垂直方向畳み込み判定部240は、Lxx(X,σ)の値が第1の閾値lminを超える場合、斜め方向畳み込み部230に対して畳み込み指示を出力するとともに、ヘシアン値演算部260に対してLxx(X,σ)を出力する。一方、垂直方向畳み込み判定部240は、Lxx(X,σ)の値が第1の閾値lmin以下である場合、ヘシアン値演算部260に対してヘシアン値H(X,σ)を0に設定する旨の指示を出力する。この場合、ヘシアン値演算部260は、前記式(1)の演算を行わない。そして、次の画素Xの処理に移り、水平方向畳み込み部220が、画素Xの隣の画素XのLyy(X,σ)の値を算出する。 Next, the vertical direction convolution determination unit 240 determines whether or not the value of L xx (X, σ) exceeds the first threshold value l min . Then, when the value of L xx (X, σ) exceeds the first threshold value l min , the vertical direction convolution determination unit 240 outputs a convolution instruction to the oblique direction convolution unit 230 and the Hessian value calculation unit 260. L xx (X, σ) is output. On the other hand, when the value of L xx (X, σ) is equal to or less than the first threshold value l min , the vertical direction convolution determination unit 240 sets the Hessian value H (X, σ) to 0 with respect to the Hessian value calculation unit 260. An instruction to set is output. In this case, the Hessian value calculation unit 260 does not perform the calculation of the formula (1). Then, the process proceeds to the next pixel X, and the horizontal convolution unit 220 calculates the value of L yy (X, σ) of the pixel X adjacent to the pixel X.

以降の処理手順は前記したヘシアン値算出手段20と同様であるため、省略する。このように、ヘシアン値算出手段21は、従来のようにスケール画像上の全ての画素Xについて、前記式(1)を用いてヘシアン値H(X,σ)を算出するのではなく、閾値処理によってヘシアン値H(X,σ)を算出する画素Xと算出しない画素Xとを判定し、ヘシアン値H(X,σ)を算出する画素Xを絞り込むことで、前記式(1)における畳み込み処理の回数を減少させることができる。   The subsequent processing procedure is the same as that of the Hessian value calculation means 20 described above, and is therefore omitted. As described above, the Hessian value calculation means 21 does not calculate the Hessian value H (X, σ) using the formula (1) for all the pixels X on the scale image as in the prior art, but performs threshold processing. The pixel X for calculating the Hessian value H (X, σ) and the pixel X for which the Hessian value H (X, σ) is not calculated are determined by the above, and the convolution processing in the equation (1) is performed by narrowing down the pixels X for calculating the Hessian value H (X, σ). The number of times can be reduced.

[第2実施形態]
以下、第2実施形態に係る画像特徴点検出装置について、図5を参照しながら詳細に説明する。第2実施形態に係る画像特徴点検出装置は、図2のヘシアン値算出手段20を、図5に示すヘシアン値算出手段22とした以外は、前記した第1実施形態に係る画像特徴点検出装置1と同様の構成を備えている。従って、前記した第1実施形態に係る画像特徴点検出装置1と重複する構成については、同じ符号を付して説明を省略する。
[Second Embodiment]
Hereinafter, the image feature point detection apparatus according to the second embodiment will be described in detail with reference to FIG. The image feature point detection apparatus according to the second embodiment is the same as the image feature point detection apparatus according to the first embodiment described above except that the Hessian value calculation means 20 of FIG. 2 is replaced with the Hessian value calculation means 22 shown in FIG. 1 is provided. Therefore, about the structure which overlaps with the above-mentioned image feature point detection apparatus 1 which concerns on 1st Embodiment, the same code | symbol is attached | subjected and description is abbreviate | omitted.

ヘシアン値算出手段22は、前記したヘシアン値算出手段20のように、先に垂直方向の畳み込みを行った後に水平方向の畳み込みを行うのではなく、先に斜め方向の畳み込みを行った後に垂直方向の畳み込みを行うことを特徴としている。そのため、ヘシアン値算出手段22は、前記したヘシアン値算出手段20の水平方向畳み込み判定部250の代わりに、斜め方向畳み込み判定部270を備えている。   The Hessian value calculating means 22 does not perform the horizontal convolution after first performing the vertical convolution like the Hessian value calculating means 20 described above, but performs the oblique convolution first and then the vertical direction. It is characterized by performing convolution. Therefore, the Hessian value calculation unit 22 includes an oblique direction convolution determination unit 270 instead of the horizontal direction convolution determination unit 250 of the Hessian value calculation unit 20 described above.

斜め方向畳み込み判定部(手段)270は、斜め方向畳み込み部230によって算出された値の閾値処理を行うものである。斜め方向畳み込み判定部270は、斜め方向畳み込み部230によって算出されたLxy(X,σ)の値が、予め定められた第1の閾値lmin未満であるか否かを判定することで、前記式(1)の右辺が小さい値であるか否かを判定する。 The oblique direction convolution determination unit (means) 270 performs threshold processing of the value calculated by the oblique direction convolution unit 230. The oblique direction convolution determination unit 270 determines whether or not the value of L xy (X, σ) calculated by the oblique direction convolution unit 230 is less than a predetermined first threshold value l min . It is determined whether or not the right side of the formula (1) is a small value.

斜め方向畳み込み判定部270は、Lxy(X,σ)の値が第1の閾値lmin未満である場合、垂直方向畳み込み部210に対して畳み込み指示を出力するとともに、ヘシアン値演算部260に対してLxy(X,σ)を出力する。一方、斜め方向畳み込み判定部270は、Lxy(X,σ)の値が第1の閾値lmin以上である場合、ヘシアン値演算部260に対して、当該Lxy(X,σ)を算出した画素Xのヘシアン値H(X,σ)を0に設定する旨の指示を出力する。 When the value of L xy (X, σ) is less than the first threshold value l min, the oblique direction convolution determination unit 270 outputs a convolution instruction to the vertical direction convolution unit 210 and also outputs to the Hessian value calculation unit 260. In contrast, L xy (X, σ) is output. On the other hand, when the value of L xy (X, σ) is equal to or greater than the first threshold value l min , the oblique direction convolution determination unit 270 calculates the L xy (X, σ) for the Hessian value calculation unit 260. An instruction to set the Hessian value H (X, σ) of the pixel X to 0 is output.

以下、ヘシアン値算出手段22におけるヘシアン値H(X,σ)の算出手順について、簡単に説明する。   Hereinafter, a procedure for calculating the Hessian value H (X, σ) in the Hessian value calculating means 22 will be briefly described.

まず、図5に示すように、スケール画像生成手段10によって生成されたスケール画像が、垂直方向畳み込み部210、水平方向畳み込み部220および斜め方向畳み込み部230にそれぞれ入力される。すると、斜め方向畳み込み部230が、スケール画像上の画素Xに対して、前記式(2)で示すLoGフィルタを画像の斜め方向に畳み込むことで、前記式(1)で示すLxy(X,σ)の値を算出し、これを斜め方向畳み込み判定部270に出力する。 First, as shown in FIG. 5, the scale image generated by the scale image generation unit 10 is input to the vertical direction convolution unit 210, the horizontal direction convolution unit 220, and the oblique direction convolution unit 230. Then, the oblique direction convolution unit 230 convolves the LoG filter represented by the equation (2) with respect to the pixel X on the scale image in the oblique direction of the image, whereby L xy (X, The value of σ) is calculated and output to the oblique direction convolution determination unit 270.

次に、斜め方向畳み込み判定部270が、Lxy(X,σ)の値が第1の閾値lmin未満であるか否かを判定する。そして、斜め方向畳み込み判定部270は、Lxy(X,σ)の値が第1の閾値lminを未満である場合、垂直方向畳み込み部210に対して畳み込み指示を出力するとともに、ヘシアン値演算部260に対してLxy(X,σ)を出力する。一方、斜め方向畳み込み判定部270は、Lxy(X,σ)の値が第1の閾値lmin以上である場合、ヘシアン値演算部260に対してヘシアン値H(X,σ)を0に設定する旨の指示を出力する。この場合、ヘシアン値演算部260は、前記式(1)の演算を行わない。そして、次の画素Xの処理に移り、斜め方向畳み込み部230が、画素Xの隣の画素XのLxy(X,σ)の値を算出する。 Next, the oblique direction convolution determination unit 270 determines whether or not the value of L xy (X, σ) is less than the first threshold value l min . Then, when the value of L xy (X, σ) is less than the first threshold value l min , the oblique direction convolution determination unit 270 outputs a convolution instruction to the vertical direction convolution unit 210 and calculates the Hessian value. L xy (X, σ) is output to the unit 260. On the other hand, when the value of L xy (X, σ) is equal to or greater than the first threshold value l min , the oblique direction convolution determination unit 270 sets the Hessian value H (X, σ) to 0 with respect to the Hessian value calculation unit 260. An instruction to set is output. In this case, the Hessian value calculation unit 260 does not perform the calculation of the formula (1). Then, the process proceeds to the next pixel X, and the oblique direction convolution unit 230 calculates the value of L xy (X, σ) of the pixel X adjacent to the pixel X.

次に、垂直方向畳み込み部210が、斜め方向畳み込み判定部270の畳み込み指示に基づいて、スケール画像上の画素Xに対して、前記式(2)で示すLoGフィルタを画像の垂直方向に畳み込むことで、前記式(1)で示すLxx(X,σ)の値を算出し、これを垂直方向畳み込み判定部240に出力する。 Next, the vertical direction convolution unit 210 convolves the LoG filter represented by the expression (2) with respect to the pixel X on the scale image in the vertical direction of the image based on the convolution instruction from the oblique direction convolution determination unit 270. Then, the value of L xx (X, σ) shown in the equation (1) is calculated, and this value is output to the vertical direction convolution determination unit 240.

次に、垂直方向畳み込み判定部240が、Lxx(X,σ)の値が第1の閾値lminを超えるか否かを判定する。そして、垂直方向畳み込み判定部240は、Lxx(X,σ)の値が第1の閾値lminを超える場合、水平方向畳み込み部220に対して畳み込み指示を出力するとともに、ヘシアン値演算部260に対してLxx(X,σ)を出力する。一方、垂直方向畳み込み判定部240は、Lxx(X,σ)の値が第1の閾値lmin以下である場合、ヘシアン値演算部260に対してヘシアン値H(X,σ)を0に設定する旨の指示を出力する。この場合、ヘシアン値演算部260は、前記式(1)の演算を行わず、前記した斜め方向畳み込み部230は、画素Xの隣の画素XのLxy(X,σ)の値を算出する。 Next, the vertical direction convolution determination unit 240 determines whether or not the value of L xx (X, σ) exceeds the first threshold value l min . Then, when the value of L xx (X, σ) exceeds the first threshold value l min , the vertical direction convolution determination unit 240 outputs a convolution instruction to the horizontal direction convolution unit 220 and a Hessian value calculation unit 260. L xx (X, σ) is output. On the other hand, when the value of L xx (X, σ) is equal to or less than the first threshold value l min , the vertical direction convolution determination unit 240 sets the Hessian value H (X, σ) to 0 with respect to the Hessian value calculation unit 260. An instruction to set is output. In this case, the Hessian value calculation unit 260 does not perform the calculation of the equation (1), and the oblique direction convolution unit 230 calculates the value of L xy (X, σ) of the pixel X adjacent to the pixel X. .

次に、水平方向畳み込み部220が、垂直方向畳み込み判定部240の畳み込み指示に基づいて、スケール画像上の画素Xに対して、前記式(2)で示すLoGフィルタを画像の水平方向に畳み込むことで、前記式(1)で示すLyy(X,σ)の値を算出し、これをヘシアン値演算部260に出力する。 Next, the horizontal direction convolution unit 220 convolves the LoG filter expressed by Equation (2) with respect to the pixel X on the scale image in the horizontal direction of the image based on the convolution instruction from the vertical direction convolution determination unit 240. Then, the value of L yy (X, σ) represented by the above formula (1) is calculated and output to the Hessian value calculation unit 260.

以降の処理手順は前記したヘシアン値算出手段20と同様であるため、省略する。このように、ヘシアン値算出手段22、従来のようにスケール画像上の全ての画素Xについて、前記式(1)を用いてヘシアン値H(X,σ)を算出するのではなく、閾値処理によってヘシアン値H(X,σ)を算出する画素Xと算出しない画素Xとを判定し、ヘシアン値H(X,σ)を算出する画素Xを絞り込むことで、前記式(1)における畳み込み処理の回数を減少させることができる。   The subsequent processing procedure is the same as that of the Hessian value calculation means 20 described above, and is therefore omitted. In this way, the Hessian value calculation means 22 does not calculate the Hessian value H (X, σ) using the equation (1) for all the pixels X on the scale image as in the prior art, but by threshold processing. The pixel X for calculating the Hessian value H (X, σ) and the pixel X for which the Hessian value H (X, σ) are not calculated are determined, and the pixels X for calculating the Hessian value H (X, σ) are narrowed down. The number of times can be reduced.

[第2実施形態に係る画像特徴点検出装置の処理手順]
以下、第2実施形態に係る画像特徴点検出装置の全体の処理手順について、図7を参照しながら説明する。第2実施形態に係る画像特徴点検出装置の処理手順は、第1実施形態の処理手順とは異なり、前記式(1)の右辺の値を小さくするために、Lxy(X,σ)が第1の閾値lmin未満であり、かつ、Lxx(X,σ)が第1の閾値lminを超える場合のみ、ヘシアン値H(X,σ)を算出する。
[Processing Procedure of Image Feature Point Detection Device According to Second Embodiment]
The overall processing procedure of the image feature point detection apparatus according to the second embodiment will be described below with reference to FIG. The processing procedure of the image feature point detection apparatus according to the second embodiment is different from the processing procedure of the first embodiment, so that L xy (X, σ) is set to reduce the value of the right side of the equation (1). The Hessian value H (X, σ) is calculated only when the value is less than the first threshold value l min and L xx (X, σ) exceeds the first threshold value l min .

処理が開始されると、まずスケール画像生成手段10が、解像度の異なる複数のスケール画像を生成する(ステップS11)。次に、斜め方向畳み込み部230が、Lxy(X,σ)の値を算出する(ステップS12)。次に、斜め方向畳み込み判定部270が、Lxy(X,σ)の値が第1の閾値lmin未満であるか否かを判定する(ステップS13)。そして、Lxy(X,σ)の値が第1の閾値lmin未満である場合(ステップS13でYes)、ステップS14に進む。一方、Lxy(X,σ)の値が第1の閾値lmin以上である場合(ステップS13でNo)、ステップS20に進み、ヘシアン値H(X,σ)を0として処理を終了する。 When the process is started, first, the scale image generating unit 10 generates a plurality of scale images having different resolutions (step S11). Next, the oblique direction convolution unit 230 calculates the value of L xy (X, σ) (step S12). Next, the oblique direction convolution determination unit 270 determines whether or not the value of L xy (X, σ) is less than the first threshold value l min (step S13). If the value of L xy (X, σ) is less than the first threshold value l min (Yes in step S13), the process proceeds to step S14. On the other hand, if the value of L xy (X, σ) is equal to or greater than the first threshold value l min (No in step S13), the process proceeds to step S20, and the Hessian value H (X, σ) is set to 0, and the process is terminated.

次に、垂直方向畳み込み部210が、Lxx(X,σ)の値を算出する(ステップS14)。次に、垂直方向畳み込み判定部240が、Lxx(X,σ)の値が第1の閾値lminを超えるか否かを判定する(ステップS15)。そして、Lxx(X,σ)の値が第1の閾値lminを超える場合(ステップS15でYes)、ステップS16に進む。一方、Lxx(X,σ)の値が第1の閾値lmin以下である場合(ステップS15でNo)、ステップS20に進み、ヘシアン値H(X,σ)を0として処理を終了する。 Next, the vertical direction convolution unit 210 calculates the value of L xx (X, σ) (step S14). Next, the vertical direction convolution determination unit 240 determines whether or not the value of L xx (X, σ) exceeds the first threshold value l min (step S15). If the value of L xx (X, σ) exceeds the first threshold value l min (Yes in step S15), the process proceeds to step S16. On the other hand, when the value of L xx (X, σ) is equal to or smaller than the first threshold value l min (No in step S15), the process proceeds to step S20, and the Hessian value H (X, σ) is set to 0, and the process is terminated.

次に、水平方向畳み込み部220が、Lyy(X,σ)の値を算出する(ステップS16)。次に、ヘシアン値演算部260が、ヘシアン値H(X,σ)を算出する(ステップS17)。次に、ヘシアン値判定手段30が、ヘシアン値H(X,σ)が第2の閾値hthを超えるか否かを判定する(ステップS18)。そして、ヘシアン値H(X,σ)が第2の閾値hthを超える場合(ステップS18でYes)、ステップS19に進む。一方、ヘシアン値H(X,σ)が第2の閾値hth以下である場合(ステップS18でNo)、ステップS20に進み、ヘシアン値H(X,σ)を0として処理を終了する。 Next, the horizontal convolution unit 220 calculates the value of L yy (X, σ) (step S16). Next, the Hessian value calculation unit 260 calculates the Hessian value H (X, σ) (step S17). Next, the Hessian value determination means 30 determines whether or not the Hessian value H (X, σ) exceeds the second threshold value h th (step S18). If the Hessian value H (X, σ) exceeds the second threshold value h th (Yes in step S18), the process proceeds to step S19. On the other hand, if the Hessian value H (X, σ) is equal to or less than the second threshold value h th (No in Step S18), the process proceeds to Step S20, where the Hessian value H (X, σ) is set to 0 and the process is terminated.

そして、ヘシアン値解析手段40が、入力されたヘシアン値H(X,σ)について、ノンマキシマムサプレッション処理を行って(ステップS19)、処理を終了する。   Then, the Hessian value analysis means 40 performs a non-maximum suppression process on the input Hessian value H (X, σ) (step S19), and the process ends.

[第2実施形態の変形例]
以下、第2実施形態の変形例に係る画像特徴点検出装置について、図6を参照しながら詳細に説明する。第2実施形態の変形例に係る画像特徴点検出装置は、図5のヘシアン値算出手段22を、図6に示すヘシアン値算出手段23とした以外は、前記した第2実施形態に係る画像特徴点検出装置と同様の構成を備えている。従って、前記した第2実施形態に係る画像特徴点検出装置と重複する構成については、同じ符号を付して説明を省略する。また、画像特徴点検出装置の全体の処理手順についても、説明を省略する。
[Modification of Second Embodiment]
Hereinafter, an image feature point detection apparatus according to a modification of the second embodiment will be described in detail with reference to FIG. The image feature point detection apparatus according to the modified example of the second embodiment has the image feature according to the second embodiment described above except that the Hessian value calculation unit 22 of FIG. 5 is replaced with the Hessian value calculation unit 23 shown in FIG. It has the same configuration as the point detection device. Therefore, the same components as those in the image feature point detection apparatus according to the second embodiment described above are denoted by the same reference numerals and description thereof is omitted. Also, description of the entire processing procedure of the image feature point detection apparatus is omitted.

ヘシアン値算出手段23は、前記したヘシアン値算出手段22のように、斜め方向の畳み込みを行なった後に垂直方向の畳み込みを行うのではなく、斜め方向の畳み込みを行った後に水平方向の畳み込みを行うことを特徴としている。そのため、ヘシアン値算出手段23は、前記したヘシアン値算出手段22の垂直方向畳み込み判定部240の代わりに、水平方向畳み込み判定部250を備えている。   The Hessian value calculation means 23 does not perform the vertical direction convolution after performing the oblique direction convolution like the Hessian value calculation means 22 described above, but performs the horizontal direction convolution after performing the oblique direction convolution. It is characterized by that. For this reason, the Hessian value calculation means 23 includes a horizontal direction convolution determination section 250 instead of the vertical direction convolution determination section 240 of the Hessian value calculation means 22 described above.

以下、ヘシアン値算出手段23におけるヘシアン値H(X,σ)の算出手順について、簡単に説明する。   Hereinafter, a procedure for calculating the Hessian value H (X, σ) in the Hessian value calculating means 23 will be briefly described.

まず、図6に示すように、スケール画像生成手段10によって生成されたスケール画像が、垂直方向畳み込み部210、水平方向畳み込み部220および斜め方向畳み込み部230にそれぞれ入力される。すると、斜め方向畳み込み部230が、スケール画像上の画素Xに対して、前記式(2)で示すLoGフィルタを画像の斜め方向に畳み込むことで、前記式(1)で示すLxy(X,σ)の値を算出し、これを斜め方向畳み込み判定部270に出力する。 First, as shown in FIG. 6, the scale images generated by the scale image generation unit 10 are input to the vertical direction convolution unit 210, the horizontal direction convolution unit 220, and the oblique direction convolution unit 230, respectively. Then, the oblique direction convolution unit 230 convolves the LoG filter represented by the equation (2) with respect to the pixel X on the scale image in the oblique direction of the image, whereby L xy (X, The value of σ) is calculated and output to the oblique direction convolution determination unit 270.

次に、斜め方向畳み込み判定部270が、Lxy(X,σ)の値が第1の閾値lmin未満であるか否かを判定する。そして、斜め方向畳み込み判定部270は、Lxy(X,σ)の値が第1の閾値lmin未満である場合、水平方向畳み込み部220に対して畳み込み指示を出力するとともに、ヘシアン値演算部260に対してLxy(X,σ)を出力する。一方、斜め方向畳み込み判定部270は、Lxy(X,σ)の値が第1の閾値lmin以上である場合、ヘシアン値演算部260に対してヘシアン値H(X,σ)を0に設定する旨の指示を出力する。この場合、ヘシアン値演算部260は、前記式(1)の演算を行わない。そして、次の画素Xの処理に移り、斜め方向畳み込み部230が、画素Xの隣の画素XのLxy(X,σ)の値を算出する。 Next, the oblique direction convolution determination unit 270 determines whether or not the value of L xy (X, σ) is less than the first threshold value l min . Then, when the value of L xy (X, σ) is less than the first threshold value l min , the oblique direction convolution determination unit 270 outputs a convolution instruction to the horizontal direction convolution unit 220 and a Hessian value calculation unit. L xy (X, σ) is output to 260. On the other hand, when the value of L xy (X, σ) is equal to or greater than the first threshold value l min , the oblique direction convolution determination unit 270 sets the Hessian value H (X, σ) to 0 with respect to the Hessian value calculation unit 260. An instruction to set is output. In this case, the Hessian value calculation unit 260 does not perform the calculation of the formula (1). Then, the process proceeds to the next pixel X, and the oblique direction convolution unit 230 calculates the value of L xy (X, σ) of the pixel X adjacent to the pixel X.

次に、水平方向畳み込み部220が、斜め方向畳み込み判定部270の畳み込み指示に基づいて、スケール画像上の画素Xに対して、前記式(2)で示すLoGフィルタを画像の水平方向に畳み込むことで、前記式(1)で示すLyy(X,σ)の値を算出し、これを水平方向畳み込み判定部250に出力する。 Next, the horizontal direction convolution unit 220 convolves the LoG filter represented by the expression (2) with respect to the pixel X on the scale image in the horizontal direction of the image based on the convolution instruction of the oblique direction convolution determination unit 270. Then, the value of L yy (X, σ) represented by the equation (1) is calculated, and this is output to the horizontal direction convolution determination unit 250.

次に、水平方向畳み込み判定部250が、Lyy(X,σ)の値が第1の閾値lminを超えるか否かを判定する。そして、水平方向畳み込み判定部250は、Lyy(X,σ)の値が第1の閾値lminを超える場合、垂直方向畳み込み部210に対して畳み込み指示を出力するとともに、ヘシアン値演算部260に対してLyy(X,σ)を出力する。一方、水平方向畳み込み判定部250は、Lyy(X,σ)の値が第1の閾値lmin以下である場合、ヘシアン値演算部260に対してヘシアン値H(X,σ)を0に設定する旨の指示を出力する。この場合、ヘシアン値演算部260は、前記式(1)の演算を行わず、前記した斜め方向畳み込み部230は、画素Xの隣の画素XのLxy(X,σ)の値を算出する。 Next, the horizontal direction convolution determination unit 250 determines whether or not the value of L yy (X, σ) exceeds the first threshold value l min . Then, when the value of L yy (X, σ) exceeds the first threshold value l min , the horizontal direction convolution determination unit 250 outputs a convolution instruction to the vertical direction convolution unit 210 and a Hessian value calculation unit 260. L yy (X, σ) is output. On the other hand, when the value of L yy (X, σ) is equal to or smaller than the first threshold value l min , the horizontal direction convolution determination unit 250 sets the Hessian value H (X, σ) to 0 with respect to the Hessian value calculation unit 260. An instruction to set is output. In this case, the Hessian value calculation unit 260 does not perform the calculation of the equation (1), and the oblique direction convolution unit 230 calculates the value of L xy (X, σ) of the pixel X adjacent to the pixel X. .

次に、垂直方向畳み込み手段210が、水平方向畳み込み判定部250の畳み込み指示に基づいて、スケール画像上の画素Xに対して、前記式(2)で示すLoGフィルタを画像の垂直方向に畳み込むことで、前記式(1)で示すLxx(X,σ)の値を算出し、これをヘシアン値演算部260に出力する。 Next, the vertical direction convolution means 210 convolves the LoG filter shown in the expression (2) with respect to the pixel X on the scale image in the vertical direction of the image based on the convolution instruction of the horizontal direction convolution determination unit 250. Then, the value of L xx (X, σ) represented by the above equation (1) is calculated and output to the Hessian value calculation unit 260.

以降の処理手順は前記したヘシアン値算出手段22と同様であるため、省略する。このように、ヘシアン値算出手段23は、従来のようにスケール画像上の全ての画素Xについて、前記式(1)を用いてヘシアン値H(X,σ)を算出するのではなく、閾値処理によってヘシアン値H(X,σ)を算出する画素Xと算出しない画素Xとを判定し、ヘシアン値H(X,σ)を算出する画素Xを絞り込むことで、前記式(1)における畳み込み処理の回数を減少させることができる。   The subsequent processing procedure is the same as that of the Hessian value calculation means 22 described above, and is therefore omitted. As described above, the Hessian value calculation means 23 does not calculate the Hessian value H (X, σ) using the equation (1) for all the pixels X on the scale image as in the prior art, but performs threshold processing. The pixel X for calculating the Hessian value H (X, σ) and the pixel X for which the Hessian value H (X, σ) is not calculated are determined by the above, and the convolution processing in the equation (1) is performed by narrowing down the pixels X for calculating the Hessian value H (X, σ). The number of times can be reduced.

以下、本発明に係る画像特徴点検出装置の効果を確認する実験例について、図8〜13を参照しながら説明する。本実験例では、本発明に係る画像特徴点検出装置を用いて、実際の画像中における特徴点の検出を行った。本実験例では、Mikolajaczykが(http://www.robots.ox.ac.uk/~vgg/research/affine/)で提供している5種類の画像、すなわち、bikes(increasing blur)、boat(increasing scale(with rotation))、cars(decreasing light)、ubc(JPEG compression[%])、bricks (viewpoint angle)、を用いた。   Hereinafter, experimental examples for confirming the effect of the image feature point detection apparatus according to the present invention will be described with reference to FIGS. In this experimental example, feature points in an actual image were detected using the image feature point detection apparatus according to the present invention. In this experimental example, Mikolajaczyk provided 5 types of images (http://www.robots.ox.ac.uk/~vgg/research/affine/): bikes (increasing blur), boat ( increasing scale (with rotation)), cars (decreasing light), ubc (JPEG compression [%]), and bricks (viewpoint angle) were used.

前記した5種類の画像のうち、bikes(increasing blur)は、バイクの画像に対して、ボケを段階的に増加させた複数の画像である。また、boat(increasing scale(with rotation))は、ボートの画像に対して、回転を加えながらスケールを段階に増加させた複数の画像である。また、cars(decreasing light)は、車の画像に対して、光量を段階的に減少させた複数の画像である。また、ubc(JPEG compression[%])は、建物の画像に対して、JPEG圧縮率を段階的に増加させた複数の画像である。そして、bricks (viewpoint angle)は、レンガの壁に対して、視点を段階的に変更した複数の画像である。   Of the five types of images described above, bikes (increasing blur) are a plurality of images in which blur is increased in stages with respect to the image of the motorcycle. Also, boat (increasing scale (with rotation)) is a plurality of images obtained by increasing the scale in stages while adding rotation to the boat image. Cars (decreasing light) is a plurality of images in which the amount of light is gradually reduced with respect to a car image. Ubc (JPEG compression [%]) is a plurality of images obtained by gradually increasing the JPEG compression rate with respect to the building image. Bricks (viewpoint angle) are a plurality of images in which the viewpoint is changed stepwise with respect to the brick wall.

なお、本実験例では、測定にラップトップコンピュータ(dual-core 2.8GHz CPU)を使用した。また、ヘシアン値算出手段で用いる第1の閾値(ラプラシアン閾値)lminは0〜0.04までの範囲とし、ヘシアン値判定手段で用いる第2の閾値(ヘシアン閾値)hthは、0.0004とした。また、畳み込みの順序は、前記した第1実施形態に係る特徴点検出装置と同様に、垂直方向、水平方向、斜め方向の順で行った。 In this experimental example, a laptop computer (dual-core 2.8 GHz CPU) was used for measurement. Further, the first threshold value (Laplacian threshold value) l min used by the Hessian value calculating means is in a range from 0 to 0.04, and the second threshold value (Hessian threshold value) h th used by the Hessian value determining means is 0.0004. It was. Further, the convolution order was performed in the order of the vertical direction, the horizontal direction, and the oblique direction, as in the feature point detection apparatus according to the first embodiment.

本実験例では、まず図8に示すように、第1の閾値lminを0〜0.04までの範囲で増加させた場合における特徴点検出の処理時間(processing time)を測定した。ここで、図8における縦軸は特徴点検出の処理時間であり、横軸は第1の閾値lminの値である。図8を参照すると、第1の閾値lminの増加に伴って処理時間が減少していることがわかる。従って、本発明に係る画像特徴点検出装置のように、第1の閾値lminを設定することで、処理速度を高速化することができることがわかる。 In this experimental example, first, as shown in FIG. 8, the processing time of feature point detection when the first threshold value l min was increased in the range of 0 to 0.04 was measured. Here, the vertical axis in FIG. 8 is the feature point detection processing time, and the horizontal axis is the value of the first threshold value l min . Referring to FIG. 8, it can be seen that the processing time decreases as the first threshold value l min increases. Therefore, it can be seen that the processing speed can be increased by setting the first threshold value l min as in the image feature point detection apparatus according to the present invention.

なお、従来技術に係るヘシアンベース特徴点検出装置は、本発明のように第1の閾値lminを設定していない。従って、従来技術に係るヘシアンベース特徴点検出装置を用いた場合の処理速度は、図8における閾値lminを0とした場合の処理時間に相当する。そのため、本発明に係る画像特徴点検出装置は、従来技術に係るヘシアンベース特徴点検出装置と比較すると、処理時間を60%〜70%短縮できることがわかる。 Note that the Hessian-based feature point detection device according to the related art does not set the first threshold value l min as in the present invention. Therefore, the processing speed when the Hessian-based feature point detection device according to the prior art is used corresponds to the processing time when the threshold value l min in FIG. Therefore, it can be seen that the image feature point detection apparatus according to the present invention can shorten the processing time by 60% to 70% as compared with the Hessian-based feature point detection apparatus according to the prior art.

次に、本実験例では、図9に示すように、画像のボケを増加させた場合における特徴点検出の再現率(repeatability)を測定した。ここで、図9における横軸はボケの増加量であり、縦軸は特徴点検出の再現率である。図9を参照すると、第1の閾値lminを0.02とした場合が最も再現率の低下が緩やかであることがわかる。 Next, in this experimental example, as shown in FIG. 9, the reproducibility of feature point detection when the blur of the image is increased was measured. Here, the horizontal axis in FIG. 9 is the amount of increase in blur, and the vertical axis is the reproduction rate of feature point detection. Referring to FIG. 9, it can be seen that when the first threshold value l min is 0.02, the reduction in the recall rate is the slowest.

次に、本実験例では、図10に示すように、画像のスケールを増加させながら回転を加えた場合における特徴点検出の再現率を測定した。ここで、図10における横軸はスケールおよび回転の増加量であり、縦軸は特徴点検出の再現率である。図10を参照すると、第1の閾値lminを0とした場合が最も再現率の低下が緩やかであることがわかる。 Next, in this experimental example, as shown in FIG. 10, the reproducibility of feature point detection was measured when rotation was applied while increasing the scale of the image. Here, the horizontal axis in FIG. 10 is the amount of increase in scale and rotation, and the vertical axis is the reproduction rate of feature point detection. Referring to FIG. 10, it can be seen that when the first threshold value l min is set to 0, the reduction in the recall rate is the slowest.

次に、本実験例では、図11に示すように、画像の光量を減少させた場合における特徴点検出の再現率を測定した。ここで、図11における横軸は光量の減少量であり、縦軸は特徴点検出の再現率である。図11を参照すると、第1の閾値lminを0.02とした場合が最も再現率の低下が緩やかであることがわかる。 Next, in this experimental example, as shown in FIG. 11, the reproduction rate of the feature point detection when the light amount of the image was decreased was measured. Here, the horizontal axis in FIG. 11 is the amount of decrease in the amount of light, and the vertical axis is the reproduction rate of feature point detection. Referring to FIG. 11, it can be seen that when the first threshold value l min is set to 0.02, the reduction in the recall rate is the slowest.

次に、本実験例では、図12に示すように、画像のJPEG圧縮率を増加させた場合における特徴点検出の再現率を測定した。ここで、図12における横軸はJPEG圧縮率スケールの増加量であり、縦軸は特徴点検出の再現率である。図12を参照すると、第1の閾値lminを0.04とした場合が最も再現率の低下が緩やかであることがわかる。 Next, in this experimental example, as shown in FIG. 12, the reproduction rate of feature point detection when the JPEG compression rate of the image was increased was measured. Here, the horizontal axis in FIG. 12 is the increase amount of the JPEG compression rate scale, and the vertical axis is the reproduction rate of feature point detection. Referring to FIG. 12, it can be seen that when the first threshold value l min is 0.04, the reduction in the recall rate is the slowest.

次に、本実験例では、図13に示すように、画像の視点を変更した場合における特徴点検出の再現率を測定した。ここで、図13における横軸は視点の変更量であり、縦軸は特徴点検出の再現率である。図13を参照すると、第1の閾値lminを0.02とした場合が最も再現率の低下が緩やかであることがわかる。 Next, in this experimental example, as shown in FIG. 13, the reproduction rate of the feature point detection when the viewpoint of the image was changed was measured. Here, the horizontal axis in FIG. 13 is the viewpoint change amount, and the vertical axis is the feature point detection recall. Referring to FIG. 13, it can be seen that when the first threshold value l min is 0.02, the reduction in the recall rate is the slowest.

このように、図8〜図13を総合的に勘案すると、本発明に係る画像特徴点検出装置を用いて、第1の閾値lminを0.02とした場合が、最も再現率の低下が緩やかであることがわかる。従って、本発明に係る画像特徴点検出装置は、従来技術に係るヘシアンベース特徴点検出装置と比較して、特徴点検出の再現率、すなわち特徴点検出の精度も高いことがわかる。 Thus, considering FIGS. 8 to 13 comprehensively, when the first threshold value l min is set to 0.02 using the image feature point detection apparatus according to the present invention, the reduction in the reproducibility is the most. It turns out that it is loose. Therefore, it can be seen that the image feature point detection apparatus according to the present invention has a higher feature point detection reproducibility, that is, the accuracy of feature point detection, than the Hessian-based feature point detection apparatus according to the prior art.

1 画像特徴点検出装置
10 スケール画像生成手段
20,21,22,23 ヘシアン値算出手段
30 ヘシアン値判定手段
40 ヘシアン値解析手段
50 閾値記憶手段
210 垂直方向畳み込み部
220 水平方向畳み込み部
230 斜め方向畳み込み部
240 垂直方向畳み込み判定部
250 水平方向畳み込み判定部
260 ヘシアン値演算部
270 斜め方向畳み込み判定部
DESCRIPTION OF SYMBOLS 1 Image feature point detection apparatus 10 Scale image generation means 20, 21, 22, 23 Hessian value calculation means 30 Hessian value determination means 40 Hessian value analysis means 50 Threshold storage means 210 Vertical direction convolution part 220 Horizontal direction convolution part 230 Diagonal direction convolution Unit 240 vertical direction convolution determination unit 250 horizontal direction convolution determination unit 260 Hessian value calculation unit 270 oblique direction convolution determination unit

Claims (4)

入力された画像の特徴点を検出する画像特徴点検出装置であって、
前記画像から異なるスケールのスケール画像を生成するスケール画像生成手段と、
前記スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の垂直方向に畳み込む垂直方向畳み込み手段と、
前記スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の水平方向に畳み込む水平方向畳み込み手段と、
前記スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の斜め方向に畳み込む斜め方向畳み込み手段と、
前記垂直方向畳み込み手段によって算出された値が予め定められた第1の閾値を超えるか否かを判定し、当該値が前記第1の閾値を超える場合に、前記水平方向畳み込み手段または前記斜め方向畳み込み手段に対して、畳み込み指示を行う垂直方向畳み込み判定手段と、
前記水平方向畳み込み手段によって算出された値が前記第1の閾値を超えるか否かを判定し、当該値が前記第1の閾値を超える場合に、前記垂直方向畳み込み手段または前記斜め方向畳み込み手段に対して、畳み込み指示を行う水平方向畳み込み判定手段と、
前記垂直方向畳み込み手段および前記水平方向畳み込み手段によって算出された値を乗算し、当該乗算した値から、前記斜め方向畳み込み手段によって算出された値を2乗した値を減算することで、前記画素のヘシアン値を算出するとともに、前記垂直方向畳み込み手段または前記水平方向畳み込み手段によって算出された値が前記第1の閾値以下である場合に、前記画素のヘシアン値を0に設定するヘシアン値演算手段と、
前記ヘシアン値演算手段によって算出された前記ヘシアン値が、予め定められた第2の閾値を超えるか否かを判定するヘシアン値判定手段と、
前記ヘシアン値判定手段によって前記第2の閾値を超えると判定されたヘシアン値のうち、画素の位置またはスケールが隣接する画素のヘシアン値同士を比較し、勾配の大きさが極大となるヘシアン値が示す画素を特徴点とするヘシアン値解析手段と、
前記第1の閾値および前記第2の閾値を記憶する閾値記憶手段と、
を備えることを特徴とする画像特徴点検出装置。
An image feature point detection device for detecting feature points of an input image,
Scale image generating means for generating scale images of different scales from the image;
Vertical convolution means for convolving the LoG filter in the vertical direction of the image with respect to the pixels on each scale image generated by the scale image generation means;
A horizontal convolution unit that convolves a LoG filter in the horizontal direction of the image with respect to pixels on each scale image generated by the scale image generation unit;
Diagonal direction convolution means for convolving the LoG filter in the oblique direction of the image with respect to the pixels on each scale image generated by the scale image generation means,
It is determined whether the value calculated by the vertical direction convolution means exceeds a predetermined first threshold, and when the value exceeds the first threshold, the horizontal direction convolution means or the oblique direction A vertical direction convolution determination means for performing a convolution instruction to the convolution means;
It is determined whether the value calculated by the horizontal direction convolution means exceeds the first threshold value, and when the value exceeds the first threshold value, the vertical direction convolution means or the oblique direction convolution means On the other hand, a horizontal direction convolution determination means for performing a convolution instruction,
Multiplying the values calculated by the vertical direction convolution means and the horizontal direction convolution means, and subtracting a value obtained by squaring the value calculated by the oblique direction convolution means from the multiplied value, Hessian value calculating means for calculating a Hessian value and setting the Hessian value of the pixel to 0 when the value calculated by the vertical direction convolution means or the horizontal direction convolution means is equal to or less than the first threshold value; ,
Hessian value determining means for determining whether the Hessian value calculated by the Hessian value calculating means exceeds a predetermined second threshold;
Among the Hessian values determined by the Hessian value determining means to exceed the second threshold, the Hessian values of pixels whose pixel positions or scales are adjacent to each other are compared, and the Hessian value at which the magnitude of the gradient becomes maximum is obtained. A Hessian value analysis means having a pixel as a feature point;
Threshold storage means for storing the first threshold and the second threshold;
An image feature point detection apparatus comprising:
入力された画像の特徴点を検出する画像特徴点検出装置であって、
前記画像から異なるスケールのスケール画像を生成するスケール画像生成手段と、
前記スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の垂直方向に畳み込む垂直方向畳み込み手段と、
前記スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の水平方向に畳み込む水平方向畳み込み手段と、
前記スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の斜め方向に畳み込む斜め方向畳み込み手段と、
前記斜め方向畳み込み手段によって算出された値が前記第1の閾値未満であるか否かを判定し、当該値が前記第1の閾値未満である場合に、前記垂直方向畳み込み手段または前記水平方向畳み込み手段に対して、畳み込み指示を行う斜め方向畳み込み判定部と、
前記垂直方向畳み込み手段によって算出された値が予め定められた第1の閾値を超えるか否かを判定し、当該値が前記第1の閾値を超える場合に、前記水平方向畳み込み手段に対して、畳み込み指示を行う垂直方向畳み込み判定手段と、
前記水平方向畳み込み手段によって算出された値が予め定められた第1の閾値を超えるか否かを判定し、当該値が前記第1の閾値を超える場合に、前記垂直方向畳み込み手段に対して、畳み込み指示を行う水平方向畳み込み判定手段と、
前記垂直方向畳み込み手段および前記水平方向畳み込み手段によって算出された値を乗算し、当該乗算した値から、前記斜め方向畳み込み手段によって算出された値を2乗した値を減算することで、前記画素のヘシアン値を算出するとともに、前記斜め方向畳み込み手段によって算出された値が前記第1の閾値以上であるか、前記垂直方向畳み込み手段または前記水平方向畳み込み手段によって算出された値が前記第1の閾値以下である場合に、前記画素のヘシアン値を0に設定するヘシアン値演算手段と、
前記ヘシアン値演算手段によって算出された前記ヘシアン値が、予め定められた第2の閾値を超えるか否かを判定するヘシアン値判定手段と、
前記ヘシアン値判定手段によって前記第2の閾値を超えると判定されたヘシアン値のうち、画素の位置またはスケールが隣接する画素のヘシアン値同士を比較し、勾配の大きさが極大となるヘシアン値が示す画素を特徴点とするヘシアン値解析手段と、
前記第1の閾値および前記第2の閾値を記憶する閾値記憶手段と、
を備えることを特徴とする画像特徴点検出装置。
An image feature point detection device for detecting feature points of an input image,
Scale image generating means for generating scale images of different scales from the image;
Vertical convolution means for convolving the LoG filter in the vertical direction of the image with respect to the pixels on each scale image generated by the scale image generation means;
A horizontal convolution unit that convolves a LoG filter in the horizontal direction of the image with respect to pixels on each scale image generated by the scale image generation unit;
Diagonal direction convolution means for convolving the LoG filter in the oblique direction of the image with respect to the pixels on each scale image generated by the scale image generation means,
It is determined whether or not the value calculated by the oblique direction convolution means is less than the first threshold value, and when the value is less than the first threshold value, the vertical direction convolution means or the horizontal direction convolution means An oblique direction convolution determination unit that instructs the means to convolve,
It is determined whether or not the value calculated by the vertical direction convolution means exceeds a predetermined first threshold, and when the value exceeds the first threshold, the horizontal direction convolution means, Vertical direction convolution determination means for instructing convolution,
It is determined whether the value calculated by the horizontal direction convolution means exceeds a predetermined first threshold value, and when the value exceeds the first threshold value, for the vertical direction convolution means, A horizontal convolution determination means for performing a convolution instruction;
Multiplying the values calculated by the vertical direction convolution means and the horizontal direction convolution means, and subtracting a value obtained by squaring the value calculated by the oblique direction convolution means from the multiplied value, The Hessian value is calculated, and the value calculated by the oblique direction convolution means is greater than or equal to the first threshold value, or the value calculated by the vertical direction convolution means or the horizontal direction convolution means is the first threshold value. Hessian value calculation means for setting the Hessian value of the pixel to 0 when
Hessian value determining means for determining whether the Hessian value calculated by the Hessian value calculating means exceeds a predetermined second threshold;
Among the Hessian values determined by the Hessian value determining means to exceed the second threshold, the Hessian values of pixels whose pixel positions or scales are adjacent to each other are compared, and the Hessian value at which the magnitude of the gradient becomes maximum is obtained. A Hessian value analysis means having a pixel as a feature point;
Threshold storage means for storing the first threshold and the second threshold;
An image feature point detection apparatus comprising:
前記垂直方向畳み込み手段は、前記スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の垂直方向に畳み込むことで、下記式(1)におけるLxx(X,σ)を算出し、
前記水平方向畳み込み手段は、前記スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の水平方向に畳み込むことで、下記式(1)におけるLyy(X,σ)を算出し、
前記斜め方向畳み込み手段は、前記スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の斜め方向に畳み込むことで、下記式(1)におけるLxy(X,σ)を算出し、
前記ヘシアン値演算手段は、下記式(1)におけるH(X,σ)を算出することを特徴とする請求項1または請求項2に記載の画像特徴点検出装置。
Figure 2012053653
The vertical direction convolution means convolves a LoG filter in the vertical direction of the image with respect to the pixels on the respective scale images generated by the scale image generation means, whereby L xx (X, σ)
The horizontal direction convolution means convolves a LoG filter in the horizontal direction of the image with respect to the pixels on the respective scale images generated by the scale image generation means, so that L yy (X, σ)
The oblique direction convolution means convolves the LoG filter in the oblique direction of the image with respect to the pixels on the respective scale images generated by the scale image generation means, whereby L xy (X, σ)
The image feature point detection apparatus according to claim 1, wherein the Hessian value calculation means calculates H (X, σ) in the following formula (1).
Figure 2012053653
入力された画像の特徴点を検出するために、コンピュータを、
前記画像から異なるスケールのスケール画像を生成するスケール画像生成手段、
前記スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の垂直方向に畳み込む垂直方向畳み込み手段、
前記スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の水平方向に畳み込む水平方向畳み込み手段、
前記スケール画像生成手段によって生成されたそれぞれのスケール画像上の画素に対して、LoGフィルタを画像の斜め方向に畳み込む斜め方向畳み込み手段、
前記垂直方向畳み込み手段によって算出された値が予め定められた第1の閾値を超えるか否かを判定し、当該値が前記第1の閾値を超える場合に、前記水平方向畳み込み手段または前記斜め方向畳み込み手段に対して、畳み込み指示を行う垂直方向畳み込み判定手段、
前記水平方向畳み込み手段によって算出された値が前記第1の閾値を超えるか否かを判定し、当該値が前記第1の閾値を超える場合に、前記垂直方向畳み込み手段または前記斜め方向畳み込み手段に対して、畳み込み指示を行う水平方向畳み込み判定手段、
前記垂直方向畳み込み手段および前記水平方向畳み込み手段によって算出された値を乗算し、当該乗算した値から、前記斜め方向畳み込み手段によって算出された値を2乗した値を減算することで、前記画素のヘシアン値を算出するとともに、前記垂直方向畳み込み手段または前記水平方向畳み込み手段によって算出された値が前記第1の閾値以下である場合に、前記画素のヘシアン値を0に設定するヘシアン値演算手段、
前記ヘシアン値演算手段によって算出された前記ヘシアン値が、予め定められた第2の閾値を超えるか否かを判定するヘシアン値判定手段、
前記ヘシアン値判定手段によって前記第2の閾値を超えると判定されたヘシアン値のうち、画素の位置またはスケールが隣接する画素のヘシアン値同士を比較し、勾配の大きさが極大となるヘシアン値が示す画素を特徴点とするヘシアン値解析手段、
として機能させることを特徴とする画像特徴点検出プログラム。
In order to detect the feature points of the input image,
Scale image generating means for generating scale images of different scales from the image;
Vertical convolution means for convolving the LoG filter in the vertical direction of the image with respect to the pixels on the respective scale images generated by the scale image generation means;
Horizontal convolution means for convolving the LoG filter in the horizontal direction of the image with respect to the pixels on the respective scale images generated by the scale image generation means;
Diagonal direction convolution means for convolving the LoG filter in the oblique direction of the image with respect to the pixels on each scale image generated by the scale image generation means,
It is determined whether the value calculated by the vertical direction convolution means exceeds a predetermined first threshold, and when the value exceeds the first threshold, the horizontal direction convolution means or the oblique direction A vertical convolution determining means for instructing the convolution means,
It is determined whether the value calculated by the horizontal direction convolution means exceeds the first threshold value, and when the value exceeds the first threshold value, the vertical direction convolution means or the oblique direction convolution means On the other hand, a horizontal direction convolution determination means for instructing convolution,
Multiplying the values calculated by the vertical direction convolution means and the horizontal direction convolution means, and subtracting a value obtained by squaring the value calculated by the oblique direction convolution means from the multiplied value, Hessian value calculation means for calculating a Hessian value and setting the Hessian value of the pixel to 0 when the value calculated by the vertical direction convolution means or the horizontal direction convolution means is equal to or less than the first threshold value;
Hessian value determining means for determining whether the Hessian value calculated by the Hessian value calculating means exceeds a predetermined second threshold value;
Among the Hessian values determined by the Hessian value determining means to exceed the second threshold, the Hessian values of pixels whose pixel positions or scales are adjacent to each other are compared, and the Hessian value at which the magnitude of the gradient becomes maximum is obtained. A Hessian value analysis means having the indicated pixel as a feature point,
An image feature point detection program characterized in that it functions as a computer program.
JP2010195454A 2010-09-01 2010-09-01 Image feature point detection device and image feature point detection program Pending JP2012053653A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010195454A JP2012053653A (en) 2010-09-01 2010-09-01 Image feature point detection device and image feature point detection program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010195454A JP2012053653A (en) 2010-09-01 2010-09-01 Image feature point detection device and image feature point detection program

Publications (1)

Publication Number Publication Date
JP2012053653A true JP2012053653A (en) 2012-03-15

Family

ID=45906900

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010195454A Pending JP2012053653A (en) 2010-09-01 2010-09-01 Image feature point detection device and image feature point detection program

Country Status (1)

Country Link
JP (1) JP2012053653A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0962838A (en) * 1995-08-24 1997-03-07 Nachi Fujikoshi Corp High speed pattern matching method
JP2001312728A (en) * 2000-05-01 2001-11-09 Minolta Co Ltd Image processor, image processing method and recording recorded with image processing program
JP2009535680A (en) * 2006-04-28 2009-10-01 トヨタ モーター ヨーロッパ ナムローゼ フェンノートシャップ Robust interest point detector and descriptor

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0962838A (en) * 1995-08-24 1997-03-07 Nachi Fujikoshi Corp High speed pattern matching method
JP2001312728A (en) * 2000-05-01 2001-11-09 Minolta Co Ltd Image processor, image processing method and recording recorded with image processing program
JP2009535680A (en) * 2006-04-28 2009-10-01 トヨタ モーター ヨーロッパ ナムローゼ フェンノートシャップ Robust interest point detector and descriptor

Similar Documents

Publication Publication Date Title
JP6965320B2 (en) Systems and methods for detecting image forgery via a convolutional neural network, and how to use them to provide uncorrected detection services
US20180158199A1 (en) Image alignment for burst mode images
JP5007953B2 (en) Image processing apparatus, image processing method, and program
JP2009212969A (en) Image processing apparatus, image processing method, and image processing program
JP5534411B2 (en) Image processing device
JP2016522924A5 (en)
JPWO2009037803A1 (en) Image noise removing apparatus, image noise removing method, and image noise removing program
JP2020053062A (en) Modification of homography
TW201335892A (en) System and method for measuring special boundaries
JP2012515982A (en) Smoothed local histogram filter for computer graphics
KR20140048631A (en) Apparatus and method of reconstructing 3-dimension super-resolution image from depth image
JP2008544402A5 (en)
EP2536123B1 (en) Image processing method and image processing apparatus
JP2009049562A (en) Image processing device, method, and program
JP2015115067A (en) Method and device for extracting distorted straight line from image
JP4686624B2 (en) Information processing apparatus, image processing method, and program
CN110738625B (en) Image resampling method, device, terminal and computer readable storage medium
JP2010212782A (en) Image sharpening device and image sharpening method
TW201421423A (en) Image sensor and operating method thereof
JP2012053653A (en) Image feature point detection device and image feature point detection program
CN104655041A (en) Industrial part contour line multi-feature extracting method with additional constraint conditions
JP6080424B2 (en) Corresponding point search device, program thereof, and camera parameter estimation device
JP2010193154A5 (en)
CN112330553B (en) Crack image denoising method, device and storage medium
JP2014123247A5 (en)

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130107

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131011

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131022

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20140311

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20140326