JP4052650B2 - 障害物検出装置、方法及びプログラム - Google Patents
障害物検出装置、方法及びプログラム Download PDFInfo
- Publication number
- JP4052650B2 JP4052650B2 JP2004015943A JP2004015943A JP4052650B2 JP 4052650 B2 JP4052650 B2 JP 4052650B2 JP 2004015943 A JP2004015943 A JP 2004015943A JP 2004015943 A JP2004015943 A JP 2004015943A JP 4052650 B2 JP4052650 B2 JP 4052650B2
- Authority
- JP
- Japan
- Prior art keywords
- detection target
- obstacle
- image
- detection
- predicted
- 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
- G08—SIGNALLING
- G08G—TRAFFIC CONTROL SYSTEMS
- G08G1/00—Traffic control systems for road vehicles
- G08G1/16—Anti-collision systems
- G08G1/166—Anti-collision systems for active traffic, e.g. moving vehicles, pedestrians, bikes
-
- 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/58—Recognition of moving objects or obstacles, e.g. vehicles or pedestrians; Recognition of traffic objects, e.g. traffic signs, traffic lights or roads
Landscapes
- Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Theoretical Computer Science (AREA)
- Traffic Control Systems (AREA)
- Image Analysis (AREA)
- Image Processing (AREA)
Description
(A)移動体に設置された撮像装置によって撮像された動画像を入力する画像入力部。
(B)前記動画像の各画像上の検出対象点の画面上での動きを表す検出対象速度ベクトルを求める速度検出部。
(C)前記各検出対象点の予測速度ベクトルを他の検出対象点の検出対象速度ベクトルを用いて算出する予測速度ベクトル算出部。
(D)前記検出対象速度ベクトルの水平成分が前記予測速度ベクトルの水平成分よりも第1の閾値以上大きい場合に、当該検出対象点が障害物上の点であると判定する障害物検出部。
(E)障害物と判定された検出対象点に関する情報を出力する障害物情報出力部。
本実施形態の障害物検出装置の構成を示す。
1.画面全体を検出領域とする。
2.消失点に近づくに従って横幅が狭くなる固定の領域を検出領域とする。
3.画像処理により画像で自車両が走行しているレーンまたは道路を検出し、それらの内部領域を検出領域とする。
4.ハンドルの舵角センサーや、ジャイロ等の車両の走行状態を取得する各種センサー11の計測値から、自車両の走行予測経路を求め、その周辺の領域を検出領域とする。
上方にあり、かつ、水平方向の位置が近い、比較対象画素(xr,yr)を選択する(図4参照)。
(1) vx = ry Z + tx
(2) vy = 0
(3) vz = -ry X + tz
今、判定対象画素(xi,yi)と比較対象画素(xr,yr)とは画像平面に平行な同一平面上の点であると仮定している。また、2点の水平方向の位置が近いと仮定したのでxiとxrとはほぼ等しい。よって、判定対象画素(xi,yi)と比較対象画素(xr,yr)とは、3次元空間の座標においても、X座標とZ座標がほぼ等しい。よって、式(1)(2)(3)から、判定対象画素(xi,yi)と比較対象画素(xr,yr)との3次元空間内の速度は等しいと近似できる。この場合、予測速度ベクトルUi=(Uix,Uiy)は次のように表される。
(4) Uix = Vrx
(5) Uiy = (yi/yr) Vry
(ステップ1003)障害物判定部313は、速度ベクトルViが予測速度ベクトルUiよりも予測進路402に近づく方向に大きい成分を持っている場合に、判定対象画素(xi,yi)が障害物上の点であると判定する。図4の場合、自車両の予測進路402は画像上でx軸の正の方向にある。障害物判定部313は、速度ベクトルViの水平成分Vixと予測速度ベクトルUiの水平成分Uixとが次式の関係を満たす場合に、判定対象画素(xi,yi)が障害物上の点であると判定する。尚、Tvはある閾値である。
(6) Vix - Uix > Tv
この障害物検出手法の利点は、自車両がカーブを曲がっている時でも障害物を検出可能であるということである。図5は自車両が左カーブを曲がっている場合の速度分布の例である。画像全体に右方向の平行移動成分が加わるため、背景の建物も自車両の予測進路502に近づく動きを持つ。そのため単純に自車両の予測進路502に近づく動きをする点を障害物上の点として検出する手法では、背景を障害物として誤検出する。これに対し、本手法では周辺の運動との差、つまり、背景と障害物との運動の差を利用するので、障害物検出における自車両の運動の影響を軽減させることができる。
yi)の速度ベクトルViと予測速度ベクトルUiとを比較して判定対象画素(xi,yi)が障害物上の点であるか否かを判定する障害物判定部323とを備える。
(7) vx = ry Z + tx
(8) vy = 0
(9) vz = -ry X + tz
今、判定対象画素(xi,yi)と比較対象画素(xr,yr)とは道路面上の点、すなわち画像平面に垂直な同一平面上の点であると仮定している。また、2点の鉛直方向の位置が近いと仮定したのでyiとyrとはほぼ等しい。よって、判定対象画素(xi,yi)と比較対象画素(xr,yr)とは、3次元空間の座標においても、Y座標とZ座標がほぼ等しい。よって、式(7)(8)(9)から、判定対象画素(xi,yi)と比較対象画素(xr,yr)との3次元空間内の速度は等しいと近似できる。この場合、予測速度ベクトルUi=(Uix,Uiy)は次のように表される。
(10) Uix = Vrx + (Vry/yr) (xr - xi)
(11) Uiy = Vry
(ステップ1103)障害物判定部323は、速度ベクトルViが予測速度ベクトルUiよりも予測進路702に近づく方向に大きい成分を持っている場合に、判定対象画素(xi,yi)が障害物上の点であると判定する。図7の場合、自車両の予測進路702は画像上でx軸の正の方向にある。障害物判定部323は、速度ベクトルViの水平成分Vixと予測速度ベクトルUiの水平成分Uixとが次式の関係を満たす場合に、判定対象画素(xi,yi)が障害物上の点であると判定する。尚、Tvはある閾値である。
(12) Vix - Uix > Tv
水平速度分布判定部32も、鉛直速度分布判定部31と同様に、周辺の運動との差、つまり背景と障害物との運動の差を利用するので、障害物検出において自車両の運動の影響を軽減させることができる。
は速度ベクトルの差を利用して判定する。
(13) (X0,Z0) = (-(x0 h)/y0, -(f h)/y0)
障害物情報出力部4は、この式(13)を用いて障害物の道路面上の位置を求める。
(14) V0x = (Z0 2/f)(v0x - (v0y X0)/h)
(15) V0z = - (v0y Z0 2)/(f h)
(ステップ1204)障害物情報出力部4は、障害物の道路面上の速度V0を用いてX-Z-T空間内での障害物の予測進路を求める。障害物の予測進路は、障害物が等速運動または等加速度運動をすると仮定して求める。この障害物の予測進路と図8の自車両の予測進路802とが交わる座標(Xc,Zc,Tc)を求める。そして、自車両から見て位置(Xc,Zc)、時刻Tcで衝突するという結果を出力する。
1304とを備える。
2 速度検出部
3 障害物検出部
4 障害物情報出力部
5 予測進路算出部
10 カメラ
11 各種センサー
31 鉛直速度分布判定部
32 水平速度分布判定部
Claims (6)
- 移動体に設置された撮像装置によって撮像された動画像を入力する画像入力部と、
前記動画像の各画像上の検出対象点の画面上での動きを表す検出対象速度ベクトルを求める速度検出部と、
前記画像上での前記移動体の予測進路を算出する予測進路算出部と、
前記各検出対象点の予測速度ベクトルを、他の検出対象点の検出対象速度ベクトルを用いて算出する予測速度ベクトル算出部と、
前記検出対象速度ベクトルの水平成分が前記予測速度ベクトルの水平成分よりも、前記検出対象点の位置から前記予測進路に向かう方向に第1の閾値以上大きい場合に、当該検出対象点が障害物上の点であると判定する障害物検出部と、
障害物と判定された検出対象点に関する情報を出力する障害物情報出力部と、
を備え、
前記速度検出部は、前記他の検出対象点として、
(A)前記画像上で前記各検出対象点の鉛直上方にあり、かつ、前記各検出対象点との水平座標の差が第2の閾値未満である他の検出対象点、または、
(B)前記画像上で各検出対象点より前記予測進路側にあり、かつ、前記各検出対象点との垂直座標の差が第3の閾値未満である他の検出対象点、
のいずれかを用いる、
ことを特徴とする障害物検出装置。 - 前記速度検出部は、前記動画像から前記移動体のピッチング運動を検出し、各画像に対してピッチング運動による影響の補正を行うピッチング運動補正手段を備える、
請求項1に記載の障害物検出装置。 - 前記速度検出部は、
前記画像上で前記検出対象点を選択する領域である検出領域を設定する検出領域選択手段と、
前記検出領域内で特徴点を求め、各特徴点を前記検出対象点とする特徴点抽出手段と、
を備える請求項1または請求項2のいずれか一項に記載の障害物検出装置。 - 前記予測進路算出部は、画像上での前記移動体の第1予測進路に加えて、前記移動体が移動している平面上における前記移動体の時刻情報を含んだ第2予測進路をも算出し、
前記障害物情報出力部は、
前記障害物検出部で検出された障害物の速度ベクトルと前記第2予測進路とを用いて、前記移動体と前記障害物との距離が第4の閾値未満となる位置及び時刻を算出する手段を備える、
請求項1から請求項3までのいずれか一項に記載の障害物検出装置。 - 前記障害物情報出力部は、
障害物と判定された検出対象点をその位置と検出対象速度ベクトルとを用いてグループ化する手段と、
前記撮像装置の位置と前記移動体が移動している平面との位置関係、及び、同一グループに属する検出対象点のうち画像上で最も下にある検出対象点の位置を用いて、移動体から見た障害物の位置を算出する手段と、
を備える請求項1から請求項3までのいずれか一項に記載の障害物検出装置。 - 移動体に設置された撮像装置によって撮像された動画像を入力し、
前記動画像の各画像上の検出対象点の画面上での動きを表す検出対象速度ベクトルを求め、
前記画像上での前記移動体の予測進路を算出し、
前記各検出対象点の予測速度ベクトルを、他の検出対象点の検出対象速度ベクトルを用いて算出し、
前記検出対象速度ベクトルの水平成分が前記予測速度ベクトルの水平成分よりも、前記検出対象点の位置から前記予測進路に向かう方向に第1の閾値以上大きい場合に、当該検出対象点が障害物上の点であると判定し、
障害物と判定された検出対象点に関する情報を出力し、
前記予測速度ベクトルの算出では、前記他の検出対象点として、
(A)前記画像上で前記各検出対象点の鉛直上方にあり、かつ、前記各検出対象点との水平座標の差が第2の閾値未満である他の検出対象点、または、
(B)前記画像上で各検出対象点より前記予測進路側にあり、かつ、前記各検出対象点との垂直座標の差が第3の閾値未満である他の検出対象点、
のいずれかを用いる、
ことを特徴とする障害物検出方法。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004015943A JP4052650B2 (ja) | 2004-01-23 | 2004-01-23 | 障害物検出装置、方法及びプログラム |
US11/038,239 US7437244B2 (en) | 2004-01-23 | 2005-01-21 | Obstacle detection apparatus and a method therefor |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004015943A JP4052650B2 (ja) | 2004-01-23 | 2004-01-23 | 障害物検出装置、方法及びプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2005209019A JP2005209019A (ja) | 2005-08-04 |
JP4052650B2 true JP4052650B2 (ja) | 2008-02-27 |
Family
ID=34792461
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004015943A Expired - Fee Related JP4052650B2 (ja) | 2004-01-23 | 2004-01-23 | 障害物検出装置、方法及びプログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US7437244B2 (ja) |
JP (1) | JP4052650B2 (ja) |
Families Citing this family (68)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4052650B2 (ja) * | 2004-01-23 | 2008-02-27 | 株式会社東芝 | 障害物検出装置、方法及びプログラム |
JP4026641B2 (ja) * | 2004-12-03 | 2007-12-26 | 日産自動車株式会社 | 物体検出装置、および物体検出方法 |
JP4657765B2 (ja) * | 2005-03-09 | 2011-03-23 | 三菱自動車工業株式会社 | ノーズビューシステム |
JP4914019B2 (ja) * | 2005-04-06 | 2012-04-11 | キヤノン株式会社 | 位置姿勢計測方法及び装置 |
TWI287103B (en) * | 2005-11-04 | 2007-09-21 | Univ Nat Chiao Tung | Embedded network controlled optical flow image positioning omni-direction motion system |
US7899211B2 (en) * | 2005-12-07 | 2011-03-01 | Nissan Motor Co., Ltd. | Object detecting system and object detecting method |
ITBO20060282A1 (it) * | 2006-04-13 | 2007-10-14 | Ferrari Spa | Metodo e sitema di ausilio alla guida per un veicolo stradale |
JP4579191B2 (ja) * | 2006-06-05 | 2010-11-10 | 本田技研工業株式会社 | 移動体の衝突回避システム、プログラムおよび方法 |
JP2008080472A (ja) * | 2006-09-29 | 2008-04-10 | Toshiba Corp | ロボット装置及びその制御方法 |
JP4062353B1 (ja) * | 2006-11-10 | 2008-03-19 | トヨタ自動車株式会社 | 障害物進路予測方法、装置、およびプログラム |
JP4967666B2 (ja) * | 2007-01-10 | 2012-07-04 | オムロン株式会社 | 画像処理装置および方法、並びに、プログラム |
JP2008172441A (ja) * | 2007-01-10 | 2008-07-24 | Omron Corp | 検出装置および方法、並びに、プログラム |
DE102007013685A1 (de) * | 2007-03-22 | 2008-09-25 | Robert Bosch Gmbh | Kollisionswarnvorrichtung für Kraftfahrzeuge |
JP4681592B2 (ja) * | 2007-11-22 | 2011-05-11 | 池上通信機株式会社 | 速度計測方法 |
EP2249310A4 (en) * | 2008-02-04 | 2013-11-27 | Konica Minolta Holdings Inc | PERIPHERAL MONITORING DEVICE AND PERIPHERAL MONITORING METHOD |
US8803966B2 (en) * | 2008-04-24 | 2014-08-12 | GM Global Technology Operations LLC | Clear path detection using an example-based approach |
JP5004865B2 (ja) * | 2008-05-08 | 2012-08-22 | 日立オートモティブシステムズ株式会社 | 自動車用障害物検知装置 |
US8755997B2 (en) * | 2008-07-30 | 2014-06-17 | Honeywell International Inc. | Laser ranging process for road and obstacle detection in navigating an autonomous vehicle |
US20100082180A1 (en) * | 2008-10-01 | 2010-04-01 | Honeywell International Inc. | Errant vehicle countermeasures |
FR2938228B1 (fr) * | 2008-11-10 | 2010-11-05 | Peugeot Citroen Automobiles Sa | Procede de mesure de distance au moyen d'une camera embarquee dans un vehicule automobile |
FR2938227B1 (fr) * | 2008-11-10 | 2010-11-05 | Peugeot Citroen Automobiles Sa | Procede de detection d'obstacles depuis un vehicule automobile |
DE102009000550B4 (de) * | 2009-02-02 | 2018-10-04 | Ford Global Technologies, Llc | Weitwinkelbildgebungssystem für die Bereitstellung eines Bildes der Umgebung eines Fahrzeugs, insbesondere eines Kraftfahrzeugs |
JP2010204805A (ja) * | 2009-03-02 | 2010-09-16 | Konica Minolta Holdings Inc | 周辺監視装置および該方法 |
JP5210233B2 (ja) * | 2009-04-14 | 2013-06-12 | 日立オートモティブシステムズ株式会社 | 車両用外界認識装置及びそれを用いた車両システム |
JP4858574B2 (ja) * | 2009-05-19 | 2012-01-18 | トヨタ自動車株式会社 | 物体検出装置 |
JP5385009B2 (ja) * | 2009-05-29 | 2014-01-08 | 日立オートモティブシステムズ株式会社 | 車両制御装置および車両制御方法 |
JP5353455B2 (ja) * | 2009-06-09 | 2013-11-27 | コニカミノルタ株式会社 | 周辺監視装置 |
WO2011043006A1 (ja) * | 2009-10-07 | 2011-04-14 | パナソニック株式会社 | 制御装置および車両周囲監視装置 |
JP5493780B2 (ja) * | 2009-11-30 | 2014-05-14 | 富士通株式会社 | 運転支援装置、運転支援方法及びそのプログラム |
TWI399706B (zh) * | 2010-03-23 | 2013-06-21 | Avermedia Information Inc | 一種障礙物偵測警示系統及方法 |
JP5532124B2 (ja) * | 2010-04-05 | 2014-06-25 | トヨタ自動車株式会社 | 車両の衝突判定装置 |
US20110298988A1 (en) * | 2010-06-04 | 2011-12-08 | Toshiba Alpine Automotive Technology Corporation | Moving object detection apparatus and moving object detection method |
US9129523B2 (en) * | 2013-05-22 | 2015-09-08 | Jaybridge Robotics, Inc. | Method and system for obstacle detection for vehicles using planar sensor data |
DE102010063133A1 (de) * | 2010-12-15 | 2012-06-21 | Robert Bosch Gmbh | Verfahren und System zur Bestimmung einer Eigenbewegung eines Fahrzeugs |
WO2012114478A1 (ja) * | 2011-02-23 | 2012-08-30 | トヨタ自動車株式会社 | 運転支援装置、運転支援方法及び運転支援プログラム |
WO2012145819A1 (en) | 2011-04-25 | 2012-11-01 | Magna International Inc. | Image processing method for detecting objects using relative motion |
JP5900021B2 (ja) * | 2012-03-01 | 2016-04-06 | 日産自動車株式会社 | 飛び出し検出装置 |
US9031779B2 (en) | 2012-05-30 | 2015-05-12 | Toyota Motor Engineering & Manufacturing North America, Inc. | System and method for hazard detection and sharing |
CN103448652B (zh) * | 2012-06-04 | 2016-06-15 | 宏达国际电子股份有限公司 | 行车警示方法及其电子装置 |
US8781721B2 (en) * | 2012-06-06 | 2014-07-15 | Google Inc. | Obstacle evaluation technique |
JP6069938B2 (ja) * | 2012-08-07 | 2017-02-01 | 日産自動車株式会社 | 飛び出し検出装置 |
US10678259B1 (en) * | 2012-09-13 | 2020-06-09 | Waymo Llc | Use of a reference image to detect a road obstacle |
DE102012111010A1 (de) * | 2012-11-15 | 2014-06-12 | Eads Deutschland Gmbh | Verfahren und Vorrichtung zur bildgestützten Landebahnlokalisierung |
JP5987660B2 (ja) * | 2012-11-30 | 2016-09-07 | 富士通株式会社 | 画像処理装置、画像処理方法及びプログラム |
JP5982298B2 (ja) * | 2013-02-21 | 2016-08-31 | シャープ株式会社 | 障害物検出装置および障害物検出方法 |
KR101491305B1 (ko) * | 2013-08-27 | 2015-02-06 | 현대자동차주식회사 | 장애물 검출 장치 및 방법 |
KR101439052B1 (ko) * | 2013-09-05 | 2014-09-05 | 현대자동차주식회사 | 장애물 검출 장치 및 방법 |
JP6295610B2 (ja) * | 2013-11-05 | 2018-03-20 | 日産自動車株式会社 | 物体検出装置 |
JP6174516B2 (ja) * | 2014-04-24 | 2017-08-02 | 本田技研工業株式会社 | 衝突回避支援装置、衝突回避支援方法、及びプログラム |
DE102014114221A1 (de) * | 2014-09-30 | 2016-03-31 | Valeo Schalter Und Sensoren Gmbh | Verfahren zum Detektieren von einem Objekt in einem Umgebungsbereich eines Kraftfahrzeugs, Fahrerassistenzsystem und Kraftfahrzeug |
JP6532229B2 (ja) * | 2014-12-18 | 2019-06-19 | 株式会社デンソーテン | 物体検出装置、物体検出システム、物体検出方法及びプログラム |
CN104606886B (zh) * | 2014-12-25 | 2017-10-17 | 珠海金山网络游戏科技有限公司 | 一种分布式无碰撞移动规划的方法 |
KR101741433B1 (ko) * | 2015-06-09 | 2017-05-30 | 엘지전자 주식회사 | 운전자 보조 장치 및 그 제어방법 |
DE102015112289A1 (de) * | 2015-07-28 | 2017-02-02 | Valeo Schalter Und Sensoren Gmbh | Verfahren zum Identifizieren eines Objekts in einem Umgebungsbereich eines Kraftfahrzeugs, Fahrerassistenzsystem sowie Kraftfahrzeug |
JP6805716B2 (ja) * | 2016-01-25 | 2020-12-23 | 株式会社Jvcケンウッド | 表示装置、表示方法、プログラム |
US9786171B2 (en) | 2016-01-26 | 2017-10-10 | Toyota Motor Engineering & Manufacturing North America, Inc. | Systems and methods for detecting and distributing hazard data by a vehicle |
IT201600094858A1 (it) * | 2016-09-21 | 2018-03-21 | St Microelectronics Srl | Procedimento per un cross traffic alert avanzato a basso costo, corrispondente sistema di elaborazione, sistema per cross traffic alert e veicolo |
JP6764312B2 (ja) * | 2016-10-19 | 2020-09-30 | 日立オートモティブシステムズ株式会社 | 車両運動制御装置、車両運動制御方法、車両運動制御プログラム |
EP3330908A1 (en) | 2016-12-02 | 2018-06-06 | Starship Technologies OÜ | System and method for securely delivering packages to different delivery recipients with a single vehicle |
WO2018099930A1 (en) | 2016-12-02 | 2018-06-07 | Starship Technologies Oü | System and method for securely delivering packages to different delivery recipients with a single vehicle |
JP2017076431A (ja) * | 2016-12-27 | 2017-04-20 | エイディシーテクノロジー株式会社 | 車両制御装置 |
US10549692B2 (en) * | 2017-07-28 | 2020-02-04 | AISIN Technical Center of America, Inc. | Vehicle surroundings monitoring apparatus |
US10282995B2 (en) | 2017-09-05 | 2019-05-07 | Starship Technologies Oü | Mobile robot having collision avoidance system for crossing a road from a pedestrian pathway |
JP2018198071A (ja) * | 2018-07-24 | 2018-12-13 | エイディシーテクノロジー株式会社 | 車載用画像表示装置 |
JP7347099B2 (ja) * | 2019-10-11 | 2023-09-20 | トヨタ自動車株式会社 | 車両警報装置 |
JP7308465B2 (ja) * | 2020-04-10 | 2023-07-14 | エイディシーテクノロジー株式会社 | 車載用画像表示装置及び車両 |
CN113643355B (zh) * | 2020-04-24 | 2024-03-29 | 广州汽车集团股份有限公司 | 一种目标车辆位置和朝向的检测方法、系统及存储介质 |
CN111797701B (zh) * | 2020-06-10 | 2024-05-24 | 广东正扬传感科技股份有限公司 | 用于车辆多传感器融合系统的道路障碍物感知方法及系统 |
Family Cites Families (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4969036A (en) * | 1989-03-31 | 1990-11-06 | Bir Bhanu | System for computing the self-motion of moving images devices |
US5396426A (en) * | 1992-08-26 | 1995-03-07 | Nippondenso Co., Ltd. | Constant speed traveling apparatus for vehicle with inter-vehicle distance adjustment function |
JP3128176B2 (ja) * | 1993-05-24 | 2001-01-29 | マツダ株式会社 | 自動車の障害物検知装置 |
US5594413A (en) * | 1993-12-27 | 1997-01-14 | Hyundai Electronics Industries Co., Ltd. | Car collision prevention apparatus and method using dual processor and automatic sensor switching function |
US5473364A (en) * | 1994-06-03 | 1995-12-05 | David Sarnoff Research Center, Inc. | Video technique for indicating moving objects from a movable platform |
US5777690A (en) * | 1995-01-20 | 1998-07-07 | Kabushiki Kaisha Toshiba | Device and method for detection of moving obstacles |
US5964822A (en) * | 1997-08-27 | 1999-10-12 | Delco Electronics Corp. | Automatic sensor azimuth alignment |
GB2328819A (en) * | 1997-08-30 | 1999-03-03 | Ford Motor Co | Antenna cluster for vehicle collision warning system |
EP0913751B1 (de) * | 1997-11-03 | 2003-09-03 | Volkswagen Aktiengesellschaft | Autonomes Fahrzeug und Verfahren zur Steuerung eines autonomen Fahrzeuges |
JP3515926B2 (ja) * | 1999-06-23 | 2004-04-05 | 本田技研工業株式会社 | 車両の周辺監視装置 |
JP3679988B2 (ja) * | 2000-09-28 | 2005-08-03 | 株式会社東芝 | 画像処理装置及び画像処理方法 |
JP3822468B2 (ja) | 2001-07-18 | 2006-09-20 | 株式会社東芝 | 画像処理装置及びその方法 |
JP4052650B2 (ja) * | 2004-01-23 | 2008-02-27 | 株式会社東芝 | 障害物検出装置、方法及びプログラム |
-
2004
- 2004-01-23 JP JP2004015943A patent/JP4052650B2/ja not_active Expired - Fee Related
-
2005
- 2005-01-21 US US11/038,239 patent/US7437244B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
US7437244B2 (en) | 2008-10-14 |
US20050165550A1 (en) | 2005-07-28 |
JP2005209019A (ja) | 2005-08-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4052650B2 (ja) | 障害物検出装置、方法及びプログラム | |
US8564657B2 (en) | Object motion detection system based on combining 3D warping techniques and a proper object motion detection | |
US10620000B2 (en) | Calibration apparatus, calibration method, and calibration program | |
JP5276637B2 (ja) | 車線推定装置 | |
JP5089545B2 (ja) | 道路境界検出判断装置 | |
JP5251800B2 (ja) | 対象物追跡装置及びプログラム | |
JP4832321B2 (ja) | カメラ姿勢推定装置、車両、およびカメラ姿勢推定方法 | |
JP7206583B2 (ja) | 情報処理装置、撮像装置、機器制御システム、移動体、情報処理方法およびプログラム | |
WO2015125590A1 (ja) | 外界認識システム、車両、及びカメラの汚れ検出方法 | |
JP6743171B2 (ja) | 自動車両の道路付近の物体を検出するための方法、コンピュータデバイス、運転者支援システム、及び、自動車両 | |
JP2007300181A (ja) | 周辺認識装置、周辺認識方法、プログラム | |
WO2019031137A1 (ja) | 路側物検出装置、路側物検出方法及び路側物検出システム | |
JP2013097675A (ja) | 勾配推定装置、勾配推定方法、及び勾配推定プログラム | |
JP4721278B2 (ja) | 車線逸脱判定装置、車線逸脱防止装置および車線追従支援装置 | |
JP2011175572A (ja) | 車線認識装置 | |
JP2007199932A (ja) | 画像処理装置及びその方法 | |
JP3951734B2 (ja) | 車両用外界認識装置 | |
JP4106163B2 (ja) | 障害物検出装置及びその方法 | |
JP7436331B2 (ja) | 画像処理装置 | |
JP4231883B2 (ja) | 画像処理装置及びその方法 | |
JP6877636B2 (ja) | 車載カメラ装置 | |
CN112400094B (zh) | 物体探测装置 | |
JP4847303B2 (ja) | 障害物検出方法、障害物検出プログラムおよび障害物検出装置 | |
JP4015036B2 (ja) | 障害物検出装置および障害物検出方法 | |
JP2005148784A (ja) | 路面走行レーン検出装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20050606 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20070921 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20070928 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20071107 |
|
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: 20071130 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20071203 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20101214 Year of fee payment: 3 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 4052650 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: 20101214 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20111214 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20121214 Year of fee payment: 5 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20121214 Year of fee payment: 5 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20131214 Year of fee payment: 6 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313115 Free format text: JAPANESE INTERMEDIATE CODE: R313121 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
LAPS | Cancellation because of no payment of annual fees |