JP4992990B2 - 区画線検出装置 - Google Patents
区画線検出装置 Download PDFInfo
- Publication number
- JP4992990B2 JP4992990B2 JP2010039139A JP2010039139A JP4992990B2 JP 4992990 B2 JP4992990 B2 JP 4992990B2 JP 2010039139 A JP2010039139 A JP 2010039139A JP 2010039139 A JP2010039139 A JP 2010039139A JP 4992990 B2 JP4992990 B2 JP 4992990B2
- Authority
- JP
- Japan
- Prior art keywords
- road surface
- edge
- edge points
- lane
- noise
- 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.)
- Expired - Fee Related
Links
- 238000000605 extraction Methods 0.000 claims description 25
- 238000001514 detection method Methods 0.000 claims description 22
- 238000000034 method Methods 0.000 description 19
- 239000003973 paint Substances 0.000 description 10
- 239000011159 matrix material Substances 0.000 description 8
- 241000282326 Felis catus Species 0.000 description 4
- 239000000284 extract Substances 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 238000006243 chemical reaction Methods 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 238000003708 edge detection Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000003384 imaging method Methods 0.000 description 1
- 239000000463 material Substances 0.000 description 1
- 238000005192 partition Methods 0.000 description 1
- 239000000126 substance Substances 0.000 description 1
- 238000004381 surface treatment Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V20/00—Scenes; Scene-specific elements
- G06V20/50—Context or environment of the image
- G06V20/56—Context or environment of the image exterior to a vehicle by using sensors mounted on the vehicle
- G06V20/588—Recognition of the road, e.g. of lane markings; Recognition of the vehicle driving pattern in relation to the road
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Theoretical Computer Science (AREA)
- Traffic Control Systems (AREA)
- Image Analysis (AREA)
- Image Processing (AREA)
Description
なお上述した区画線とは、路面の走行レーンの境界において進行方向に点在する点状標示物により構成されるものである。そして、エッジ点を抽出する際に、路面画像面上において、路面の水平方向に対応する複数のライン上でエッジ点を検出するものであって、上記複数のラインは、各ラインに対応する路面上の位置が実距離で等間隔となるように設定されている。
また、区画線を検出する具体的な手法は特に限定されないが、例えばハフ変換によって投票数が最多の直線を区画線として検出することができる。
[実施例]
(1)車線逸脱警報システム1の構成
車線逸脱警報システム1は、自動車等の車両に搭載されて用いられる装置であって、図1に示すように、CANによる車内ネットワーク10と、画像センサ12と、ブザー14と、を有している。
また画像処理ECU32はブザー14と接続しており、逸脱警報処理において警報を行うべきと判断された際に、ブザー要求の制御信号を出力する。
(2)画像処理ECU32による処理
以下に、画像処理ECU32により実行される逸脱警報処理の処理手順を、図2に基づいて説明する。この逸脱警報処理は、車両のアクセサリスイッチがオンにされることで画像センサ12に電源が投入されると起動され、アクセサリスイッチがオフにされて電源が遮断されるまで繰り返し実行される。
次に、S10にて取得した路面画像に基づいてエッジ点を抽出する(S12)。図3(A)に、路面画像40とエッジ抽出ライン42の一例を示す。路面画像40は、車両から前方の路面を撮影した画像であり、ボッツドッツ44や隣接する車両が写し出されている。エッジ抽出ライン42は、路面の水平方向に対応するラインである。
続くS16では、エッジ線の抽出を行う(S16)。ここでは、S14にてノイズを除去された残りのエッジ点をハフ変換して、一番多くエッジ点を通るエッジ線を抽出する。
(3)効果
以上説明した車線逸脱警報システム1では、カメラ30が撮影した路面画像から抽出されたエッジ点のうち、その路面画像において実際の鉛直方向に対応する縦方向に並んだエッジ点をノイズとして除去する。よって、隣接車両のホイール部分46のように、路面から鉛直方向に存在する構造体に基づいて抽出されるエッジ点をノイズとして除去することができる。
(4)対応関係
画像処理ECU32により実行されるS10の処理が、本発明の画像取得手段による処理に相当し、S12の処理がエッジ抽出手段による処理に相当し、S14の処理がノイズ判断手段による処理に相当し、S16、S18の処理が検出手段による処理に相当する。
[変形例]
以上、本発明の実施例について説明したが、本発明は、上記実施例に何ら限定されることはなく、本発明の技術的範囲に属する限り種々の形態をとり得ることはいうまでもない。
例えば、本実施例ではエッジ抽出ライン42を実距離が等間隔となるように設定しているが、路面画像面上で等間隔となるように設定した場合など(つまり縦方向に等間隔でエッジ抽出ラインを並べた場合など)は、縦方向に並ぶエッジ点の並びの長さを実距離に変換し、その距離が所定のしきい値を超える場合にノイズと判断してもよいし、実距離に変換せず、路面画像面上の距離で判断することとしてもよい。
Claims (2)
- 車両前方の路面を撮影した路面画像に基づいて区画線を検出する区画線検出装置であって、
前記路面画像を取得する画像取得手段と、
前記画像取得手段により取得された前記路面画像からエッジ点を抽出するエッジ抽出手段と、
前記エッジ抽出手段により抽出されたエッジ点のうち、所定数以上のエッジ点が前記路面の鉛直方向に対応する前記路面画像面上の方向に並んでおり、且つ、当該並んでいるエッジ点の間隔が所定値以下である場合に、当該各エッジ点をノイズとして判断するノイズ判断手段と、
前記エッジ抽出手段により抽出された前記エッジ点から前記ノイズ判断手段によりノイズとして判断された前記エッジ点を除去した残りのエッジ点に基づいて前記区画線を検出する検出手段と、を備え、
前記区画線は、路面の走行レーンの境界において進行方向に点在する点状標示物により構成されるものであり、
前記エッジ抽出手段は、前記路面画像面上において、前記路面の水平方向に対応する複数のライン上でエッジ点を検出するものであって、
前記複数のラインは、各ラインに対応する前記路面上の位置が実距離で等間隔となるように設定されている
ことを特徴とする区画線検出装置。 - 前記区画線検出装置は、前記点状標示物により構成される区画線を検出する第1の動作モードと、前記路面の走行レーンの境界において配置される進行方向に所定以上の長さを有する線状標示物により構成される区画線を検出する第2の動作モードと、に切り替え可能に構成されており、
前記ノイズ判断手段は、前記区画線検出装置が前記第1の動作モードのときに作動する
ことを特徴とする請求項1に記載の区画線検出装置。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010039139A JP4992990B2 (ja) | 2010-02-24 | 2010-02-24 | 区画線検出装置 |
US12/932,325 US8520071B2 (en) | 2010-02-24 | 2011-02-23 | Boundary line detection system with improved detection-performance |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010039139A JP4992990B2 (ja) | 2010-02-24 | 2010-02-24 | 区画線検出装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2011175468A JP2011175468A (ja) | 2011-09-08 |
JP4992990B2 true JP4992990B2 (ja) | 2012-08-08 |
Family
ID=44476181
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010039139A Expired - Fee Related JP4992990B2 (ja) | 2010-02-24 | 2010-02-24 | 区画線検出装置 |
Country Status (2)
Country | Link |
---|---|
US (1) | US8520071B2 (ja) |
JP (1) | JP4992990B2 (ja) |
Families Citing this family (22)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9098751B2 (en) * | 2011-07-27 | 2015-08-04 | Gentex Corporation | System and method for periodic lane marker identification and tracking |
JP5871571B2 (ja) | 2011-11-11 | 2016-03-01 | 株式会社Pfu | 画像処理装置、矩形検出方法及びコンピュータプログラム |
JP5822664B2 (ja) | 2011-11-11 | 2015-11-24 | 株式会社Pfu | 画像処理装置、直線検出方法及びコンピュータプログラム |
JP5854774B2 (ja) * | 2011-11-11 | 2016-02-09 | 株式会社Pfu | 画像処理装置、直線検出方法及びコンピュータプログラム |
KR101919366B1 (ko) * | 2011-12-22 | 2019-02-11 | 한국전자통신연구원 | 차량 내부 네트워크 및 영상 센서를 이용한 차량 위치 인식 장치 및 그 방법 |
JP5459324B2 (ja) | 2012-01-17 | 2014-04-02 | 株式会社デンソー | 車両周辺監視装置 |
DE102013100577B4 (de) * | 2012-01-25 | 2024-02-29 | Denso Corporation | Spurhalte-Steuersystem |
US8755967B1 (en) * | 2012-03-23 | 2014-06-17 | Google Inc. | Estimating road lane geometry using lane marker observations |
JP5966965B2 (ja) | 2013-02-19 | 2016-08-10 | 株式会社デンソー | 車線境界線逸脱抑制装置及び車線境界線逸脱抑制方法 |
JP6173962B2 (ja) * | 2014-04-01 | 2017-08-02 | 本田技研工業株式会社 | レーンマーク認識装置 |
JP6293570B2 (ja) * | 2014-04-25 | 2018-03-14 | 本田技研工業株式会社 | レーンマーク認識装置及び方法並びに車両 |
JP5936239B2 (ja) * | 2014-08-19 | 2016-06-22 | インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation | 路面の劣化度合い推定方法およびアルゴリズム(多重解像度画像のガボール・フィルター出力画像を使用した、ひび割れ検出手法) |
CN104794720B (zh) * | 2015-05-04 | 2017-11-21 | 成都唐源电气股份有限公司 | 一种在接触网图像中定位出定位线夹的方法及系统 |
CN106210633A (zh) * | 2016-07-18 | 2016-12-07 | 四川君逸数码科技股份有限公司 | 一种智慧金睛识别越线检测报警方法和装置 |
CN106682646B (zh) * | 2017-01-16 | 2020-12-22 | 北京新能源汽车股份有限公司 | 一种车道线的识别方法及装置 |
CN107610150A (zh) * | 2017-08-22 | 2018-01-19 | 三峡大学 | 一种运动视频目标计数方法和系统 |
CN107705301B (zh) * | 2017-09-29 | 2021-04-13 | 南京中设航空科技发展有限公司 | 一种基于无人机航拍公路图像的公路标线破损检测方法 |
CN108776767B (zh) * | 2018-04-18 | 2019-12-17 | 福州大学 | 一种有效判别车辆压线及预先提示系统 |
CN109084778B (zh) * | 2018-09-19 | 2022-11-25 | 大连维德智能视觉技术创新中心有限公司 | 一种基于双目视觉和寻路缘技术的导航系统及导航方法 |
CN110969864A (zh) * | 2018-09-28 | 2020-04-07 | 杭州海康威视数字技术股份有限公司 | 一种车速检测方法、车辆行驶事件检测方法及电子设备 |
KR20200090527A (ko) * | 2019-01-21 | 2020-07-29 | 현대자동차주식회사 | 차선 인식 장치 및 그 방법 |
CN110298845A (zh) * | 2019-06-17 | 2019-10-01 | 中国计量大学 | 一种基于图像处理的复杂背景下输电线检测方法 |
Family Cites Families (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004240636A (ja) * | 2003-02-05 | 2004-08-26 | Toyota Central Res & Dev Lab Inc | 白線検出装置 |
JP4107587B2 (ja) * | 2003-12-17 | 2008-06-25 | 三菱電機株式会社 | 車線認識画像処理装置 |
JP4584120B2 (ja) | 2005-11-21 | 2010-11-17 | トヨタ自動車株式会社 | 道路区画線検出装置、道路区画線の検出方法、道路区画線の検出プログラム |
JP2008030619A (ja) * | 2006-07-28 | 2008-02-14 | Toyota Motor Corp | 道路区画線種別判定装置、及び、道路区画線認識装置 |
JP5014237B2 (ja) * | 2008-04-23 | 2012-08-29 | 本田技研工業株式会社 | レーンマーカ認識装置、車両、及びレーンマーカ認識用プログラム |
JP4849346B2 (ja) * | 2008-09-08 | 2012-01-11 | トヨタ自動車株式会社 | 路面区画マーク認識装置および車線逸脱防止装置 |
JP4780534B2 (ja) * | 2009-01-23 | 2011-09-28 | トヨタ自動車株式会社 | 道路区画線検出装置 |
-
2010
- 2010-02-24 JP JP2010039139A patent/JP4992990B2/ja not_active Expired - Fee Related
-
2011
- 2011-02-23 US US12/932,325 patent/US8520071B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
US20110205363A1 (en) | 2011-08-25 |
US8520071B2 (en) | 2013-08-27 |
JP2011175468A (ja) | 2011-09-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4992990B2 (ja) | 区画線検出装置 | |
US10255509B2 (en) | Adaptive lane marker detection for a vehicular vision system | |
JP4962581B2 (ja) | 区画線検出装置 | |
US9965690B2 (en) | On-vehicle control device | |
JP5012718B2 (ja) | 画像処理装置 | |
WO2014129312A1 (ja) | 車線境界線逸脱抑制装置 | |
EP1968014A1 (en) | Vehicle and lane mark detection device | |
US20150339535A1 (en) | On-vehicle image processor | |
WO2013011952A1 (ja) | 車線認識装置 | |
US9594965B2 (en) | Lane boundary lane recognition device and computer-readable storage medium storing program for recognizing lane boundary lines on roadway | |
JP5855756B2 (ja) | レーンマーク認識装置 | |
JP5894201B2 (ja) | 境界線認識装置 | |
JP6512920B2 (ja) | レーン検出装置及びその方法、並びにレーン表示装置及びその方法 | |
EP2833096A1 (en) | Method for determining a current distance and/or a current speed of a target object based on a reference point in a camera image, camera system and motor vehicle | |
US9916672B2 (en) | Branching and merging determination apparatus | |
JP2007264717A5 (ja) | ||
JP4798576B2 (ja) | 付着物検出装置 | |
JP5434277B2 (ja) | 走行支援装置および走行支援方法 | |
JP2008271165A (ja) | 車両周辺監視装置、車両周辺監視方法、車両周辺監視プログラム | |
JP2007310591A (ja) | 画像処理装置及び駐車場判定方法 | |
KR20140087622A (ko) | 촬영 영상의 휘도를 이용한 차선 추출 방법 | |
JP5957315B2 (ja) | 車載用車線認識装置 | |
JP6722529B2 (ja) | 鉄道用障害物検知システム | |
KR20140076043A (ko) | 보행자 후보 검출장치 및 검출방법 | |
JP5023363B2 (ja) | 車両走行支援装置、車両、車両走行支援プログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20110621 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20111222 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120110 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120312 |
|
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: 20120410 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20120423 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150518 Year of fee payment: 3 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 4992990 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150518 Year of fee payment: 3 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |