JPH0644399A - Method for measuring center position of circle - Google Patents
Method for measuring center position of circleInfo
- Publication number
- JPH0644399A JPH0644399A JP4196953A JP19695392A JPH0644399A JP H0644399 A JPH0644399 A JP H0644399A JP 4196953 A JP4196953 A JP 4196953A JP 19695392 A JP19695392 A JP 19695392A JP H0644399 A JPH0644399 A JP H0644399A
- Authority
- JP
- Japan
- Prior art keywords
- circle
- center
- radius
- edge
- edge points
- 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
Links
Landscapes
- Image Analysis (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、画像データを用いて製
品・部品の形状測定や検査をする際に利用される円中心
位置計測方法に関するものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a circle center position measuring method used when measuring and inspecting shapes of products and parts using image data.
【0002】[0002]
【従来の技術】従来の画像データから円弧を検出する方
法について説明する。2. Description of the Related Art A conventional method for detecting an arc from image data will be described.
【0003】従来の円弧を検出する方法は次の3つの段
階から成っている。The conventional method for detecting a circular arc consists of the following three steps.
【0004】 二次元画像データからエッジ点を抽出
する。Edge points are extracted from the two-dimensional image data.
【0005】 エッジ点から点列を作る。A point sequence is created from edge points.
【0006】 点列から円弧を近似する。An arc is approximated from a sequence of points.
【0007】まず、の二次元画像データからエッジ点
を抽出する段階について説明する。First, the step of extracting edge points from the two-dimensional image data will be described.
【0008】エッジ点はその点で画像の濃度が急激に変
化する点である。このような点では微分の絶対値が大で
あるので、微分フィルタによって画像フィルタリング
し、その出力の絶対値が大である点をエッジ点とするこ
とができる。微分フィルタの一例としては図1に示すよ
うなラプラシアンフィルタがある。更に、点列状のエッ
ジ点を得るためには画像データの微分値について図2に
示すように尾根を抽出すればよく、そのために図3に示
すような8近傍点について次の4条件のうち2条件以上
を満たしたものをエッジ点と見なすことにする。An edge point is a point at which the image density changes abruptly. Since the absolute value of the differential is large at such a point, the point where the absolute value of the output is large can be used as the edge point by performing image filtering with the differential filter. An example of the differential filter is a Laplacian filter as shown in FIG. Further, in order to obtain a point sequence edge point, it is sufficient to extract a ridge as shown in FIG. 2 for the differential value of the image data, and therefore, for the 8 neighboring points as shown in FIG. Those that satisfy two or more conditions are regarded as edge points.
【0009】X≧X0 かつ X>X4 X≧X1 かつ X>X5 X≧X2 かつ X>X6 X≧X3 かつ X>X7 次に、のエッジ点から点列を作る段階について説明す
る。X ≧ X 0 and X> X 4 X ≧ X 1 and X> X 5 X ≧ X 2 and X> X 6 X ≧ X 3 and X> X 7 Next, a point sequence is created from the edge points of The steps will be described.
【0010】で得られたエッジ点の集合から必要な点
列を得るため、隣接しているエッジ点を接続する。この
とき、点列は枝分かれする場合があるが、短い枝を除去
し、長い枝については曲率が最小となる点列のみ残して
他は接続を切断して枝分かれのない点列となるようにす
る。In order to obtain a necessary point sequence from the set of edge points obtained in step 3, adjacent edge points are connected. At this time, the point sequence may be branched, but short branches are removed, and for long branches, only the point sequence having the smallest curvature is left, and the other points are disconnected so that the point sequence has no branching. .
【0011】ここで、曲率は次のように計算する。図4
に示す分岐点P(ここから枝分かれしている点のこと)
と、Pからある長さLだけ離れた点をQ1 、Q2 とし
て、θ=π−(角度Q1 −P−Q2 )とLの比Here, the curvature is calculated as follows. Figure 4
Branch point P shown in (the point branching from here)
And the points apart from P by a certain length L are Q 1 and Q 2 , and the ratio of θ = π− (angle Q 1 −P−Q 2 ) and L
【0012】[0012]
【数1】 [Equation 1]
【0013】を曲率とする。Let be the curvature.
【0014】Lの値は、検出したい円周の半径よりも小
さく決める。但し、小さすぎるとノイズに敏感になるの
で、ノイズの悪影響が大きくない程度に小さく決める。The value of L is determined to be smaller than the radius of the circumference to be detected. However, if it is too small, it becomes sensitive to noise.
【0015】以上のようにして得られた点列を {Pi |i=1・・・・・N} とする。The point sequence obtained as described above is set as {P i | i = 1 ... N}.
【0016】次に、の点列から平均四乗誤差最小化法
によって円弧を近似する段階について説明する。Next, the step of approximating a circular arc from the point sequence by the mean square error minimization method will be described.
【0017】以下、平均四乗誤差最小化法について説明
する。The mean square error minimization method will be described below.
【0018】[0018]
【数2】 [Equation 2]
【0019】は円の方程式であるが、これを次のように
書き換える。[Mathematical formula-see original document] is a circle equation, which can be rewritten as follows.
【0020】[0020]
【数3】 [Equation 3]
【0021】任意の点(x、y)について、円弧中心
(a,b)から点(x,y)までの距離の二乗は(2)式
の左辺 (x−a)2 +(y−b)2 に等しい。For any point (x, y), the square of the distance from the arc center (a, b) to the point (x, y) is the left side of (2) (x-a) 2 + (y-b) ) Equal to 2 .
【0022】(2)式の左辺から右辺を引いたものは (3)
式の左辺に等しいから、 (3)式の左辺は、「円弧中心
(a,b)から点(x,y)までの距離の二乗と、円弧
半径rの二乗の差」といえる。The left side of equation (2) minus the right side is (3)
Since it is equal to the left side of the equation, the left side of equation (3) can be said to be the “difference between the square of the distance from the arc center (a, b) to the point (x, y) and the square of the arc radius r”.
【0023】ここで、評価値Eを次のように定義する。Here, the evaluation value E is defined as follows.
【0024】[0024]
【数4】 [Equation 4]
【0025】但し、f(x,y)は、点(x,y)にお
ける微分値である。However, f (x, y) is a differential value at the point (x, y).
【0026】Eは (3)式の二乗の各点について微分値を
荷重した荷重和である。Eを最小にするようなA、B、
Cを求めれば、与えられたエッジ点の集合を近似する円
が得られる。E is the sum of weights obtained by weighting the differential values at each squared point in equation (3). A, B, which minimizes E
If C is obtained, a circle approximating a given set of edge points can be obtained.
【0027】そのため、Therefore,
【0028】[0028]
【数5】 [Equation 5]
【0029】[0029]
【数6】 [Equation 6]
【0030】[0030]
【数7】 [Equation 7]
【0031】として、 (5)、 (6)、 (7)式の連立方程式
を解けばよい。その解は次の通りである。As equation (5), (6) and (7), the simultaneous equations may be solved. The solution is as follows.
【0032】[0032]
【数8】 [Equation 8]
【0033】[0033]
【数9】 [Equation 9]
【0034】[0034]
【数10】 [Equation 10]
【0035】但し、However,
【0036】[0036]
【数11】 [Equation 11]
【0037】また、V( )は分散、C( )は共分散、バ
ーは平均を示す。V () indicates variance, C () indicates covariance, and bar indicates average.
【0038】即ち、That is,
【0039】[0039]
【数12】 [Equation 12]
【0040】[0040]
【数13】 [Equation 13]
【0041】[0041]
【数14】 [Equation 14]
【0042】[0042]
【数15】 [Equation 15]
【0043】[0043]
【数16】 [Equation 16]
【0044】[0044]
【数17】 [Equation 17]
【0045】[0045]
【数18】 [Equation 18]
【0046】[0046]
【数19】 [Formula 19]
【0047】但し、However,
【0048】[0048]
【数20】 [Equation 20]
【0049】円の中心座標(a,b)と半径rは、A、
B、C、から以下のようにして計算できる。The center coordinates (a, b) of the circle and the radius r are A,
It can be calculated from B and C as follows.
【0050】[0050]
【数21】 [Equation 21]
【0051】[0051]
【数22】 [Equation 22]
【0052】[0052]
【数23】 [Equation 23]
【0053】これで、画像から円弧の位置と半径を求め
ることができる。With this, the position and radius of the arc can be obtained from the image.
【0054】以上の処理によって二次元画像から円弧の
位置と半径が近似できた。By the above processing, the position and radius of the arc can be approximated from the two-dimensional image.
【0055】[0055]
【発明が解決しようとする課題】しかしながら、上記従
来の方法では、図5に示すように、認識しようとしてい
る円が孔である場合の孔の縁の欠けやゴミ等によって孔
の縁が真円から歪んでいる時に、欠けやゴミの所のエッ
ジのために測定した円の位置や半径の誤差が大きくなる
ことがあるという問題点があった。However, in the above conventional method, as shown in FIG. 5, when the circle to be recognized is a hole, the edge of the hole is a perfect circle due to chipping of the edge of the hole or dust. There is a problem in that, when it is distorted, the error in the position and radius of the measured circle may be large due to the edge of the chip or the dust.
【0056】本発明は上記従来の問題点に鑑み、欠けや
ゴミなどのために縁が真円から歪んでいる場合にも誤差
が大きくならない円中心位置測定方法を提供することを
目的とする。In view of the above conventional problems, it is an object of the present invention to provide a circle center position measuring method that does not increase the error even when the edge is distorted from a perfect circle due to chipping or dust.
【0057】[0057]
【課題を解決するための手段】本発明の円中心位置測定
方法は、二次元の画像データからエッジ点を検出する工
程と、エッジ点の集合を区間分割する工程と、各区間内
のエッジ点の集合について平均四乗誤差最小化法によっ
て円弧近似を行い円中心の位置と半径を推定する工程
と、推定された円中心位置及び半径について最も密に集
まっている領域を計算する工程と、この領域内の円中心
位置及び半径の平均をもって円中心位置と半径とする工
程から成ることを特徴とする。A circle center position measuring method of the present invention comprises a step of detecting edge points from two-dimensional image data, a step of dividing a set of edge points into sections, and an edge point in each section. A step of estimating a circle center position and radius by performing an arc approximation by a mean square error minimization method for a set of, and a step of calculating the most densely gathered area for the estimated circle center position and radius, It is characterized by comprising the step of determining the circle center position and the radius by taking the average of the circle center position and the radius in the region.
【0058】[0058]
【作用】本発明は上記した構成によって、二次元の画像
データからエッジ点を検出した後、エッジ点の集合を区
間分割し、区間分割した各エッジ点の集合について円中
心を測定し、求められた各区間毎の円中心の多数決で円
中心を決定するので、欠けやゴミなどにより影響を受け
た区間の円中心を排除して円中心を求めることになり、
欠けやゴミによる測定誤差を取り除くことができる。According to the present invention, after the edge points are detected from the two-dimensional image data by the above-mentioned structure, the set of edge points is divided into sections, and the center of the circle is measured for each set of the divided edge points to obtain the circle points. Since the circle center is decided by the majority vote of the circle center for each section, the circle center of the section affected by chips or dust will be excluded to find the circle center.
Measurement errors due to chips and dust can be removed.
【0059】[0059]
【実施例】以下、本発明の一実施例の円中心位置測定方
法について図5〜図8を参照しながら説明する。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS A circle center position measuring method according to an embodiment of the present invention will be described below with reference to FIGS.
【0060】図5は、位置を計測しようとしている孔の
図であり、1が孔、2が孔の縁の円周、3は孔の縁につ
いているゴミ、4は孔の縁の欠けである。FIG. 5 is a diagram of a hole whose position is to be measured. 1 is a hole, 2 is a circumference of an edge of the hole, 3 is dust attached to the edge of the hole, and 4 is a chip of the edge of the hole. .
【0061】このような孔についてその二次元データか
ら次の〜の工程によって孔の中心位置を測定する。With respect to such a hole, the center position of the hole is measured from the two-dimensional data by the following steps.
【0062】 二次元の画像データからエッジ点を検
出する。エッジ点検出方法は、従来例と同様の方法を用
いる。図6は、図5に示した孔1の画像データについて
エッジ点を検出したものであり、5がエッジ点列であ
る。Edge points are detected from the two-dimensional image data. As the edge point detection method, the same method as the conventional example is used. FIG. 6 shows edge points detected in the image data of the hole 1 shown in FIG. 5, and 5 is an edge point sequence.
【0063】 エッジ点の集合を区間分割する。具体
的には、エッジ点の重心を計算し、360度をM個に分
割して、重心を中心としてM分割した角度に従って区間
分割する。分割個数Mは次のような考え方で決定する。
平均的なゴミの大きさや欠けの大きさをS、円の半径を
d(予め分かっていればそれを使い、分かっていなけれ
ばエッジ点の重心と各エッジ点との距離の平均値を用い
る。)とすると、The set of edge points is divided into sections. Specifically, the center of gravity of the edge point is calculated, 360 degrees is divided into M, and the section is divided according to the angle obtained by dividing the center of gravity by M. The number of divisions M is determined in the following way.
The average size of dust and chip size is S, and the radius of a circle is d (if it is known in advance, it is used, and if not known, the average value of the distance between the center of gravity of edge points and each edge point is used. ),
【0064】[0064]
【数24】 [Equation 24]
【0065】(全円周2πを推定角度S/dで割る)で
求める。図6において、6はエッジ点列の重心であり、
7はM=4とおいた場合の区間分割の境界である。(Total circumference 2π is divided by estimated angle S / d). In FIG. 6, 6 is the center of gravity of the edge point sequence,
Reference numeral 7 is a boundary of section division when M = 4.
【0066】 各区間内のエッジ点の集合について平
均四乗誤差最小化法によって円弧近似を行い、円中心の
位置と半径を推定する。平均四乗誤差最小化法は、従来
例と同様の方法である。図7は図6で示した区間分割に
従った区間毎に円近似した結果を示すものである。8
は、各区間での推定円中心である。An arc approximation is performed on the set of edge points in each section by the method of minimizing the mean square error, and the position and radius of the circle center are estimated. The mean square error minimization method is the same method as the conventional example. FIG. 7 shows the result of circle approximation for each section according to the section division shown in FIG. 8
Is the estimated circle center in each section.
【0067】 円中心の水平位置・円中心の垂直位置
・半径が最も密に集まっている領域を計算する。具体的
には、図8に示すように、画面を格子9で分割し、格子
で分割された区画内で最も推定円中心が集まっている区
画を探す。もし、エッジ点列区間分割数Mが小さく、個
数の差がなければ、各区画につき、隣接する4区画又は
8区画の個数を足し合わせることで補ってもよい。An area in which the horizontal position of the circle center, the vertical position of the circle center, and the radius are most densely gathered is calculated. Specifically, as shown in FIG. 8, the screen is divided by a grid 9 and the partition in which the estimated circle centers are most concentrated is searched for in the partition divided by the grid. If the edge point sequence section division number M is small and there is no difference in the number, it may be supplemented by adding the number of adjacent 4 sections or 8 sections for each section.
【0068】 円中心の水平位置・円中心の垂直位置
・半径が最も密に集まっている区画内の円中心位置・半
径の平均をもって円中心の位置・半径とする。ここで
も、エッジ点列区間分割数Mが小さく、個数の差がなけ
れば、各区画につき、隣接する4区画又は8区画を足し
合わせて円中心位置・半径を平均してもよい。The position / radius of the center of the circle is defined as the average of the positions / radius of the center of the circle in the section where the horizontal position of the center of the circle, the vertical position of the center of the circle, and the radii are most closely packed. Also in this case, if the edge point sequence section division number M is small and there is no difference in number, the adjacent four sections or eight sections may be added together for each section and the circle center position / radius may be averaged.
【0069】これで、画像データからゴミ3や欠け4の
悪影響を取り除いて高精度に円弧の位置・半径を求める
ことができる。With this, it is possible to remove the adverse effects of the dust 3 and the chip 4 from the image data and obtain the position and radius of the arc with high accuracy.
【0070】[0070]
【発明の効果】本発明によれば、以上のように二次元の
画像データからエッジ点を検出した後、エッジ点の集合
を区間分割し、区間分割した各エッジ点の集合について
円中心を測定し、多数決で円中心を決定するので、欠け
やゴミなどがある場合にもそれらの影響を取り除くこと
ができ、高精度に円の中心位置及び半径を得ることがで
きる。According to the present invention, after the edge points are detected from the two-dimensional image data as described above, the set of edge points is divided into sections, and the center of the circle is measured for each set of the divided edge points. However, since the center of the circle is determined by majority, even if there is a chip or dust, the influence of those can be removed, and the center position and radius of the circle can be obtained with high accuracy.
【図1】画像データを微分するためのラプラシアンフィ
ルタの説明図である。FIG. 1 is an explanatory diagram of a Laplacian filter for differentiating image data.
【図2】エッジ点を点列として得るための尾根抽出の説
明図である。FIG. 2 is an explanatory diagram of ridge extraction for obtaining edge points as a point sequence.
【図3】エッジ点と見なす条件を設定するのに用いる8
近傍点の説明図である。FIG. 3 is used to set a condition to be regarded as an edge point 8
It is explanatory drawing of a neighboring point.
【図4】点列切断の際の曲率計算の説明図である。FIG. 4 is an explanatory diagram of curvature calculation when cutting a point sequence.
【図5】本発明の一実施例における測定対象の孔の図で
ある。FIG. 5 is a diagram of holes to be measured in one embodiment of the present invention.
【図6】エッジ点の区間分割の説明図である。FIG. 6 is an explanatory diagram of section division of edge points.
【図7】各エッジ点区間についての円近似図である。FIG. 7 is a circle approximation diagram for each edge point section.
【図8】多数決で円中心を決定するための画面の格子分
割図である。FIG. 8 is a grid division diagram of a screen for determining a circle center by majority decision.
1 孔 2 孔の縁 3 孔の縁上のゴミ 4 孔の縁の欠け 5 エッジ点列 6 エッジ点の重心 7 エッジ点列の区間分割の境界 8 各区間毎の推定円中心 1 hole 2 hole edge 3 dust on hole edge 4 hole edge missing 5 edge point sequence 6 center of gravity of edge point 7 boundary of section division of edge point sequence 8 estimated circle center for each section
Claims (1)
する工程と、エッジ点の集合を区間分割する工程と、各
区間内のエッジ点の集合について平均四乗誤差最小化法
によって円弧近似を行い円中心の位置と半径を推定する
工程と、推定された円中心位置及び半径について最も密
に集まっている領域を計算する工程と、この領域内の円
中心位置及び半径の平均をもって円中心位置と半径とす
る工程から成ることを特徴とする円中心位置計測方法。1. A step of detecting edge points from two-dimensional image data, a step of dividing a set of edge points into sections, and an arc approximation by a mean square error minimization method for a set of edge points in each section. Performing a step of estimating the position and radius of the circle center, a step of calculating the most densely gathered area for the estimated circle center position and radius, and the circle center position with the average of the circle center position and radius within this area. And a circle center position measuring method.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4196953A JPH0644399A (en) | 1992-07-23 | 1992-07-23 | Method for measuring center position of circle |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4196953A JPH0644399A (en) | 1992-07-23 | 1992-07-23 | Method for measuring center position of circle |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0644399A true JPH0644399A (en) | 1994-02-18 |
Family
ID=16366407
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP4196953A Pending JPH0644399A (en) | 1992-07-23 | 1992-07-23 | Method for measuring center position of circle |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0644399A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7613355B2 (en) | 2005-03-14 | 2009-11-03 | Keyence Corporation | Image processing device and registration data generation method in image processing |
WO2017188171A1 (en) * | 2016-04-26 | 2017-11-02 | 住友電装株式会社 | Inspection device for inspecting exposed core wire part of electric wire |
CN114627178A (en) * | 2022-02-23 | 2022-06-14 | 武汉大学 | Method for automatically determining circle center and radius of Fabry-Perot interference ring |
-
1992
- 1992-07-23 JP JP4196953A patent/JPH0644399A/en active Pending
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7613355B2 (en) | 2005-03-14 | 2009-11-03 | Keyence Corporation | Image processing device and registration data generation method in image processing |
WO2017188171A1 (en) * | 2016-04-26 | 2017-11-02 | 住友電装株式会社 | Inspection device for inspecting exposed core wire part of electric wire |
CN114627178A (en) * | 2022-02-23 | 2022-06-14 | 武汉大学 | Method for automatically determining circle center and radius of Fabry-Perot interference ring |
CN114627178B (en) * | 2022-02-23 | 2024-04-02 | 武汉大学 | A method to automatically determine the center and radius of a Fabry-Perot interference ring |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Ugelmann | Automatic breakline detection from airborne laser range data | |
JPH02285475A (en) | Method and equipment for extracting edge and line | |
WO2021203664A1 (en) | Wall cross-sectional size measurement method, apparatus, and system | |
CN110823077A (en) | Wall surface guiding rule detection method and system based on three-dimensional point cloud | |
CN109461133B (en) | Bridge bolt falling off detection method and terminal equipment | |
JPH11259656A (en) | Tunnel wall surface decision device | |
CN108445009A (en) | A kind of solar panel crack detecting method | |
CN113888446A (en) | Intelligent detection method for bending line of sheet metal structural part | |
CN117372498A (en) | Multi-pose bolt size measurement method based on three-dimensional point cloud | |
CN109448059A (en) | A kind of quick X angular-point sub-pixel detection method | |
JPH0644399A (en) | Method for measuring center position of circle | |
JPH07325880A (en) | Watthour meter character recognition device | |
CN114387232A (en) | Wafer center positioning, wafer gap positioning and wafer positioning calibration method | |
JPH07225843A (en) | Method for measuring center position of circle | |
US4424530A (en) | Log surface determination technique | |
CN111578938B (en) | Target object positioning method and device | |
CN115049687B (en) | Point cloud extraction method, device, equipment and medium | |
JP3269925B2 (en) | Edge position detection method for members | |
JP2881359B2 (en) | Trace display method from flow field data | |
JP2007263696A (en) | Outline defect detection method and program | |
JPH08178622A (en) | Edge line measuring method | |
JPH0612249B2 (en) | Pattern inspection device | |
Alparone et al. | A novel approach to the suppression of false contours originated from Laplacian-of-Gaussian zero-crossings | |
KR960002547B1 (en) | A curve fitting method in 2-dimensional image processing | |
Mariescu-Istodor et al. | Roundness measure for GPS routes |