JP2016085763A - 直線検出装置および直線検出方法 - Google Patents
直線検出装置および直線検出方法 Download PDFInfo
- Publication number
- JP2016085763A JP2016085763A JP2016027551A JP2016027551A JP2016085763A JP 2016085763 A JP2016085763 A JP 2016085763A JP 2016027551 A JP2016027551 A JP 2016027551A JP 2016027551 A JP2016027551 A JP 2016027551A JP 2016085763 A JP2016085763 A JP 2016085763A
- Authority
- JP
- Japan
- Prior art keywords
- straight line
- image
- hough
- detection device
- 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.)
- Granted
Links
Images
Landscapes
- Image Analysis (AREA)
Abstract
Description
<1.処理の全体の流れ>
図1は、第1の実施の形態に係る直線検出装置1のブロック図である。直線検出装置1は、輝度画像生成部11、輪郭抽出処理部12、2値変換部13、ハフ(Hough)変換部14、ハフテーブル15および直線検出部16を備えている。
ハフ変換部14の処理内容について詳しく説明する。ハフ変換部14は、2値画像データ104に含まれる任意の点について、各点を通る直線をハフ空間上の座標(θ、ρ)に変換する。
直線検出部16は、ハフテーブル15を参照し、2値画像データ104に含まれる直線を検出する。直線検出部16は、ハフ変換部14による変換結果をそのまま用いて直線を検出するのではなく、ハフテーブル15の内容を補正した上で直線の検出を行う。補正処理は交点間距離算出部161および正規化部162により行われる。
次に、本発明の第2の実施の形態について説明する。第2の実施の形態における直線検出装置1の機能ブロックは、図1に示したものと同様である。ただし、第2の実施の形態においては、直線検出部16における処理が第1の実施の形態とは異なる。
次に、本発明の第3の実施の形態について説明する。第3の実施の形態における直線検出装置1の機能ブロックは、図1に示したものと同様である。ただし、第3の実施の形態においては、直線検出部16における処理が第1の実施の形態とは異なる。
次に、本発明の第4の実施の形態について説明する。図5は、第4の実施の形態に係る直線検出装置1Aのブロック図である。
上記各実施の形態においては、ハフ変換を行う前に画像を2値化した。第5の実施の形態においては、画像の2値化は行わない。画像は、たとえば、0〜255などの多値の画素値を保有している。
第1〜第5の実施の形態においては、2値画像データ104の中心を原点として、2値画像データ104内の直線をθおよびρを用いて表現した。しかし、原点は画像の任意の場所に設定することができる。あるいは、原点を2値画像データ104のフレームの外に設定してもよい。
12 輪郭抽出処理部
13 2値変換部
14 ハフ変換部
15 ハフテーブル
16 直線検出部
17 アスペクト比変換部
101 カラー画像データ
102 輝度画像データ
103 輪郭画像データ
104 2値画像データ
Claims (9)
- アスペクト比が1:1でない対象画像に対して、アスペクト比を1:1に変換するアスペクト比変換処理を実行することにより、前記対象画像よりも画像の変形度合いが増加した正方画像を生成するアスペクト比変換部と、
前記正方画像の基準点から前記正方画像内の任意の直線に下した垂線の長さρおよび前記垂線が前記基準点を通る基準軸となす角θを用いて、前記正方画像内の任意の直線を表現することにより、前記正方画像内の任意の点を通る直線をハフ空間内の座標(θ、ρ)に変換するハフ変換部と、
ハフ空間内の各座標(θ、ρ)について、前記ハフ変換部によって変換された回数を集計し、各座標(θ、ρ)の集計値が第1の閾値を超える座標(θ、ρ)を特定することにより、前記正方画像における直線を検出する検出部と、
を備える直線検出装置。 - 請求項1に記載の直線検出装置であって、さらに、
前記ハフ変換が行われる前であって、アスペクト比変換前あるいは変換後の画像を2値変換する2値変換部、
を備え、
前記正方画像内のある点がハフ空間内の座標(θ、ρ)に変換されたとき、集計値に1が加算される直線検出装置。 - 請求項1または請求項2に記載の直線検出装置であって、
前記正方画像内のそれぞれの点がハフ空間内の座標(θ、ρ)に変換されたとき、前記正方画像内のそれぞれの点の特徴量の大きさによって重みづけされた値が集計値に加算される直線検出装置。 - 請求項3に記載の直線検出装置であって、
前記特徴量の大きさは線分強度を含む直線検出装置。 - 請求項1ないし請求項4のいずれかに記載の直線検出装置であって、
前記基準点は、前記正方画像内の任意の座標に設定される直線検出装置。 - 請求項1ないし請求項5のいずれかに記載の直線検出装置であって、さらに、
前記対象画像がカラー画像である場合、ハフ変換が行われる前にカラー画像から輝度画像を生成する輝度画像生成部、
を含む直線検出装置。 - 請求項2に記載の直線検出装置であって、
前記対象画像に特徴量抽出処理が施された後、前記2値変換が行われる直線検出装置。 - 請求項7に記載の直線検出装置であって、
前記特徴量抽出処理は輪郭抽出処理を含む直線検出装置。 - アスペクト比が1:1でない対象画像に対して、アスペクト比を1:1に変換するアスペクト比変換処理を実行することにより、前記対象画像よりも画像の変形度合いが増加した正方画像を生成する変換工程と、
前記正方画像の基準点から前記正方画像内の任意の直線に下した垂線の長さρおよび前記垂線が前記基準点を通る基準軸となす角θを用いて、前記正方画像内の任意の直線を表現することにより、前記正方画像内の任意の点を通る直線をハフ空間内の座標(θ、ρ)に変換するハフ変換工程と、
ハフ空間内の各座標(θ、ρ)について、前記ハフ変換工程によって変換された回数を集計し、各座標(θ、ρ)の集計値が第1の閾値を超える座標(θ、ρ)を特定することにより、前記正方画像における直線を検出する検出工程と、
を備える直線検出方法。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2016027551A JP6208789B2 (ja) | 2016-02-17 | 2016-02-17 | 直線検出装置および直線検出方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2016027551A JP6208789B2 (ja) | 2016-02-17 | 2016-02-17 | 直線検出装置および直線検出方法 |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2011155847A Division JP5911122B2 (ja) | 2011-07-14 | 2011-07-14 | 直線検出装置および直線検出方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2016085763A true JP2016085763A (ja) | 2016-05-19 |
JP6208789B2 JP6208789B2 (ja) | 2017-10-04 |
Family
ID=55971829
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2016027551A Expired - Fee Related JP6208789B2 (ja) | 2016-02-17 | 2016-02-17 | 直線検出装置および直線検出方法 |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6208789B2 (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN116817799A (zh) * | 2023-08-29 | 2023-09-29 | 山东卓越精工集团有限公司 | 用于超高层建筑物的垂直度测量系统 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06274619A (ja) * | 1993-03-19 | 1994-09-30 | A T R Shichokaku Kiko Kenkyusho:Kk | 画像処理装置 |
JP2007235951A (ja) * | 2006-02-28 | 2007-09-13 | Alpine Electronics Inc | 車両画像認識装置およびその方法 |
JP2008123036A (ja) * | 2006-11-08 | 2008-05-29 | Nec Corp | 消失点検出システム、消失点検出方法および消失点検出用プログラム |
JP2010244351A (ja) * | 2009-04-07 | 2010-10-28 | Murata Machinery Ltd | 画像処理装置と処理方法、及び処理プログラム |
-
2016
- 2016-02-17 JP JP2016027551A patent/JP6208789B2/ja not_active Expired - Fee Related
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06274619A (ja) * | 1993-03-19 | 1994-09-30 | A T R Shichokaku Kiko Kenkyusho:Kk | 画像処理装置 |
JP2007235951A (ja) * | 2006-02-28 | 2007-09-13 | Alpine Electronics Inc | 車両画像認識装置およびその方法 |
JP2008123036A (ja) * | 2006-11-08 | 2008-05-29 | Nec Corp | 消失点検出システム、消失点検出方法および消失点検出用プログラム |
JP2010244351A (ja) * | 2009-04-07 | 2010-10-28 | Murata Machinery Ltd | 画像処理装置と処理方法、及び処理プログラム |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN116817799A (zh) * | 2023-08-29 | 2023-09-29 | 山东卓越精工集团有限公司 | 用于超高层建筑物的垂直度测量系统 |
CN116817799B (zh) * | 2023-08-29 | 2023-11-28 | 山东卓越精工集团有限公司 | 用于超高层建筑物的垂直度测量系统 |
Also Published As
Publication number | Publication date |
---|---|
JP6208789B2 (ja) | 2017-10-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
TWI673651B (zh) | 二維碼定位方法及裝置 | |
Ye et al. | A new method based on hough transform for quick line and circle detection | |
Xie et al. | Image edge detection based on opencv | |
CN105740872B (zh) | 图像特征提取方法及其装置 | |
WO2013008746A1 (ja) | 直線検出装置および直線検出方法 | |
CN112085709B (zh) | 一种图像对比方法及设备 | |
US20150090793A1 (en) | Method and system for determining edge line in qr code binary image | |
CN101727580A (zh) | 图像处理装置、电子介质和图像处理方法 | |
JP5747733B2 (ja) | 対象検出装置、対象検出方法、分類器作成装置及び分類器作成方法 | |
CN110738204A (zh) | 一种证件区域定位的方法及装置 | |
CN107710229B (zh) | 图像中的形状识别方法、装置、设备及计算机存储介质 | |
JP5911122B2 (ja) | 直線検出装置および直線検出方法 | |
JP4565396B2 (ja) | 画像処理装置および画像処理プログラム | |
JP6208789B2 (ja) | 直線検出装置および直線検出方法 | |
JP2016529598A (ja) | 文書内バーコード配置特定 | |
WO2013031418A1 (ja) | 線分および円弧検出装置 | |
US20170213346A1 (en) | Image processing method and process simulation apparatus | |
US9659227B2 (en) | Detecting object from image data using feature quantities | |
JP2007004709A (ja) | 対象パターン検出方法及びその装置 | |
JP5856401B2 (ja) | 直線検出装置および直線検出方法 | |
US20170053399A1 (en) | Method and apparatus for processing block to be processed of urine sediment image | |
CN110298799B (zh) | 一种pcb图像定位校正方法 | |
JP2013050762A (ja) | 線分および円弧検出装置 | |
Kurnia et al. | Object detection on hindered condition by using chain code-based angle detection | |
Zhao et al. | A new algorithm of shape boundaries based on chain coding |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20160217 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20170112 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20170117 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20170316 |
|
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: 20170905 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20170907 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6208789 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |