JP7673437B2 - OBJECT RECOGNITION DEVICE AND OBJECT RECOGNITION METHOD - Google Patents
OBJECT RECOGNITION DEVICE AND OBJECT RECOGNITION METHOD Download PDFInfo
- Publication number
- JP7673437B2 JP7673437B2 JP2021038982A JP2021038982A JP7673437B2 JP 7673437 B2 JP7673437 B2 JP 7673437B2 JP 2021038982 A JP2021038982 A JP 2021038982A JP 2021038982 A JP2021038982 A JP 2021038982A JP 7673437 B2 JP7673437 B2 JP 7673437B2
- Authority
- JP
- Japan
- Prior art keywords
- point
- points
- point group
- object recognition
- representative
- 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.)
- Active
Links
Images
Landscapes
- Optical Radar Systems And Details Thereof (AREA)
Description
本開示は、物体を認識する技術に関する。 This disclosure relates to technology for recognizing objects.
車両に搭載されているライダー(LiDAR)等の検出結果を利用して、車両の周囲に存在する物体を認識する物体認識装置が知られている。例えば、特許文献1には、クラスタを作成する際の閾値を動的に変化させてクラスタの候補を複数作成し、作成されたクラスタの候補と、過去に作成されたクラスタとを比較して、形状が最も近い組合せとなるクラスタを一つの物体として認識する技術が開示されている。
There is known an object recognition device that recognizes objects around a vehicle using the detection results of a LiDAR mounted on the vehicle. For example,
しかしながら、特許文献1に記載の技術は、過去に作成されたクラスタの履歴が必要になる。このため、初回の検出タイミングにおいては、クラスタの履歴が存在しないので、物体の検出精度が低下するおそれがある。したがって、物体認識装置において、互いに近接して存在する複数の物体を精度よく区分する技術が望まれる。
However, the technology described in
本開示の一実施形態によれば、物体認識装置(10)が提供される。この物体認識装置は、前記物体認識装置の周囲に存在する物体(Ob1、Ob2、Ob3、Ob4)を表す複数の検出点(KP)により構成される検出点群を取得する検出点群取得部(22)と、前記検出点群から前記物体の輪郭点(RP)を抽出して輪郭点群を取得する輪郭点群取得部(23)と、前記輪郭点群から代表点(DP)を抽出することにより代表点群を取得する代表点群取得部(24)と、前記代表点群から選択された3点を第1点(P1)、第2点(P2)および第3点(P3)とし、前記第1点と前記第2点とのベクトルである第1ベクトル(V1)と、前記第2点と前記第3点とのベクトルである第2ベクトル(V2)との間の角度であるベクトル間角度(θ)を用いて、前記輪郭点群に逆凸形状(ITs)が含まれるか否かを判定する逆凸判定部(25)と、前記逆凸形状が含まれると判定された場合に、前記検出点群を前記物体認識装置の周囲に存在する前記物体のうちの直線状の物体である壁を表す第1検出点群(G1)と、前記壁とは異なる物体であって前記壁に近接して存在している異なる物体を表す第2検出点群(G2)と、に分離する物体認識部(26)と、を備える。 According to an embodiment of the present disclosure, an object recognition device (10) is provided. The object recognition device includes a detection point cloud acquisition unit (22) that acquires a detection point cloud composed of a plurality of detection points (KP) that represent objects (Ob1, Ob2, Ob3, Ob4) that exist around the object recognition device, a contour point cloud acquisition unit (23) that extracts contour points (RP) of the object from the detection point cloud to acquire a contour point cloud, a representative point cloud acquisition unit (24) that acquires a representative point cloud by extracting a representative point (DP) from the contour point cloud, and a first vector acquisition unit (25) that acquires a vector between the first point and the second point by setting three points selected from the representative point cloud as a first point (P1), a second point (P2), and a third point (P3). and an inverse convexity determination unit (25) that determines whether or not the contour point group includes an inverse convex shape (ITs) using an inter-vector angle (θ) that is the angle between a vector (V1) and a second vector (V2) that is a vector between the second point and the third point, and an object recognition unit (26) that, when it is determined that the contour point group includes the inverse convex shape, separates the detection point group into a first detection point group (G1) that represents a wall, which is a linear object among the objects that exist around the object recognition device, and a second detection point group (G2) that represents a different object that is different from the wall and exists in the vicinity of the wall.
この形態の物体認識装置によれば、代表点群から選択された3点を第1点、第2点および第3点とし、第1点と第2点とのベクトルである第1ベクトルと、第2点と第3点とのベクトルである第2ベクトルとのベクトル間角度を用いて、輪郭点群に逆凸形状が含まれるか否かを判定し、逆凸形状が含まれると判定された場合に、直線状の物体と、直線状の物体とは異なる物体とが互いに近接して存在していると認識するので、互いに近接して存在する複数の物体を精度よく区分できる。 According to this form of object recognition device, three points selected from the representative point group are designated as the first point, the second point, and the third point, and the vector angle between the first vector, which is the vector between the first point and the second point, and the second vector, which is the vector between the second point and the third point, is used to determine whether or not the contour point group contains an inverted convex shape. If it is determined that an inverted convex shape is contained, it is recognized that a linear object and an object other than a linear object exist close to each other, and therefore multiple objects that exist close to each other can be accurately distinguished.
本開示は、種々の形態で実現することも可能である。例えば、物体認識方法、測距装置、測距方法、これらの装置や方法を実現するためのコンピュータプログラム、かかるコンピュータプログラムを記憶した記憶媒体等の形態で実現することができる。 The present disclosure can be realized in various forms. For example, it can be realized in the form of an object recognition method, a distance measuring device, a distance measuring method, a computer program for realizing these devices and methods, a storage medium storing such a computer program, etc.
A1.実施形態:
以下、物体認識装置および物体認識方法について説明する。図1に示すように、本実施形態の物体認識装置10は、車両100に搭載され、車両100の前方の周囲に存在する物体、例えば、他の車両や歩行者や建物等を検出する。本実施形態では、物体認識装置10は、LiDAR(Light Detection And Ranging)により構成されている。物体認識装置10は、照射光Lzを照射して、物体からの反射光を受光する。図1では、照射光Lzの射出中心位置を原点とし、車両100の前方方向をY軸とし、原点を通り車両100の幅方向左から右の方向をX軸とし、原点を通り鉛直情報をZ軸として表している。
A1. Embodiment:
An object recognition device and an object recognition method will be described below. As shown in FIG. 1, an
照射光Lzは、Z軸方向に縦長の光であり、1回の照射により、縦長の所定範囲Arに照射される。また、照射光Lzは、水平方向に対して一次元走査により所定の測定範囲MR全体に照射される。照射光Lzは、測定範囲MRにおいて物体認識装置10の分解能に応じた角度で照射される。
The illumination light Lz is elongated in the Z-axis direction, and is illuminated over a predetermined vertical range Ar with each illumination. The illumination light Lz is also illuminated over the entire predetermined measurement range MR by one-dimensional scanning in the horizontal direction. The illumination light Lz is illuminated in the measurement range MR at an angle that corresponds to the resolution of the
物体認識装置10は、測定範囲MRにおいて照射光Lzの反射光によって特定される物体を表す複数の検出点から構成される検出点群を取得する。検出点は、反射光によって特定される物体の少なくとも一部が存在し得る位置を示す点である。また、物体認識装置10は、照射光Lzを照射してから反射光を受光するまでの時間、すなわち、光の飛行時間TOF(Time of Flight)を測定することで、物体までの距離を検出する。物体認識装置10は、取得した検出点群に対してクラスタリングを行って、検出点群を複数のクラスタに分類することにより、物体を区分する。
The
図2に示すように、物体認識装置10は、CPU20と、メモリ30と、入出力インターフェース11とを備える。CPU20、メモリ30、および入出力インターフェース11は、バス15を介して双方向に通信可能に接続されている。メモリ30は、ROM、RAM、およびEEPROMを含む。入出力インターフェース11には、発光制御部41および受光制御部51がそれぞれ制御信号線を介して接続されている。発光制御部41に対しては発光制御信号が送信され、受光制御部51に対しては受光制御信号が送信され、受光制御部51からは入射光強度信号が受信される。
As shown in FIG. 2, the
発光制御部41は、入出力インターフェース11を介して制御部21から入力される発光制御信号に応じたタイミングで照射光Lzを照射するよう発光素子42を駆動する。発光素子42は、例えば、赤外レーザダイオードであり、照射光Lzとして赤外レーザ光を出射する。発光素子42は1つでもよく複数であってもよい。
The light
受光制御部51は、入出力インターフェース11を介して制御部21から物体検出のための受光処理を指示する受光制御信号が入力され、受光素子52に入射された入射光量または入射光強度を示す入射光強度信号を出力する。受光素子52は、平板状の光センサに複数の画素が縦横方向に配列された構成を有し、例えば、SPAD(Single Photon Avalanche Diode)、その他のフォトダイオードにより構成される。受光制御部51は、受光素子52に入射された入射光量または入射光強度に応じて発生する電流を電圧に変換し、例えば、輝度値や明度を示す画素値を入射光強度信号として制御部21へ出力する。
The light
CPU20は、メモリ30に記憶されたプログラムを展開して実行することにより、制御部21、検出点群取得部22、輪郭点群取得部23、代表点群取得部24、逆凸判定部25、物体認識部26、および分離直線決定部27として機能する。
The
制御部21は、物体認識装置10全体の動作を制御する。
The
検出点群取得部22は、入射光強度信号により示される画素値から、物体の1または複数の代表位置を示す検出点または検出点群を取得する。検出点は、3次元座標(X、Y、Z)として取得される。なお、検出点は、3次元座標に代えて、2次元座標(X、Y)で表されてもよい。輪郭点群取得部23は、検出点群から物体の輪郭点を抽出して、複数の輪郭点により構成される輪郭点群を取得する。代表点群取得部24は、輪郭点群から代表点を抽出して、複数の代表点から構成される代表点群を取得する。逆凸判定部25は、代表点群から3点を選択し、これらの3点を結ぶベクトルが逆凸形状であるか否かを判定する。逆凸形状については、後述する。物体認識部26は、検出点群に対してクラスタリング処理を行って、複数の検出点から一の物体を認識する。分離直線決定部27は、検出点群を、一の物体を構成する検出点群と、他の物体を構成する検出点群とに分離するための直線(以下、「分離直線」と呼ぶ)を決定する。
The detection point
A2.物体認識処理:
本実施形態では、図3に示す走行シーンにおいて物体認識処理が実行されているとして、物体認識処理の処理手順を説明する。図3に示すように、車両100は、道路RDを前方方向に走行している。道路RDには、直線状の壁Ob1が設置された歩道RSが設けられており、壁Ob1沿いに歩行者Ob3が前方方向に歩いている。歩道RSには、樹木Ob2およびOb4が植えられている。物体認識装置10では、後述の物体認識処理が実行されており、車両100の前方方向の周囲に存在する物体Ob1、Ob2、Ob3およびOb4が検出され得る。
A2. Object Recognition Processing:
In this embodiment, the processing procedure of the object recognition processing will be described assuming that the object recognition processing is being executed in the driving scene shown in Fig. 3. As shown in Fig. 3, the
図4には、図3に示す走行シーンにおいて取得され得る検出点群CL1を鉛直上方(+Z方向)から鳥瞰したときの一例を模式的に示している。図4では、歩行者Ob3の近傍を拡大して示している。また、図4では、説明の便宜上、歩行者Ob3を示す検出点KPにハッチングを付している。検出点群CL1は、第1検出点群G1と、第2検出点群G2とにより構成されている。第1検出点群G1は、壁Ob1および樹木Ob2に相当する検出点KPの集合であり、第2検出点群G2は、歩行者Ob3に相当する検出点KPの集合である。 Figure 4 shows a schematic example of a bird's-eye view of detection point group CL1 that can be acquired in the driving scene shown in Figure 3 from vertically above (+Z direction). Figure 4 shows an enlarged view of the vicinity of pedestrian Ob3. For ease of explanation, detection points KP representing pedestrian Ob3 are hatched in Figure 4. Detection point group CL1 is made up of a first detection point group G1 and a second detection point group G2. The first detection point group G1 is a collection of detection points KP corresponding to walls Ob1 and trees Ob2, and the second detection point group G2 is a collection of detection points KP corresponding to pedestrian Ob3.
図3に示すように、壁Ob1および歩行者Ob3は、互いに近接して存在している。歩行者Ob3が壁Ob1とは異なる物体であると認識するためには、第2検出点群G2を、第1検出点群G1から精度よく分離する必要がある。ここで、本開示の発明者らは、例えば、壁と人といった、直線状の物体と、他の物体とが互いに近接して存在する場合、検出点群を鳥瞰したときに輪郭線に逆凸形状ITsが含まれることを見出した。具体的には、図4に示すように、検出点群CL1の輪郭線RLにおける第1検出点群と第2検出点群G2との境界近傍には、車両100の進行方向において物体認識装置10から離れる方向側に突出する凸部を有する逆凸形状ITsが表れている。本開示の発明者らは、このような逆凸形状ITsは、複数の物体の検出点が複合している、すなわち、複数の物体が近接して存在している場合にのみ検出されることを見出した。
As shown in FIG. 3, the wall Ob1 and the pedestrian Ob3 are close to each other. In order to recognize the pedestrian Ob3 as an object different from the wall Ob1, it is necessary to accurately separate the second detection point group G2 from the first detection point group G1. Here, the inventors of the present disclosure have found that when a linear object, such as a wall and a person, and another object are close to each other, an inverted convex shape ITs is included in the contour line when the detection point group is viewed from above. Specifically, as shown in FIG. 4, an inverted convex shape ITs having a convex portion protruding toward the direction away from the
図5には、単一の物体Ob5およびOb6がそれぞれ単独で存在している場合における検出点群CL2およびCL3を示している。物体Ob5を表す検出点群CL2には、物体認識装置10側に突出する凸部を有する凸形状Tsが表れている。物体Ob6を表す検出点群CL3においても同様に、物体認識装置10側に突出する凸部を有する凸形状Tsが表れている。図4と図5とを比較して理解できるように、凸形状Tsと逆凸形状ITsとは、凸の屈曲部の突出の向きが異なっている。凸の屈曲部は、逆凸形状ITsでは物体認識装置10から遠ざかる方向に突出しており、凸形状Tsでは物体認識装置10側に突出している。
Figure 5 shows detection point groups CL2 and CL3 when single objects Ob5 and Ob6 exist independently. A convex shape Ts having a convex portion protruding toward the
そこで、本実施形態の物体認識処理では、検出点群から逆凸形状ITsを検出することにより、近接する物体の境界を特定して、物体ごとの検出点群にそれぞれ分離することとしている。詳細な説明は後述するが、逆凸形状ITsを検出する際、樹木Ob2およびOb4のように検出点群の輪郭の形状がガタガタしている物体の影響を受けないようにしている。なお、以下の説明では、図3に示すように、直線状の物体としてY軸に平行な壁Ob1を用いるが、本実施形態の物体認識処理は、図5に示す物体Ob6のように、直線状の物体が物体認識装置10に対して交差して存在している場合においても適用可能である。
In the object recognition process of this embodiment, the boundaries of nearby objects are identified by detecting the inverse convex shape ITs from the detection point cloud, and the detection point cloud is separated into detection point clouds for each object. Although a detailed explanation will be given later, when detecting the inverse convex shape ITs, the detection point cloud is not affected by objects with irregular contour shapes, such as trees Ob2 and Ob4. Note that in the following explanation, as shown in FIG. 3, a wall Ob1 parallel to the Y axis is used as a linear object, but the object recognition process of this embodiment can also be applied to cases where a linear object exists that intersects with the
図6に示す物体認識処理は、車両100の制御システムの始動時から停止時まで、または、スタートスイッチがオンされてからオフされるまで、所定の時間間隔、例えば、100ミリ秒から200ミリ秒の範囲の任意の時間にて繰り返し実行される。検出点群取得部22は、検出点群を取得する(ステップS10)。輪郭点群取得部23は、検出点群から物体の輪郭点を抽出して輪郭点群を取得する(ステップS20)。
The object recognition process shown in FIG. 6 is executed repeatedly at a predetermined time interval, for example, at any time in the range of 100 milliseconds to 200 milliseconds, from when the control system of the
図7には、検出点群から輪郭点群を取得する様子を示している。図7では、鉛直上方(+Z方向)から検出点群を鳥瞰したときの一例を示している。ステップS20では、輪郭点群取得部23は、各水平方向における所定の角度範囲ごとに検知距離が最も短い検出点KPを輪郭点RPとして抽出する。
Figure 7 shows how the contour point group is acquired from the detection point group. Figure 7 shows an example of a bird's-eye view of the detection point group from vertically above (+Z direction). In step S20, the contour point
図6に示すように、代表点群取得部24は、輪郭点群から代表点を抽出して代表点群を取得する(ステップS30)。具体的には、代表点群取得部24は、輪郭点群から予め定められた条件にしたがって検出点KPを間引くことによって、代表点群を取得する。換言すると、代表点群は、輪郭点群のうち、予め定められた条件に合致する検出点KPが抽出されることによって構成される。本実施形態では、輪郭点間の距離が予め定められた距離以上となる輪郭点が代表点として取得される。
As shown in FIG. 6, the representative point
図8には、上述の予め定められた距離として所定の基準値よりも大きな距離が設定されている場合における代表点群を取得する様子を示している。図9には、上述の予め定められた距離として所定の基準値よりも小さな距離が設定されている場合における代表点群を取得する様子を示している。図8に示すように、予め定められた距離が比較的大きい場合、代表点DPを順次結んで得られる輪郭線RL1がなめらかである。したがって、例えば、位置PS1およびPS2において逆凸形状ITsが検出されておらず、本来検出すべき逆凸形状ITsを検出できないという問題がある。これに対して、図9に示すように、予め定められた距離が比較的小さい場合には、代表点DPを順次結んで得られる輪郭線RL2が、却ってガタガタになる。このため、例えば、位置PS3およびPS4において逆凸形状ITsが誤って検出されてしまうという問題がある。そこで、本実施形態では、後述するように、輪郭点を1点ずつずらしながら代表点を抽出して、逆凸形状ITsを精度よく検出している。 8 shows how the representative point group is acquired when the predetermined distance is set to a distance greater than a predetermined reference value. FIG. 9 shows how the representative point group is acquired when the predetermined distance is set to a distance smaller than a predetermined reference value. As shown in FIG. 8, when the predetermined distance is relatively large, the contour line RL1 obtained by sequentially connecting the representative points DP is smooth. Therefore, for example, the inverse convex shape ITs is not detected at positions PS1 and PS2, and the inverse convex shape ITs that should be detected cannot be detected. On the other hand, as shown in FIG. 9, when the predetermined distance is relatively small, the contour line RL2 obtained by sequentially connecting the representative points DP becomes jagged. Therefore, for example, the inverse convex shape ITs is erroneously detected at positions PS3 and PS4. Therefore, in this embodiment, as described later, the representative points are extracted while shifting the contour points one by one, and the inverse convex shape ITs is detected with high accuracy.
図10に示すように、代表点群取得部24は、基準点を設定する(ステップS305)。具体的には、代表点群取得部24は、輪郭点群を構成する各輪郭点を予め定められた順番に1点ずつ基準点として設定する。例えば、代表点群取得部24は、輪郭点群において-Y方向の端点に相当する輪郭点RPから+Y方向に向かって順番に基準点を設定する。
As shown in FIG. 10, the representative point
代表点群取得部24は、基準点から予め定められた距離以上の輪郭点RPを代表点DPとして取得する(ステップS310)。具体的には、代表点群取得部24は、輪郭点群に含まれる全ての輪郭点RPに対して、基準点から予め定められた距離以上の点を順次代表点として特定し、複数の代表点の集合である代表点群を取得する。
The representative point
代表点群取得部24は、輪郭点群を構成する全ての輪郭点RPを基準点に設定したか否かを判定する(ステップS315)。全ての輪郭点RPを基準点に設定していないと判定された場合(ステップS315:NO)、代表点群取得部24は、上述のステップS305を実行して、現在基準点に設定されている輪郭点RPに隣接する輪郭点RPを基準点に設定する。上述のステップS315において全ての輪郭点RPを基準点に設定したと判定された場合(ステップS315:YES)、代表点群取得処理は終了する。
The representative point
図11には、代表点群を抽出する様子を示している。代表点群1は輪郭点rp1を基準点SPとした場合に取得される代表点群であり、代表点群2は輪郭点rp1に隣接する輪郭点rp2を基準点SPとした場合に取得される代表点群であり、代表点群3は輪郭点rp2に隣接する輪郭点rp3を基準点SPとした場合に取得される代表点群である。
Figure 11 shows how representative point groups are extracted.
代表点群1に示すように、ステップS310では、まず、代表点群取得部24は、基準点SPである輪郭点rp1から予め定められた距離 以上の輪郭点を代表点Dp11として抽出する。本実施形態において「予め定められた距離d1」は、例えば、2メートルである。なお、距離d1は、2メートルに代えて、0.5メートルから5メートルの範囲の任意の距離としてもよい。次に、代表点群取得部24は、直前に抽出された代表点Dp11から距離d1以上の輪郭点を代表点Dp12として抽出する。同様にして、代表点群取得部24は、直前に抽出された代表点から距離d1以上の輪郭点を順次代表点Dp13およびDp14として抽出する。
As shown in
代表点群2に示すように、上述のステップS305において輪郭点rp2が基準点SPに設定されて上述のステップS310が実行されると、代表点群取得部24は、基準点SPである輪郭点rp2から距離d1以上の輪郭点を代表点Dp21として抽出する。そして、直前に抽出された代表点Dp21から距離d1以上の輪郭点が順次代表点Dp22、Dp23およびDp24として抽出する。
As shown in representative point group 2, when contour point rp2 is set as the reference point SP in step S305 and step S310 is executed, the representative point
代表点群3においても同様に、基準点SPである輪郭点rp3から距離d1以上の輪郭点が代表点Dp31として抽出され、代表点Dp31から距離d1以上の輪郭点が順次代表点Dp31、Dp32およびDp33して抽出される。なお、代表点として抽出された輪郭点、例えば、代表点群1では、代表点Dp11が基準点SPに設定される場合、抽出され得る代表点の組み合わせは、過去に抽出された代表点群と同じになる。このため、代表点群取得部24は、図10に示す、ステップS305の実行後であってステップS310の実行前に、抽出され得る代表点の組み合わせが、前回までに抽出された代表点群と同じになるか否かを判定し、組み合わせが同じになると判定された場合には、ステップS310を省略してもよい。
Similarly, in representative point group 3, a contour point that is a distance d1 or more from contour point rp3, which is the reference point SP, is extracted as representative point Dp31, and contour points that are a distance d1 or more from representative point Dp31 are extracted successively as representative points Dp31, Dp32, and Dp33. Note that when the contour point extracted as the representative point, for example, representative point Dp11 in
図6に示すように、逆凸判定部25は、逆凸判定を行う(ステップS40)。
As shown in FIG. 6, the reverse
図12に示すように、逆凸判定部25は、代表点群の端点を始点に設定する(ステップS405)。逆凸判定部25は、代表点3点を選択する(ステップS410)。逆凸判定部25は、ベクトル間角度を算出する(ステップS415)。具体的には、図14に示すように、逆凸判定部25は、第1点P1と第2点P2とのベクトルである第1ベクトルV1と、第2点P2と第3点P3とのベクトルである第2ベクトルV2との間の角度(以下、「ベクトル間角度」と呼ぶ)θを、下記式(1)を用いて算出する。
As shown in FIG. 12, the reverse
図12に示すように、逆凸判定部25は、逆凸の向きであるか否かを判定する(ステップS420)。具体的には、逆凸判定部25は、算出されたベクトル間角度の符号を用いて、第1ベクトルV1および第2ベクトルV2が逆凸形状ITsを構成するか否かを判定する。より具体的には、まず、逆凸判定部25は、第1ベクトルV1と、第2点P2と物体認識装置10とのベクトルである第3ベクトルV3との間の角度(以下、「基準ベクトル間角度」と呼ぶ)θrefを、下記式(2)を用いて算出する。
12, the reverse
次に、逆凸判定部25は、ベクトル間角度θの符号と、基準ベクトル間角度θrefの符号とが同じであるか否かを判定する。両符号が同じである場合、逆凸判定部25は、逆凸の向きであると判定し(ステップS420:YES)、逆凸レベルをカウントアップする(ステップS425)。本実施形態において、「逆凸レベル」とは、代表点群が逆凸形状ITsを含んでいることの確からしさを示す度合いを意味する。逆凸判定部25は、上述のステップS410において選択された3点P1、P2およびP3を逆凸候補点としてメモリ30に記憶する(ステップS430)。逆凸判定部25は、ベクトル間角度θが確定閾値以上であるか否かを判定する(ステップS435)。本実施形態において、確定閾値は、例えば、60度である。ベクトル間角度θが確定閾値以上であると判定された場合(ステップS435:YES)、逆凸判定部25は、逆凸確定フラグをTRUEに設定する(ステップS440)。逆凸判定部25は、上述のステップS410において選択された3点P1、P2およびP3を逆凸点としてメモリ30に記憶する(ステップS445)。
Next, the reverse
逆凸判定部25は、代表点群において全ての代表点を始点に設定したか否かを判定する(ステップS450)。全ての代表点を始点に設定していないと判定された場合(ステップS450:NO)、逆凸判定部25は、位相をずらす(ステップS475)。具体的には、逆凸判定部25は、上述のステップS410において代表点3点を選択する際に始点となる第1点P1を、第1点P1に隣接する代表点に設定する。その後、上述のステップS410からステップS475が実行される。
The reverse
上述のステップS420においてベクトル間角度θの符号と基準ベクトル間角度θrefの符号とが同じでない場合、逆凸判定部25は、逆凸の向きではないと判定し(ステップS420:NO)、逆凸判定部25は、逆凸レベルをカウントダウンする(ステップS455)。逆凸判定部25は、逆凸レベルが逆凸レベル下限値より小さいか否かを判定する(ステップS460)。逆凸レベルが逆凸レベル下限値以上であると判定された場合(ステップS460:NO)、上述のステップS475が実行される。他方、逆凸レベルが逆凸レベル下限値より小さいと判定された場合(ステップS460:YES)、逆凸判定部25は、逆凸確定フラグをFALSEに設定する(ステップS465)。逆凸判定部25は、逆凸点をリセットする(ステップS470)。具体的には、逆凸判定部25は、上述のステップS445においてメモリ30に記憶された逆凸点を消去する。ステップS470の実行後、上述のステップS450が実行される。上述のステップS450において全ての代表点を始点に設定したと判定された場合(ステップS450:YES)、逆凸判定処理は終了する。
If the sign of the inter-vector angle θ and the sign of the reference inter-vector angle θref are not the same in step S420, the reverse
図13に示す位相1は、端点である代表点P1が始点に設定されて、代表点P1から所定距離d1以上の代表点P2が第2点に選択され、第2点P2から所定距離d1以上の代表点P3が第3点に選択されている。第1点P1と第2点P2とを結ぶ第1ベクトルV1と、第2点P2と第3点P3とを結ぶ第2ベクトルV2とのベクトル間角度として角度θが算出されている。位相2は、位相1の始点に隣接する代表点が始点に設定され、3点P1、P2およびP3が選択されている。位相2においては、位相1と比べて、逆凸の向きが反対方向となっている。このため、逆凸レベルがカウントダウンされる。位相3は、始点がさらに+Y方向に1つ移動し、3点P1、P2およびP3が選択されている。位相3では、逆凸の向きに変化したものの、ベクトル間角度θは、確定閾値よりも小さい。このため、位相3で選択された3点P1、P2およびP3は、逆凸候補点として記憶される。位相4では、ベクトル間角度θが逆凸方向により大きくなっている。このため、逆凸レベルがカウントアップされて、選択された3点P1、P2およびP3が逆凸候補点として記憶される。位相5では、位相4に比べて、ベクトル間角度θが逆凸方向により大きくなり、確定閾値以上となっている。このため、選択された3点P1、P2およびP3が逆凸点として記憶される。その後、始点の位置を1点ずつ移動されて、ベクトル間角度θの算出、逆凸の向きの判定およびベクトル間角度θの判定が実行される。
In
図6に示すように、逆凸判定部25は、逆凸形状ITsが検出されたか否かを判定する(ステップS50)。逆凸形状ITsが検出されたと判定された場合(ステップS50:YES)、分離直線決定部27は、分離直線を決定する(ステップS60)。具体的には、分離直線決定部27は、逆凸判定処理において位相をずらしていくことによって得られた逆凸点を用いて分離直線を決定する。より具体的には、分離直線決定部27は、逆凸点の中心点である第2点P2により構成される逆凸中心点群を用いて分離直線を決定する。
As shown in FIG. 6, the reverse
図15に示すように、分離直線決定部27は、逆凸中心点群から2点を選択する(ステップS605)。具体的には、分離直線決定部27は、逆凸中心点群を構成する各逆凸中心点を所定の順番に2点選択する。以降の説明では、ステップS605において選択された2点を「選択点」とも呼ぶ。
As shown in FIG. 15, the separation
図16には、分離直線決定処理が実行される様子を示している。図16では、説明の便宜上、逆凸中心点群は、点C1、C2、C3、C4、C5、C6、C7、C8、C9、C10、C11およびC12により構成されているとする。図16の左側は、点C1およびC2が選択点である場合を示し、図12の中央は、点C1およびC3が選択点である場合を示し、図12の右側は、点C1およびC4が選択点である場合を示している。 Figure 16 shows how the separation line determination process is executed. For ease of explanation, in Figure 16, it is assumed that the inverse convex center point group is composed of points C1, C2, C3, C4, C5, C6, C7, C8, C9, C10, C11, and C12. The left side of Figure 16 shows the case where points C1 and C2 are selected points, the center of Figure 12 shows the case where points C1 and C3 are selected points, and the right side of Figure 12 shows the case where points C1 and C4 are selected points.
図15に示すように、分離直線決定部27は、上述のステップS605において選択された2点を通る直線を算出する(ステップS610)。図16に示す例では、直線SL1、直線SL2および直線SL3が算出される。
As shown in FIG. 15, the separation
図15に示すように、分離直線決定部27は、各逆凸中心点の残差を算出する(ステップS615)。具体的には、分離直線決定部27は、ステップS610において算出された直線を示す回帰式と、各逆凸中心点C1、C2、C3、C4、C5、C6、C7、C8、C9、C10、C11およびC12との差を算出する。分離直線決定部27は、すべての残差が閾値以下であるか否かを判定する(ステップS620)。具体的には、分離直線決定部27は、各残差がいずれも閾値以下であるか否かを判定する。閾値は、例えば、1メートルである。
As shown in FIG. 15, the separation
すべての残差が閾値以下であると判定された場合(ステップS620:YES)、分離直線決定部27は、各残差の和と、残差の和を求めるのに用いた点数(残差和点数)を算出する(ステップS625)。上述のステップS620において少なくとも1つ以上の残差が閾値より大きいと判定された場合(ステップS620:NO)、分離直線決定部27は、残差が閾値以上となる残差を除いて各残差の和と、残差の和を求めるのに用いた点数(残差和点数)を算出する(ステップS630)。具体的には、分離直線決定部27は、各直線SL1、SL2およびSL3から大きく離れた逆凸中心点(以下、「外れ点」とも呼ぶ)を除いた上で、残りの逆凸中心点の残差の和と、残差和点数を算出する。
If it is determined that all residuals are equal to or smaller than the threshold (step S620: YES), the separation
図16に示すように、直線SL1では、点C11が外れ点に該当し、直線SL2では、点C9が外れ点に該当し、直線SL3では、点C9が外れ点に該当する。ステップS630では、これらの外れ点を除いた上で、各直線SL1、SL2およびSL3において残差の和が算出される。したがって、例えば、図16の左側に示す例では、点C1、C2、C3、C4、C5、C6、C7、C8、C9、C10およびC12の各残差の和が算出される。一般的な最小二乗法においては、外れ点の影響を受けて回帰直線が大きく変動することがあるため、外れ点を除外することにより、分離直線を精度よく決定することができる。 As shown in FIG. 16, in line SL1, point C11 corresponds to an outlier, in line SL2, point C9 corresponds to an outlier, and in line SL3, point C9 corresponds to an outlier. In step S630, these outliers are removed and the sum of the residuals is calculated for each line SL1, SL2, and SL3. Therefore, for example, in the example shown on the left side of FIG. 16, the sum of the residuals for each of points C1, C2, C3, C4, C5, C6, C7, C8, C9, C10, and C12 is calculated. In a general least squares method, the regression line may fluctuate significantly due to the influence of the outliers, so by removing the outliers, the separation line can be determined with high accuracy.
図15に示すように、ステップS625の実行後、または、ステップS630の実行後、分離直線決定部27は、逆凸中心点群における全ての点の組み合わせを選択点として選択したか否かを判定する(ステップS635)。全ての点の組み合わせを選択していないと判定された場合(ステップS635:NO)、上述のステップS605が実行される。他方、全ての点の組み合わせを選択したと判定された場合(ステップS635:YES)、分離直線決定部27は、残差の和を残差和点数で割ることにより求めた残差平均値が最も小さい直線を分離直線として決定する(ステップS640)。図16に示す例では、直線SL3における残差平均値は、直線SL1における残差平均値よりも小さく、また、直線SL2における残差平均値よりも小さいため、直線SL3が分離直線に決定される。ステップS640の実行後、分離直線決定処理は終了し、図6に示すステップS70が実行される。
As shown in FIG. 15, after execution of step S625 or after execution of step S630, the separation
図6に示すように、物体認識部26は、検出点群を分離する(ステップS70)。具体的には、物体認識部26は、分離直線SLから予め定められた距離以上離れた検出点群を別の物体として認識する。予め定められた距離は、例えば、0.3メートルである。ステップS70の実行後、または、上述のステップS50において逆凸形状ITsが検出されていないと判定された場合(ステップS50:NO)、物体認識処理は終了する。
As shown in FIG. 6, the
以上の構成を有する本実施形態の物体認識装置10によれば、代表点群から選択された3点を第1点P1、第2点P2および第3点P3とし、第1点P1と第2点P2とのベクトルである第1ベクトルV1と、第2点P2と第3点P3とのベクトルである第2ベクトルV2とのベクトル間角度θを用いて、輪郭点群に逆凸形状ITsが含まれるか否かを判定し、逆凸形状ITsが含まれると判定された場合に、直線状の物体Ob1と、直線状の物体とは異なる物体Ob3とが互いに近接して存在していると認識するので、互いに近接して存在する複数の物体を精度よく区分できる。
According to the
代表点群取得部24は、輪郭点群に含まれる複数の輪郭点RPを順次基準点SPに設定し、基準点SPから予め定められた距離d1以上の輪郭点を代表点として順次抽出して代表点群を取得するので、逆凸形状ITsの未検出および誤検出の発生を抑制できる。逆凸判定部25は、代表点群に含まれる複数の代表点を順次第1点P1に設定してベクトル間角度θを算出し、各ベクトル間角度θのうち、予め定められた角度以上であるベクトル間角度が検出された場合に、逆凸形状ITsが含まれると判定するので、逆凸形状ITsを容易に、かつ、精度よく検出できる。分離直線決定部27は、逆凸中心点群、すなわち、逆凸形状ITsにおける凸部を構成する点を用いて分離直線を決定するので、代表点群における全ての点を用いて分離直線を決定する構成に比べて、分離直線を精度よく決定できる。分離直線決定部27は、逆凸中心点群から順次2点を選択し、選択された2点を通る直線SL1、SL2およびSL3と、各逆凸中心点との残差の和を算出し、残差の和が最も小さな直線を分離直線として決定するので、一般的な最小二乗法を用いて分離直線を決定する構成に比べて、分離直線を精度よく決定できる。
The representative point
B.他の実施形態:
(1)上記実施形態において、代表点群取得部24は、基準点SPから距離d1以上の点が複数存在する場合に、ベクトル間角度θが最大となる点を代表点として抽出してもよい。
B. Other embodiments:
(1) In the above embodiment, when there are multiple points that are at a distance d1 or more from the reference point SP, the representative point
図17では、代表点Dp41およびDp42が抽出された後、次の代表点を探索する状況を示している。まず、代表点群取得部24は、ベクトル間角度θが最大となる点を探索する。具体的には、代表点Dp41と代表点Dp42とを結ぶベクトルV1と、代表点Dp42と代表点の候補点とを結ぶベクトルとの角度が凸方向に最大とる輪郭点を探索する。例えば、第1候補点K1の場合、ベクトルV1と、代表点Dp42と第1候補点K1とを結ぶベクトルV4との角度は逆凸方向に大きくない。これに対して、第2候補点K2の場合には、ベクトルV1と、代表点Dp42と第2候補点K2とを結ぶベクトルV5との角度は逆凸方向に大きい。このため、代表点群取得部24は、第2候補点K2を代表点として抽出する。なお、このとき、代表点Dp42により近い輪郭点を代表点とすると、逆凸判定の精度が低下するおそれがあるため、代表点Dp42と候補点K1およびK2との距離が所定距離d1以上である必要がある。このような構成によれば、代表点Dp42から予め定められた距離d1以上の点を代表点に抽出する構成に比べて、代表点を精度よく抽出できるとともに、逆凸判定の精度の低下を抑制できる。
In FIG. 17, the situation where the next representative point is searched for after the representative points Dp41 and Dp42 are extracted is shown. First, the representative point
(2)上記各実施形態において、逆凸中心点群のうち、残差が閾値より小さい逆凸中心点のみを用いて分離直線を決定していたが、逆凸中心点群の全ての逆凸中心点を用いて分離直線を決定してもよい。また、計算コストを低減するために最小二乗法を用いて分離直線が決定されても良い。 (2) In each of the above embodiments, the separation line is determined using only the inverse convex center points of the inverse convex center point group whose residual is smaller than a threshold value. However, the separation line may be determined using all the inverse convex center points of the inverse convex center point group. In addition, the separation line may be determined using the least squares method to reduce calculation costs.
(3)上記各実施形態において、物体認識装置10は、分離直線決定部27を省略してもよい。また、物体認識装置10は、入出力インターフェース11を介して発光制御部41および受光制御部51と接続されていた。すなわち、物体認識装置10と、照射光Lzの発光および受光とが別体として構成されていたが、物体認識装置10が、発光制御部41、受光制御部51,発光素子42、および受光素子52を備えていてもよい。
(3) In each of the above embodiments, the
本開示に記載の制御部等の各部及びその手法は、コンピュータプログラムにより具体化された一つ乃至は複数の機能を実行するようにプログラムされたプロセッサ及びメモリを構成することによって提供された専用コンピュータにより、実現されてもよい。あるいは、本開示に記載の制御部等の各部及びその手法は、一つ以上の専用ハードウエア論理回路によってプロセッサを構成することによって提供された専用コンピュータにより、実現されてもよい。もしくは、本開示に記載の制御部及びその手法は、一つ乃至は複数の機能を実行するようにプログラムされたプロセッサ及びメモリと一つ以上のハードウエア論理回路によって構成されたプロセッサとの組合せにより構成された一つ以上の専用コンピュータにより、実現されてもよい。また、コンピュータプログラムは、コンピュータにより実行されるインストラクションとして、コンピュータ読み取り可能な非遷移有形記録媒体に記憶されていてもよい。 Each unit of the control unit and the like described in the present disclosure and the method thereof may be realized by a dedicated computer provided by configuring a processor and memory programmed to execute one or more functions embodied in a computer program. Alternatively, each unit of the control unit and the like described in the present disclosure and the method thereof may be realized by a dedicated computer provided by configuring a processor with one or more dedicated hardware logic circuits. Alternatively, the control unit and the method thereof described in the present disclosure may be realized by one or more dedicated computers configured by a combination of a processor and memory programmed to execute one or more functions and a processor configured with one or more hardware logic circuits. In addition, the computer program may be stored in a computer-readable non-transient tangible recording medium as instructions executed by the computer.
本開示は、上述の実施形態に限られるものではなく、その趣旨を逸脱しない範囲において種々の構成で実現することができる。例えば、発明の概要の欄に記載した各形態中の技術的特徴に対応する実施形態中の技術的特徴は、上述の課題の一部又は全部を解決するために、あるいは、上述の効果の一部又は全部を達成するために、適宜、差し替えや、組み合わせを行うことが可能である。また、その技術的特徴が本明細書中に必須なものとして説明されていなければ、適宜、削除することが可能である。 The present disclosure is not limited to the above-described embodiments, and can be realized in various configurations without departing from the spirit of the present disclosure. For example, the technical features in the embodiments corresponding to the technical features in each form described in the Summary of the Invention column can be replaced or combined as appropriate to solve some or all of the above-described problems or to achieve some or all of the above-described effects. Furthermore, if a technical feature is not described as essential in this specification, it can be deleted as appropriate.
10…物体認識装置、22…検出点群取得部、23…輪郭点群取得部、24…代表点群取得部、25…逆凸判定部、26…物体認識部、DP…代表点、ITs…逆凸形状、KP…検出点、Ob1,Ob2,Ob3,Ob4…物体、P1…第1点、P2…第2点、P3…第3点、RP…輪郭点、V1…第1ベクトル、V2…第2ベクトル、θ…ベクトル間角度 10... object recognition device, 22... detection point cloud acquisition unit, 23... contour point cloud acquisition unit, 24... representative point cloud acquisition unit, 25... inverse convexity determination unit, 26... object recognition unit, DP... representative point, ITs... inverse convex shape, KP... detection point, Ob1, Ob2, Ob3, Ob4... object, P1... first point, P2... second point, P3... third point, RP... contour point, V1... first vector, V2... second vector, θ... angle between vectors
Claims (7)
前記物体認識装置の周囲に存在する物体(Ob1、Ob2、Ob3、Ob4)を表す複数の検出点(KP)により構成される検出点群を取得する検出点群取得部(22)と、
前記検出点群から前記物体の輪郭点(RP)を抽出して輪郭点群を取得する輪郭点群取得部(23)と、
前記輪郭点群から代表点(DP)を抽出することにより代表点群を取得する代表点群取得部(24)と、
前記代表点群から選択された3点を第1点(P1)、第2点(P2)および第3点(P3)とし、前記第1点と前記第2点とのベクトルである第1ベクトル(V1)と、前記第2点と前記第3点とのベクトルである第2ベクトル(V2)との間の角度であるベクトル間角度(θ)を用いて、前記輪郭点群に逆凸形状(ITs)が含まれるか否かを判定する逆凸判定部(25)と、
前記逆凸形状が含まれると判定された場合に、前記検出点群を前記物体認識装置の周囲に存在する前記物体のうちの直線状の物体である壁を表す第1検出点群(G1)と、前記壁とは異なる物体であって前記壁に近接して存在している異なる物体を表す第2検出点群(G2)と、に分離する物体認識部(26)と、
を備える、物体認識装置。 An object recognition device (10),
a detection point cloud acquisition unit (22) that acquires a detection point cloud composed of a plurality of detection points (KP) that represent objects (Ob1, Ob2, Ob3, Ob4) existing around the object recognition device;
a contour point group acquisition unit (23) for extracting contour points (RP) of the object from the detection point group to acquire a contour point group;
a representative point group acquisition unit (24) for acquiring a representative point group by extracting representative points (DP) from the contour point group;
an inverse convexity determination unit (25) that determines whether or not an inverse convex shape (ITs) is included in the contour point group by using three points selected from the representative point group as a first point (P1), a second point (P2), and a third point (P3), and a vector angle (θ) between a first vector (V1) that is a vector between the first point and the second point, and a second vector (V2) that is a vector between the second point and the third point;
an object recognition unit (26) that, when it is determined that the inverted convex shape is included, separates the detection point group into a first detection point group (G1) that represents a wall, which is a linear object among the objects present around the object recognition device, and a second detection point group (G2) that represents an object different from the wall and that exists in the vicinity of the wall;
An object recognition device comprising:
前記代表点群取得部は、
前記輪郭点群に含まれる複数の前記輪郭点を順次基準点(SP)に設定し、前記基準点から予め定められた距離(d1)以上の前記輪郭点を前記代表点として順次抽出して前記代表点群を取得する、
物体認識装置。 The object recognition device according to claim 1 ,
The representative point group acquisition unit
a plurality of the contour points included in the contour point group are sequentially set as reference points (SP), and the contour points that are a predetermined distance (d1) or more from the reference point are sequentially extracted as the representative points to obtain the representative point group;
Object recognition device.
前記代表点群取得部は、前記基準点から前記予め定められた距離以上の点であって、前記ベクトル間角度が最大となる点を前記代表点として抽出する、
物体認識装置。 The object recognition device according to claim 2,
the representative point group acquisition unit extracts, as the representative point, a point that is a distance from the reference point that is equal to or greater than the predetermined distance and at which the inter-vector angle is maximum.
Object recognition device.
前記逆凸判定部は、
前記代表点群に含まれる複数の前記代表点を順次前記第1点に設定して前記ベクトル間角度を算出し、
各前記ベクトル間角度のうち、予め定められた角度以上であるベクトル間角度が検出された場合に、前記逆凸形状が含まれると判定する、
物体認識装置。 The object recognition device according to any one of claims 2 to 3,
The reverse convexity determination unit
Sequentially setting a plurality of the representative points included in the representative point group to the first point, and calculating the angle between the vectors;
determining that the inverted convex shape is included when an angle between vectors that is equal to or greater than a predetermined angle is detected among the angles between vectors;
Object recognition device.
各前記第2点を逆凸中心点として複数の前記逆凸中心点により構成される逆凸中心点群を用いて、前記検出点群を前記第1検出点群(G1)と、前記第2検出点群(G2)とに分離するための分離直線を決定する分離直線決定部(27)を、さらに備える、
物体認識装置。 The object recognition device according to any one of claims 2 to 4,
a separation line determination unit (27) that determines a separation line for separating the detection point group into the first detection point group (G1) and the second detection point group (G2) using an inverse convex center point group constituted by a plurality of the inverse convex center points with each of the second points as an inverse convex center point,
Object recognition device.
前記分離直線決定部は、
前記逆凸中心点群から順次2点を選択し、
選択された前記2点を通る直線と、前記各逆凸中心点との残差の和を算出し、
前記残差の和を求めるために用いた点数で、前記残差の和を除した残差平均値が最も小さな前記直線を前記分離直線として決定する、
物体認識装置。 The object recognition device according to claim 5 ,
The separation line determination unit
Select two points from the group of inverse convex center points in sequence;
Calculating the sum of the residuals between a straight line passing through the two selected points and each of the inverse convex center points;
the straight line having the smallest average residual error obtained by dividing the sum of the residual errors by the number of points used to calculate the sum of the residual errors is determined as the separating straight line;
Object recognition device.
前記物体認識装置の周囲に存在する物体(Ob1、Ob2、Ob3、Ob4)を表す複数の検出点(KP)により構成される検出点群を取得する工程と、
前記検出点群から前記物体の輪郭点(RP)を抽出して輪郭点群を取得する工程と、
前記輪郭点群から代表点(DP)を抽出することにより代表点群を取得する工程と、
前記代表点群から選択された3点を第1点(P1)、第2点(P2)および第3点(P3)とし、前記第1点と前記第2点とのベクトルである第1ベクトル(V1)と、前記第2点と前記第3点とのベクトルである第2ベクトル(V2)との間の角度であるベクトル間角度(θ)を用いて、前記輪郭点群に逆凸形状(ITs)が含まれるか否かを判定する工程と、
前記逆凸形状が含まれると判定された場合に、前記検出点群を前記物体認識装置の周囲に存在する前記物体のうちの直線状の物体である壁を表す第1検出点群(G1)と、前記壁とは異なる物体であって前記壁に近接して存在している異なる物体を表す第2検出点群(G2)と、に分離する工程と、
を有する、物体認識方法。 An object recognition method executed by an object recognition device, comprising:
A step of acquiring a detection point group composed of a plurality of detection points (KP) representing objects (Ob1, Ob2, Ob3, Ob4) existing around the object recognition device;
extracting contour points (RP) of the object from the detection point cloud to obtain a contour point cloud;
A step of obtaining a representative point group by extracting a representative point (DP) from the contour point group;
a step of determining whether or not an inverted convex shape (ITs) is included in the contour point group by using an inter-vector angle (θ) between a first vector (V1) that is a vector between the first point and the second point, and a second vector (V2) that is a vector between the second point and the third point, and designating three points selected from the representative point group as a first point (P1), a second point (P2), and a third point (P3);
When it is determined that the inverted convex shape is included, separating the detection point group into a first detection point group (G1) representing a wall that is a linear object among the objects present around the object recognition device, and a second detection point group (G2) representing an object different from the wall and present in the vicinity of the wall;
The object recognition method includes:
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2021038982A JP7673437B2 (en) | 2021-03-11 | 2021-03-11 | OBJECT RECOGNITION DEVICE AND OBJECT RECOGNITION METHOD |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2021038982A JP7673437B2 (en) | 2021-03-11 | 2021-03-11 | OBJECT RECOGNITION DEVICE AND OBJECT RECOGNITION METHOD |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2022138868A JP2022138868A (en) | 2022-09-26 |
| JP7673437B2 true JP7673437B2 (en) | 2025-05-09 |
Family
ID=83398982
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2021038982A Active JP7673437B2 (en) | 2021-03-11 | 2021-03-11 | OBJECT RECOGNITION DEVICE AND OBJECT RECOGNITION METHOD |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP7673437B2 (en) |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2007114057A (en) | 2005-10-20 | 2007-05-10 | Aisin Seiki Co Ltd | Object recognition device |
| JP2010027016A (en) | 2008-07-18 | 2010-02-04 | Kazuo Aisaka | Method of detecting recessed point for segmenting binary image |
| JP2012173230A (en) | 2011-02-24 | 2012-09-10 | Daihatsu Motor Co Ltd | Body recognizing device |
| JP2016148880A (en) | 2015-02-10 | 2016-08-18 | 国立大学法人金沢大学 | Moving entity recognition method, moving entity recognition system, and entity recognition equipment |
| JP2018040642A (en) | 2016-09-06 | 2018-03-15 | 株式会社Ihi | Device and method for recognizing moving objects |
| JP7310658B2 (en) | 2020-03-06 | 2023-07-19 | 株式会社デンソー | Object recognition device |
-
2021
- 2021-03-11 JP JP2021038982A patent/JP7673437B2/en active Active
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2007114057A (en) | 2005-10-20 | 2007-05-10 | Aisin Seiki Co Ltd | Object recognition device |
| JP2010027016A (en) | 2008-07-18 | 2010-02-04 | Kazuo Aisaka | Method of detecting recessed point for segmenting binary image |
| JP2012173230A (en) | 2011-02-24 | 2012-09-10 | Daihatsu Motor Co Ltd | Body recognizing device |
| JP2016148880A (en) | 2015-02-10 | 2016-08-18 | 国立大学法人金沢大学 | Moving entity recognition method, moving entity recognition system, and entity recognition equipment |
| JP2018040642A (en) | 2016-09-06 | 2018-03-15 | 株式会社Ihi | Device and method for recognizing moving objects |
| JP7310658B2 (en) | 2020-03-06 | 2023-07-19 | 株式会社デンソー | Object recognition device |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2022138868A (en) | 2022-09-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP6747269B2 (en) | Object recognition device | |
| US9117115B2 (en) | Exterior environment recognition device and exterior environment recognition method | |
| RU2669652C1 (en) | Device for defining own position and method of defining own position | |
| US9734581B2 (en) | On-vehicle control device | |
| US9886773B2 (en) | Object detection apparatus and object detection method | |
| KR20180089506A (en) | Method and apparatus for parking assistance | |
| JP6230498B2 (en) | Object recognition device | |
| KR20180094055A (en) | Method and apparatus for parking assistance | |
| JP2011118890A (en) | Method and system for detecting whole lane boundary | |
| JP2000357233A (en) | Object recognition device | |
| JP5743020B2 (en) | Three-dimensional object detection device | |
| KR20140004413A (en) | Apparatus and method for assisting safe driving | |
| US11861914B2 (en) | Object recognition method and object recognition device | |
| JP6596889B2 (en) | Object detection device | |
| JP2002334330A (en) | Vehicle recognition device | |
| JP6483360B2 (en) | Object recognition device | |
| JP5055691B2 (en) | Front object detection apparatus and front object detection method | |
| JP7673437B2 (en) | OBJECT RECOGNITION DEVICE AND OBJECT RECOGNITION METHOD | |
| WO2017169704A1 (en) | Environment recognition device | |
| JP6996179B2 (en) | Object detection device and object detection method | |
| JP5658087B2 (en) | Object detection device | |
| JP5831362B2 (en) | Vehicle light source detection apparatus and vehicle light source detection program | |
| JP7365286B2 (en) | Road shape recognition device and road shape recognition method | |
| JP7251328B2 (en) | Object recognition device and object recognition method | |
| JP5821780B2 (en) | Vehicle light source detection apparatus and vehicle light source detection program |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20231211 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20240821 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20240910 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20241011 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20241203 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20250124 |
|
| 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: 20250325 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20250407 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 7673437 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |