JP4637618B2 - 車線認識装置 - Google Patents
車線認識装置 Download PDFInfo
- Publication number
- JP4637618B2 JP4637618B2 JP2005078988A JP2005078988A JP4637618B2 JP 4637618 B2 JP4637618 B2 JP 4637618B2 JP 2005078988 A JP2005078988 A JP 2005078988A JP 2005078988 A JP2005078988 A JP 2005078988A JP 4637618 B2 JP4637618 B2 JP 4637618B2
- Authority
- JP
- Japan
- Prior art keywords
- image
- time
- pixel
- feature image
- value
- 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
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; 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
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
- G06V10/48—Extraction of image or video features by mapping characteristic values of the pattern into a parameter space, e.g. Hough transformation
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Theoretical Computer Science (AREA)
- Image Analysis (AREA)
- Image Processing (AREA)
- Traffic Control Systems (AREA)
Description
また、非特許文献1においても点列状の車線境界線の検出についての開示はなく、仮にできたとしても検出性能が低く、CPUの処理負荷が大きいものと考えられる。
また、ある時刻における平滑特徴画像について、各画素値と前記抽出される特徴画像の対応画素の画素値を所定の割合で加算して更新し、時系列的に平滑化された平滑特徴画像を得ることで、トンネル進入時等に一時的に検出不能になった車線境界位置を、存在可能性を示す画素値として記憶するため、検出不能になる頻度や時間を減少させる効果も合わせ持つ。
特徴画像抽出部24は、路面投影画像の各位置における周辺画素に基づき、レーンマーカー等の車線境界線らしさを示す画像値を持つ特徴画像を時系列平滑化処理部25へ供給する。時系列平滑化処理部25は、取込まれる時系列入力画像から抽出された特徴画像に基づき、時間の経過とともに直線的軌跡を描く点列状の車線を抽出する。このとき、平滑特徴画像記憶部26は、最新の平滑特徴画像を保持し、時系列平滑化処理部25へ逐次提供する。
上記した、画像入力部21、画像記憶部22、路面投影画像変換部23、特徴画像抽出部24、時系列平滑化処理部25、平滑特徴画像記憶部26、勾配画像生成部27、ハフ変換部28、車線境界判定部29のそれぞれは、専用のLSIで構成されても、あるいはCPUにより実現されてもよい。
以下、図2〜図7を参照しながら図1に示す本発明の実施形態の動作について詳細に説明する。
時刻tで取得した画像は画像記憶部22に保持される。実際は、全体が同時に保持されなくともよいが、以降、説明の簡単化のため、特に断らない場合各種画像は全体の情報が利用可能と考える。この視覚センサー1から取得した画像を、加工した画像と区別するため以降では入力画像と呼ぶ。図3に入力画像の一例が示されている。
路面投影画像の座標系のとり方は、例えば、x軸は路面平面でカメラ光軸に垂直な方向にとり、y軸は路面平面の光軸方向にとり、原点をカメラ焦点から下ろした垂線と路面平面の交点とする。図4に路面平面画像の一例が示されている。
上記したフィルターの各画素位置(x,y)での出力値を表す写像f(t,x,y)を、以降では特徴画像と呼び、ある時刻tと画素位置(x,y)に対するf(t,x,y)の値を特徴値と呼ぶ。図5に特徴画像例が示されている。
R(t+1、x、y)=αβf(t、x、y)+α(1−β)R(t、x、y)+γf(t、x、y−1)+σf(t、x、y−2)+εR(t、x、y−1)+λR(t、x、y−2) … (1)
ここで、Rの更新は、yの増加方向に沿って逐次行なう。これにより第3項以降の和が空間周波数応答性を持つようにできる。また、係数βは範囲を[0、1]の実数にとり、破線状の車線境界マーカーが車両速度に対応して適当な軌跡を描くように決定する。一方、係数α、γ、σ、ε、λはIIRバンドパスフィルターの係数計算方法に従って、検出したい点列周期ω(ピクセル/サイクル)およびパスバンド幅μ(サイクル/ピクセル)から計算される。ここで、ωおよびμは車線規格に依存し通常の装置動作中に変化しないため、上式のβ以外の係数は定数として実装できる。
具体的な算出方法は、まず、二つの定数P、Kを前述のω、μから求める。
P=1−3μ
K=1−(2P)*cos(2π/ω)+R*R
このP、Kを用いて、各係数を次のように求める。
α=1−K
γ=2(K−P)*cos(2π/ω)
σ=P*P−K
ε=2P*cos(2π/ω)
λ=−P*P
Gx=Σ[{f(t,x+h,y)−f(t,x−h,y)}/(2h)]…(2)
h=1,2,3について加算。
Gy=Σ[{f(t,x,y+v)−f(t,x,y−v)}/(2v)]…(3)
v=1,2,3について加算。
同一直線状に並び、直線法線と勾配方向が一致する画素は同じ(ρ,θ)を持つ。そこで、各(ρ,θ)が表す直線を構成する可能性のある画素の出現数を数えて頻度とすれば、頻度の高い(ρ,θ)が勾配画像中でのより顕著な直線に対応している。
また、ある時刻における平滑特徴画像について、各画素位置と前記抽出される特徴画像の対応画素の画素値を所定の割合で加算して更新し、時系列的に平滑化された平滑特徴画像を得ることで、トンネル進入時などに、一時的に検出不能になった車線境界線の位置を存在可能性分布として記憶するため、検出不能になる頻度や時間を減少させる効果も合わせ持つ。
Claims (4)
- 車両に搭載された視覚センサーから一定時間間隔で取込まれる時系列入力画像から車線を認識する車線認識装置であって、
前記取込まれる時系列入力画像から抽出される特徴画像に基づき、点列状の車線境界線
が時間の経過とともに直線的軌跡を描くよう平滑特徴画像を生成する時系列平滑化処理部
と、
前記平滑特徴画像中、各画素位置での特徴値勾配を推定により求め勾配画像を生成する
勾配画像生成部と、
前記勾配画像のハフ変換を行い前記平滑特徴画像中のエッジを検出するハフ変換部と、
を具備し、
前記時系列平滑化処理部は、画素毎にある時刻の直前における前記平滑特徴画像の画素値と、前記ある時刻の直前における前記特徴画像の当該画素の画素値とを所定の割合で加算し、更に、空間周波数応答性を持つ所定の演算式により算出される値を加算して更新することにより、前記ある時刻における前記平滑特徴画像を生成することを特徴とする車線認識装置。 - 前記時系列画像を路面を近似する平面座標系に、センサーの光学モデルに従い投影して
前記時系列平滑化処理部へ供給する路面投影画像変換部と、
を具備することを特徴とする請求項1に記載の車線認識装置。 - 前記所定の演算式は、画素毎に前記ある時刻の直前における前記特徴画像の各画素から所定の画素間隔分離れた画素の値に基づく値と、前記ある時刻の直前における前記平滑特徴画像の各画素から所定の画素間隔分離れた画素の値に基づく値とを加算することを示す式であることを特徴とする請求項1または請求項2に記載の車線認識装置。
- 前記路面投影画像の各画素位置における周辺画素に基づき、前記車線境界線らしさを特
徴値で示す前記特徴画像を抽出して前記時系列平滑化処理部へ供給する特徴画像抽出部を具備することを特徴とする請求項1から請求項3のいずれか1項に記載の車線認識装置。
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2005078988A JP4637618B2 (ja) | 2005-03-18 | 2005-03-18 | 車線認識装置 |
| US11/376,101 US7889887B2 (en) | 2005-03-18 | 2006-03-16 | Lane recognition apparatus |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2005078988A JP4637618B2 (ja) | 2005-03-18 | 2005-03-18 | 車線認識装置 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2006260358A JP2006260358A (ja) | 2006-09-28 |
| JP4637618B2 true JP4637618B2 (ja) | 2011-02-23 |
Family
ID=37010364
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2005078988A Expired - Fee Related JP4637618B2 (ja) | 2005-03-18 | 2005-03-18 | 車線認識装置 |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US7889887B2 (ja) |
| JP (1) | JP4637618B2 (ja) |
Families Citing this family (31)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP4703136B2 (ja) * | 2004-06-02 | 2011-06-15 | トヨタ自動車株式会社 | 線図形化処理装置 |
| DE102005049507B4 (de) * | 2005-09-19 | 2007-10-25 | Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. | Vorrichtung zum Erzeugen eines Kombinationssignals sowie entsprechendes Verfahren und Computerprogramm zur Ausführung des Verfahrens |
| DE102006059663B4 (de) * | 2006-12-18 | 2008-07-24 | Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. | Vorrichtung, Verfahren und Computerprogramm zum Identifizieren eines Verkehrszeichens in einem Bild |
| DE102006062061B4 (de) * | 2006-12-29 | 2010-06-10 | Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. | Vorrichtung, Verfahren und Computerprogramm zum Bestimmen einer Position basierend auf einem Kamerabild von einer Kamera |
| US8194927B2 (en) * | 2008-07-18 | 2012-06-05 | GM Global Technology Operations LLC | Road-lane marker detection using light-based sensing technology |
| US8204277B2 (en) * | 2008-07-18 | 2012-06-19 | GM Global Technology Operations LLC | Apparatus and method for camera-bases lane marker detection |
| DE102008052928A1 (de) | 2008-10-23 | 2010-05-06 | Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. | Vorrichtung, Verfahren und Computerprogramm zur Erkennung einer Geste in einem Bild, sowie Vorrichtung, Verfahren und Computerprogramm zur Steuerung eines Geräts |
| US8867845B2 (en) | 2009-11-25 | 2014-10-21 | Nec Corporation | Path recognition device, vehicle, path recognition method, and path recognition program |
| US8456327B2 (en) | 2010-02-26 | 2013-06-04 | Gentex Corporation | Automatic vehicle equipment monitoring, warning, and control system |
| US9769430B1 (en) | 2011-06-23 | 2017-09-19 | Gentex Corporation | Imager system with median filter and method thereof |
| CN104115211B (zh) | 2012-02-14 | 2017-09-22 | 金泰克斯公司 | 高动态范围成像系统 |
| JP2013228944A (ja) * | 2012-04-26 | 2013-11-07 | Nippon Soken Inc | 走行区画線認識装置 |
| CN103473762B (zh) * | 2013-08-29 | 2016-12-28 | 奇瑞汽车股份有限公司 | 一种车道线检测方法和装置 |
| US9656673B2 (en) | 2013-12-04 | 2017-05-23 | Mobileye Vision Technologies Ltd. | Systems and methods for navigating a vehicle to a default lane |
| JP6193819B2 (ja) * | 2014-07-11 | 2017-09-06 | 株式会社Soken | 走行区画線認識装置 |
| CN104063877B (zh) * | 2014-07-16 | 2017-05-24 | 中电海康集团有限公司 | 一种候选车道线混合判断识别方法 |
| CN105740802A (zh) * | 2016-01-28 | 2016-07-06 | 北京中科慧眼科技有限公司 | 基于视差图的障碍物检测方法和装置及汽车驾驶辅助系统 |
| WO2018072172A1 (zh) * | 2016-10-20 | 2018-04-26 | 深圳配天智能技术研究院有限公司 | 图像中的形状识别方法、装置、设备及计算机存储介质 |
| CN106558080B (zh) * | 2016-11-14 | 2020-04-24 | 天津津航技术物理研究所 | 一种单目相机外参在线标定方法 |
| KR101878490B1 (ko) * | 2017-03-10 | 2018-07-13 | 만도헬라일렉트로닉스(주) | 차선 인식 시스템 및 방법 |
| JP6901386B2 (ja) * | 2017-12-08 | 2021-07-14 | 株式会社東芝 | 勾配推定装置、勾配推定方法、プログラムおよび制御システム |
| CN108154114B (zh) * | 2017-12-22 | 2023-02-17 | 温州大学激光与光电智能制造研究院 | 一种车道线检测的方法 |
| JP6697522B2 (ja) * | 2018-09-28 | 2020-05-20 | 株式会社Subaru | 区画線認識装置 |
| KR102483649B1 (ko) * | 2018-10-16 | 2023-01-02 | 삼성전자주식회사 | 차량 위치 결정 방법 및 차량 위치 결정 장치 |
| CN109741314A (zh) * | 2018-12-29 | 2019-05-10 | 广州博通信息技术有限公司 | 一种零件的视觉检测方法及系统 |
| CN110298300B (zh) * | 2019-06-27 | 2022-11-22 | 上海工程技术大学 | 一种检测车辆违章压线的方法 |
| JP6837626B1 (ja) * | 2020-08-03 | 2021-03-03 | 株式会社空間技術総合研究所 | 地物データの生成システム、地物データベース更新システム及び地物データの生成方法 |
| CN112752093B (zh) * | 2020-12-25 | 2022-08-16 | 浙江大华技术股份有限公司 | 视频条纹检测方法、装置、存储介质及电子装置 |
| CN113505747B (zh) * | 2021-07-27 | 2025-02-18 | 浙江大华技术股份有限公司 | 车道线识别方法和装置、存储介质及电子设备 |
| JP7572980B2 (ja) * | 2022-02-15 | 2024-10-24 | ウーブン・バイ・トヨタ株式会社 | 道路端推定装置、道路端推定方法及び道路端推定用コンピュータプログラム |
| CN114463724A (zh) * | 2022-04-11 | 2022-05-10 | 南京慧筑信息技术研究院有限公司 | 一种基于机器视觉的车道提取识别方法 |
Family Cites Families (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2829536B2 (ja) * | 1990-03-19 | 1998-11-25 | マツダ株式会社 | 移動車の環境認識装置 |
| JPH09259287A (ja) | 1996-03-25 | 1997-10-03 | Fujitsu Ten Ltd | 前方車両認識装置 |
| JPH09330416A (ja) * | 1996-06-11 | 1997-12-22 | Matsushita Electric Ind Co Ltd | 移動体検出方法および装置 |
| JP3584194B2 (ja) * | 2000-02-22 | 2004-11-04 | 株式会社ホンダエレシス | 白線検出方法および白線検出装置 |
| JP3822468B2 (ja) * | 2001-07-18 | 2006-09-20 | 株式会社東芝 | 画像処理装置及びその方法 |
| JP2003051017A (ja) * | 2001-08-06 | 2003-02-21 | Nissan Motor Co Ltd | 白線検出装置 |
| JP4016735B2 (ja) * | 2001-11-30 | 2007-12-05 | 株式会社日立製作所 | レーンマーク認識方法 |
| JP4071650B2 (ja) * | 2003-02-27 | 2008-04-02 | 株式会社東芝 | 画像目標検出方法および装置、ならびに画像目標検出用プログラム |
| JP2004310522A (ja) * | 2003-04-08 | 2004-11-04 | Toyota Motor Corp | 車両用画像処理装置 |
-
2005
- 2005-03-18 JP JP2005078988A patent/JP4637618B2/ja not_active Expired - Fee Related
-
2006
- 2006-03-16 US US11/376,101 patent/US7889887B2/en not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| JP2006260358A (ja) | 2006-09-28 |
| US20060210116A1 (en) | 2006-09-21 |
| US7889887B2 (en) | 2011-02-15 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP4637618B2 (ja) | 車線認識装置 | |
| EP2858008B1 (en) | Target detecting method and system | |
| CN111174782B (zh) | 位姿估计方法、装置、电子设备及计算机可读存储介质 | |
| US9811742B2 (en) | Vehicle-surroundings recognition device | |
| CN101369346B (zh) | 一种视频运动目标自适应窗口的跟踪方法 | |
| CN107452015B (zh) | 一种具有重检测机制的目标跟踪系统 | |
| JP7518609B2 (ja) | 画像処理装置、画像処理方法、及びプログラム | |
| US8867845B2 (en) | Path recognition device, vehicle, path recognition method, and path recognition program | |
| JP2009237845A (ja) | 情報処理装置、および情報処理方法、並びにコンピュータ・プログラム | |
| CN104517298B (zh) | 移动体检测装置 | |
| US11809997B2 (en) | Action recognition apparatus, action recognition method, and computer-readable recording medium | |
| CN113240750A (zh) | 三维空间信息测算方法及装置 | |
| JP2010039617A (ja) | 対象物追跡装置及びプログラム | |
| CN104471436B (zh) | 用于计算对象的成像比例的变化的方法和设备 | |
| CN103523021B (zh) | 车道线检测可信度计算方法及执行其的计算装置 | |
| JP2007256029A (ja) | ステレオ画像処理装置 | |
| JP5109074B2 (ja) | 車両速度判定装置および車両速度判定方法 | |
| WO2015027649A1 (zh) | 一种多尺度模型车辆检测方法 | |
| JP4797846B2 (ja) | 区画線検出装置及び車線検出装置 | |
| JP2008293172A (ja) | 消失点推定装置及びプログラム | |
| JP4674920B2 (ja) | 対象個数検出装置および対象個数検出方法 | |
| JP7802550B2 (ja) | 自己位置推定方法、自己位置推定プログラム及び自己位置推定装置 | |
| JP6593995B2 (ja) | 空港監視装置 | |
| JP2009025874A (ja) | 顔画像登録装置、顔識別装置、顔画像登録方法、顔識別方法、顔画像登録プログラム | |
| JP2012185134A (ja) | 走路推定装置及びプログラム |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20071005 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20071009 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20100528 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100601 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100802 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20100803 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100824 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20101025 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20101026 |
|
| 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: 20101116 |
|
| 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: 20101124 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20131203 Year of fee payment: 3 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 4637618 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| 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 |