JP2020201766A - Lane deviation driving alert system and lane deviation driving alert method - Google Patents

Lane deviation driving alert system and lane deviation driving alert method Download PDF

Info

Publication number
JP2020201766A
JP2020201766A JP2019108882A JP2019108882A JP2020201766A JP 2020201766 A JP2020201766 A JP 2020201766A JP 2019108882 A JP2019108882 A JP 2019108882A JP 2019108882 A JP2019108882 A JP 2019108882A JP 2020201766 A JP2020201766 A JP 2020201766A
Authority
JP
Japan
Prior art keywords
lane
vehicle
image
processing unit
line segment
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
Application number
JP2019108882A
Other languages
Japanese (ja)
Inventor
厚 松野
Atsushi Matsuno
厚 松野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Dynabook Inc
Original Assignee
Dynabook Inc
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Dynabook Inc filed Critical Dynabook Inc
Priority to JP2019108882A priority Critical patent/JP2020201766A/en
Publication of JP2020201766A publication Critical patent/JP2020201766A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Traffic Control Systems (AREA)

Abstract

To provide a lane deviation driving alert system capable of detecting from an image a state where a driver is deviating from a lane while driving a vehicle with high accuracy.SOLUTION: According to the embodiment, a lane deviation driving alert system includes a camera and a calculation processing unit. The camera captures an image of the front of a vehicle. The calculation processing unit executes calculation processing for determining whether or not the vehicle is deviating from a lane based on the image. The calculation processing unit detects a line segment on the road surface from the image, and determines that the vehicle is deviating from the lane when the line segment is continuously detected for a certain period of time and the slope of the line segment calculated using coordinates on the image does not transition from positive to negative or from negative to positive.SELECTED DRAWING: Figure 1

Description

本発明の実施形態は、車線逸脱走行アラートシステムおよび車線逸脱走行アラート方法に関する。 Embodiments of the present invention relate to a lane deviation travel alert system and a lane deviation travel alert method.

近年、自動車などの車両による事故を未然に防ぐための技術が種々提案されている。それらの一形態として、たとえば車線の逸脱などを検出し、運転者に対して警告を発する技術が知られている。 In recent years, various techniques for preventing accidents caused by vehicles such as automobiles have been proposed. As one form of them, for example, a technique of detecting a deviation from a lane and issuing a warning to a driver is known.

また、最近では、たとえば事故時の状況などを画像として記録するためのドライブレコーダーが広く普及している。このようなことから、たとえば車線の逸脱などを画像から検出する機能をドライブレコーダーに搭載することも行われている。 Recently, for example, drive recorders for recording the situation at the time of an accident as an image have become widespread. For this reason, drive recorders are also equipped with a function for detecting, for example, lane deviation from an image.

特開2011−227551号公報Japanese Unexamined Patent Publication No. 2011-227551 特開平9−39602号公報Japanese Unexamined Patent Publication No. 9-39602 特開2001−176000号公報Japanese Unexamined Patent Publication No. 2001-176000 特開平11−208306号公報Japanese Unexamined Patent Publication No. 11-208306

ところで、車両に後付けされるタイプのドライブレコーダーの場合、ウインカーやハンドルなどの車両標準装置と連携することができない。そのため、このタイプのドライブレコーダーに搭載される、たとえば車線の逸脱などを画像から検出する機能においては、運転手が意図した車線変更で車両が車線を跨いだ事象などを、運転者が意図していない警告すべき車線の逸脱として誤検出してしまう可能性がある。 By the way, in the case of a drive recorder that is retrofitted to a vehicle, it cannot be linked with a vehicle standard device such as a blinker or a steering wheel. Therefore, in the function installed in this type of drive recorder, for example, to detect a lane deviation from an image, the driver intends an event in which the vehicle crosses the lane due to a lane change intended by the driver. There is a possibility of false detection as a deviation from the lane that should be warned.

本発明が解決しようとする課題は、車線を逸脱して走行している状態を画像から高精度で検出することができる車線逸脱走行アラートシステムおよび車線逸脱走行アラート方法を提供することである。 An object to be solved by the present invention is to provide a lane deviation traveling alert system and a lane deviation traveling alert method capable of detecting a state of traveling deviating from a lane from an image with high accuracy.

実施形態によれば、車線逸脱走行アラートシステムは、カメラと、演算処理部と、を具備する。前記カメラは、車両の前方の画像を撮像する。前記演算処理部は、前記画像に基づき、前記車両が車線を逸脱して走行している状態か否かを判定するための演算処理を実行する。前記演算処理部は、前記画像から路面上の線分を検出し、前記線分が一定期間継続的に検出された場合であって、前記画像上の座標を用いて算出される前記線分の傾きが正から負、または負から正に遷移していない場合、前記車両は車線を逸脱して走行している状態であると判定する。 According to the embodiment, the lane deviation travel alert system includes a camera and an arithmetic processing unit. The camera captures an image of the front of the vehicle. Based on the image, the arithmetic processing unit executes arithmetic processing for determining whether or not the vehicle is traveling out of the lane. The arithmetic processing unit detects a line segment on the road surface from the image, and when the line segment is continuously detected for a certain period of time, the line segment is calculated using the coordinates on the image. When the inclination does not change from positive to negative or negative to positive, it is determined that the vehicle is traveling out of the lane.

実施形態の車線逸脱走行アラートシステムのハードウェア構成の一例を示す図。The figure which shows an example of the hardware configuration of the lane deviation driving alert system of embodiment. 実施形態の車線逸脱走行アラートシステムの基本的な動作の流れを示すフローチャート。The flowchart which shows the flow of the basic operation of the lane deviation driving alert system of embodiment. 実施形態の車線逸脱走行アラートシステムにおいて画像から白線を検出するために当該画像上に設定される各種領域の一設定例を示す図。The figure which shows one setting example of various areas set on the image in order to detect a white line from an image in the lane deviation driving alert system of embodiment. 実施形態の車線逸脱走行アラートシステムにおいて画像から白線領域を検出するイメージを示す図。The figure which shows the image which detects the white line region from an image in the lane deviation driving alert system of embodiment. 実施形態の車線逸脱走行アラートシステムにおいて適用される白線の傾きを算出する手法を説明するための図。The figure for demonstrating the method of calculating the inclination of the white line applied in the lane deviation driving alert system of embodiment. 実施形態の車線逸脱走行アラートシステムにおける白線検出処理の流れを示すフローチャート。The flowchart which shows the flow of the white line detection processing in the lane deviation driving alert system of embodiment. 実施形態の車線逸脱走行アラートシステムにおけるハンドル操作有無判定処理の流れを示すフローチャート。The flowchart which shows the flow of the steering wheel operation presence / absence determination processing in the lane deviation driving alert system of embodiment. 実施形態の車線逸脱走行アラートシステムにおける車線逸脱走行アラート処理の流れを示すフローチャート。The flowchart which shows the flow of the lane deviation driving alert processing in the lane deviation driving alert system of embodiment. 実施形態の車線逸脱走行アラートシステムにおいて車線変更時に撮像される画像の一例を示す図。The figure which shows an example of the image which is imaged at the time of lane change in the lane deviation driving alert system of embodiment. 実施形態の車線逸脱走行アラートシステムにおいて算出される白線の傾きを時系列に示す図。The figure which shows the inclination of the white line calculated in the lane deviation driving alert system of embodiment in time series. 実施形態の車線逸脱走行アラートシステムの車線逸脱走行アラート有無を状況別に示す図。The figure which shows the presence or absence of the lane deviation driving alert of the lane deviation driving alert system of embodiment according to a situation.

以下、実施の形態について、図面を参照して説明する。 Hereinafter, embodiments will be described with reference to the drawings.

図1は、本実施形態の車線逸脱走行アラートシステム1のハードウェア構成の一例を示す図である。ここでは、この車線逸脱走行アラートシステム1が、車両に後付けされるタイプのドライブレコーダー上に実現されていることを想定する。なお、ドライブレコーダーは一例であって、車両の前方(進行方向)の画像を得られるならば、ドライブレコーダーに限らず、車線逸脱走行アラートシステム1は、様々な機器として実現され得る。 FIG. 1 is a diagram showing an example of the hardware configuration of the lane deviation travel alert system 1 of the present embodiment. Here, it is assumed that the lane deviation travel alert system 1 is realized on a drive recorder of a type that is retrofitted to the vehicle. The drive recorder is an example, and the lane deviation travel alert system 1 can be realized as various devices, not limited to the drive recorder, as long as an image of the front (traveling direction) of the vehicle can be obtained.

ここで、車線逸脱走行とは、たとえば車線変更時やカーブ走行時などの運転者の意図的なハンドル操作が行われている状況下で車両が車線を跨いだ事象を除く、運転者が意図せず車両が車線を逸脱して走行している事象を意味する。つまり、以下において、車線を逸脱して走行している状態という場合、運転者が意図せず車両が車線を逸脱して走行している状態を意味し、運転者の意図的なハンドル操作が行われている状況下で車両が車線を跨いだ状態を含まない。また、車線逸脱走行には、ふらつきなどと称される蛇行の状態が含まれる。 Here, lane deviation driving is intended by the driver, except for an event in which the vehicle crosses the lane under the condition that the driver intentionally operates the steering wheel, for example, when changing lanes or driving on a curve. It means the event that the vehicle is traveling out of the lane. That is, in the following, when the vehicle is traveling out of the lane, it means that the vehicle is traveling out of the lane unintentionally, and the driver intentionally operates the steering wheel. It does not include the situation where the vehicle crosses the lane under the situation. In addition, lane deviation driving includes a meandering state called wobbling.

図1に示すように、この車線逸脱走行アラートシステム1は、たとえばCPU(Central Processing Unit)で構成される演算処理部11を有している。また、車線逸脱走行アラートシステム1は、演算処理部11に接続された、カメラ12、画像処理部13、GPS(Global Positioning System)受信部14、加速度センサー15、ジャイロセンサー16、無線通信部17、たとえばスピーカーやLED(light-emitting diode)で構成されるアラート出力部18、メモリー19を有している。さらに、車線逸脱走行アラートシステム1は、メモリー19に接続されたインターフェース部(I/F部)20を有している。 As shown in FIG. 1, the lane deviation travel alert system 1 has, for example, an arithmetic processing unit 11 composed of a CPU (Central Processing Unit). Further, the lane deviation driving alert system 1 includes a camera 12, an image processing unit 13, a GPS (Global Positioning System) receiving unit 14, an acceleration sensor 15, a gyro sensor 16, and a wireless communication unit 17, which are connected to the arithmetic processing unit 11. For example, it has an alert output unit 18 and a memory 19 composed of a speaker and an LED (light-emitting diode). Further, the lane deviation travel alert system 1 has an interface unit (I / F unit) 20 connected to the memory 19.

演算処理部11は、車線逸脱走行アラートシステム1としての動作を含むドライブレコーダーの全体的な制御を司るデバイスであり、たとえばメモリー19に格納される各種プログラムを実行することで、様々な演算処理を実行する。各種プログラムの中には、ドライブレコーダーを車線逸脱走行アラートシステム1として動作させるための車線逸脱走行アラートプログラム100が含まれている。 The arithmetic processing unit 11 is a device that controls the overall control of the drive recorder including the operation as the lane deviation driving alert system 1. For example, by executing various programs stored in the memory 19, various arithmetic processing can be performed. Execute. The various programs include a lane deviation travel alert program 100 for operating the drive recorder as the lane deviation travel alert system 1.

カメラ12は、ドライブレコーダーが設置される車両の前方(進行方向)の画像を動画像として継続的に撮像するための撮像ユニットである。つまり、本ドライブレコーダーは、カメラ12によって車両の前方の画像が撮像されるように車両に設置される。カメラ12によって撮像された画像は、たとえば演算処理部11を介してメモリー19に格納される。カメラ12は、ドライブレコーダー本体と分離して設けられるものであってもよい。この場合、カメラ12の設置位置のみ考慮するだけでよく、ドライブレコーダー本体の設置位置に関して柔軟性を高めることができる。 The camera 12 is an imaging unit for continuously capturing an image of the front (traveling direction) of the vehicle in which the drive recorder is installed as a moving image. That is, the drive recorder is installed in the vehicle so that the camera 12 captures an image in front of the vehicle. The image captured by the camera 12 is stored in the memory 19 via, for example, the arithmetic processing unit 11. The camera 12 may be provided separately from the drive recorder main body. In this case, it is only necessary to consider the installation position of the camera 12, and it is possible to increase the flexibility regarding the installation position of the drive recorder main body.

画像処理部13は、たとえばGPU(Graphics Processing Unit)で構成され、カメラ12によって撮像された画像に対して各種の処理を行う。画像処理部13は、カメラ12から直接的に画像を取得してもよいし、メモリー19に格納された画像をたとえば演算処理部11を介して間接的に取得してもよい。画像処理部13が画像に対して行う処理については、演算処理部11が行うようにしてもよい。つまり、画像処理部13は省略することも可能である。 The image processing unit 13 is composed of, for example, a GPU (Graphics Processing Unit), and performs various processes on the image captured by the camera 12. The image processing unit 13 may acquire the image directly from the camera 12, or may indirectly acquire the image stored in the memory 19 via, for example, the arithmetic processing unit 11. The arithmetic processing unit 11 may perform the processing performed on the image by the image processing unit 13. That is, the image processing unit 13 can be omitted.

GPS受信部14は、本ドライブレコーダーが設置された車両の位置を測定するためのGPS信号を受信するデバイスである。また、加速度センサー15およびジャイロセンサー16は、位置測定の精度を向上させるための補助的な情報として加速度および角加速度を取得するデバイスである。演算処理部11は、これらGPS受信部14、加速度センサー15およびジャイロセンサー16からのデータを用いて、位置測定のための演算処理を実行する。測定された位置の情報は、たとえば画像の属性情報としてメモリー19に格納される。ジャイロセンサー16によって得られる角加速度は、位置測定のほか、後述する車線逸脱走行の判定にも用いられる。 The GPS receiving unit 14 is a device that receives GPS signals for measuring the position of the vehicle in which the drive recorder is installed. Further, the acceleration sensor 15 and the gyro sensor 16 are devices that acquire acceleration and angular acceleration as auxiliary information for improving the accuracy of position measurement. The arithmetic processing unit 11 executes arithmetic processing for position measurement using the data from the GPS receiving unit 14, the acceleration sensor 15, and the gyro sensor 16. The measured position information is stored in the memory 19 as, for example, image attribute information. The angular acceleration obtained by the gyro sensor 16 is used not only for position measurement but also for determination of lane deviation travel, which will be described later.

無線通信部17は、たとえばインターネットを介して車両外の所定の外部装置と無線通信するためのデバイスである。ここでは、車線逸脱走行の判定に必要な初期設定値を、当該所定の外部装置であるサーバーから取得するものとする。サーバーには、本ドライブレコーダーが設置される車両に関する情報(車高や車幅など)が管理されている。この情報をサーバーから取得して初期設定を行うことにより、後述する、画像内における、本ドライブレコーダーが設置された車両のボンネット位置や消失点などが定められる。初期設定は、車両が走行を開始した際、初期設定が行われていない状態が検知された場合に実行される。換言すれば、本ドライブレコーダーを設置して車両を走行させれば、初期設定は自動的に実行されることになる。初期設定においては、サーバーから取得した初期設定値を暫定的に適用した後、本ドライブレコーダーの設置状況に適応させるための微調整が、本ドライブレコーダーにおいて取得された少なくとも画像を含む各種データを用いて実行される。なお、サーバーは、たとえば車両の運転に関する支援サービスを提供する事業者によって設けられるコンピュータである。 The wireless communication unit 17 is a device for wirelessly communicating with a predetermined external device outside the vehicle via, for example, the Internet. Here, it is assumed that the initial setting value necessary for determining the lane deviation travel is acquired from the server which is the predetermined external device. The server manages information (vehicle height, vehicle width, etc.) about the vehicle on which this drive recorder is installed. By acquiring this information from the server and performing the initial settings, the bonnet position and vanishing point of the vehicle in which the drive recorder is installed in the image, which will be described later, are determined. The initial setting is executed when a state in which the initial setting is not performed is detected when the vehicle starts traveling. In other words, if the drive recorder is installed and the vehicle is driven, the initial settings will be automatically executed. In the initial setting, after tentatively applying the initial setting value acquired from the server, fine adjustment to adapt to the installation status of this drive recorder is performed using various data including at least images acquired by this drive recorder. Is executed. The server is, for example, a computer provided by a business operator that provides a support service for driving a vehicle.

アラート出力部18は、本ドライブレコーダーが設置された車両が車線を逸脱して走行している状態が検出された場合、運転者に警告を発するための報知ユニットである。アラート出力部18がスピーカーで構成される場合、警告音が出力され、アラート出力部18がLEDで構成される場合、その点灯や点滅が行われる。アラート出力部18は、たとえばスピーカーおよびLEDの双方によって構成されてもよい。 The alert output unit 18 is a notification unit for issuing a warning to the driver when it is detected that the vehicle in which the drive recorder is installed is traveling out of the lane. When the alert output unit 18 is composed of a speaker, a warning sound is output, and when the alert output unit 18 is composed of an LED, the lighting or blinking is performed. The alert output unit 18 may be composed of, for example, both a speaker and an LED.

メモリー19は、たとえばHDD(Hard Dick Drive)やSSD(Solid State Drive)によって構成される不揮発性のストレージである。インターフェース部20は、メモリー19に格納された、たとえばカメラ12によって撮像された画像などの各種データをメモリーカード2に格納するためのデバイスである。インターフェース部20は、SD(Secure Digital)カード規格またはUSB(Universal Serial Bus)規格に準拠した通信を実行する。メモリーカード2は、たとえば本ドライブレコーダーに着脱自在なSDカードやUSBメモリーなどの不揮発性のストレージである。 The memory 19 is a non-volatile storage composed of, for example, an HDD (Hard Dick Drive) or an SSD (Solid State Drive). The interface unit 20 is a device for storing various data stored in the memory 19, such as an image captured by the camera 12, in the memory card 2. The interface unit 20 executes communication conforming to the SD (Secure Digital) card standard or the USB (Universal Serial Bus) standard. The memory card 2 is, for example, a non-volatile storage such as an SD card or a USB memory that can be attached to and detached from the drive recorder.

次に、以上のような構成を有するドライブレコーダー上に実現されている本車線逸脱走行アラートシステム1が車線逸脱走行を検出する仕組みについて説明する。なお、ここでは、車線逸脱走行アラートプログラム100を演算処理部11が実行することによって本ドライブレコーダーを車線逸脱走行アラートシステム1として動作させることを想定している。より詳しくは、演算処理部11が、カメラ12やジャイロセンサー16からのデータを用いて、本ドライブレコーダーが設置された車両の車線逸脱走行を検出する機能を備えることを想定している。前述したように、本ドライブレコーダーは、無線通信部17を有している。よって、たとえば、カメラ12やジャイロセンサー16からのデータを無線通信部17によってサーバーへ送信し、サーバー側で車線逸脱走行を検出するための演算処理を実行し、その結果を無線通信部17によって受信して、アラート出力部18による警告を行うことも可能である。つまり、車線逸脱走行アラートシステム1は、ドライブレコーダー単体で実現することに限定されず、たとえばドライブレコーダーとサーバーとが協働することによって実現することも可能である。 Next, a mechanism by which the main lane deviation driving alert system 1 realized on the drive recorder having the above configuration detects the lane deviation driving will be described. Here, it is assumed that the drive recorder is operated as the lane deviation travel alert system 1 by executing the lane deviation travel alert program 100 by the arithmetic processing unit 11. More specifically, it is assumed that the arithmetic processing unit 11 has a function of detecting the lane deviation travel of the vehicle in which the drive recorder is installed by using the data from the camera 12 and the gyro sensor 16. As described above, this drive recorder has a wireless communication unit 17. Therefore, for example, the data from the camera 12 and the gyro sensor 16 is transmitted to the server by the wireless communication unit 17, the server side executes arithmetic processing for detecting the lane deviation travel, and the wireless communication unit 17 receives the result. Then, it is also possible to give a warning by the alert output unit 18. That is, the lane deviation travel alert system 1 is not limited to being realized by the drive recorder alone, and can be realized, for example, by the cooperation of the drive recorder and the server.

まず、図2を参照して、本実施形態の車線逸脱走行アラートシステム1の基本的な動作の流れを説明する。 First, with reference to FIG. 2, the basic operation flow of the lane deviation traveling alert system 1 of the present embodiment will be described.

ここでは、車線逸脱走行アラートシステム1は、ドライブレコーダーが起動したタイミングで動作を開始し、ドライブレコーダーが停止したタイミングで動作を終了するものと想定する。また、ドライブレコーダーは、車両が駆動したタイミングで起動し、車両が停止(駆動停止)したタイミングで停止するものと想定する。つまり、車線逸脱走行アラートシステム1は、車両が駆動したタイミングで動作を開始し、車両が停止(駆動停止)したタイミングで動作を終了するものと想定する。そして、車線逸脱走行アラートシステム1は、車両が駆動してから停止(駆動停止)するまでの期間中、図2のフローチャートで示される手順で各処理を繰り返し実行する。 Here, it is assumed that the lane deviation travel alert system 1 starts the operation at the timing when the drive recorder is started and ends the operation at the timing when the drive recorder is stopped. Further, it is assumed that the drive recorder starts at the timing when the vehicle is driven and stops at the timing when the vehicle stops (drive stops). That is, it is assumed that the lane deviation travel alert system 1 starts the operation at the timing when the vehicle is driven and ends the operation at the timing when the vehicle stops (drive stops). Then, the lane deviation travel alert system 1 repeatedly executes each process according to the procedure shown in the flowchart of FIG. 2 during the period from the driving of the vehicle to the stop (driving stop).

演算処理部11は、まず、カメラ12によって撮像された画像から白線(線分)を検出する白線検出処理(ステップS11)と、ジャイロセンサー16によって取得された角加速度からハンドル操作の有無を判定するハンドル操作有無判定処理(ステップS12)とを実行する。ここでは、路面上の車線を示す線分が白色であることを想定している。ステップS11の白線検出処理と、ステップS12のハンドル操作有無判定処理とは、図2に示すように、パラレル処理として実行されることが好ましいが、たとえば演算処理部11の性能などによっては、シリアル処理として実行してもよい。なお、カメラ12によって撮像された画像に対する処理は、演算処理部11の制御の下、その一部または全部が画像処理部13によって実行されるが、以下では、単に、演算処理部11が実行するという。また、以下では、車線を示す線分を、単に、車線と称することがある。つまり、走行レーンを意図して「車線」を用いることに加えて、走行レーンを示す線分を意図して「車線」を用いることがある。
ここで、路面上の車線を示す線分は以下の場合を含む。
片側2車線の場合・・・走行車線と追越車線の境界線
片側3車線の場合・・・第1走行車線と第2走行車線の境界線、および第2走行車線と追越車線の境界線
また、線分は白色に限らず、オレンジ色・黄色等、何色であってもよい。
First, the arithmetic processing unit 11 determines whether or not there is a steering wheel operation from the white line detection process (step S11) that detects a white line (line segment) from the image captured by the camera 12 and the angular acceleration acquired by the gyro sensor 16. The steering wheel operation presence / absence determination process (step S12) is executed. Here, it is assumed that the line segment indicating the lane on the road surface is white. The white line detection process in step S11 and the handle operation presence / absence determination process in step S12 are preferably executed as parallel processes as shown in FIG. 2, but for example, depending on the performance of the arithmetic processing unit 11, serial processes May be executed as. The processing of the image captured by the camera 12 is partially or entirely executed by the image processing unit 13 under the control of the arithmetic processing unit 11, but in the following, the arithmetic processing unit 11 simply executes the processing. That is. Further, in the following, a line segment indicating a lane may be simply referred to as a lane. That is, in addition to using the "lane" intentionally for the traveling lane, the "lane" may be used intentionally for the line segment indicating the traveling lane.
Here, the line segment indicating the lane on the road surface includes the following cases.
In the case of 2 lanes on each side: the boundary line between the driving lane and the overtaking lane In the case of 3 lanes on each side: the boundary line between the 1st driving lane and the 2nd driving lane, and the boundary line between the 2nd driving lane and the overtaking lane Further, the line segment is not limited to white, and may be any color such as orange and yellow.

そして、演算処理部11は、ステップS11の白線検出処理と、ステップS12のハンドル操作有無判定処理との処理結果に基づき、車両が車線を逸脱して走行している状態を検出して警告を発する車線逸脱走行アラート処理(ステップS13)を実行する。 Then, the arithmetic processing unit 11 detects a state in which the vehicle is traveling out of the lane and issues a warning based on the processing results of the white line detection process in step S11 and the steering wheel operation presence / absence determination process in step S12. The lane departure driving alert process (step S13) is executed.

続いて、白線検出処理(ステップS11)、ハンドル操作有無判定処理(ステップS12)および車線逸脱走行アラート処理(ステップS13)のそれぞれについて、その詳細を順次説明する。 Subsequently, the details of each of the white line detection process (step S11), the steering wheel operation presence / absence determination process (step S12), and the lane deviation travel alert process (step S13) will be sequentially described.

まず、図3から図6を参照して、白線検出処理(図2:ステップS11)について説明する。 First, the white line detection process (FIG. 2: step S11) will be described with reference to FIGS. 3 to 6.

図3は、カメラ12によって撮像された画像の一例であって、当該画像から白線を検出するために当該画像上に設定される各種領域の一設定例を示す図である。 FIG. 3 is an example of an image captured by the camera 12, and is a diagram showing an example of setting various regions set on the image in order to detect a white line from the image.

前述したように、車線逸脱走行アラートシステム1は、無線通信部17によってサーバーから取得される初期設定値を暫定的に用いた初期設定により、カメラ12によって撮像される画像内におけるボンネット位置a1が定められる。演算処理部11は、さらに、初期設定において、ボンネット位置a1に基づき、画像内のボンネット位置a1よりも上部の矩形領域を画面平均輝度算出領域a2に設定する。画面平均輝度算出領域a2は、たとえば昼間であるのか夜間であるのかの判定に用いる輝度を得るために設定される領域である。つまり、本車線逸脱走行アラートシステム1は、カメラ12によって撮像される画像全体の平均輝度を画面平均輝度として求めるのではなく、画像中の概ね車外に相当する領域の平均輝度を画面平均輝度として求める。なお、画面平均輝度算出領域a2を示す初期設定値が、サーバーから与えられてもよい。 As described above, in the lane deviation driving alert system 1, the bonnet position a1 in the image captured by the camera 12 is determined by the initial setting using the initial setting value acquired from the server by the wireless communication unit 17 provisionally. Be done. Further, in the initial setting, the arithmetic processing unit 11 sets the rectangular area above the bonnet position a1 in the image as the screen average brightness calculation area a2 based on the bonnet position a1. The screen average brightness calculation area a2 is an area set for obtaining the brightness used for determining, for example, whether it is daytime or nighttime. That is, the lane deviation driving alert system 1 does not obtain the average brightness of the entire image captured by the camera 12 as the screen average brightness, but obtains the average brightness of the region substantially outside the vehicle in the image as the screen average brightness. .. An initial setting value indicating the screen average brightness calculation area a2 may be given by the server.

また、前述したように、車線逸脱走行アラートシステム1は、無線通信部17によってサーバーから取得される初期設定値を暫定的に用いた初期設定により、カメラ12によって撮像される画像内における消失点a3が定められる。消失点a3とは、遠近法における無限遠点であり、カメラ12によって撮像される、車両の前方(進行方向)の画像において1点だけ定まる点である。演算処理部11は、さらに、初期設定において、消失点a3とボンネット位置a1とに基づき、画像内の消失点a3よりも下部であり、かつ、ボンネット位置a1よりも上部の台形領域を白線検出領域a4に設定する。白線検出領域a4は、非平行の一組の対辺が消失点a3と車両の両側端とを結ぶ線上に位置し、かつ、下辺がボンネット位置a1から一定距離離れるように設定される。路面上の車線を検出するための画像上の探索範囲を当該白線検出領域a4に絞り込むことで、本車線逸脱走行アラートシステム1は、計算量を軽減し、高性能な処理能力を必要としないようにしている。図3は、車両が車線を逸脱せずに走行している状態においてカメラ12によって撮像された画像であり、画像内に白線は写っているが、白線検出領域a4外なので、この白線に関する処理を省略することができる。また、このように設定される白線検出領域a4から車線である白線が検出された場合、車両が車線を跨いでいる状態にあると判定することができる。なお、白線検出領域a4を示す初期設定値も、サーバーから与えられてもよい。 Further, as described above, in the lane deviation driving alert system 1, the vanishing point a3 in the image captured by the camera 12 is set by tentatively using the initial setting value acquired from the server by the wireless communication unit 17. Is determined. The vanishing point a3 is an infinity point in perspective, and is a point determined by only one point in the image of the front (traveling direction) of the vehicle captured by the camera 12. In the initial setting, the arithmetic processing unit 11 further sets a trapezoidal region below the vanishing point a3 in the image and above the bonnet position a1 as a white line detection region based on the vanishing point a3 and the bonnet position a1. Set to a4. The white line detection region a4 is set so that a pair of non-parallel pairs of opposite sides are located on a line connecting the vanishing point a3 and both side ends of the vehicle, and the lower side is separated from the bonnet position a1 by a certain distance. By narrowing the search range on the image for detecting the lane on the road surface to the white line detection area a4, the lane deviation driving alert system 1 reduces the amount of calculation and does not require high-performance processing power. I have to. FIG. 3 is an image captured by the camera 12 in a state where the vehicle is traveling without deviating from the lane. Although the white line is shown in the image, it is outside the white line detection area a4, so the processing related to this white line is performed. It can be omitted. Further, when the white line which is a lane is detected from the white line detection area a4 set in this way, it can be determined that the vehicle is in a state of straddling the lane. The initial setting value indicating the white line detection area a4 may also be given by the server.

また、演算処理部11は、さらに、初期設定において、画像内の白線検出領域a4の下辺とボンネット位置a1との間に路面輝度算出領域a5を設定する。路面輝度算出領域a5を示す初期設定値も、サーバーから与えられてもよい。 Further, the arithmetic processing unit 11 further sets the road surface luminance calculation area a5 between the lower side of the white line detection area a4 in the image and the bonnet position a1 in the initial setting. The initial setting value indicating the road surface brightness calculation area a5 may also be given by the server.

次に、図3に例示したように画像内に設定される画面平均輝度算出領域a2、白線検出領域a4および路面輝度算出領域a5を用いて、演算処理部11が、当該画像内から白線領域を検出する手法について説明する。 Next, using the screen average brightness calculation area a2, the white line detection area a4, and the road surface brightness calculation area a5 set in the image as illustrated in FIG. 3, the arithmetic processing unit 11 sets the white line area from the image. The detection method will be described.

図4は、カメラ12によって撮像された画像から白線領域を検出するイメージを示す図である。図4中、(A)は、白線検出領域a4を含む、カメラ12によって撮像された画像全体を示し、(B)は、カメラ12によって撮像された画像から検出された白線領域b1を示す。 FIG. 4 is a diagram showing an image of detecting a white line region from an image captured by the camera 12. In FIG. 4, (A) shows the entire image captured by the camera 12 including the white line detection region a4, and (B) shows the white line region b1 detected from the image captured by the camera 12.

演算処理部11は、路面輝度算出領域a5内の各画素の輝度を使って路面輝度を算出する。演算処理部11は、この路面輝度よりも閾値以上高い輝度の画素を白線検出領域a4内において検索し、図4(B)に示すような白線領域b1を検出する。ここで、演算処理部11は、画面平均輝度算出領域a2内の各画素の輝度を使って画面平均輝度算出を算出し、白線領域b1を検出するための閾値を決定する。たとえば、昼間と夜間とで当該閾値を切り換える。なお、この閾値の切り換えは、昼間と夜間といった2段階に限らず、3段階以上で行ってもよいし、あるいは、算出された画面平均輝度に応じて当該閾値をたとえばリニアに変化させるようにしてもよい。また、演算処理部11は、一定数以上の(路面輝度よりも閾値以上高い輝度の)画素からなる領域を白線領域b1として検出する。 The arithmetic processing unit 11 calculates the road surface brightness using the brightness of each pixel in the road surface brightness calculation area a5. The arithmetic processing unit 11 searches the white line detection area a4 for pixels having a brightness equal to or higher than the threshold value of the road surface brightness, and detects the white line area b1 as shown in FIG. 4 (B). Here, the arithmetic processing unit 11 calculates the screen average brightness calculation using the brightness of each pixel in the screen average brightness calculation area a2, and determines the threshold value for detecting the white line area b1. For example, the threshold is switched between daytime and nighttime. The switching of the threshold value is not limited to two stages such as daytime and nighttime, and may be performed in three or more stages, or the threshold value is changed linearly, for example, according to the calculated screen average brightness. May be good. Further, the arithmetic processing unit 11 detects a region composed of a certain number of pixels (brightness higher than the road surface brightness by a threshold value or more) as a white line region b1.

ところで、このように路面輝度との差分によって検出される領域は、必ずしも白線に対応する領域とは限られない。そこで、演算処理部11は、検出した領域の幅(巾方向(横方向)の長さ)と、高さ(長手方向(縦方向)の長さ)とに基づき、その領域が白線に対応する領域か否かを判定する。幅が閾値以上であるか、または、高さが閾値未満である場合、演算処理部11は、その領域は白線に対応する領域ではないと判定する。 By the way, the region detected by the difference from the road surface brightness is not necessarily the region corresponding to the white line. Therefore, the arithmetic processing unit 11 bases the detected region on the width (length in the width direction (horizontal direction)) and height (length in the longitudinal direction (vertical direction)), and the region corresponds to the white line. Determine if it is an area. If the width is equal to or greater than the threshold value or the height is less than the threshold value, the arithmetic processing unit 11 determines that the area does not correspond to the white line.

また、幅、高さがいずれも基準を満たす場合、演算処理部11は、さらに、その白線の傾き(絶対値)が閾値以上か否かを判定する。傾きが閾値以上の場合、演算処理部11は、その白線は車線であると判定する。この閾値は、たとえば車高や速度に応じて設定される。図5を参照して、白線の傾きを算出する手法について説明する。 If both the width and the height satisfy the criteria, the arithmetic processing unit 11 further determines whether or not the slope (absolute value) of the white line is equal to or greater than the threshold value. When the inclination is equal to or greater than the threshold value, the arithmetic processing unit 11 determines that the white line is a lane. This threshold value is set according to, for example, the vehicle height and speed. A method of calculating the slope of the white line will be described with reference to FIG.

カメラ12によって撮像される画像は、1280画素(横)×720画素(縦)の解像度であるものと想定する。また、画像の左上を原点(0,0)とし、横方向にx軸、縦方向にy軸を取り、画像の右下の座標値を(1280,720)とするものと想定する。画像の横方向は、カメラ12が撮像範囲に収める実空間の水平方向に対応し、画像の縦方向は、当該実空間の垂直方向に対応する。 It is assumed that the image captured by the camera 12 has a resolution of 1280 pixels (horizontal) × 720 pixels (vertical). Further, it is assumed that the upper left of the image is the origin (0,0), the x-axis is taken in the horizontal direction, the y-axis is taken in the vertical direction, and the coordinate value at the lower right of the image is (1280,720). The horizontal direction of the image corresponds to the horizontal direction of the real space within the imaging range of the camera 12, and the vertical direction of the image corresponds to the vertical direction of the real space.

ここで、図5に示すように、(x1,y1)の位置を一端とし、(x2,y2)の位置を他端とする白線が検出された場合を考える。この場合、演算処理部11は、この白線の傾きαを、
α=(y2−y1)/(x2−x1)…(式1)
によって計算する。そして、演算処理部11は、その算出された値の絶対値が閾値以上である場合、その白線は車線であると判定する。
Here, consider a case where a white line is detected with the position (x1, y1) as one end and the position (x2, y2) as the other end, as shown in FIG. In this case, the arithmetic processing unit 11 sets the slope α of the white line.
α = (y2-y1) / (x2-x1) ... (Equation 1)
Calculated by. Then, when the absolute value of the calculated value is equal to or greater than the threshold value, the arithmetic processing unit 11 determines that the white line is a lane.

たとえば、(x1,y1)=(660,450)であり、(x2,y2)=(620,590)であった場合、白線の傾きαは、
α=(590−450)/(620−660)=−3.5
となる。仮に、車両の左右方向(進行方向に対して垂直方向)に対して45度以上に対応する値が閾値として設定されていると想定すると、その絶対値は閾値(1[45度])以上であるので、演算処理部11は、この白線を車線と判定する。
For example, when (x1, y1) = (660,450) and (x2, y2) = (620,590), the slope α of the white line is
α = (590-450) / (620-660) =-3.5
Will be. Assuming that a value corresponding to 45 degrees or more with respect to the left-right direction (vertical direction to the traveling direction) of the vehicle is set as a threshold value, the absolute value is equal to or more than the threshold value (1 [45 degrees]). Therefore, the arithmetic processing unit 11 determines that this white line is a lane.

なお、図5においては、白線の傾きαを算出するための座標として、白線の両端の座標を示しているが、これに限らず、白線上の任意の2点の座標から白線の傾きαを算出するようにしてもよい。 In FIG. 5, the coordinates at both ends of the white line are shown as the coordinates for calculating the slope α of the white line, but the coordinates are not limited to this, and the slope α of the white line is calculated from the coordinates of any two points on the white line. It may be calculated.

図6は、本車線逸脱走行アラートシステム1における白線検出処理(図2:ステップS11)の流れを示すフローチャートである。 FIG. 6 is a flowchart showing the flow of the white line detection process (FIG. 2: step S11) in the lane deviation travel alert system 1.

演算処理部11は、カメラ12によって撮像された画像内に設定される画面平均輝度算出領域a2を対象として画面平均輝度を算出する(ステップS21)。また、演算処理部11は、カメラ12によって撮像された画像内に設定される路面輝度算出領域a5を対象として路面輝度を算出する(ステップS22)。ステップS21の画面平均輝度を算出する処理と、ステップS22の路面輝度を算出する処理とは、パラレル処理として実行されてもよいし、図6に示す順序とは逆の順序でシリアル処理として実行されてもよい。 The arithmetic processing unit 11 calculates the screen average brightness for the screen average brightness calculation area a2 set in the image captured by the camera 12 (step S21). Further, the arithmetic processing unit 11 calculates the road surface brightness for the road surface brightness calculation area a5 set in the image captured by the camera 12 (step S22). The process of calculating the screen average brightness in step S21 and the process of calculating the road surface brightness in step S22 may be executed as parallel processing, or may be executed as serial processing in the reverse order of the order shown in FIG. You may.

次に、演算処理部11は、カメラ12によって撮像された画像内に設定される白線検出領域a4を対象として白線領域b1を検出する(ステップS23)。具体的には、ステップS21で算出した画面平均輝度に基づいて定められる閾値を用いて、ステップS22で算出した路面輝度よりも当該閾値以上に高い輝度の領域を、白線検出領域a4から検出する。ここで、演算処理部11は、白線検出領域a4において、一定数以上の(路面輝度よりも閾値以上に高い輝度の)画素からなる領域を白線領域b1として検出する。 Next, the arithmetic processing unit 11 detects the white line region b1 for the white line detection region a4 set in the image captured by the camera 12 (step S23). Specifically, using a threshold value determined based on the screen average brightness calculated in step S21, a region having a brightness higher than the threshold value calculated in step S22 is detected from the white line detection area a4. Here, the arithmetic processing unit 11 detects, in the white line detection region a4, a region composed of a certain number of pixels (brightness higher than the road surface brightness than the threshold value) as the white line region b1.

白線検出領域a4から白線領域b1が検出された場合(ステップS24:YES)、演算処理部11は、その白線領域b1の幅、高さが各々の閾値以内か否かを判定する(ステップS25)。白線領域b1の幅が閾値未満であり、かつ高さが閾値以上である場合(ステップS25:YES)、演算処理部11は、続いて、白線領域b1の傾き(絶対値)が閾値以上か否かを判定する(ステップS26)。たとえば車両の左右方向(進行方向に対して垂直方向)に対して45度以上か否かを判定する。 When the white line area b1 is detected from the white line detection area a4 (step S24: YES), the arithmetic processing unit 11 determines whether or not the width and height of the white line area b1 are within the respective threshold values (step S25). .. When the width of the white line region b1 is less than the threshold value and the height is equal to or greater than the threshold value (step S25: YES), the arithmetic processing unit 11 subsequently determines whether or not the slope (absolute value) of the white line region b1 is equal to or greater than the threshold value. (Step S26). For example, it is determined whether or not the temperature is 45 degrees or more with respect to the left-right direction of the vehicle (the direction perpendicular to the traveling direction).

幅、高さがいずれも基準を満たし、かつ、傾き(絶対値)が閾値以上である場合(ステップS26:YES)、演算処理部11は、検出対象の車線である白線ありと判定して(ステップS27)、この白線検出処理を終了する。 When both the width and the height satisfy the criteria and the slope (absolute value) is equal to or greater than the threshold value (step S26: YES), the arithmetic processing unit 11 determines that there is a white line which is the lane to be detected (step S26: YES). Step S27), the white line detection process is terminated.

一方、白線検出領域a4から白線領域b1が検出されなかった場合(ステップS24:NO)、または、検出された白線領域b1の幅、高さの一方でも基準を満たさない場合(ステップS25:NO)、または、白線領域b1の傾き(絶対値)が閾値未満であった場合(ステップS26:NO)、演算処理部11は、検出対象の車線である白線なしと判定して(ステップS28)、この白線検出処理を終了する。 On the other hand, when the white line area b1 is not detected from the white line detection area a4 (step S24: NO), or when either the width or the height of the detected white line area b1 does not satisfy the standard (step S25: NO). Or, when the slope (absolute value) of the white line region b1 is less than the threshold value (step S26: NO), the arithmetic processing unit 11 determines that there is no white line in the lane to be detected (step S28), and this The white line detection process ends.

カメラ12によって撮像される画像内において前述したように設定される白線検出領域a4から車線である白線が検出されたことは、車両が車線を跨いでいる状態にあることを示している。しかしながら、たとえば車線変更時やカーブ走行時など、運転者が意図的にハンドル操作を行っている状況下においても、白線検出領域a4から車線である白線が検出され得るので、白線検出領域a4から車線である白線が検出されたことは、車線逸脱走行を必ずしも示すものではない。 The fact that the white line, which is a lane, is detected from the white line detection area a4 set as described above in the image captured by the camera 12, indicates that the vehicle is in a state of straddling the lane. However, since the white line, which is the lane, can be detected from the white line detection area a4 even when the driver intentionally operates the steering wheel, for example, when changing lanes or driving on a curve, the lane is detected from the white line detection area a4. The fact that the white line is detected does not necessarily indicate the lane deviation driving.

次に、図7を参照して、ハンドル操作有無判定処理(図2:ステップS12)について説明する。図7は、ハンドル操作有無判定処理の流れを示すフローチャートである。 Next, the steering wheel operation presence / absence determination process (FIG. 2: step S12) will be described with reference to FIG. 7. FIG. 7 is a flowchart showing the flow of the steering wheel operation presence / absence determination process.

演算処理部11は、ジャイロセンサー16からのデータに基づき、車両の左右方向(進行方向に対して垂直方向)の角加速度の移動平均を算出する(ステップS31)。たとえば100ミリ秒分の左右方向の角加速度の移動平均を算出する。また、演算処理部11は、角加速度の移動平均の和を算出する(ステップS32)。 The arithmetic processing unit 11 calculates the moving average of the angular acceleration in the left-right direction (vertical direction to the traveling direction) of the vehicle based on the data from the gyro sensor 16 (step S31). For example, the moving average of the angular acceleration in the left-right direction for 100 milliseconds is calculated. Further, the arithmetic processing unit 11 calculates the sum of the moving averages of the angular accelerations (step S32).

演算処理部11は、角加速度の移動平均の和は閾値以上か否かを判定する(ステップS33)。閾値以上の場合(ステップS33:YES)、演算処理部11は、続いて、角加速度の移動平均の和が閾値以上となる現象が一定期間継続したか否かを判定する(ステップS34)。たとえば500ミリ秒連続して閾値以上か否かを判定する。当該現象が一定期間継続している場合(ステップS34:YES)、演算処理部11は、ハンドル操作ありと判定して(ステップS35)、このハンドル操作有無判定処理を終了する。角加速度の移動平均の和が閾値以上となる現象が一定期間継続する場合とは、たとえばカーブ走行時の場合である。つまり、ここでは、カーブ走行時の運転者の意図的なハンドル操作の有無を判定している。このハンドル操作を便宜的に強ハンドル操作と称する。 The arithmetic processing unit 11 determines whether or not the sum of the moving averages of the angular acceleration is equal to or greater than the threshold value (step S33). If it is equal to or greater than the threshold value (step S33: YES), the arithmetic processing unit 11 subsequently determines whether or not the phenomenon in which the sum of the moving averages of the angular accelerations is equal to or greater than the threshold value continues for a certain period of time (step S34). For example, it is determined whether or not the threshold value is continuously exceeded for 500 milliseconds. When the phenomenon continues for a certain period of time (step S34: YES), the arithmetic processing unit 11 determines that there is a handle operation (step S35), and ends the handle operation presence / absence determination process. The phenomenon in which the sum of the moving averages of the angular acceleration exceeds the threshold value continues for a certain period of time, for example, when traveling on a curve. That is, here, it is determined whether or not the driver intentionally operates the steering wheel when traveling on a curve. This steering wheel operation is referred to as a strong steering wheel operation for convenience.

一方、角加速度の移動平均の和が閾値未満の場合(ステップS33:NO)や、角加速度の移動平均の和が閾値以上となる現象が一定期間継続していない場合(ステップS34:NO)、演算処理部11は、ハンドル操作なしと判定して(ステップS35)、このハンドル操作有無判定処理を終了する。 On the other hand, when the sum of the moving averages of the angular acceleration is less than the threshold value (step S33: NO) or when the phenomenon that the sum of the moving averages of the angular acceleration is equal to or more than the threshold value does not continue for a certain period (step S34: NO). The arithmetic processing unit 11 determines that there is no handle operation (step S35), and ends the handle operation presence / absence determination process.

このように、本車線逸脱走行アラートシステム1は、ウインカーやハンドルなどの車両標準装置と連携することなく、カーブ走行時の運転者の意図的なハンドル操作の有無を判定する。なお、たとえば車線変更時においても、運転者の意図的なハンドル操作は行われるが、ゆるやかに斜行するために行われるハンドル操作は、このハンドル操作有無判定処理においては、ハンドル操作なしと判定される。このようなハンドル操作を便宜的に弱ハンドル操作と称する。強ハンドル操作による急な車線変更の場合には、ハンドル操作ありと判定される。 In this way, the lane deviation driving alert system 1 determines whether or not the driver intentionally operates the steering wheel during curve driving without coordinating with a vehicle standard device such as a blinker or a steering wheel. It should be noted that, for example, even when changing lanes, the driver intentionally operates the steering wheel, but the steering wheel operation performed for gently skewing is determined to be no steering wheel operation in this steering wheel operation presence / absence determination process. Ru. For convenience, such a steering wheel operation is referred to as a weak steering wheel operation. In the case of a sudden lane change due to strong steering operation, it is determined that there is steering operation.

次に、図8から図10を参照して、白線検出処理およびハンドル操作有無判定処理の処理結果に基づいて実行される車線逸脱走行アラート処理(図2:ステップS13)について説明する。 Next, with reference to FIGS. 8 to 10, a lane deviation travel alert process (FIG. 2: step S13) executed based on the processing results of the white line detection process and the steering wheel operation presence / absence determination process will be described.

図8は、車線逸脱走行アラート処理の流れを示すフローチャートである。 FIG. 8 is a flowchart showing the flow of lane departure driving alert processing.

演算処理部11は、白線検出処理によって白線が検出されたか否かを判定する(ステップS41)。白線が検出された場合(ステップS41:YES)、演算処理部11は、続いて、ハンドル操作有無判定処理によってハンドル操作ありと判定されたか否かを判定する(ステップS42)。そして、ハンドル操作なしと判定された場合(ステップS42:NO)、演算処理部11は、ステップS43へ進む。換言すれば、白線が検出されていない場合(ステップS41:NO)、または、ハンドル操作ありと判定された場合(ステップS42:YES)、演算処理部11は、車線逸脱走行の状態ではないとして、この車線逸脱走行アラート処理を終了する。たとえばカーブ走行時の運転者が意図的にハンドル操作(強ハンドル操作)を行っている状況下で車両が車線を跨いだ場合においては、運転者に対する警告は行われない。 The arithmetic processing unit 11 determines whether or not the white line is detected by the white line detection process (step S41). When the white line is detected (step S41: YES), the arithmetic processing unit 11 subsequently determines whether or not it is determined by the handle operation presence / absence determination process that there is a handle operation (step S42). Then, when it is determined that there is no handle operation (step S42: NO), the arithmetic processing unit 11 proceeds to step S43. In other words, if the white line is not detected (step S41: NO), or if it is determined that there is a steering wheel operation (step S42: YES), the arithmetic processing unit 11 considers that the vehicle is not in a lane deviation driving state. This lane deviation driving alert process ends. For example, if the vehicle crosses the lane while the driver intentionally operates the steering wheel (strong steering wheel operation) while driving on a curve, no warning is given to the driver.

なお、ステップS41とステップS42とは、図8に示す順序と逆の順序で実行してもよい。つまり、ハンドル操作なしと判定されている場合に、白線が検出されたか否かを判定するようにしてもよい。 Note that steps S41 and S42 may be executed in the reverse order of the order shown in FIG. That is, when it is determined that there is no steering wheel operation, it may be determined whether or not the white line is detected.

次に、演算処理部11は、一定期間以上白線が継続的に検出されているか否かを判定する(ステップS43)。換言すれば、白線が検出され始めてからの経過期間が一定期間以上か否かを判定する。一定期間以上継続的に検出されている場合(ステップS43:YES)、演算処理部11は、ステップS44へ進む。一定期間に至っていない場合には(ステップS43:NO)、演算処理部11は、その時点でのアラートは行わず、この車線逸脱走行アラート処理を終了する。したがって、たとえば車両が短期的に車線を跨いだ場合においては、運転者に対する警告は行われない。 Next, the arithmetic processing unit 11 determines whether or not the white line is continuously detected for a certain period of time or longer (step S43). In other words, it is determined whether or not the elapsed period from the start of detection of the white line is a certain period or longer. If the detection is continuous for a certain period of time or longer (step S43: YES), the arithmetic processing unit 11 proceeds to step S44. If the fixed period has not been reached (step S43: NO), the arithmetic processing unit 11 does not perform the alert at that time, and ends the lane departure driving alert processing. Therefore, for example, when a vehicle crosses a lane in a short period of time, no warning is given to the driver.

ここで、図9および図10を参照して、ステップS44〜ステップS45において実行される、画像からの白線の検出状況に基づいて車両が車線を逸脱して走行している状態か否かを判定する手法について説明する。 Here, with reference to FIGS. 9 and 10, it is determined whether or not the vehicle is traveling out of the lane based on the detection status of the white line from the image, which is executed in steps S44 to S45. The method of doing this will be described.

図9は、片側2車線の道路を走行する車両が車線変更した場合にカメラ12によって撮像される画像中の白線の傾きの遷移状況を示す図である。 FIG. 9 is a diagram showing a transition state of inclination of a white line in an image captured by the camera 12 when a vehicle traveling on a road having two lanes on each side changes lanes.

より詳しくは、図9は、片側2車線の左側の走行車線を走行する車両が矢印c1で示すように右側の追越車線へ車線変更した場合の時刻t1における画像と(時刻t1よりも時間的に後ろの)時刻t2における画像とを分かり易く比較可能に並べたものである。 More specifically, FIG. 9 shows an image at time t1 when a vehicle traveling in the left driving lane of two lanes on each side changes lanes to the right overtaking lane as shown by arrow c1 (temporally than time t1). The images at time t2 (behind the scenes) are arranged in an easy-to-understand and comparable manner.

前述した白線検出処理において、時刻t1における画像からは、白線検出領域a4内から白線c2−1が検出され、時刻t2における画像からは、白線検出領域a4内から白線c2−2が検出される。また、これら白線c2−1,c2−2については、前述した白線検出処理において、その傾きが各々算出されている。 In the white line detection process described above, the white line c2-1 is detected from the white line detection area a4 from the image at time t1, and the white line c2-2 is detected from the white line detection area a4 from the image at time t2. Further, the slopes of these white lines c2-1 and c2-2 are calculated in the white line detection process described above.

時刻t1における画像中の白線c2−1は、前述の(式1)の分母(x2−x1)が正となるので(分子(y2−y1)は常に正となる)、傾きが正の値として算出される。これに対して、時刻t2における画像中の白線c2−2は、分母(x2−x1)が負となるので、傾きが負の値として算出される。 The white line c2-1 in the image at time t1 has a positive slope as the denominator (x2-x1) of the above (Equation 1) is positive (the numerator (y2-y1) is always positive). It is calculated. On the other hand, the white line c2-2 in the image at time t2 is calculated as having a negative slope because the denominator (x2-x1) is negative.

そこで、一定期間以上白線が継続的に検出されている場合において、白線の傾きが正から負、または負から正へ遷移しているならば、演算処理部11は、基本的には、車線変更によって車両が車線(走行車線と追越車線の境界線)を跨いだものであり、車線を逸脱して走行している状態ではないと判定する。加えて、演算処理部11は、白線が検出され始めてから白線の傾きが遷移するまでの期間が一定期間内か否かを調べて、一定期間内である場合に、車線変更によって車両が車線(走行車線と追越車線の境界線)を跨いだものであり、車線を逸脱して走行している状態ではないと判定する。換言すれば、白線の傾きが遷移していても、白線が検出され始めてから一定期間を超えて発生している場合には、車線変更によるものではなく、本車線逸脱走行アラートシステム1においては車線逸脱走行の一形態としている、ふらつきなどと称される蛇行の状態であると判定する。なお、白線が検出され始めてから白線の傾きが遷移するまでの期間の長短を判定するための一定期間は、白線が継続的に検出されている期間の長短を判定するための一定期間とは異なるものであり、たとえば、前者の一定期間は後者の一定期間の1/2程度である。 Therefore, when the white line is continuously detected for a certain period of time or longer and the inclination of the white line is transitioning from positive to negative or negative to positive, the arithmetic processing unit 11 basically changes lanes. It is determined that the vehicle straddles the lane (the boundary line between the traveling lane and the overtaking lane) and is not in a state of traveling out of the lane. In addition, the arithmetic processing unit 11 examines whether or not the period from the start of detection of the white line to the transition of the inclination of the white line is within a certain period, and if it is within a certain period, the vehicle is changed to a lane ( It is determined that the vehicle straddles the boundary between the driving lane and the overtaking lane) and is not in a state of traveling out of the lane. In other words, even if the slope of the white line has changed, if the white line has occurred for more than a certain period of time since it started to be detected, it is not due to a lane change, and the lane in the main lane deviation driving alert system 1 It is determined that the vehicle is in a meandering state called wobbling, which is a form of deviant driving. The fixed period for determining the length of the period from the start of detection of the white line to the transition of the slope of the white line is different from the fixed period for determining the length of the period during which the white line is continuously detected. For example, the fixed period of the former is about 1/2 of the fixed period of the latter.

図10は、車線変更の場合(ケース1)での白線の傾きと、車線逸脱走行の場合(ケース2)での白線の傾きとを時系列かつ分かり易く比較可能に並べて示す図である。 FIG. 10 is a diagram showing the inclination of the white line in the case of lane change (case 1) and the inclination of the white line in the case of lane deviation traveling (case 2) side by side in a time-series and easy-to-understand manner.

図10中、「検知されず」とある欄は、白線が検出されなかったことを示し、数値が記載されている欄は、車線である白線が検出されていることを示し、かつ、その傾きを示している。 In FIG. 10, the column "not detected" indicates that the white line was not detected, and the column in which the numerical value is described indicates that the white line which is the lane is detected and its inclination. Is shown.

白線が一定期間(d1)以上継続して検出された場合、演算処理部11は、車線を逸脱して走行している状態か否かを判定する。ここで、演算処理部11は、白線の傾きが正から負、または負から正へ遷移しているか否かを判定し、遷移していなければ、車線を逸脱して走行している状態であると判定する。ケース2の場合、白線の傾きが正であり続け、負への遷移が発生していないので、演算処理部11は、車線を逸脱して走行している状態であると判定する。 When the white line is continuously detected for a certain period (d1) or more, the arithmetic processing unit 11 determines whether or not the vehicle is traveling out of the lane. Here, the arithmetic processing unit 11 determines whether or not the inclination of the white line has transitioned from positive to negative or negative to positive, and if not, the vehicle is traveling out of the lane. Is determined. In the case of Case 2, since the inclination of the white line continues to be positive and no negative transition has occurred, the arithmetic processing unit 11 determines that the vehicle is traveling out of the lane.

一方、ケース1の場合、白線の傾きが正から負へ遷移している(d2)。この場合、演算処理部11は、その遷移が、白線が検出され始めてから一定期間(d3)内に発生しているか否かを判定し、一定期間(d3)内に発生していれば、車線変更であって、車線を逸脱して走行している状態ではないと判定する。ケース1の場合と異なり、白線の傾きの遷移が、白線が検出され始めてから一定期間(d3)を超えて発生したものであった場合、演算処理部11は、車線逸脱走行(ふらつき・蛇行)の状態であると判定する。 On the other hand, in the case of Case 1, the slope of the white line changes from positive to negative (d2). In this case, the arithmetic processing unit 11 determines whether or not the transition occurs within a certain period (d3) after the white line starts to be detected, and if it occurs within a certain period (d3), the lane. It is determined that the change is not in the state of traveling out of the lane. Unlike the case of Case 1, when the transition of the inclination of the white line occurs for more than a certain period (d3) after the white line starts to be detected, the arithmetic processing unit 11 deviates from the lane (wobble / meander). It is determined that the state is.

したがって、車線変更時の運転者が意図的にハンドル操作(弱ハンドル操作)を行っている状況下で車両が車線(走行車線と追越車線の境界線)を跨いだ場合においては、運転者に対する警告は行われない。また、ふらつき・蛇行によって車両が車線(走行車線と追越車線の境界線)を跨いだ場合においては、運転者に対する警告が行われる。 Therefore, when the vehicle crosses the lane (the boundary between the driving lane and the overtaking lane) while the driver intentionally operates the steering wheel (weak steering wheel operation) when changing lanes, the driver is asked. No warning is given. In addition, when the vehicle crosses a lane (the boundary line between the driving lane and the overtaking lane) due to wobbling or meandering, a warning is given to the driver.

以上を踏まえて、図8に戻り、車線逸脱走行アラート処理の説明を続ける。 Based on the above, the process returns to FIG. 8 and the explanation of the lane deviation driving alert process is continued.

演算処理部11は、一定期間以上白線が継続的に検出されている場合、白線の傾きの正負が遷移しているか否かを判定する(ステップS44)。遷移している場合(ステップS44:YES)、演算処理部11は、続いて、その遷移が、白線が検出され始めてから一定期間内に発生しているか否かを判定する(ステップS45)。 When the white line is continuously detected for a certain period of time or longer, the arithmetic processing unit 11 determines whether or not the positive / negative of the slope of the white line has changed (step S44). If there is a transition (step S44: YES), the arithmetic processing unit 11 subsequently determines whether or not the transition has occurred within a certain period of time after the white line starts to be detected (step S45).

その遷移が、白線が検出され始めてから一定期間内に発生している場合(ステップS45:YES)、演算処理部11は、車線変更によって車両が車線を跨いだものであり、車線を逸脱して走行している状態ではないと判定し、この車線逸脱走行アラート処理を終了する。 When the transition occurs within a certain period of time after the white line starts to be detected (step S45: YES), the arithmetic processing unit 11 deviates from the lane because the vehicle crosses the lane due to the lane change. It is determined that the vehicle is not in a driving state, and this lane deviation driving alert processing is terminated.

一方、白線の傾きの正負が遷移していない場合(ステップS44:NO)、または、白線の傾きの正負が遷移しているが、その遷移が、白線が検出され始めてから一定期間内に発生していない場合(ステップS45:NO)、演算処理部11は、車線逸脱走行の状態であると判定し、たとえばスピーカーやLEDで構成されるアラート出力部18を介して、警告音の出力やLEDの点灯または点滅などの車線逸脱走行アラートを実行する(ステップS46)。 On the other hand, when the positive / negative of the slope of the white line has not changed (step S44: NO), or the positive / negative of the slope of the white line has changed, the transition occurs within a certain period after the white line starts to be detected. If not (step S45: NO), the arithmetic processing unit 11 determines that the vehicle is traveling out of the lane, and outputs a warning sound or outputs an LED via, for example, an alert output unit 18 composed of a speaker or an LED. A lane departure alert such as lighting or blinking is executed (step S46).

図11は、車線である白線が継続的に検出された場合における本車線逸脱走行アラートシステム1の車線逸脱走行アラート有無を状況別に示す図である。 FIG. 11 is a diagram showing the presence / absence of a lane deviation travel alert of the main lane deviation travel alert system 1 when a white line, which is a lane, is continuously detected, according to the situation.

ハンドル操作(強ハンドル操作)があり、また、白線の傾きの遷移がある場合、本車線逸脱走行アラートシステム1は、車線変更であると判定し、車線逸脱走行アラートを行わない(1段目)。 If there is a steering wheel operation (strong steering wheel operation) and there is a transition in the inclination of the white line, the lane deviation driving alert system 1 determines that the lane has changed and does not perform a lane deviation driving alert (first stage). ..

ハンドル操作(強ハンドル操作)があり、また、白線の傾きの遷移がない場合、カーブ走行であると判定し、車線逸脱走行アラートを行わない(2段目)。 If there is a steering wheel operation (strong steering wheel operation) and there is no transition of the inclination of the white line, it is determined that the vehicle is traveling on a curve, and the lane deviation driving alert is not performed (second stage).

ハンドル操作(強ハンドル操作)がなく、また、白線の傾きの遷移があり、かつ、その遷移が一定期間内に発生している場合、車線変更であると判定し、車線逸脱走行アラートを行わない(3段目)。 If there is no steering wheel operation (strong steering wheel operation), there is a transition of the inclination of the white line, and the transition occurs within a certain period of time, it is judged that the lane has changed and the lane deviation driving alert is not performed. (3rd stage).

ハンドル操作(強ハンドル操作)がなく、また、白線の傾きの遷移があるが、その遷移が一定期間内に発生していない場合、車線逸脱走行(ふらつき・蛇行)と判定し、車線逸脱走行アラートを行う(4段目)。 If there is no steering wheel operation (strong steering wheel operation) and there is a transition of the inclination of the white line, but the transition does not occur within a certain period of time, it is judged as lane deviation driving (wobble / meandering) and lane deviation driving alert. (4th step).

ハンドル操作(強ハンドル操作)がなく、また、白線の傾きの遷移がない場合、車線逸脱走行と判定し、車線逸脱走行アラートを行う(5段目)。 If there is no steering wheel operation (strong steering wheel operation) and there is no transition in the inclination of the white line, it is determined that the vehicle has deviated from the lane, and a lane departure alert is issued (fifth stage).

以上のように、本車線逸脱走行アラートシステム1においては、カメラ12によって撮像された画像から検出される白線(車線)の傾きの遷移と、ジャイロセンサー16によって得られる車両の左右方向(進行方向に対して垂直方向)の角速度の変化とから、車線変更などの運転者が意図する車線逸脱の誤アラートを防止することができる。 As described above, in the lane deviation driving alert system 1, the transition of the inclination of the white line (lane) detected from the image captured by the camera 12 and the left-right direction (in the traveling direction) of the vehicle obtained by the gyro sensor 16. On the other hand, it is possible to prevent an erroneous alert of lane deviation intended by the driver such as a lane change from the change in the angular speed in the vertical direction.

つまり、本車線逸脱走行アラートシステム1は、ウインカーやハンドルなどの車両標準装置と連携する必要がなく、車線を逸脱して走行している状態を画像から高精度で検出することができる。また、本車線逸脱走行アラートシステム1は、カメラ12によって撮像された画像から車線を検出するための探索範囲(白線検出領域a4)を狭めることで、計算量を軽減し、高性能な処理能力を必要としない。すなわち、たとえば車両に後付けされるタイプのドライブレコーダー上などに実現するのに好適な構成を有している。 That is, the lane deviation travel alert system 1 does not need to cooperate with a vehicle standard device such as a blinker or a steering wheel, and can detect a state of traveling out of the lane with high accuracy from an image. In addition, the lane deviation driving alert system 1 reduces the amount of calculation and provides high-performance processing capacity by narrowing the search range (white line detection area a4) for detecting the lane from the image captured by the camera 12. do not need. That is, it has a configuration suitable for implementation on, for example, a type of drive recorder that is retrofitted to a vehicle.

ところで、以上の説明では、車両の前方(進行方向)の画像を用いる例を示したが、たとえば車両の後方(進行方向の逆方向)の画像を用いることも可能である。また、白線領域を検出する場合についても、輝度値に基づき白線領域を検出する方法の他に、画像を構成する各画素のR値、B値、G値(画素値)に基づき判定することでも構わない。画面平均輝度算出領域a2と同じ領域からR値、G値またはB値の平均値やヒストグラムの中央値を算出し、R値、G値およびB値のいずれか一つまたは二つ以上の値に対して閾値を設定し、各画素のR値、G値およびB値のうち評価対象となる画素値に基づいて白線領域b1を検出しても良い。また、ハンドル操作有無判定処理においても角速度の移動平均値を基に判断する以外にも、角速度の推移や単位時間ごとの角速度積分値などの角速度に基づく値に基づいてハンドル操作の有無を判定しても構わない。 By the way, in the above description, an example of using an image in front of the vehicle (traveling direction) has been shown, but for example, an image in the rear of the vehicle (in the opposite direction of the traveling direction) can also be used. Also, when detecting the white line area, in addition to the method of detecting the white line area based on the brightness value, it is also possible to make a determination based on the R value, B value, and G value (pixel value) of each pixel constituting the image. I do not care. Calculate the average value of R value, G value or B value and the median value of the histogram from the same area as the screen average brightness calculation area a2, and set it to one or more of R value, G value and B value. On the other hand, a threshold value may be set, and the white line region b1 may be detected based on the pixel value to be evaluated among the R value, G value and B value of each pixel. In addition to making a judgment based on the moving average value of the angular velocity in the steering wheel operation presence / absence determination process, the presence / absence of the steering wheel operation is determined based on a value based on the angular velocity such as the transition of the angular velocity and the integral value of the angular velocity for each unit time. It doesn't matter.

本発明のいくつかの実施形態を説明したが、これらの実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。これら新規な実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。 Although some embodiments of the present invention have been described, these embodiments are presented as examples and are not intended to limit the scope of the invention. These novel embodiments can be implemented in various other embodiments, and various omissions, replacements, and changes can be made without departing from the gist of the invention. These embodiments and modifications thereof are included in the scope and gist of the invention, and are also included in the scope of the invention described in the claims and the equivalent scope thereof.

1…車線逸脱走行アラートシステム、2…メモリーカード、11…演算処理部、12…カメラ、13…画像処理部、14…GPS受信部、15…加速度センサー、16…ジャイロセンサー、17…無線通信部、18…アラート出力部、19…メモリー、20…インターフェース部、100…車線逸脱走行アラートプログラム。 1 ... Lane deviation driving alert system, 2 ... Memory card, 11 ... Arithmetic processing unit, 12 ... Camera, 13 ... Image processing unit, 14 ... GPS receiving unit, 15 ... Acceleration sensor, 16 ... Gyro sensor, 17 ... Wireless communication unit , 18 ... Alert output unit, 19 ... Memory, 20 ... Interface unit, 100 ... Lane deviation driving alert program.

Claims (10)

車両の前方の画像を撮像するカメラと、
前記画像に基づき、前記車両が車線を逸脱して走行している状態か否かを判定するための演算処理を実行する演算処理部と、
を具備し、
前記演算処理部は、
前記画像から路面上の線分を検出し、
前記線分が一定期間継続的に検出された場合であって、前記画像上の座標を用いて算出される前記線分の傾きが正から負、または負から正に遷移していない場合、前記車両は車線を逸脱して走行している状態であると判定する、
車線逸脱走行アラートシステム。
A camera that captures an image of the front of the vehicle,
Based on the image, an arithmetic processing unit that executes arithmetic processing for determining whether or not the vehicle is traveling out of the lane, and
Equipped with
The arithmetic processing unit
A line segment on the road surface is detected from the image,
When the line segment is continuously detected for a certain period of time and the slope of the line segment calculated using the coordinates on the image does not transition from positive to negative or from negative to positive, the above. Judge that the vehicle is traveling out of the lane,
Lane deviation driving alert system.
前記車両の角加速度を検出するセンサーをさらに具備し、
前記演算処理部は、前記車両の左右方向の角加速度の移動平均の和が閾値以上となる現象が一定期間継続的に検出された場合、前記車両は車線を逸脱して走行している状態ではないと判定する、
請求項1に記載の車線逸脱走行アラートシステム。
Further equipped with a sensor for detecting the angular acceleration of the vehicle,
When the arithmetic processing unit continuously detects a phenomenon in which the sum of the moving averages of the angular accelerations in the left-right direction of the vehicle exceeds the threshold value for a certain period of time, the vehicle is in a state of traveling out of the lane. Judge not,
The lane deviation driving alert system according to claim 1.
前記演算処理部は、前記線分が検出されない場合、前記車両は車線を逸脱して走行している状態ではないと判定する請求項1または2に記載の車線逸脱走行アラートシステム。 The lane deviation travel alert system according to claim 1 or 2, wherein the arithmetic processing unit determines that the vehicle is not in a state of traveling out of the lane when the line segment is not detected. 前記演算処理部は、前記線分の傾きが遷移している場合、前記車両は車線を逸脱して走行している状態ではないと判定する請求項1〜3のいずれか1項に記載の車線逸脱走行アラートシステム。 The lane according to any one of claims 1 to 3, wherein the arithmetic processing unit determines that the vehicle is not in a state of traveling out of the lane when the inclination of the line segment is changed. Deviation driving alert system. 前記演算処理部は、前記線分が検出されてから前記線分の傾きが遷移するまでの期間が閾値以上であった場合、前記車両は車線を逸脱して走行している状態であると判定する請求項4に記載の車線逸脱走行アラートシステム。 When the period from the detection of the line segment to the transition of the inclination of the line segment is equal to or longer than the threshold value, the arithmetic processing unit determines that the vehicle is traveling out of the lane. The lane deviation driving alert system according to claim 4. 前記演算処理部は、
前記画像上の前記車両のボンネット位置よりも上方の一部領域を平均輝度算出領域に設定し、
前記画像上の消失点よりも下方で前記ボンネット位置よりも上方の一部領域を線分検出領域に設定し、
前記画像上の前記線分検出領域よりも下方で前記ボンネット位置よりも上方の一部領域を路面輝度算出領域に設定し、
前記路面輝度算出領域で得た路面輝度よりも、前記平均輝度算出領域で得た平均輝度に応じて適用される閾値以上に輝度が高い領域を、前記線分検出領域から抽出することによって前記線分を検出する、
請求項1〜5のいずれか1項に記載の車線逸脱走行アラートシステム。
The arithmetic processing unit
A part of the area above the hood position of the vehicle on the image is set as the average brightness calculation area.
A part of the area below the vanishing point on the image and above the bonnet position is set as the line segment detection area.
A part of the area below the line segment detection area on the image and above the bonnet position is set as the road surface brightness calculation area.
The line is obtained by extracting a region having a brightness higher than the road surface brightness obtained in the road surface brightness calculation region, which is higher than the threshold value applied according to the average brightness obtained in the average brightness calculation region, from the line segment detection region. Detect minutes,
The lane deviation driving alert system according to any one of claims 1 to 5.
前記演算処理部は、前記平均輝度算出領域で得た前記平均輝度に基づき、昼間用の閾値または夜間用の閾値の一方を適用する請求項6に記載の車線逸脱走行アラートシステム。 The lane deviation driving alert system according to claim 6, wherein the arithmetic processing unit applies either a daytime threshold value or a nighttime threshold value based on the average brightness obtained in the average brightness calculation area. 前記演算処理部は、前記線分検出領域から抽出された前記領域のうち、長手方向の長さが長手方向の長さの閾値以上であり、かつ、巾方向の長さが巾方向の長さの閾値未満である線分領域を前記線分として検出する請求項6または7に記載の車線逸脱走行アラートシステム。 In the arithmetic processing unit, among the regions extracted from the line segment detection region, the length in the longitudinal direction is equal to or greater than the threshold length in the longitudinal direction, and the length in the width direction is the length in the width direction. The lane deviation travel alert system according to claim 6 or 7, wherein a line segment region that is less than the threshold value of is detected as the line segment. 前記演算処理部は、前記画像上の座標を用いて算出される傾きが閾値以上の前記線分領域を前記線分として検出する請求項8に記載の車線逸脱走行アラートシステム。 The lane deviation travel alert system according to claim 8, wherein the arithmetic processing unit detects the line segment region whose inclination is equal to or greater than a threshold value calculated using the coordinates on the image as the line segment. 車両の前方の画像を撮像するカメラと、前記車両の角加速度を検出するセンサーとを有し、前記車両に搭載される電子機器において、前記車両が車線を逸脱して走行している状態を検出して警告を発する車線逸脱走行アラート方法であって、
前記カメラによって撮像される画像から路面上の線分を検出することと、
前記線分が一定期間継続的に検出された場合であって、前記画像上の座標を用いて算出される前記線分の傾きが正から負、または負から正に遷移していない場合、前記車両は車線を逸脱して走行している状態であると判定することと、
前記線分の傾きが遷移している場合、または、前記センサーによって検出される前記車両の左右方向の角加速度の移動平均の和が閾値以上となる現象が一定期間継続的に検出された場合、前記車両は車線を逸脱して走行している状態ではないと判定することと、
を具備する車線逸脱走行アラート方法。
It has a camera that captures an image of the front of the vehicle and a sensor that detects the angular acceleration of the vehicle, and detects a state in which the vehicle is traveling out of the lane in an electronic device mounted on the vehicle. It is a lane deviation driving alert method that issues a warning.
Detecting line segments on the road surface from the image captured by the camera
When the line segment is continuously detected for a certain period of time and the slope of the line segment calculated using the coordinates on the image does not transition from positive to negative or from negative to positive, the above. Judging that the vehicle is traveling out of the lane,
When the inclination of the line segment is transitioning, or when the phenomenon that the sum of the moving averages of the angular accelerations of the vehicle in the left-right direction detected by the sensor is equal to or greater than the threshold value is continuously detected for a certain period of time. Judging that the vehicle is not traveling out of the lane,
Lane deviation driving alert method equipped with.
JP2019108882A 2019-06-11 2019-06-11 Lane deviation driving alert system and lane deviation driving alert method Pending JP2020201766A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019108882A JP2020201766A (en) 2019-06-11 2019-06-11 Lane deviation driving alert system and lane deviation driving alert method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019108882A JP2020201766A (en) 2019-06-11 2019-06-11 Lane deviation driving alert system and lane deviation driving alert method

Publications (1)

Publication Number Publication Date
JP2020201766A true JP2020201766A (en) 2020-12-17

Family

ID=73743466

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019108882A Pending JP2020201766A (en) 2019-06-11 2019-06-11 Lane deviation driving alert system and lane deviation driving alert method

Country Status (1)

Country Link
JP (1) JP2020201766A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2022168883A1 (en) * 2021-02-05 2022-08-11

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2022168883A1 (en) * 2021-02-05 2022-08-11
WO2022168883A1 (en) * 2021-02-05 2022-08-11 株式会社デンソー Processing method, processing system, processing program, and processing device
JP7428273B2 (en) 2021-02-05 2024-02-06 株式会社デンソー Processing method, processing system, processing program, storage medium, processing device

Similar Documents

Publication Publication Date Title
JP4045862B2 (en) Optical axis deviation detection device for in-vehicle camera
JP5421072B2 (en) Approaching object detection system
JP4914234B2 (en) Leading vehicle detection device
US7619668B2 (en) Abnormality detecting apparatus for imaging apparatus
JP5637302B2 (en) Driving support apparatus and adjacent vehicle detection method
US10220782B2 (en) Image analysis apparatus and image analysis method
JP2012166647A (en) Image processing apparatus, and tractor
JP6302559B2 (en) Method and apparatus for determining the shape of a roadway of a vehicle
JP2017529517A (en) Method of tracking a target vehicle approaching a car by a car camera system, a camera system, and a car
JP5273300B2 (en) Vehicle periphery monitoring device
JP2006157739A (en) Abnormality detecting device of image pickup apparatus
JP4980970B2 (en) Image pickup means adjustment device and object detection device
JP2013161202A (en) Vehicle periphery monitoring device
WO2016092925A1 (en) Approaching vehicle detection device
JP6631350B2 (en) Drive recorder
JP5862307B2 (en) Sensor detection range changing device
JP2012252501A (en) Traveling path recognition device and traveling path recognition program
JP2020201766A (en) Lane deviation driving alert system and lane deviation driving alert method
JP2011215769A (en) Lane position detection apparatus and lane position detection method
JPH0981757A (en) Vehicle position detecting device
JP5083142B2 (en) Vehicle periphery monitoring device
JP4020071B2 (en) Ambient condition display device
KR101338058B1 (en) A system for detecting a unevenness on the road using a vehicle front camera image
JP2013213792A (en) Road surface condition estimation device
KR101849326B1 (en) Camera system for vehicle