JP5911122B2 - Straight line detection apparatus and straight line detection method - Google Patents
Straight line detection apparatus and straight line detection method Download PDFInfo
- Publication number
- JP5911122B2 JP5911122B2 JP2011155847A JP2011155847A JP5911122B2 JP 5911122 B2 JP5911122 B2 JP 5911122B2 JP 2011155847 A JP2011155847 A JP 2011155847A JP 2011155847 A JP2011155847 A JP 2011155847A JP 5911122 B2 JP5911122 B2 JP 5911122B2
- Authority
- JP
- Japan
- Prior art keywords
- straight line
- target image
- detection device
- hough
- line detection
- 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.)
- Active
Links
Images
Landscapes
- Image Analysis (AREA)
Description
本発明は、画像に含まれる直線を検出する技術に関する。 The present invention relates to a technique for detecting a straight line included in an image.
画像に含まれる直線を検出する技術として、ハフ(Hough)変換が用いられている。XY座標系を持つ画像の任意の点を通る直線は、ハフ空間上の座標(θ、ρ)に変換される。ハフ空間の座標(θ、ρ)に変換される直線の数を2次元配列[θ][ρ]を用いて集計する。そして、2次元配列[θ][ρ]の中で所定の閾値を上回る集計値を有する座標(θ、ρ)から、XY座標系の直線を検出する。 As a technique for detecting a straight line included in an image, Hough transformation is used. A straight line passing through an arbitrary point of the image having the XY coordinate system is converted into coordinates (θ, ρ) in the Hough space. The number of straight lines converted into the coordinates (θ, ρ) of the Hough space is tabulated using a two-dimensional array [θ] [ρ]. Then, a straight line in the XY coordinate system is detected from coordinates (θ, ρ) having a total value exceeding a predetermined threshold in the two-dimensional array [θ] [ρ].
下記特許文献1においては、画像を局所領域に分割するために、ハフ変換を用いて画像中の線分を検出している。下記特許文献2においては、直線の長さに応じてハフ空間上のパラメータθ、ρのサンプリング間隔を最適化することを試みている。下記特許文献3においても画像の中に含まれる線分を検出するためにハフ変換が用いられている。 In Patent Document 1 below, in order to divide an image into local regions, line segments in the image are detected using Hough transform. In the following Patent Document 2, an attempt is made to optimize the sampling interval of the parameters θ and ρ on the Hough space according to the length of the straight line. Also in Patent Document 3 below, Hough transform is used to detect a line segment included in an image.
ハフ変換を利用した直線の検出方法は、XY座標系における直線上に存在する点の数に着目する。同一直線上に存在する点の数が多ければ多いほど、直線として検出される可能性が高くなる。このため、縦方向よりも横方向の長さの長い画像であれば、横方向については直線が検出され易くなる。逆に縦方向の直線は、多少密度が濃い場合であっても、集計値が小さくなれば、直線として検出されない可能性がある。 The straight line detection method using the Hough transform focuses on the number of points existing on the straight line in the XY coordinate system. The greater the number of points existing on the same straight line, the higher the possibility of being detected as a straight line. For this reason, if the image is longer in the horizontal direction than in the vertical direction, straight lines are easily detected in the horizontal direction. On the contrary, even if the straight line in the vertical direction is somewhat dense, there is a possibility that it will not be detected as a straight line if the total value becomes small.
あるいは、画像の4隅に存在するような直線は、直線距離が短いため、さらに、直線として検出される可能性が小さくなる。 Alternatively, straight lines that exist at the four corners of the image have a short straight line distance, and therefore, the possibility of being detected as a straight line is further reduced.
本発明は、直線が存在する方向あるいは位置に左右されることなく、同じような基準で直線を検出する技術を提供することを課題とする。 It is an object of the present invention to provide a technique for detecting a straight line based on the same reference without being influenced by the direction or position where the straight line exists.
上記課題を解決するため、請求項1記載の発明は、直線検出装置であって、対象画像の基準点から前記対象画像内の任意の直線に下した垂線の長さρおよび前記垂線が前記基準点を通る基準軸となす角θを用いて、前記対象画像内の任意の直線を表現することにより、前記対象画像内の任意の点を通る直線をハフ空間内の座標(θ、ρ)に変換するハフ変換部と、ハフ空間内の任意の座標(θ、ρ)に対応する前記対象画像内の直線が、前記対象画像の外周と交わる交点を求めるとともに、交点間の距離を算出する交点間距離算出部と、ハフ空間内の各座標(θ、ρ)について、前記ハフ変換部によって変換された回数を集計し、各座標(θ、ρ)の集計値をそれぞれ対応する交点間距離で正規化し、正規化集計値を算出する正規化部と、正規化集計値が第1の閾値を超える座標(θ、ρ)を特定することにより、前記対象画像における直線を検出する検出部と、を備える。 In order to solve the above-mentioned problem, the invention according to claim 1 is a straight line detection device, wherein a length ρ of a perpendicular line dropped from a reference point of the target image to an arbitrary straight line in the target image and the vertical line are the reference line By expressing an arbitrary straight line in the target image using an angle θ formed with a reference axis passing through the point, the straight line passing through the arbitrary point in the target image is represented by coordinates (θ, ρ) in the Hough space. A Hough transform unit to be transformed and an intersection for calculating a distance between the intersections while obtaining an intersection where a straight line in the target image corresponding to an arbitrary coordinate (θ, ρ) in the Hough space intersects the outer periphery of the target image The distance calculation unit and the coordinates (θ, ρ) in the Hough space are totaled for the number of times converted by the Hough transform unit, and the total value of each coordinate (θ, ρ) is calculated by the distance between the corresponding points. A normalization unit that normalizes and calculates a normalized aggregate value, and a normalization collection By value specifying the coordinates exceeds the first threshold value (theta, [rho), and a detector for detecting a straight line in the target image.
請求項2記載の発明は、請求項1に記載の直線検出装置であって、さらに、前記ハフ変換が行われる前に前記対象画像を2値変換する変換部、を備え、前記対象画像内のある点がハフ空間内の座標(θ、ρ)に変換されたとき、集計値に1が加算される。 The invention according to claim 2 is the straight line detection device according to claim 1, further comprising a conversion unit that performs binary conversion on the target image before the Hough conversion is performed, When a certain point is converted into coordinates (θ, ρ) in the Hough space, 1 is added to the total value.
請求項3記載の発明は、請求項1または請求項2に記載の直線検出装置であって、前記対象画像内のそれぞれの点がハフ空間内の座標(θ、ρ)に変換されたとき、前記対象画像内のそれぞれの点の特徴量の大きさによって重みづけされた値が集計値に加算される。 Invention of Claim 3 is the straight line detection apparatus of Claim 1 or Claim 2, Comprising: When each point in the said object image is converted into the coordinate ((theta), (rho)) in Hough space, A value weighted by the size of the feature amount of each point in the target image is added to the total value.
請求項4記載の発明は、請求項3に記載の直線検出装置であって、前記特徴量の大きさは線分強度を含む。 A fourth aspect of the present invention is the straight line detection apparatus according to the third aspect, wherein the feature amount includes a line segment intensity.
請求項5記載の発明は、請求項1ないし請求項4のいずれかに記載の直線検出装置であって、前記検出部は、前記交点間距離が第2の閾値以下となる直線については、正規化集計値の値によらず直線の検出対象から除外する。 A fifth aspect of the present invention is the straight line detection device according to any one of the first to fourth aspects, wherein the detection unit is configured to perform a normal operation with respect to a straight line whose distance between the intersection points is equal to or less than a second threshold value. Regardless of the value of the totalization value, it is excluded from the line detection target.
請求項6記載の発明は、請求項1ないし請求項5のいずれかに記載の直線検出装置であって、前記交点間距離算出部は、ハフ空間内の座標(θ、ρ)に対応する前記対象画像内の直線の前記交点間距離を算出するとき、ρ=0と置き換えた上で前記交点間距離を算出する簡易算出部、を含む。 A sixth aspect of the present invention is the straight line detection device according to any one of the first to fifth aspects, wherein the inter-intersection distance calculation unit corresponds to the coordinates (θ, ρ) in the Hough space. When calculating the distance between the intersections of the straight lines in the target image, a simple calculation unit that calculates the distance between the intersections after replacing with ρ = 0.
請求項7記載の発明は、請求項1ないし請求項6のいずれかに記載の直線検出装置であって、前記基準点は、前記対象画像内の任意の座標に設定される。 A seventh aspect of the present invention is the straight line detection device according to any one of the first to sixth aspects, wherein the reference point is set at an arbitrary coordinate in the target image.
請求項8記載の発明は、直線検出装置であって、対象画像に対して、アスペクト比を1:1に変換するアスペクト比変換処理を実行することにより、正方画像を生成する変換部と、前記正方画像の基準点から前記正方画像内の任意の直線に下した垂線の長さρおよび前記垂線が前記基準点を通る基準軸となす角θを用いて、前記正方画像内の任意の直線を表現することにより、前記正方画像内の任意の点を通る直線をハフ空間内の座標(θ、ρ)に変換するハフ変換部と、ハフ空間内の各座標(θ、ρ)について、前記ハフ変換部によって変換された回数を集計し、各座標(θ、ρ)の集計値が第1の閾値を超える座標(θ、ρ)を特定することにより、前記正方画像における直線を検出する検出部と、を備える。 The invention according to claim 8 is a straight line detection device, wherein a conversion unit that generates a square image by executing an aspect ratio conversion process for converting an aspect ratio to 1: 1 with respect to a target image; An arbitrary straight line in the square image is obtained by using a length ρ of a perpendicular line drawn from a reference point of the square image to an arbitrary straight line in the square image and an angle θ formed by the vertical line and a reference axis passing through the reference point. By expressing, a Hough transform unit that converts a straight line passing through an arbitrary point in the square image into coordinates (θ, ρ) in the Hough space, and each coordinate (θ, ρ) in the Hough space, the Hough A detection unit that counts the number of times of conversion by the conversion unit and detects a straight line in the square image by specifying a coordinate (θ, ρ) whose total value of each coordinate (θ, ρ) exceeds the first threshold value And comprising.
請求項9記載の発明は、請求項8に記載の直線検出装置であって、さらに、前記ハフ変換が行われる前であって、アスペクト比変換前あるいは変換後の画像を2値変換する変換部、を備え、前記正方画像内のある点がハフ空間内の座標(θ、ρ)に変換されたとき、集計値に1が加算される。 The invention according to claim 9 is the straight line detection device according to claim 8, further comprising: a conversion unit that performs binary conversion on an image before aspect ratio conversion or after conversion before the Hough conversion is performed. When a certain point in the square image is converted into coordinates (θ, ρ) in the Hough space, 1 is added to the total value.
請求項10記載の発明は、請求項8または請求項9に記載の直線検出装置であって、前記正方画像内のそれぞれの点がハフ空間内の座標(θ、ρ)に変換されたとき、前記正方画像内のそれぞれの点の特徴量の大きさによって重みづけされた値が集計値に加算される。 The invention according to claim 10 is the straight line detection device according to claim 8 or 9, wherein each point in the square image is converted into coordinates (θ, ρ) in the Hough space. A value weighted according to the feature value of each point in the square image is added to the total value.
請求項11記載の発明は、請求項10に記載の直線検出装置であって、前記特徴量の大きさは線分強度を含む。 An eleventh aspect of the present invention is the straight line detection device according to the tenth aspect, wherein the feature amount includes a line segment intensity.
請求項12記載の発明は、請求項8ないし請求項11のいずれかに記載の直線検出装置であって、前記基準点は、前記正方画像内の任意の座標に設定される。 A twelfth aspect of the present invention is the straight line detection device according to any one of the eighth to eleventh aspects, wherein the reference point is set at an arbitrary coordinate in the square image.
請求項13記載の発明は、請求項1ないし請求項12のいずれかに記載の直線検出装置であって、さらに、前記対象画像がカラー画像である場合、ハフ変換が行われる前にカラー画像から輝度画像を生成する輝度画像生成部、を含む。 A thirteenth aspect of the present invention is the straight line detection device according to any one of the first to twelfth aspects of the present invention, wherein when the target image is a color image, the color image is detected before the Hough transform is performed. A luminance image generation unit for generating a luminance image;
請求項14記載の発明は、請求項2または請求項9に記載の直線検出装置であって、前記変換部は、前記対象画像に特徴量抽出処理を施した後、2値変換を行う。 A fourteenth aspect of the present invention is the straight line detection device according to the second or ninth aspect, wherein the conversion unit performs a binary conversion after performing a feature amount extraction process on the target image.
請求項15記載の発明は、請求項14に記載の直線検出装置であって、前記特徴量抽出処理は輪郭抽出処理を含む。 A fifteenth aspect of the present invention is the straight line detection device according to the fourteenth aspect, wherein the feature amount extraction processing includes contour extraction processing.
請求項16記載の発明は、直線検出方法であって、対象画像の基準点から前記対象画像内の任意の直線に下した垂線の長さρおよび前記垂線が前記基準点を通る基準軸となす角θを用いて、前記対象画像内の任意の直線を表現することにより、前記対象画像内の任意の点を通る直線をハフ空間内の座標(θ、ρ)に変換するハフ変換工程と、ハフ空間内の任意の座標(θ、ρ)に対応する前記対象画像内の直線が、前記対象画像の外周と交わる交点を求めるとともに、交点間の距離を算出する交点間距離算出工程と、ハフ空間内の各座標(θ、ρ)について、前記ハフ変換工程によって変換された回数を集計し、各座標(θ、ρ)の集計値をそれぞれ対応する交点間距離で正規化し、正規化集計値を算出する正規化工程と、正規化集計値が第1の閾値を超える座標(θ、ρ)を特定することにより、前記対象画像における直線を検出する検出工程と、を備える。
The invention according to
請求項17記載の発明は、直線検出方法であって、対象画像に対して、アスペクト比を1:1に変換するアスペクト比変換処理を実行することにより、正方画像を生成する変換工程と、前記正方画像の基準点から前記正方画像内の任意の直線に下した垂線の長さρおよび前記垂線が前記基準点を通る基準軸となす角θを用いて、前記正方画像内の任意の直線を表現することにより、前記正方画像内の任意の点を通る直線をハフ空間内の座標(θ、ρ)に変換するハフ変換工程と、ハフ空間内の各座標(θ、ρ)について、前記ハフ変換工程によって変換された回数を集計し、各座標(θ、ρ)の集計値が第1の閾値を超える座標(θ、ρ)を特定することにより、前記正方画像における直線を検出する検出工程と、を備える。
The invention according to
本発明の直線検出装置を用いることにより、直線の方向や位置に依存することなく、同じような基準で、ハフ変換された情報から直線を検出することができる。アスペクト比が1:1でない画像であっても、縦方向あるいは横方向、いずれかの直線が検出され難いといった問題を解消することができる。画像の4隅に存在するような直線も検出漏れを防ぐことができる。 By using the straight line detection device of the present invention, it is possible to detect a straight line from the Hough transformed information on the same basis without depending on the direction and position of the straight line. Even if the image has an aspect ratio other than 1: 1, it is possible to solve the problem that it is difficult to detect any straight line in the vertical direction or the horizontal direction. Straight lines that exist at the four corners of the image can also prevent detection omissions.
{第1の実施の形態}
<1.処理の全体の流れ>
図1は、第1の実施の形態に係る直線検出装置1のブロック図である。直線検出装置1は、輝度画像生成部11、輪郭抽出処理部12、2値変換部13、ハフ(Hough)変換部14、ハフテーブル15および直線検出部16を備えている。
{First embodiment}
<1. Overall flow of processing>
FIG. 1 is a block diagram of a straight line detection apparatus 1 according to the first embodiment. The straight line detection device 1 includes a luminance
本実施の形態においては、輝度画像生成部11、輪郭抽出処理部12、2値変換部13、ハフ変換部14および直線検出部16は、ハードウェア回路により構成されている。しかし、これら機能部をCPUおよびCPU上で動作するソフトウェアにより構成してもよい。
In the present embodiment, the luminance
輝度画像生成部11は、カラー画像データ101を入力する。カラー画像データ101は、たとえば、図示せぬ撮像素子により取得された画像である。カラー画像データ101は、たとえば、YCbCr色空間やRGB色空間の画像データである。輝度画像生成部11は、カラー画像データ101から、輝度画像データ102を生成する。たとえば、カラー画像データ101がYCbCr色空間の画像データであれば、輝度画像生成部11は、Y信号を抽出することにより輝度画像データ102を生成する。
The luminance
輪郭抽出処理部12は、輝度画像データ102を入力する。輪郭抽出処理部12は、輝度画像データ102から輪郭画像データ103を生成する。本実施の形態においては、輪郭抽出処理部12は、ソーベル(Sobel)フィルタを利用して、輪郭抽出処理を行っている。ソーベルフィルタは、空間1次微分演算により、輪郭を検出するフィルタである。輪郭抽出処理部12は、フィルタの出力の絶対値を線分の強度として出力する。用いるフィルタは特に限定されるものではない。たとえば、ラプラシアンフィルタを用いてもよい。
The contour
2値変換部13は、輪郭画像データ103を入力する。2値変換部13は、輪郭画像データ103から2値画像データ104を生成する。輪郭画像データ103は、グレースケールの画像データである。2値変換部13は、予め設定された閾値に基づいて、輪郭画像データ103の各画素の画素値を0あるいは1に変換する。
The
ハフ変換部14は、2値画像データ104を入力する。ハフ変換部14は、2値画像データ104をハフ変換し、変換後の結果をハフテーブル15に書き込む。具体的には、ハフ変換部14は、変換後の結果を2次元配列[θ][ρ]に格納する。ハフ変換の処理の内容は後で詳しく説明する。
The
直線検出部16は、交点間距離算出部161および正規化部162を備えている。直線検出部16は、ハフテーブル15を参照することで、2値画像データ104に含まれる直線を検出する。交点間距離算出部161および正規化部162を含め、直線検出部16の処理の内容は後で詳しく説明する。
The straight
<2.ハフ変換>
ハフ変換部14の処理内容について詳しく説明する。ハフ変換部14は、2値画像データ104に含まれる任意の点について、各点を通る直線をハフ空間上の座標(θ、ρ)に変換する。
<2. Hough transform>
The processing content of the
図2は、2値画像データ104を示す図である。2値画像データ104には、図2に示すように、原点OとXY座標が定義されている。図2には、2値画像データ104に含まれる点のうち一部の点51〜55を図示している。ここで、2値画像データ104に含まれる点とは、2値変換により画素値1が与えられている点のことである。点51を通る直線61は、θおよびρを用いて数1式のように表すことができる。
FIG. 2 is a diagram showing the
数1式において、ρは、原点から直線61に下した垂線62の長さである。θは、垂線62がX軸の正の方向となす角である。
In Equation 1, ρ is the length of the
点51を通る直線は、多数存在する。点51を通る直線の数は、θおよびρのサンプリング間隔に基づいて決まる。したがって、2値画像データ104上の1つの点に対して、複数のハフ空間上の座標(θ、ρ)が対応付けられる。
There are many straight lines passing through the
図2に示すように、点51〜点53は、同一直線上に並んでいる。点52および点53を通る直線についても、それぞれ複数のハフ空間上の座標(θ、ρ)に変換される。そして、点51〜点53の全ての点について、直線61がハフ変換されて、同一の座標(θ、ρ)に対応付けられる。
As shown in FIG. 2, the
図3は、ハフ空間を示す図である。正弦曲線71〜75は、それぞれ、点51〜点55がハフ変換されることにより得られるハフ空間上の点の集合を示している。そして、正弦曲線71〜73の交わる座標(θ1、ρ1)が直線61に対応している。
FIG. 3 is a diagram illustrating the Hough space. The sine curves 71 to 75 represent sets of points on the Hough space obtained by performing the Hough transform on the
このように、2値画像データ104において同一の直線上に複数の点が存在する場合、2値画像上の複数の点がハフ空間上の同一の点に変換されることになる。ハフ空間上で各座標(θ、ρ)に変換される点を集計することで、直線を検出することができる。ハフテーブル15は、2次元配列T[θ][ρ]を有している。つまり、2値画像データ104の全ての点についてハフ変換を行い、その結果が2次元配列T[θ][ρ]において集計される。
Thus, when there are a plurality of points on the same straight line in the
<3.直線検出処理>
直線検出部16は、ハフテーブル15を参照し、2値画像データ104に含まれる直線を検出する。直線検出部16は、ハフ変換部14による変換結果をそのまま用いて直線を検出するのではなく、ハフテーブル15の内容を補正した上で直線の検出を行う。補正処理は交点間距離算出部161および正規化部162により行われる。
<3. Straight line detection processing>
The straight
交点間距離算出部161の処理内容を説明する。図4は、2値画像データ104に含まれる直線81を示している。原点Oから直線81に下ろした垂線82の長さはρである。垂線82がX軸の正の方向と成す角はθである。
The processing content of the
図4において、2値画像データ104は、横方向(X軸方向)の長さが2wであり、縦方向(Y軸方向)の長さが2hの長方形の画像データである。2値画像データ104の中心に原点Oが設定されている。
In FIG. 4, the
直線81は、点P0(x0、y0)および点P1(x1、y1)において、2値画像データ104の外周辺と交差する。言い換えると、直線81が2値画像データ104を切り取るとき、直線81と2値画像データ104の外周との2つの交点が、点P0(x0、y0)および点P1(x1、y1)である。交点間距離算出部161は、2つの交点間の距離、すなわち、点P0(x0、y0)および点P1(x1、y1)間の距離(交点間距離Len)を算出する。
The
本実施の形態における距離算出方法を具体的に説明する。まず、点P0の座標(x0、y0)および点P1の座標(x1、y1)の決定方法について説明する。本実施の形態においては、直線81と直線y=hとの交点から点P0のX座標x0を求め、直線81と直線y=−hとの交点から点P1のX座標x1を求める。また、直線81と直線x=wとの交点から点P0のY座標y0を求め、直線81と直線x=−wとの交点から点P1のY座標y1を求める。
The distance calculation method in the present embodiment will be specifically described. First, a method for determining the coordinates (x0, y0) of the point P0 and the coordinates (x1, y1) of the point P1 will be described. In the present embodiment, the X coordinate x0 of the point P0 is obtained from the intersection of the
まず、直線81がX軸あるいはY軸に平行となる場合を考える。この場合は、上記のような方法で点P0および点P1の座標を求めることなく、以下の方法により交点間距離Lenを求める。
First, consider a case where the
cosθ=0のとき、つまり、直線81がX軸と並行な直線である場合、交点間距離Lenは、数2式のように表わされる。
When cos θ = 0, that is, when the
sinθ=0のとき、つまり、直線81がY軸と並行な直線である場合、交点間距離Lenは、数3式のように表わされる。
When sin θ = 0, that is, when the
次に、直線81と直線y=hの交点である点P0のX座標x0を求める。x0は、数4式で表される。
Next, the X coordinate x0 of the point P0 that is the intersection of the
次に、直線81と直線y=―hの交点である点P1のX座標x1を求める。x1は、数5式で表される。
Next, the X coordinate x1 of the point P1, which is the intersection of the
次に、直線81と直線x=wの交点である点P0のY座標y0を求める。y0は、数6式で表される。
Next, the Y coordinate y0 of the point P0 that is the intersection of the
次に、直線81と直線x=−wの交点である点P1のY座標y1を求める。y1は、数7式で表される。
Next, the Y coordinate y1 of the point P1, which is the intersection of the
そして、x0が−wより小さい場合には、数8式に示すように、x0を−wに設定する。つまり、2値画像のフレーム端よりも交点がはみ出している場合には、フレーム端を交点のX座標とする。2値画像のフレーム端から交点のX座標がはみ出す場合は、数8式に示すように、全てのケースにおいて、X座標をフレーム端に設定する。つまり、x0がwより大きい場合には、x0をwに設定する。x1が−wより小さい場合には、x1を−wに設定する。x1がwより大きい場合には、x1をwに設定する。 If x0 is smaller than −w, x0 is set to −w as shown in Equation 8. That is, when the intersection point extends beyond the frame end of the binary image, the frame end is set as the X coordinate of the intersection point. When the X coordinate of the intersection point protrudes from the frame end of the binary image, the X coordinate is set to the frame end in all cases as shown in Equation 8. That is, when x0 is larger than w, x0 is set to w. If x1 is less than -w, set x1 to -w. When x1 is larger than w, x1 is set to w.
2値画像のフレーム端から交点のY座標がはみ出す場合は、数9式に示すように、全てのケースにおいて、Y座標をフレーム端に設定する。つまり、y0が−hより小さい場合には、y0を−hに設定する。y0がhより大きい場合には、y0をhに設定する。y1が−hより小さい場合には、y1を−hに設定する。y1がhより大きい場合には、y1をhに設定する。 When the Y coordinate of the intersection protrudes from the frame end of the binary image, the Y coordinate is set to the frame end in all cases as shown in Equation 9. That is, when y0 is smaller than -h, y0 is set to -h. When y0 is larger than h, y0 is set to h. If y1 is less than -h, set y1 to -h. When y1 is larger than h, y1 is set to h.
以上のようにして、点P0(x0、y0)および点P1(x1、y1)の座標が決定されると、交点間距離算出部161は、数10式で示される演算を行い、交点間距離Lenを求める。
As described above, when the coordinates of the point P0 (x0, y0) and the point P1 (x1, y1) are determined, the inter-intersection
数10式中、x0、x1、y0、y1は、数8式あるいは数9式に当てはまらない場合には、数4式〜数7式で算出された値であり、数8式あるいは数9式に当てはまる場合は、数8式あるいは数9式で設定された値である。 In Formula 10, x0, x1, y0, and y1 are values calculated by Formula 4 to Formula 7 when they do not apply to Formula 8 or Formula 9, Formula 8 or Formula 9 When the above is true, it is a value set by Equation 8 or Equation 9.
以上のような計算方法により、交点間距離算出部161は、ハフテーブル15を参照し、直線候補となっている全ての座標(θ、ρ)について交点間距離Lenを算出する。つまり、2次元配列[θ][ρ]に1以上の集計値が格納されている各座標(θ、ρ)について交点間距離Lenを算出する。あるいは、集計値がゼロである配列も含め、全ての2次元配列[θ][ρ]について交点間距離Lenを算出してもよい。たとえば、あらかじめ全ての組み合わせ(θ、ρ)に対して交点間距離Lenを算出しておき、Len[θ][ρ]をルックアップテーブルとして保持するようにしてもよい。
By the calculation method as described above, the inter-intersection
正規化部162は、各座標(θ、ρ)の集計値を、各座標(θ、ρ)について算出された交点間距離Lenで除算することで、集計値を正規化する。正規化部162は、2次元配列[θ][ρ]に1以上の集計値が格納されている各座標(θ、ρ)について、それぞれ集計値を交点間距離Lenで除算する。あるいは、上述したように全ての2次元配列[θ][ρ]について交点間距離Lenを算出し、全ての集計値を対応する交点間距離Lenで正規化する。言い換えると、正規化部162は、2値画像上の直線の集計値を単位長さ当たりの数値に補正する。これにより、ハフテーブル15(2次元配列[θ][ρ])の補正処理が完了する。
The normalizing
直線検出部16は、正規化により補正されたハフテーブル15を参照し、直線検出を行う。直線検出部16には、予め直線判定用の閾値(第1の閾値)が設定されている。直線検出部16は、2次元配列[θ][ρ]に第1の閾値を超える集計値が格納されている座標(θ、ρ)を特定する。直線検出部16は、特定された座標(θ、ρ)から2値画像データ104に含まれる直線を特定する。直線検出部16は、検出情報を出力する。
The straight
このように本実施の形態の直線検出装置1は、ハフテーブル15を正規化により補正した上で直線を検出する。正規化は、2次元配列[θ][ρ]の集計値を交点間距離Lenで除算することにより行われる。交点間距離Lは、図4で示した例であれば、横方向の直線については長く、縦方向の直線については、短くなる。したがって、2次元配列[θ][ρ]に格納された集計値は、横方向の直線については、縦方向の直線より大きな値で除算されることになる。 Thus, the straight line detection device 1 of the present embodiment detects a straight line after correcting the Huff table 15 by normalization. Normalization is performed by dividing the total value of the two-dimensional array [θ] [ρ] by the inter-intersection distance Len. In the example shown in FIG. 4, the inter-intersection distance L is long for the horizontal straight line and short for the vertical straight line. Accordingly, the total value stored in the two-dimensional array [θ] [ρ] is divided by a larger value for the horizontal line than for the vertical line.
これによって、2値画像データ104において、横方向の直線が検出され易く、縦方向の直線が検出され難いという問題は発生しない。あるいは、画像の4隅に存在するような直線も検出し難いという問題は発生しない。画像のアスペクト比が1:1でない場合であっても、画像内のあらゆる方向あるいは位置の直線を同じ基準で検出することができる。
As a result, in the
{第2の実施の形態}
次に、本発明の第2の実施の形態について説明する。第2の実施の形態における直線検出装置1の機能ブロックは、図1に示したものと同様である。ただし、第2の実施の形態においては、直線検出部16における処理が第1の実施の形態とは異なる。
{Second Embodiment}
Next, a second embodiment of the present invention will be described. The functional blocks of the straight line detection device 1 in the second embodiment are the same as those shown in FIG. However, in the second embodiment, the processing in the straight
第1の実施の形態においては、ハフ空間において各座標(θ、ρ)の集計値を交点間距離Lenで除算し、正規化した。つまり、全ての直線候補について正規化集計値を算出し、第1の閾値との比較をした。 In the first embodiment, the total value of each coordinate (θ, ρ) in the Hough space is divided by the distance Len between the intersections and normalized. That is, normalized total values are calculated for all straight line candidates and compared with the first threshold value.
第2の実施の形態においては、交点間距離Lenが、所定の閾値(第2の閾値)を下回る直線については、直線の検出対象から除外することにしている。たとえば、2値画像データ104の4隅に存在し、交点間距離Lenの短い直線が検出対象から除外される。これにより、直線上に並ぶ点の密度がそれぞれ大きくないが、交点間距離Lenが非常に小さいために正規化集計値が増大し、直線として誤認識されることを防止することができる。あるいは、画像の4隅において距離の非常に短い多数の直線が検出されるという問題を防止することができる。
In the second embodiment, a straight line whose intersection distance Len is less than a predetermined threshold value (second threshold value) is excluded from straight line detection targets. For example, straight lines that exist at the four corners of the
たとえば、画像上の4隅の情報がそれほど重要視されない場合には、第2の閾値を比較的大きめに調整することで、画像中央付近にスポットを当てて直線を検出することが可能である。 For example, when the information on the four corners on the image is not so important, it is possible to detect a straight line by placing a spot near the center of the image by adjusting the second threshold value to be relatively large.
{第3の実施の形態}
次に、本発明の第3の実施の形態について説明する。第3の実施の形態における直線検出装置1の機能ブロックは、図1に示したものと同様である。ただし、第3の実施の形態においては、直線検出部16における処理が第1の実施の形態とは異なる。
{Third embodiment}
Next, a third embodiment of the present invention will be described. The functional blocks of the straight line detection device 1 in the third embodiment are the same as those shown in FIG. However, in the third embodiment, the processing in the straight
第1の実施の形態においては、数4式〜数7式に示した方法により、点P0およびP1の座標を求めて交点間距離Lenを算出した。第3の実施の形態においては、直線と原点Oとの距離を0として交点間距離Lenを算出する。 In the first embodiment, the inter-intersection distance Len is calculated by obtaining the coordinates of the points P0 and P1 by the method shown in the equations (4) to (7). In the third embodiment, the distance Len between the intersections is calculated by setting the distance between the straight line and the origin O to zero.
つまり、交点間距離算出部161は、座標(θ、ρ)に対応する2値画像内の直線の交点間距離Lenを算出するとき、ρ=0と置き換えた上で交点間距離Lenを算出する。
That is, when calculating the distance Len between the intersections of the straight lines in the binary image corresponding to the coordinates (θ, ρ), the intersection
このようにして交点間距離Lenを算出することで、交点間距離算出部161の演算量を少なくし、処理速度を向上させることができる。具体的には、数4式〜数7式において、ρ=0と置き換えることができるので、演算式が簡素化される。
By calculating the distance Len between the intersections in this way, the amount of calculation of the
{第4の実施の形態}
次に、本発明の第4の実施の形態について説明する。図5は、第4の実施の形態に係る直線検出装置1Aのブロック図である。
{Fourth embodiment}
Next, a fourth embodiment of the present invention will be described. FIG. 5 is a block diagram of a straight
第4の実施の形態の直線検出装置1Aは、第1の実施の形態の直線検出装置1と同様、輝度画像生成部11、輪郭抽出処理部12、2値変換部13、ハフ変換部14およびハフテーブル15を備える。これらの各機能部の機能は第1の実施の形態と同様である。
As with the straight line detection device 1 of the first embodiment, the straight
第4の実施の形態における直線検出部16は、第1の実施の形態と異なり、交点間距離算出部161および正規化部162を備えていない。第4の実施の形態においては、直線検出部16は、ハフテーブル15の正規化を行うことなく、直線を検出する。
Unlike the first embodiment, the straight
直線検出装置1Aは、アスペクト比変換部17を備えている。アスペクト比変換部17は、カラー画像101を入力し、カラー画像をアスペクト比が1:1のカラーの正方画像に変換する。アスペクト比を変換するとき、画像の伸長あるいは縮小を行う必要がある。伸長を行う方法は特に限定されないが、たとえば、線形補間などを利用して画像を伸長する。縮小を行う場合には、たとえば画像の間引きを行えばよい。アスペクト比が変換された場合であっても、直線は直線に変換される。
The straight line detection device 1 </ b> A includes an aspect
輝度画像生成部11、輪郭抽出処理部12、2値変換部13およびハフ変換部14は、第1の実施の形態と同様の処理を実行する。ただし、アスペクト比が1:1に変換された正方画像を対象として処理を実行する。
The luminance
ハフテーブル15は、ハフ変換部14において変換された座標(θ、ρ)を2次元配列[θ][ρ]を用いて集計する。直線検出部16には、予め直線判定用の閾値(第1の閾値)が設定されている。直線検出部16は、2次元配列[θ][ρ]に第1の閾値を超える集計値が格納されている座標(θ、ρ)を特定する。直線検出部16は、特定された座標(θ、ρ)から2値画像データ114に含まれる直線を特定する。直線検出部16は、検出情報を出力する。なお、第1の閾値は、第1の実施の形態と異なる値を設定することができる。
The Hough table 15 aggregates the coordinates (θ, ρ) converted by the
このように、本実施の形態の直線検出装置1Aは、アスペクト比を1:1に変換した後にハフ変換を行う。したがって、画像内の方向によって直線検出の可能性が異なるという問題を解消することができる。
Thus, the straight
本実施の形態においては、輝度画像を生成する前にアスペクト比を変換した。しかし、アスペクト比の変換処理は、ハフ変換を行う前のどのタイミングであってもよい。たとえば、輝度画像生成処理の後、輪郭抽出処理の後、あるいは、2値変換処理の後にアスペクト比の変換を行ってもよい。なお、正方画像上で検出された直線は、アスペクト比を元に戻す演算を行うことにより、カラー画像101内に含まれる直線に変換される。
In this embodiment, the aspect ratio is converted before the luminance image is generated. However, the aspect ratio conversion process may be performed at any timing before the Hough conversion is performed. For example, the aspect ratio may be converted after the luminance image generation process, after the contour extraction process, or after the binary conversion process. Note that the straight line detected on the square image is converted into a straight line included in the
{第5の実施の形態}
上記各実施の形態においては、ハフ変換を行う前に画像を2値化した。第5の実施の形態においては、画像の2値化は行わない。画像は、たとえば、0〜255などの多値の画素値を保有している。
{Fifth embodiment}
In each of the above embodiments, the image is binarized before the Hough transform is performed. In the fifth embodiment, image binarization is not performed. The image has, for example, multivalued pixel values such as 0 to 255.
第5の実施の形態における直線検出装置のブロック図は、図1あるいは図5に示した直線検出装置1、1Aと同様である。ただし、2値変換部13は、備えられていない。
The block diagram of the straight line detection device in the fifth embodiment is the same as the straight
ハフ変換部14は、輪郭画像データ103あるいは113に含まれる全ての点についてハフ変換を行う。輪郭画像データ103あるいは113に含まれる点は、たとえば、0〜255などの多値の画素値を有しているが、これら全ての点についてハフ変換を行う。
The Hough transform
ハフ変換部14は、上記の各実施の形態においては、2値画像データ104あるいは114に含まれる点がハフ変換された回数を2変数配列[θ][ρ]に格納した。言い換えると、ある座標(θ、ρ)にハフ変換された回数がN回であれば、2変数配列[θ][ρ]に値Nが集計値として格納された。
In each of the above embodiments, the
この実施の形態においては、輪郭画像データ103あるいは113に含まれる点の線分強度に応じた値が2変数配列[θ][ρ]に格納される。たとえば、画素値をそのまま2変数配列[θ][ρ]に加算して集計する。あるいは、画素値に所定の変換を行い、変換値を2変数配列[θ][ρ]に加算してもよい。つまり、画素の特徴量の大きさに応じた重みづけを行った上で、2変数配列[θ][ρ]において変換回数を集計することができる。
In this embodiment, values corresponding to the line segment intensities of points included in the
その後の処理は、上記の各実施の形態と同様である。本実施の形態によれば、2値変換を行わないため、比較的強度の弱い直線なども検出したい場合などに有効である。 Subsequent processing is the same as in the above embodiments. According to the present embodiment, since binary conversion is not performed, it is effective when it is desired to detect a relatively weak straight line.
{変形例}
第1〜第5の実施の形態においては、2値画像データ104の中心を原点として、2値画像データ104内の直線をθおよびρを用いて表現した。しかし、原点は画像の任意の場所に設定することができる。あるいは、原点を2値画像データ104のフレームの外に設定してもよい。
{Modifications}
In the first to fifth embodiments, the straight line in the
第1〜第4の実施の形態においては、輪郭抽出処理を行った後、2値化処理を行った。輪郭抽出処理は、画像の特徴量を抽出する処理の一例である。他の方法によって画像の特徴量を抽出した後に2値化処理を行ってもよい。 In the first to fourth embodiments, the binarization process is performed after the contour extraction process. The contour extraction process is an example of a process for extracting a feature amount of an image. The binarization process may be performed after extracting the feature amount of the image by another method.
11 輝度画像生成部
12 輪郭抽出処理部
13 2値変換部
14 ハフ変換部
15 ハフテーブル
16 直線検出部
17 アスペクト比変換部
101 カラー画像データ
102 輝度画像データ
103 輪郭画像データ
104 2値画像データ
DESCRIPTION OF
Claims (11)
ハフ空間内の任意の座標(θ、ρ)に対応する前記対象画像内の直線が、前記対象画像の外周と交わる交点を求めるとともに、交点間の距離を算出する交点間距離算出部と、
ハフ空間内の各座標(θ、ρ)について、前記ハフ変換部によって変換された回数を集計し、各座標(θ、ρ)の集計値をそれぞれ対応する交点間距離で正規化し、正規化集計値を算出する正規化部と、
正規化集計値が第1の閾値を超える座標(θ、ρ)を特定することにより、前記対象画像における直線を検出する検出部と、
を備える直線検出装置。 An arbitrary straight line in the target image is obtained by using a length ρ of a perpendicular drawn from the reference point of the target image to an arbitrary straight line in the target image and an angle θ formed by the vertical line and a reference axis passing through the reference point. A Hough transforming unit that transforms a straight line passing through an arbitrary point in the target image into coordinates (θ, ρ) in the Hough space by expressing,
A straight line in the target image corresponding to an arbitrary coordinate (θ, ρ) in the Hough space obtains an intersection where the outer periphery of the target image intersects, and calculates a distance between the intersections;
For each coordinate (θ, ρ) in the Hough space, the number of times converted by the Hough transform unit is totaled, and the total value of each coordinate (θ, ρ) is normalized by the corresponding distance between intersections, and normalized tabulation A normalization unit for calculating a value;
A detection unit that detects a straight line in the target image by specifying coordinates (θ, ρ) whose normalized total value exceeds the first threshold;
A straight line detection device.
前記ハフ変換が行われる前に前記対象画像を2値変換する2値変換部、
を備え、
前記対象画像内のある点がハフ空間内の座標(θ、ρ)に変換されたとき、集計値に1が加算される直線検出装置。 The straight line detection device according to claim 1, further comprising:
A binary conversion unit that performs binary conversion on the target image before the Hough conversion is performed;
With
A straight line detection device in which 1 is added to a total value when a certain point in the target image is converted into coordinates (θ, ρ) in a Hough space.
前記対象画像内のそれぞれの点がハフ空間内の座標(θ、ρ)に変換されたとき、前記対象画像内のそれぞれの点の特徴量の大きさによって重みづけされた値が集計値に加算される直線検出装置。 The straight line detection device according to claim 1 or 2,
When each point in the target image is converted into coordinates (θ, ρ) in the Hough space, a value weighted by the size of the feature amount of each point in the target image is added to the total value Straight line detection device.
前記特徴量の大きさは線分強度を含む直線検出装置。 The straight line detection device according to claim 3,
The feature detection amount is a straight line detection device including a line segment intensity.
前記検出部は、前記交点間距離が第2の閾値以下となる直線については、正規化集計値の値によらず直線の検出対象から除外する直線検出装置。 The straight line detection device according to any one of claims 1 to 4,
The detection unit is a straight line detection device that excludes a straight line whose distance between the intersections is equal to or smaller than a second threshold from a detection target of a straight line regardless of a value of the normalized total value.
前記交点間距離算出部は、
ハフ空間内の座標(θ、ρ)に対応する前記対象画像内の直線の前記交点間距離を算出するとき、ρ=0と置き換えた上で前記交点間距離を算出する簡易算出部、
を含む直線検出装置。 A straight line detection device according to any one of claims 1 to 5,
The inter-intersection distance calculation unit
When calculating the distance between the intersections of the straight lines in the target image corresponding to the coordinates (θ, ρ) in the Hough space, a simple calculation unit that calculates the distance between the intersections after replacing ρ = 0.
A linear detection device including:
前記基準点は、前記対象画像内の任意の座標に設定される直線検出装置。 The straight line detection device according to any one of claims 1 to 6,
The straight line detection device in which the reference point is set at an arbitrary coordinate in the target image.
前記対象画像がカラー画像である場合、ハフ変換が行われる前にカラー画像から輝度画像を生成する輝度画像生成部、
を含む直線検出装置。 The straight line detection device according to any one of claims 1 to 7 , further comprising:
When the target image is a color image, a luminance image generation unit that generates a luminance image from the color image before the Hough transform is performed,
A linear detection device including:
前記対象画像に特徴量抽出処理が施された後、前記2値変換が行われる直線検出装置。 The straight line detection device according to claim 2,
A straight line detection apparatus in which the binary conversion is performed after a feature amount extraction process is performed on the target image.
前記特徴量抽出処理は輪郭抽出処理を含む直線検出装置。 The straight line detection device according to claim 9 ,
The feature amount extraction process is a straight line detection device including a contour extraction process.
ハフ空間内の任意の座標(θ、ρ)に対応する前記対象画像内の直線が、前記対象画像の外周と交わる交点を求めるとともに、交点間の距離を算出する交点間距離算出工程と、
ハフ空間内の各座標(θ、ρ)について、前記ハフ変換工程によって変換された回数を集計し、各座標(θ、ρ)の集計値をそれぞれ対応する交点間距離で正規化し、正規化集計値を算出する正規化工程と、
正規化集計値が第1の閾値を超える座標(θ、ρ)を特定することにより、前記対象画像における直線を検出する検出工程と、
を備える直線検出方法。
An arbitrary straight line in the target image is obtained by using a length ρ of a perpendicular drawn from the reference point of the target image to an arbitrary straight line in the target image and an angle θ formed by the vertical line and a reference axis passing through the reference point. A Hough transforming step of transforming a straight line passing through an arbitrary point in the target image into coordinates (θ, ρ) in the Hough space by expressing,
An intersection distance calculation step of calculating an intersection point at which a straight line in the target image corresponding to an arbitrary coordinate (θ, ρ) in the Hough space intersects an outer periphery of the target image, and calculating a distance between the intersection points;
For each coordinate (θ, ρ) in the Hough space, the number of times converted by the Hough transformation step is totalized, and the total value of each coordinate (θ, ρ) is normalized by the corresponding distance between the intersections, and normalized tabulation A normalization step to calculate a value;
A detection step of detecting a straight line in the target image by specifying coordinates (θ, ρ) where the normalized total value exceeds the first threshold;
A straight line detection method comprising:
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011155847A JP5911122B2 (en) | 2011-07-14 | 2011-07-14 | Straight line detection apparatus and straight line detection method |
PCT/JP2012/067333 WO2013008746A1 (en) | 2011-07-14 | 2012-07-06 | Straight line detection device and straight line detection method |
US14/232,803 US9195902B2 (en) | 2011-07-14 | 2012-07-06 | Straight line detection apparatus and straight line detection method |
EP12810658.0A EP2733671B1 (en) | 2011-07-14 | 2012-07-06 | Straight line detection device and straight line detection method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011155847A JP5911122B2 (en) | 2011-07-14 | 2011-07-14 | Straight line detection apparatus and straight line detection method |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2016027551A Division JP6208789B2 (en) | 2016-02-17 | 2016-02-17 | Straight line detection apparatus and straight line detection method |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2013020590A JP2013020590A (en) | 2013-01-31 |
JP5911122B2 true JP5911122B2 (en) | 2016-04-27 |
Family
ID=47691937
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2011155847A Active JP5911122B2 (en) | 2011-07-14 | 2011-07-14 | Straight line detection apparatus and straight line detection method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5911122B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7019282B2 (en) | 2014-10-31 | 2022-02-15 | ヴィンタートゥール ガス アンド ディーゼル アーゲー | A gas supply system with a monitoring system for a reciprocating piston internal combustion engine and a method of operating a cylinder, a reciprocating piston internal combustion engine, and a reciprocating piston internal combustion engine. |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN117078661B (en) * | 2023-10-12 | 2024-01-05 | 济宁久邦工程机械设备有限公司 | Intelligent detection method for production quality of structural member of overhead working truck |
Family Cites Families (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2907215B2 (en) * | 1987-03-16 | 1999-06-21 | 富士通株式会社 | Line segment extraction device |
JPH03142576A (en) * | 1989-10-27 | 1991-06-18 | Hamamatsu Photonics Kk | Picture processing method |
JPH07101455B2 (en) * | 1993-05-31 | 1995-11-01 | 日本電気株式会社 | Line detection method and apparatus |
JP3711599B2 (en) * | 1995-11-01 | 2005-11-02 | 松下電器産業株式会社 | Mounting component inspection equipment |
JP4038356B2 (en) * | 2001-04-10 | 2008-01-23 | 株式会社日立製作所 | Defect data analysis method and apparatus, and review system |
JP2005277510A (en) * | 2004-03-23 | 2005-10-06 | Olympus Corp | Image display control apparatus, image print control apparatus, image display control method, image print control method, and program |
JP2006346162A (en) * | 2005-06-16 | 2006-12-28 | Konica Minolta Medical & Graphic Inc | Medical image converting device, medical image output system and medical image output program |
EP2028619A4 (en) * | 2006-05-25 | 2010-10-20 | Nec Corp | Video image special effect detecting device, special effect detecting method, special effect detecting program and video image reproducing device |
US8116519B2 (en) * | 2007-09-26 | 2012-02-14 | Honda Motor Co., Ltd. | 3D beverage container localizer |
JP2010161694A (en) * | 2009-01-09 | 2010-07-22 | Oki Data Corp | Image reader and image forming apparatus |
-
2011
- 2011-07-14 JP JP2011155847A patent/JP5911122B2/en active Active
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7019282B2 (en) | 2014-10-31 | 2022-02-15 | ヴィンタートゥール ガス アンド ディーゼル アーゲー | A gas supply system with a monitoring system for a reciprocating piston internal combustion engine and a method of operating a cylinder, a reciprocating piston internal combustion engine, and a reciprocating piston internal combustion engine. |
Also Published As
Publication number | Publication date |
---|---|
JP2013020590A (en) | 2013-01-31 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN104463795B (en) | A kind of dot matrix DM image in 2 D code processing method and processing device | |
Ye et al. | A new method based on hough transform for quick line and circle detection | |
US9087253B2 (en) | Method and system for determining edge line in QR code binary image | |
CN105740872B (en) | Image feature extraction method and device | |
WO2013008746A1 (en) | Straight line detection device and straight line detection method | |
JP6642970B2 (en) | Attention area detection device, attention area detection method, and program | |
CN104133600A (en) | Liquid identification method of touch panel | |
CN103999127A (en) | Object detection device and object detection method | |
JP2018180945A (en) | Object detection apparatus and program | |
CN112085709A (en) | Image contrast method and equipment | |
JP6208789B2 (en) | Straight line detection apparatus and straight line detection method | |
JP6106808B2 (en) | Specify barcode placement in document | |
JP5911122B2 (en) | Straight line detection apparatus and straight line detection method | |
CN107710229B (en) | Method, device and equipment for recognizing shape in image and computer storage medium | |
WO2013031418A1 (en) | Device for detecting line segment and arc | |
JP5856401B2 (en) | Straight line detection apparatus and straight line detection method | |
US9659227B2 (en) | Detecting object from image data using feature quantities | |
JP2018109824A (en) | Electronic control device, electronic control system, and electronic control method | |
JP2013050762A (en) | Line segment and circular arc detection device | |
CN104166843A (en) | Document image source judgment method based on linear continuity | |
JP6049000B2 (en) | Line and arc detector | |
JP2014021510A (en) | Information processor and information processing method, and, program | |
US20240355114A1 (en) | Area correction device, area correction method, and program | |
JP5705016B2 (en) | Signal processing device | |
JP6095050B2 (en) | Texture detection apparatus, texture detection method, texture detection program, and image processing system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20140617 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20150818 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20151005 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20151201 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20160217 |
|
A911 | Transfer of reconsideration by examiner before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20160225 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20160315 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20160325 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5911122 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |