JP7774458B2 - Road edge heightening device - Google Patents
Road edge heightening deviceInfo
- Publication number
- JP7774458B2 JP7774458B2 JP2022010793A JP2022010793A JP7774458B2 JP 7774458 B2 JP7774458 B2 JP 7774458B2 JP 2022010793 A JP2022010793 A JP 2022010793A JP 2022010793 A JP2022010793 A JP 2022010793A JP 7774458 B2 JP7774458 B2 JP 7774458B2
- Authority
- JP
- Japan
- Prior art keywords
- interest
- road edge
- region
- statistical value
- target
- 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
Landscapes
- Image Analysis (AREA)
- Instructional Devices (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Description
本願発明は、地物に対して標高などの高さ情報を付与する技術に関するものであり、より具体的には、道路縁の近傍にある高さ情報の統計処理を行うことで、その道路縁の高さ(以下、「道路縁高」という。)を決定する道路縁高付与装置に関するものである。 This invention relates to technology for assigning height information such as elevation to features, and more specifically to a road edge height assignment device that determines the height of a road edge (hereinafter referred to as "road edge height") by performing statistical processing of height information near the road edge.
近時、地形情報(空間情報)の需要が高まっており、例えば、道路上や沿道に設置された施設をより高度に管理することを目的にその形状や設置位置といった施設の空間情報を要望する管理者などが増加している。同時に、現在官民一体となって推進しているSociety5.0の実現にとっても、社会インフラストラクチャー(以下、単に「社会インフラ」という。)の高度な維持管理は重要な課題と位置付けられている。さらに、自動運転技術の実用化が進むなか、道路縁(道路境界線)をはじめとする道路に関する種々の空間情報が多方面から切望されているところである。 Recently, there has been a growing demand for topographical information (spatial information). For example, an increasing number of managers are requesting spatial information about facilities, such as their shape and location, in order to more effectively manage facilities installed on or along roads. At the same time, advanced maintenance and management of social infrastructure (hereinafter simply referred to as "social infrastructure") is considered an important issue in realizing Society 5.0, which is currently being promoted jointly by the public and private sectors. Furthermore, as autonomous driving technology becomes more widely used, there is a strong demand from many quarters for various spatial information about roads, including road edges (road boundary lines).
従来、空間情報を示すものとしては、地形図など2次元(2D)の平面的な図面(平面図)が主流であった。平面図は、等高線や端点標高など「高さ情報」を示すことはあるものの、専ら平面位置を示すことに主眼が置かれており、3次元(3D)の空間として対象範囲を把握することは難しかった。一方、近年では計測技術の進歩に伴い大量の3次元計測点(以下、「3次元点群」という。)を容易に取得することができるようになり、しかも情報技術の進歩に伴いこの3次元点群を容易にハンドリングできるようになってきた。 Traditionally, two-dimensional (2D) planar drawings (floor plans), such as topographical maps, have been the norm for showing spatial information. Although plan views sometimes show "height information" such as contour lines and endpoint elevations, their primary focus is on showing planar positions, making it difficult to grasp the target area as a three-dimensional (3D) space. However, in recent years, advances in measurement technology have made it easy to acquire large amounts of three-dimensional measurement points (hereafter referred to as "3D point clouds"), and advances in information technology have also made it easier to handle these three-dimensional point clouds.
例えば道路を含む地形の3次元点群を取得するには、空中写真測量や航空レーザー計測、地上型レーザー計測、MMS(Mobile Mapping System)といった計測手法が採用されている。このうちMMSは、レーザースキャナやカメラ、自己位置を取得するための衛星測位システム(GNSS:Global Navigation Satellite System)、IMU(Inertial Measurement Unit)、オドメトリなどのセンサを移動車両に搭載したものであり、これにより車道上を移動しながらレーザースキャナによって3次元点群を取得することができる。 For example, to obtain a 3D point cloud of terrain including roads, measurement methods such as aerial photogrammetry, airborne laser measurement, terrestrial laser measurement, and MMS (Mobile Mapping System) are used. Among these, MMS is a mobile vehicle equipped with sensors such as a laser scanner, a camera, a satellite positioning system (GNSS: Global Navigation Satellite System) for acquiring its own position, an IMU (Inertial Measurement Unit), and odometry, allowing the laser scanner to obtain a 3D point cloud while moving along the roadway.
MMSなどによって得られた3次元点群は、計測対象の地形の3次元モデル(以下、「3D地形モデル」という。)として利用するのが一般的である。この3D地形モデルは、対象地形を3次元座標で表したものであって、DSM(Digital Surface Model)やDEM(Digital Elevation Model)に代表される地形モデルである。 The 3D point cloud obtained by MMS or similar is typically used as a 3D model of the terrain being measured (hereafter referred to as a "3D terrain model"). This 3D terrain model represents the target terrain using 3D coordinates, and is a terrain model typified by DSM (Digital Surface Model) and DEM (Digital Elevation Model).
通常、3D地形モデルは、対象とする平面範囲を複数分割した小領域によって構成される。この小領域は、メッシュとも呼ばれ、例えば直交するグリッドに区切られて形成されるもので、それぞれの小領域は代表点を備えている。計測によって得られる3次元点群はランダムデータ(平面的に不規則な配置のデータ)であることが多いため、小領域の代表点に高さを与えるには幾何計算されることが多い。この計算方法としては、ランダムデータから形成される不整三角網によって高さを求めるTIN(Triangulated Irregular Network)による手法、最も近いレーザー計測点を採用する最近傍法(Nearest Neighbor)による手法のほか、逆距離加重法(IDW:Inverse Distance Weighting)、Kriging法、平均法などを挙げることができる。 Typically, a 3D terrain model is composed of multiple small regions obtained by dividing the target planar area. These small regions, also known as meshes, are formed by dividing the area into, for example, orthogonal grids, and each small region has a representative point. Because the 3D point clouds obtained by measurement are often random data (data with an irregular arrangement on a plane), geometric calculations are often used to assign heights to the representative points of the small regions. This calculation method includes the TIN (Triangulated Irregular Network) method, which calculates height using an irregular triangulation network formed from random data, the nearest neighbor method, which uses the nearest laser measurement point, as well as inverse distance weighting (IDW), the Kriging method, and the averaging method.
3D地形モデルは、対象地形を平面的かつ立体的に把握することができることから、平面図に比べると種々の用途に利用することができる。しかしながら、計測結果に基づく3D地形モデルはあくまで3次元座標を基本とする空間情報を提示するにとどまり、地物の属性までは示すことができない。すなわち3D地形モデルを目視しただけでは、道路縁がどこなのか、オフィスビルの外縁(いわゆるエッジ)がどこなのか、理解することができないわけである。 3D terrain models allow users to grasp the target terrain in both two and three dimensions, making them more versatile than flat maps. However, 3D terrain models based on measurement results only present spatial information based on three-dimensional coordinates, and are unable to show the attributes of features. In other words, simply by looking at a 3D terrain model, it is not possible to understand where the edges of roads are or where the outer edges (so-called edges) of office buildings are.
3D地形モデルに対して地物の属性情報を付与するとなると、地物の調査が必要となる。つまり、空中写真を目視しながら地物の属性を抽出したり、あるいは作業者が直接現地に赴いて目視した情報を図面に記録したりするなど、いずれにしろ人による判断が必要になるわけである。しかしながら、例えば道路の延長は一般に相当の延長を有していることから、調査にかかる作業量は膨大であり、その労力や作業時間を考えると多大なコストを要することとなる。 Adding feature attribute information to a 3D terrain model requires a survey of the features. This means extracting feature attributes by visually examining aerial photographs, or having workers personally visit the site and record the visual information on a map; in either case, human judgment is required. However, since roads, for example, generally have a considerable length, the amount of work required for the survey is enormous, and considering the effort and time involved, it requires significant costs.
ところで、上記したように従来は主に平面図を利用していた。そして、この平面図をラスターデータやベクターデータとして(つまりデジタル化して)利用するケースもあり、さらに地物を図形(ポリラインやポリゴン)化したうえで属性情報を付与したものを利用するケースもあった。あるいは、近年の機械学習技術の進歩によって、空中写真や平面図から機械的(自動的)に地物を抽出し、その図形と属性情報を抽出することも可能になってきた。このように、標高などの高さ情報は備えていないものの地物の属性情報を有する「2次元の地形モデル」が別に用意されているケースは考えられる。そして、このような2次元の地形モデルを利用すれば、3D地形モデルに地物の属性情報を付与するにあたって、人による地物の調査を省略(あるいは大幅に削減)することができることとなる。 As mentioned above, traditionally, plan views have been the primary method of data analysis. In some cases, these plan views are used as raster or vector data (i.e., digitized), and in other cases, features are converted into shapes (polylines or polygons) and then given attribute information. Furthermore, recent advances in machine learning technology have made it possible to mechanically (automatically) extract features from aerial photographs and plan views, and then extract their shapes and attribute information. In this way, it is conceivable that a separate "2D terrain model" is available that does not contain elevation or other height information, but does contain feature attribute information. Using such a 2D terrain model can eliminate (or significantly reduce) the need for manual surveying of features when adding feature attribute information to a 3D terrain model.
そこで特許文献1では、2次元地図データに表される地物の形状線に、計測による点群を用いて標高を付与することで3次元の地物形状線を生成する技術について提案している。 Patent Document 1 therefore proposes a technology for generating three-dimensional feature shape lines by assigning elevations to feature shape lines represented in two-dimensional map data using point clouds obtained by measurement.
既述したとおり、3D地形モデルはあくまで3次元座標を基本とする空間情報を提示するにとどまり、3D地形モデルを目視しただけでは道路縁がどこなのか理解することができない。そのため道路縁高を付与するためには、空中写真を目視しながら処理していくなど人による作業が避けられず、多大なコストを要する結果となる。そこで、ラスターデータやベクターデータなど平面図をデジタル化した「2次元の地形モデル」を利用することによって、人による作業を低減することができる可能性について示唆した。 As mentioned above, 3D terrain models merely present spatial information based on three-dimensional coordinates, and it is not possible to determine where the road edge is simply by looking at the 3D terrain model. As a result, assigning road edge heights requires manual work, such as visually processing aerial photographs, which results in significant costs. Therefore, we suggest the possibility of reducing manual work by using "2D terrain models" that digitize plan views such as raster data and vector data.
例えば、「道路縁」という属性情報と、その平面位置(座標情報)とを具備する2次元の地形モデル(以下、特に「道路縁モデル」という。)を3D地形モデルに配置したうえで、3D地形モデルを構成する3次元点(以下、「構成点」という。)の中から道路縁モデルの周辺にある構成点を抽出し、これを道路縁高とすることが考えられる。ところが、道路縁の周辺には、家屋やオフィスビルなど道路以外の建物が位置することも多く、単に道路縁モデルの周辺にあるからといってその構成点を直ちに道路縁高とすることができないケースもある。 For example, a two-dimensional terrain model (hereinafter referred to as a "road edge model") having attribute information for "road edge" and its planar position (coordinate information) could be placed on a 3D terrain model, and then component points located around the road edge model could be extracted from the three-dimensional points (hereinafter referred to as "component points") that make up the 3D terrain model and used as the road edge height. However, there are often buildings other than roads, such as houses and office buildings, located around road edges, and there are cases where a component point cannot immediately be used as the road edge height simply because it is located around the road edge model.
本願発明の課題は、従来技術が抱える問題を解決することであり、すなわち、道路面の高さ情報を抽出したうえで道路縁高を付与することができる道路縁高付与装置を提供することにある。 The objective of the present invention is to solve the problems inherent in conventional technology, namely, to provide a road edge height assigning device that can assign road edge heights after extracting road surface height information.
本願発明は、道路縁モデルを基準とする着目領域を設定すると、その着目領域ごとに複数の構成点の高さ情報のパターンが異なるということに着目し、着目領域ごとに設定される目標統計値に相当する高さ情報を道路縁高として付与する、という従来にはなかった発想に基づいてなされた発明である。 This invention is based on the unprecedented idea that, when a region of interest is set based on a road edge model, the pattern of height information for multiple component points differs for each region of interest, and height information equivalent to the target statistical value set for each region of interest is assigned as the road edge height.
本願発明の道路縁高付与装置は、3次元地形モデル記憶手段と道路縁モデル記憶手段、着目領域設定手段、目標統計値設定手段、道路縁高算出手段を備えたものである。このうち3次元地形モデル記憶手段は、3次元座標を具備する複数の構成点に基づく3次元地形モデルを記憶する手段であり、道路縁モデル記憶手段は、道路縁を表した2次元の道路縁モデルを記憶する手段である。また着目領域設定手段は、道路縁モデル上に複数の着目基準点を生成するとともに着目基準点を基準としてあらかじめ定められた大きさと形状を有する2次元の着目領域を設定する手段であり、目標統計値設定手段は、目標統計値を設定する手段である。さらに道路縁高算出手段は、着目領域を3次元地形モデルに配置したときに着目領域に属する複数の構成点を着目構成点として抽出するとともに、着目構成点のうち目標統計値に相当する着目構成点に係る高さ情報を道路縁高として算出する手段である。そして、着目領域に対応する着目基準点に、道路縁高を付与する。 The road edge height assignment device of the present invention comprises a three-dimensional terrain model storage means, a road edge model storage means, a region of interest setting means, a target statistical value setting means, and a road edge height calculation means. The three-dimensional terrain model storage means stores a three-dimensional terrain model based on multiple component points having three-dimensional coordinates, and the road edge model storage means stores a two-dimensional road edge model representing the road edge. The region of interest setting means generates multiple reference points of interest on the road edge model and sets a two-dimensional region of interest having a predetermined size and shape based on the reference points of interest. The target statistical value setting means sets a target statistical value. The road edge height calculation means extracts multiple component points belonging to the region of interest when the region of interest is placed on the three-dimensional terrain model as reference points of interest and calculates, as the road edge height, height information for the reference points of interest that correspond to the target statistical value. The road edge height is then assigned to the reference points of interest corresponding to the region of interest.
本願発明の道路縁高付与装置は、目標統計値設定手段が学習手段と目標統計値出力手段を有するものとすることもできる。この学習手段は、複数種類の学習用データセットを機械学習することによって目標統計値を出力するための目標統計値設定モデルを生成する手段であり、目標統計値出力手段は、入力された入力用データセットと目標統計値設定モデルに基づいて入力用データセットに係る目標統計値を出力する手段である。なお学習用データセットは、学習用着目領域に対して設定された適正統計値、及び学習用着目領域に含まれる複数の構成点の高さ情報を含み、入力用データセットは、入力用着目領域に含まれる複数の構成点の高さ情報を含む。また学習用着目領域は、着目領域と同一の大きさと形状を有する2次元の領域であり、入力用着目領域は、着目基準点を基準とし、着目領域と同一の大きさと形状を有する2次元の領域である。そして、学習手段が、学習用データセットに含まれる適正統計値、及び複数の構成点の高さ情報を機械学習することによって目標統計値設定モデルを生成し、目標統計値出力手段が、入力用データセットに含まれる複数の構成点の高さ情報を入力値として目標統計値を出力する。 In the road edge height estimation device of the present invention, the target statistical value setting means may include a learning means and a target statistical value output means. The learning means generates a target statistical value setting model for outputting target statistical values by machine learning multiple types of learning datasets, and the target statistical value output means outputs target statistical values for the input dataset based on the input input dataset and the target statistical value setting model. The learning dataset includes appropriate statistical values set for the learning region of interest and elevation information for multiple constituent points included in the learning region of interest, and the input dataset includes elevation information for multiple constituent points included in the input region of interest. The learning region of interest is a two-dimensional region having the same size and shape as the region of interest, and the input region of interest is a two-dimensional region based on a target reference point and having the same size and shape as the region of interest. The learning means generates a target statistical value setting model by machine learning the appropriate statistical values included in the learning dataset and the elevation information for the multiple constituent points, and the target statistical value output means outputs target statistical values using the elevation information for the multiple constituent points included in the input dataset as input values.
本願発明の道路縁高付与装置は、学習用データセットが複数の構成点のうちあらかじめ定められた複数の選出用統計値に相当する構成点の高さ情報を含み、入力用データセットが複数の構成点のうち選出用統計値に相当する構成点の高さ情報を含むものとすることもできる。なお選出用統計値は、複数の構成点の高さ情報に基づいて求められるパーセンタイル値とすることができる。 The road edge height assignment device of the present invention can also be configured such that the training dataset includes elevation information for component points corresponding to a plurality of predetermined selection statistical values among the plurality of component points, and the input dataset includes elevation information for component points corresponding to the selection statistical values among the plurality of component points. The selection statistical values can be percentile values calculated based on the elevation information for the plurality of component points.
本願発明の道路縁高付与装置は、着目領域分割手段と道路側領域設定手段をさらに備えたものとすることもできる。この着目領域分割手段は、道路縁モデルを境界として着目領域を複数の分割領域に分割する手段であり、道路側領域設定手段は、分割領域に属する複数の構成点に係る高さ情報の統計値をそれぞれ分割領域代表高として算出するとともに最も低い分割領域代表高に係る分割領域を道路側領域として設定する手段である。この場合の道路縁高算出手段は、道路側領域に属する複数の構成点を着目構成点として抽出したうえで道路縁高を算出する。 The road edge height assignment device of the present invention may further include a region of interest division means and a road side region setting means. The region of interest division means divides the region of interest into a plurality of divided regions using the road edge model as a boundary, and the road side region setting means calculates statistical values of height information for a plurality of component points belonging to each divided region as a divided region representative height, and sets the divided region with the lowest divided region representative height as the road side region. In this case, the road edge height calculation means extracts a plurality of component points belonging to the road side region as target component points and then calculates the road edge height.
本願発明の道路縁高付与装置には、次のような効果がある。
(1)道路縁モデルを利用するため、自動的に道路縁高を付与することができる。その結果、オペレータ(作業者)の負担を軽減することができ、さらにデータ化作業にかかるコストを抑えることができるとともに、いわゆるヒューマンエラーの低減に貢献することができる。
(2)道路縁周辺にある屋根等の高さを誤って抽出することが回避されるため、現状に即した道路縁高を付与することができる。
(3)目標統計値設定モデルによって、その着目領域にとって最適な目標統計値を選出することができ、すなわちその着目領域にとってより適切な道路縁高を付与することができる。
(4)現状に即した道路縁が付与され、すなわち現状に即した3D地形モデルが得られることから、道路施設等をより高度に管理することができ、また自動運転にとってより有益な地図情報を提供することができる。
The road edge height providing device of the present invention has the following effects.
(1) Because the road edge model is used, road edge height can be automatically assigned, which reduces the burden on the operator (worker), reduces the cost of data creation work, and contributes to reducing so-called human error.
(2) Since it is possible to avoid erroneously extracting the height of roofs and the like around the road edge, it is possible to assign a road edge height that is appropriate to the current situation.
(3) The target statistical value setting model can select the optimum target statistical value for the target area, that is, can assign a road edge height that is more appropriate for the target area.
(4) Road edges that are appropriate to the current situation are assigned, meaning that a 3D terrain model that is appropriate to the current situation is obtained, which allows for more advanced management of road facilities, etc. and provides map information that is more useful for automated driving.
本願発明の道路縁高付与装置の一例を、図に基づいて説明する。 An example of the road edge height adjustment device of the present invention is explained below with reference to the drawings.
本願発明の道路縁高付与装置は、道路縁の上に複数の基準点(以下、「着目基準点」という。)を適当な間隔で設定するとともに、その着目基準点に基づいて所定の領域(以下、「着目領域」という。)を設定し、さらにこの着目領域に含まれる構成点(以下、特に「着目構成点」という。)のなかから特定の条件に相当する着目構成点(以下、特に「特定着目構成点」という。)に係る高さ情報を道路縁高とすることを技術的特徴のひとつとしている。そして本願発明では、複数の着目構成点のなかから特定着目構成点を選出するための条件として、特定の統計値(以下、「目標統計値」という。)を採用することとし、しかもこの目標統計値をそれぞれ着目領域ごとに固有に設定することとした。なお、高さ情報とはある基準高からの比高差を表す種々の概念であるが、便宜上ここでは高さ情報を「標高」とした例で説明する。 One of the technical features of the road edge height assignment device of the present invention is that it sets multiple reference points (hereinafter referred to as "target reference points") at appropriate intervals on the road edge, sets a predetermined area (hereinafter referred to as "target area") based on the target reference points, and then selects, from among the points (hereinafter referred to as "target points") included in this target area, height information relating to a target point (hereinafter referred to as "specific target point") that satisfies specific conditions as the road edge height. The present invention employs a specific statistical value (hereinafter referred to as "target statistical value") as a condition for selecting a specific target point from among multiple target points, and furthermore, sets this target statistical value uniquely for each target area. Note that height information can refer to various concepts that represent relative height differences from a certain reference height, but for convenience, the height information will be described here as "elevation."
図1は、本願発明の道路縁高付与装置100の主な構成を示すブロック図である。この図に示すように道路縁高付与装置100は、着目領域設定手段101と目標統計値設定手段102、道路縁高算出手段103、3次元地形モデル記憶手段108、道路縁モデル記憶手段109を含んで構成され、さらに学習手段104や、目標統計値出力手段105、着目領域分割手段106、道路側領域設定手段107、学習用データセット記憶手段110、目標統計値設定モデル記憶手段111を含んで構成することもできる。 Figure 1 is a block diagram showing the main components of the road edge height assignment device 100 of the present invention. As shown in this figure, the road edge height assignment device 100 is configured to include a region of interest setting means 101, a target statistical value setting means 102, a road edge height calculation means 103, a 3D terrain model storage means 108, and a road edge model storage means 109, and can also be configured to include a learning means 104, a target statistical value output means 105, a region of interest division means 106, a road side region setting means 107, a learning dataset storage means 110, and a target statistical value setting model storage means 111.
道路縁高付与装置100を構成する着目領域設定手段101と目標統計値設定手段102、道路縁高算出手段103、学習手段104、目標統計値出力手段105、着目領域分割手段106、道路側領域設定手段107は、専用のものとして製造することもできるし、汎用的なコンピュータ装置を利用することもできる。このコンピュータ装置は、CPU等のプロセッサ、ROMやRAMといったメモリを具備しており、さらにマウスやキーボード等の入力手段やディスプレイ等の表示手段を含むものもあり、例えばパーソナルコンピュータ(PC)やサーバなどによって構成することができる。 The road edge height estimation device 100 comprises the focus area setting means 101, target statistical value setting means 102, road edge height calculation means 103, learning means 104, target statistical value output means 105, focus area division means 106, and road side area setting means 107. These can be manufactured as dedicated components, or general-purpose computers can be used. These computers include a processor such as a CPU, memory such as ROM and RAM, and may also include input means such as a mouse and keyboard, and display means such as a display. They can be configured, for example, as a personal computer (PC) or server.
また、3次元地形モデル記憶手段108と道路縁モデル記憶手段109、学習用データセット記憶手段110、目標統計値設定モデル記憶手段111は、汎用的コンピュータ(例えば、パーソナルコンピュータ)の記憶装置を利用することもできるし、データベースサーバに構築することもできる。データベースサーバに構築する場合、ローカルなネットワーク(LAN:Local Area Network)に置くこともできるし、インターネット経由で保存するクラウドサーバとすることもできる。 The 3D terrain model storage means 108, road edge model storage means 109, learning dataset storage means 110, and target statistical value setting model storage means 111 can use the storage device of a general-purpose computer (e.g., a personal computer), or can be built on a database server. If built on a database server, it can be placed on a local network (LAN: Local Area Network), or it can be a cloud server that stores data via the Internet.
以下、本願発明の道路縁高付与装置100を構成する主な要素ごとに詳しく説明する。 The following provides a detailed explanation of each of the main elements that make up the road edge height adjustment device 100 of the present invention.
1.3次元地形モデル記憶手段と道路縁モデル記憶手段
3次元地形モデル記憶手段108は、3D地形モデルを記憶する手段であり、道路縁モデル記憶手段109は、「道路縁モデル」を記憶する手段である。ここで「道路縁モデル」とは、既述したとおり「道路縁」という属性情報と、その平面位置(座標情報)とを具備する2次元のデータであり、ポリラインなどデジタル化された道路縁のデータである。
1. 3D terrain model storage means and road edge model storage means The 3D terrain model storage means 108 is a means for storing 3D terrain models, and the road edge model storage means 109 is a means for storing "road edge models." Here, the "road edge model" is, as described above, two-dimensional data that includes attribute information of "road edges" and their planar positions (coordinate information), and is digitized road edge data such as polylines.
2.着目領域設定手段
着目領域設定手段101は、道路縁モデルの上に複数の着目基準点を生成する手段である。なお着目領域設定手段101は、図2(a)に示すように道路縁モデルELの上に一定の間隔(あるいは、不定の間隔)で着目基準点SPを自動生成することもできるし、オペレータの操作で任意の位置に着目基準点SPを設定することもできる。さらに、一旦生成された着目基準点SPの位置を、オペレータの操作によって変更することもできる。
2. Area of Interest Setting Means The area of interest setting means 101 is a means for generating a plurality of reference points of interest on a road edge model. The area of interest setting means 101 can automatically generate reference points of interest SP at regular intervals (or irregular intervals) on the road edge model EL as shown in Figure 2(a), or can set reference points of interest SP at arbitrary positions by an operator's operation. Furthermore, the positions of reference points of interest SP that have been generated can also be changed by an operator's operation.
また着目領域設定手段101は、「着目領域RG」を設定する手段でもある。この着目領域RGは、着目基準点SPを基準とする領域であって、あらかじめ定められた大きさ(寸法)と形状を有する2次元の領域(平面領域)のことである。例えば、図2(b)に示すように着目基準点SPを中心とする所定半径(あらかじめ定めた半径)の円を着目領域RGとすることもできるし、そのほか着目基準点SPを中心とする所定寸法の楕円や多角形、などを着目領域RGとすることもできる。 The region of interest setting means 101 also serves to set a "region of interest RG." This region of interest RG is a region based on the reference point of interest SP, and is a two-dimensional region (planar region) with a predetermined size (dimensions) and shape. For example, as shown in Figure 2(b), the region of interest RG can be a circle with a predetermined radius (predetermined radius) centered on the reference point of interest SP, or it can be an ellipse or polygon with predetermined dimensions centered on the reference point of interest SP.
3.目標統計値設定手段
既述したように本願発明の道路縁高付与装置100は、着目領域RGに含まれる構成点(つまり、着目構成点SP)のなかから目標統計値に相当する着目構成点SPを特定着目構成点として選出し、この特定着目構成点が具備する高さ情報(ここでは、標高)を道路縁高とする。そして目標統計値設定手段102は、特定着目構成点を選出するための目標統計値を設定する手段である。ここで目標統計値としては、例えば、標高を小さい(低い)方から並べたときのパーセンタイル値(以下、「低標高順パーセンタイル値」という。)を用いることができる。すなわち、5パーセンタイルを目標統計値としたり、10パーセンタイルを目標統計値としたりするなど、N(整数に限らない正の実数)パーセンタイルを目標統計値とするわけである。もちろんパーセンタイル値に限らず、単純に低い方からM(自然数)番目となる標高を目標統計値としたり、標高の平均値から一定の高さを差し引いた標高に最も近いものを目標統計値としたりするなど、種々の統計値を目標統計値とすることもできる。
3. Target Statistical Value Setting Means As described above, the road edge height estimation device 100 of the present invention selects a target component point SP corresponding to a target statistical value from among the component points included in the target region RG (i.e., the target component points SP) as a specific target component point, and sets the height information (here, altitude) possessed by this specific target component point as the road edge height. The target statistical value setting means 102 is a means for setting a target statistical value for selecting the specific target component point. Here, for example, a percentile value when the altitudes are sorted from smallest (lowest) (hereinafter referred to as a "lowest altitude percentile value") can be used as the target statistical value. That is, the target statistical value is set to N (a positive real number, not limited to an integer), such as the 5th percentile or the 10th percentile. Of course, the target statistical value is not limited to percentile values, and various statistical values can be used, such as simply setting the Mth (natural number) lowest elevation as the target statistical value, or setting the elevation closest to the average elevation minus a certain height as the target statistical value.
発明者は、道路縁上のある地点(例えば、着目基準点SP)の周辺に配置された複数の構成点からなる標高の組み合わせ(パターン)が、その着目基準点SPの周辺環境によって傾向が異なることを見出した。例えば、平坦な道路縁と、高架橋上の道路縁、付近に街路樹がある道路縁では、それぞれ周辺の構成点からなる標高パターンが異なる一方で、同じ平坦な道路縁であればその標高パターンには一定の傾向がみられるわけである。図3は、道路縁上の地点周辺に配置された構成点の標高の分布を示すグラフ図であり、横軸を低標高順パーセンタイル値、縦軸を標高で表している。この図から分かるよう、周辺に街路樹やビルがない平坦な道路縁であれば比較的大きなパーセンタイル値(例えば、5~10パーセンタイル)を目標統計値とすることができ、他方、周辺に街路樹やビルがある道路縁であれば比較的小さなパーセンタイル値(例えば、2~3パーセンタイル)を目標統計値とする必要があることが理解できる。そこで本願発明では、それぞれ着目領域ごとに目標統計値を固有に設定することとした。 The inventors discovered that the elevation combination (pattern) of multiple constituent points located around a certain point on a road edge (e.g., a target reference point SP) tends to vary depending on the surrounding environment of the target reference point SP. For example, flat road edges, road edges on viaducts, and road edges with nearby street trees each produce different elevation patterns of the surrounding constituent points, while the elevation patterns of flat road edges show a consistent trend. Figure 3 is a graph showing the distribution of elevations of constituent points located around points on a road edge, with the horizontal axis representing the lowest elevation percentile and the vertical axis representing the elevation. As can be seen from this graph, for flat road edges without surrounding street trees or buildings, a relatively large percentile value (e.g., 5th to 10th percentile) can be used as the target statistical value. Conversely, for road edges with surrounding street trees or buildings, a relatively small percentile value (e.g., 2nd to 3rd percentile) is required. Therefore, in the present invention, a unique target statistical value is set for each region of interest.
目標統計値は、オペレータが目標統計値設定手段102を操作することによって、着目領域ごとに入力する仕様とすることができる。あるいは、目標統計値設定手段102が着目領域に応じて自動的(機械的)に目標統計値を設定する仕様とすることもできる。この場合、本願発明の道路縁高付与装置100は、学習手段104と、目標統計値出力手段105、学習用データセット記憶手段110、目標統計値設定モデル記憶手段111を備えたものとして構成するとよい。以下、目標統計値設定手段102が自動的(機械的)に目標統計値を設定する仕様について詳しく説明する。 The target statistical value can be input for each area of interest by the operator operating the target statistical value setting means 102. Alternatively, the target statistical value setting means 102 can automatically (mechanically) set the target statistical value according to the area of interest. In this case, the road curb height estimation device 100 of the present invention can be configured to include a learning means 104, a target statistical value output means 105, a learning dataset storage means 110, and a target statistical value setting model storage means 111. Below, the specification for the target statistical value setting means 102 automatically (mechanically) setting the target statistical value is described in detail.
(学習用データセット記憶手段と目標統計値設定モデル記憶手段)
学習用データセット記憶手段110は、「学習用データセット」を記憶する手段であり、目標統計値設定モデル記憶手段111は、「目標統計値設定モデル」を記憶する手段である。この学習用データセットは、後述するように学習手段104が機械学習を行うためのいわゆる教師データであり、当然ながら数多くの学習用データセットが用意される。一方、目標統計値設定モデルは、同じく後述するように学習手段104が機械学習を行った結果得られるモデルであって、「入力用データセット」をこの目標統計値設定モデルに入力すると目標統計値を出力する(返す)ものである。
(Learning Data Set Storage Means and Target Statistical Value Setting Model Storage Means)
The learning dataset storage means 110 is means for storing a "learning dataset," and the target statistical value setting model storage means 111 is means for storing a "target statistical value setting model." This learning dataset is so-called teacher data for the learning means 104 to perform machine learning, as will be described later, and naturally, a large number of learning datasets are prepared. On the other hand, the target statistical value setting model is a model obtained as a result of machine learning performed by the learning means 104, as will also be described later, and when an "input dataset" is input to this target statistical value setting model, it outputs (returns) a target statistical value.
(学習手段)
学習手段104は、学習用データセットを教師データとする機械学習(例えば、ディープラーニング等)を行うことによって、「目標統計値設定モデル」を生成する手段である。ここで学習用データセットとは、図4に示すように構成点NPの標高と適正統計値を含むものである。ただし、この図に示すように学習用データセットが対象とする構成点NPは、学習用領域LRGに属する(含まれる)構成点NP(以下、特に「学習用構成点LCP」という。)である。なお、ここでいう「学習用領域LRGに属する」とは、構成点NPを着目領域RGに平面投影したときに、その構成点NPが学習用領域LRGの領域内に含まれる状態を意味する。また学習用領域LRGは、道路縁上にある地点を学習用基準点LSPとしたうえで、その学習用基準点LSPを基準としてあらかじめ定められた大きさと形状で設定される。例えば図4では、道路縁上の学習用基準点LSPを中心とする所定の半径(あらかじめ定められた半径)の円形となるように学習用領域LRGが設定されている。もちろん学習用領域LRGは、円形に限らず多角形や楕円形、あるいは後述する分割領域(道路縁が着目領域RGを分割した結果得られる領域)と同一の形状(図7の例では半円)とするなど種々の形状で設定することができるし、2以上の種類の形状で設定してもよい。
(Learning tools)
The learning means 104 is a means for generating a "target statistical value setting model" by performing machine learning (e.g., deep learning, etc.) using a training dataset as training data. Here, the training dataset includes the elevations and appropriate statistical values of the component points NP, as shown in FIG. 4 . However, as shown in this figure, the component points NP targeted by the training dataset are component points NP (hereinafter, specifically referred to as "training component points LCP") that belong to (are included in) the training area LRG. Note that "belonging to the training area LRG" here means that when the component points NP are planarly projected onto the target area RG, the component points NP are included within the training area LRG. Furthermore, the training area LRG is set to a predetermined size and shape based on a point on the road edge as a training reference point LSP. For example, in FIG. 4 , the training area LRG is set to be a circle with a predetermined radius (a predetermined radius) centered on the training reference point LSP on the road edge. Of course, the learning area LRG can be set in various shapes, not just circular, such as a polygon or ellipse, or the same shape as the divided area described below (the area obtained by dividing the target area RG by the road edge) (semicircle in the example of Figure 7), and it may also be set in two or more types of shapes.
学習用領域LRGは、種々の環境(平坦な道路縁や、付近に高架橋とビルがある道路縁、付近にビルがある高架橋上の道路縁など)ごとに、しかもそれぞれの環境について数多く用意される。そのため、特徴的な環境ごとに数多くの学習用基準点LSPを指定し、特徴的な環境ごとに数多くの学習用領域LRGを作成するとよい。 Learning regions LRG are prepared for various environments (flat road edges, road edges with nearby viaducts and buildings, road edges on viaducts with nearby buildings, etc.), and many are prepared for each environment. Therefore, it is a good idea to specify many learning reference points LSP for each characteristic environment and create many learning regions LRG for each characteristic environment.
図5は、学習用データセットが生成される手順を模式的に示すステップ図である。学習用データセットを生成するにあたっては、図5(a)に示すようにまずは学習用基準点LSPを指定する。このとき、オペレータが表示手段(ディスプレイなど)に表示された3D地形モデルを目視しながら、ポインティングデバイス(マウスやタッチパネル、ペンタブレット、タッチパッド、トラックパッド、トラックボールなど)やキーボードを利用して所望の学習用基準点LSPを指定する仕様とすることもできるし、画像認識技術等を利用して自動的(機械的)に学習用基準点LSPを設定することもできる。学習用基準点LSPが指定されると、図5(b)に示すように学習用基準点LSPを基準とする学習用領域LRGが設定され、さらに図5(c)に示すように学習用領域LRGに含まれる学習用構成点LCPを抽出してこれらの標高が学習用データとしてセットされる。 Figure 5 is a step diagram that schematically illustrates the procedure for generating a training dataset. To generate a training dataset, first, training reference points LSP are designated, as shown in Figure 5(a). At this time, the operator can designate the desired training reference points LSP using a pointing device (mouse, touch panel, pen tablet, touchpad, trackpad, trackball, etc.) or keyboard while visually viewing the 3D terrain model displayed on a display means (such as a monitor), or the training reference points LSP can be set automatically (mechanically) using image recognition technology, etc. Once the training reference points LSP are designated, a training area LRG is set based on the training reference points LSP, as shown in Figure 5(b). Furthermore, training composition points LCP included in the training area LRG are extracted, and their elevations are set as training data, as shown in Figure 5(c).
学習用データセットに含まれる適正統計値は、学習用領域LRGにとって適した、いわば正解となる標高値に対応する統計値である。適正統計値としては、目標統計値と同様、低標高順パーセンタイル値を用いることができ、そのほか種々の統計値を適正統計値とすることもできる。ただし、適正統計値と目標統計値は同じ統計値が利用され、例えば目標統計値として低標高順パーセンタイル値を採用した場合は、適正統計値も低標高順パーセンタイル値が採用される。なお適正統計値は、学習用領域LRGに含まれる複数の学習用構成点LCPのなかから選択した1の学習用構成点LCPの標高に係る統計値(例えば、5パーセントタイルなど)とすることもできるし、これら学習用構成点LCPの標高を統計処理した結果得らえる値(平均値や中央値、最頻値など)に係る統計値とすることもできる。ここで得られた適正統計値は、例えばオペレータ操作により学習用データとしてセットされる。このように用意された複数の学習用データセットで機械学習を行うことによって、学習手段104は目標統計値設定モデルを生成する。 The appropriate statistical value included in the training data set is a statistical value that corresponds to an elevation value that is appropriate for the training region LRG, or in other words, a correct answer. As with the target statistical value, the appropriate statistical value can be a lowest elevation percentile value, or various other statistical values. However, the same statistical value is used for the appropriate statistical value and the target statistical value. For example, if the lowest elevation percentile value is used as the target statistical value, the lowest elevation percentile value is also used as the appropriate statistical value. The appropriate statistical value can be a statistical value (e.g., 5th percentile) related to the elevation of one training point LCP selected from multiple training points LCP included in the training region LRG, or a statistical value related to a value (e.g., mean, median, mode, etc.) obtained as a result of statistical processing of the elevations of these training points LCP. The obtained appropriate statistical value is set as training data, for example, by operator operation. By performing machine learning on multiple training data sets prepared in this way, the learning means 104 generates a target statistical value setting model.
(目標統計値出力手段)
目標統計値出力手段105は、入力用データセットと、学習手段104によって生成された目標統計値設定モデルに基づいて、その入力用データセットに係る目標統計値を出力する手段である。入力用データセットは、図6に示すように構成点NPの標高を含むものである。ただし、この図に示すように入力用データセットが対象とする構成点NPは、着目領域RGに属する(含まれる)構成点NP(つまり、着目構成点CP)である。なお着目領域RGは、既述したように着目領域設定手段101によって生成された着目基準点SPを基準とするものである。ただし着目領域RGを設定する大きさと形状(以下、「領域諸元」という。)は、学習用領域LRGを設定するための領域諸元と同一とするとよい。例えば、学習用領域LRGが図4に示す円形で設定された場合、着目領域RGも着目基準点SPを中心とする円形であって学習用領域LRGと同径の円形として設定し、あるいは学習用領域LRGが後述する分割領域のように半円形で設定された場合、着目領域RGも着目基準点SPを中心とした学習用領域LRGと同径の半円形として設定するとよい。いずれにしろ、着目領域設定手段101によって設定された着目領域RGに含まれる着目構成点CPを抽出するとともに、これらの着目構成点CPに係る標高をセットすることによって、入力用データセットは生成される。
(Target statistical value output means)
The target statistical value output means 105 is a means for outputting target statistical values related to an input dataset based on the input dataset and the target statistical value setting model generated by the learning means 104. The input dataset includes the elevations of the composition points NP as shown in FIG. 6. However, as shown in this figure, the composition points NP targeted by the input dataset are composition points NP that belong to (are included in) the region of interest RG (i.e., the composition points CP of interest). Note that the region of interest RG is based on the reference point of interest SP generated by the region of interest setting means 101 as described above. However, it is preferable that the size and shape of the region of interest RG (hereinafter referred to as "region specifications") be the same as the region specifications for setting the learning region LRG. 4, the region of interest RG may also be set as a circle having the same diameter as the learning region LRG and centered on the reference point of interest SP, or, if the learning region LRG is set as a semicircle like the divided regions described below, the region of interest RG may also be set as a semicircle having the same diameter as the learning region LRG and centered on the reference point of interest SP. In either case, the input data set is generated by extracting the constituent points of interest CP included in the region of interest RG set by the region of interest setting means 101 and setting the elevations associated with these constituent points of interest CP.
目標統計値出力手段105は、入力用データセットが入力されると、目標統計値設定モデルによってその入力用データセットに係る目標統計値を出力する。具体的には、入力用データセットに含まれる着目構成点CPの標高の組み合わせ(パターン)と学習済み標高パターンとを照合し、近似する(あるいは一致する)標高パターンを選出するととともに、その標高パターンに対応づけられた目標統計値を出力する。 When an input dataset is input, the target statistical value output means 105 outputs target statistical values related to the input dataset using a target statistical value setting model. Specifically, it compares the elevation combinations (patterns) of the target configuration points CP included in the input dataset with the learned elevation patterns, selects an approximate (or matching) elevation pattern, and outputs target statistical values associated with that elevation pattern.
(データセットの標高)
ここまで、学習用データセットには複数の学習用構成点LCPの標高が含まれ、入力用データセットには複数の着目構成点CPの標高が含まれると説明した。もちろん、すべての学習用構成点LCPの標高を学習用データセットに含め、すべての着目構成点CPの標高を入力用データセットに含める仕様にすることもできる。あるいは、あらかじめ定めた要件に基づいて学習用構成点LCPと着目構成点CPを抽出したうえで、それぞれのデータセットに含める仕様にすることもできる。より詳しくは、あらかじめ設定された統計値(以下、「選出用統計値」という。)にしたがって学習用構成点LCPと着目構成点CPを抽出し、その抽出された学習用構成点LCPの標高のみを学習用データセットに含めるとともに、抽出された着目構成点CPの標高のみを入力用データセットに含める。例えば、低標高順パーセンタイル値を用い、0パーセンタイル(この場合は最小標高)、5パーセンタイル、10パーセンタイル、・・・100パーセンタイルと5%刻みのパーセンタイル値を選出用統計値(つまり、21段階の選出用統計値)として設定し、すべての学習用構成点LCPや着目構成点CPのなかからこれら選出用統計値(0パーセンタイル、5パーセンタイル、・・・)に相当する学習用構成点LCPや着目構成点CPの標高のみをそれぞれのデータセットに含めるわけである。なお、学習用構成点LCPを抽出するための選出用統計値と、着目構成点CPを抽出するための選出用統計値は、それぞれ同じ値で設定するとよい。このように、学習用データセットや入力用データセットに含まれる複数の標高をいわば定型化することによって、学習済み標高パターンと入力用データセットの標高パターンが照合しやすくなる。
(Elevation of the dataset)
Up to this point, it has been explained that the training dataset includes the elevations of multiple training composition points LCP, and the input dataset includes the elevations of multiple focus composition points CP. Of course, it is also possible to include the elevations of all training composition points LCP in the training dataset, and the elevations of all focus composition points CP in the input dataset. Alternatively, it is also possible to extract training composition points LCP and focus composition points CP based on predetermined requirements and include them in the respective datasets. More specifically, training composition points LCP and focus composition points CP are extracted according to predetermined statistical values (hereinafter referred to as "selection statistical values"), and only the elevations of the extracted training composition points LCP are included in the training dataset, and only the elevation of the extracted focus composition point CP is included in the input dataset. For example, percentile values sorted in descending order of elevation are used, and percentile values in 5% increments, such as the 0th percentile (the minimum elevation in this case), 5th percentile, 10th percentile, ..., and 100th percentile, are set as selection statistics (i.e., 21 levels of selection statistics), and only the elevations of the learning composing points LCPs and the target composing points CP that correspond to these selection statistical values (0th percentile, 5th percentile, ...) from among all the learning composing points LCPs and the target composing points CP are included in each dataset. Note that the selection statistical values for extracting the learning composing points LCPs and the selection statistical values for extracting the target composing points CP should preferably be set to the same values. In this way, by standardizing the multiple elevations included in the learning dataset and the input dataset, it becomes easier to match the learned elevation pattern with the elevation pattern of the input dataset.
4.着目領域分割手段
着目領域分割手段106は、道路縁モデルELを境界として着目領域RGを分割することによって、複数の領域(以下、「分割領域RS」という。)を設定する手段である。例えば図7では、着目領域分割手段106が円形の着目領域RGを2分することによって、第1の分割領域RS1と第2の分割領域RS2を設定している。なお図7に示す着目領域RGは、着目基準点SPを中心とする円形であり、当然ながら道路縁モデルELは着目基準点SPを通っていることから、第1の分割領域RS1と第2の分割領域RS2はそれぞれ同形で同面積の半円(中心角180°)とされる。もちろん、道路縁モデルELが折れている場合は同面積の半円とはならず、それぞれ面積が異なる扇形の分割領域が設定され、着目領域RG内で道路縁モデルELが複数個所で折れている場合は扇形とはならず、さらに着目領域RGが円形でないときもやはり扇形とはならない。いずれにしろ着目領域RGは、道路縁モデルELによって分割される。
4. Region of Interest Dividing Means The region of interest dividing means 106 is means for dividing the region of interest RG using the road edge model EL as a boundary, thereby setting a plurality of regions (hereinafter referred to as "divided regions RS"). For example, in FIG. 7, the region of interest dividing means 106 divides the circular region of interest RG in half to set a first divided region RS1 and a second divided region RS2. Note that the region of interest RG shown in FIG. 7 is a circle centered on the reference point of interest SP, and the road edge model EL naturally passes through the reference point of interest SP, so the first divided region RS1 and the second divided region RS2 are each semicircular (with a central angle of 180°) with the same shape and area. Of course, if the road edge model EL is bent, the semicircular regions will not have the same area, and fan-shaped divided regions with different areas will be set. If the road edge model EL is bent at multiple points within the region of interest RG, the divided regions will not be fan-shaped. Furthermore, if the region of interest RG is not circular, the divided regions will not be fan-shaped either. In either case, the region of interest RG is divided by the road edge model EL.
5.道路側領域設定手段
図7に示すように、着目領域RGを3D地形モデルに配置すると、その着目領域RGにはいくつかの構成点NP(つまり、着目構成点CP)が属する(含まれる)こととなる。そして、この着目構成点CPが具備する標高を利用すれば、着目領域RGに係る着目基準点SPの標高を求めることができる。
5. Road Side Area Setting Means As shown in Figure 7, when a region of interest RG is placed on a 3D topographical model, several component points NP (i.e., component points of interest CP) belong to (are included in) that region of interest RG. Then, by using the elevation of these component points of interest CP, the elevation of the reference point of interest SP related to the region of interest RG can be found.
通常、道路縁を挟んで一方が道路となり、その他方は道路ではない領域(以下、「一般領域」という。)となる。したがって、図7に示すように着目領域RGを2つの分割領域RS(第1の分割領域RS1と第2の分割領域RS2)に分割した場合、どちらか一方を道路として選定したうえで、その道路とされた分割領域RS(以下、特に「道路側領域」という。)に属する着目構成点CPに基づいて着目基準点SPの標高を求めることが望ましい。 Usually, one side of a road edge is a road, and the other is a non-road area (hereinafter referred to as the "general area"). Therefore, when the focus area RG is divided into two divided areas RS (first divided area RS1 and second divided area RS2) as shown in Figure 7, it is desirable to select one of them as a road and then determine the elevation of the focus reference point SP based on the focus configuration point CP that belongs to the divided area RS designated as the road (hereinafter referred to specifically as the "road side area").
道路側領域設定手段107は、複数の分割領域RSの中から道路側領域を設定する手段である。以下、道路側領域設定手段107が道路側領域を設定する処理手順について詳しく説明する。まず道路側領域設定手段107は、それぞれ分割領域RSに属する複数の構着目成点CPに係る標高に基づいて、その分割領域RSを代表する標高(以下、「分割領域代表高」という。)を算出する。このとき、複数の着目構成点CPに係る標高の中央値を分割領域代表高としたり、着目構成点CPに係る標高の平均値や最頻値、低標高順パーセンタイル値といったその他の統計値を分割領域代表高としたり、あるいは単に着目構成点CPに係る標高の最小値を分割領域代表高としたりすることができる。 The road side area setting means 107 is a means for setting road side areas from among the multiple divided areas RS. The processing procedure by the road side area setting means 107 for setting road side areas will be explained in detail below. First, the road side area setting means 107 calculates an elevation that represents the divided area RS (hereinafter referred to as the "divided area representative height") based on the elevations of the multiple focus component points CP that belong to each divided area RS. At this time, the divided area representative height can be the median value of the elevations of the multiple focus component points CP, or another statistical value such as the average value, mode, or lowest elevation percentile of the elevations of the focus component points CP, or can simply be the minimum value of the elevations of the focus component points CP.
それぞれの分割領域RSに係る分割領域代表高が得られると、道路側領域設定手段107はそれら分割領域RSの中から1の分割領域RSを選定する。一般的に、道路側領域の方が一般領域よりも標高が低い。そこで道路側領域設定手段107は、最も小さい(低い)値を示す分割領域代表高を抽出し、その抽出された分割領域代表高に係る分割領域RSを選定するとともに道路側領域として設定する。 Once the divided area representative height for each divided area RS is obtained, the road-side area setting means 107 selects one divided area RS from those divided areas RS. Generally, road-side areas have lower elevations than general areas. Therefore, the road-side area setting means 107 extracts the divided area representative height that shows the smallest (lowest) value, selects the divided area RS associated with that extracted divided area representative height, and sets it as the road-side area.
ところで、図7の例では着目領域分割手段106によって2つの分割領域RS(第1の分割領域RS1と第2の分割領域RS2)が設定されているが、着目領域分割手段106は3以上の分割領域RSを設定することもある。例えば図8では、いわゆるT字路の交差点を示しており、比較的大きな半径の円によって着目領域RGが設定されているため、この場合の着目領域分割手段106は、3つの道路縁モデルELで着目領域RGを分割することによって、4つの分割領域RS(第1の分割領域RS1、第2の分割領域RS2、第3の分割領域RS3、第4の分割領域RS4)を設定している。 In the example of Figure 7, two divided regions RS (first divided region RS1 and second divided region RS2) are set by the region of interest dividing means 106, but the region of interest dividing means 106 may also set three or more divided regions RS. For example, Figure 8 shows a so-called T-junction intersection, and the region of interest RG is set by a circle with a relatively large radius. In this case, the region of interest dividing means 106 divides the region of interest RG using three road edge models EL, thereby setting four divided regions RS (first divided region RS1, second divided region RS2, third divided region RS3, and fourth divided region RS4).
3以上の分割領域RSが設定された場合、道路側領域設定手段107は、それぞれの分割領域RSについて分割領域代表高を算出したうえで、最も小さい(低い)値を示す分割領域代表高を抽出し、その抽出された分割領域代表高に係る分割領域RSを道路側領域として設定することができる。あるいは、道路側領域設定手段107は、3以上の分割領域RSの中から着目基準点SPに接する分割領域RS(以下、「候補分割領域」という。)を抽出したうえで、道路側領域を設定することもできる。図8からも分かるように着目基準点SPに接する分割領域RSが道路側領域であることは明らかであり、そこで3以上の分割領域RSが設定された場合、着目基準点SPに接する分割領域RSを「候補分割領域」として抽出し、さらにこれら候補分割領域から選別して道路側領域を設定するわけである。図8の例では、4つの分割領域RS(第1の分割領域RS1~第4の分割領域RS4)が設定されていることから、道路側領域設定手段107は着目基準点SPに接する第1の分割領域RS1と第2の分割領域RS2を候補分割領域として抽出するとともに、これら候補分割領域(つまり、第1の分割領域RS1と第2の分割領域RS2)に対して分割領域代表高を算出し、最も小さい標高を示す分割領域代表高を抽出したうえで道路側領域(図8では第2の分割領域RS2)を設定する。 When three or more divided areas RS are set, the road-side area setting means 107 can calculate the divided area representative height for each divided area RS, extract the divided area representative height with the smallest (lowest) value, and set the divided area RS associated with the extracted divided area representative height as the road-side area. Alternatively, the road-side area setting means 107 can extract a divided area RS that borders the focus reference point SP (hereinafter referred to as a "candidate divided area") from the three or more divided areas RS, and then set the road-side area. As can be seen from Figure 8, it is clear that the divided area RS that borders the focus reference point SP is a road-side area. Therefore, when three or more divided areas RS are set, the divided area RS that borders the focus reference point SP is extracted as a "candidate divided area," and the road-side area is set by selecting from these candidate divided areas. In the example of Figure 8, four divided areas RS (first divided area RS1 to fourth divided area RS4) have been set, and the road-side area setting means 107 extracts the first divided area RS1 and second divided area RS2, which are adjacent to the target reference point SP, as candidate divided areas, calculates the divided area representative heights for these candidate divided areas (i.e., the first divided area RS1 and the second divided area RS2), extracts the divided area representative height that indicates the smallest elevation, and then sets the road-side area (the second divided area RS2 in Figure 8).
6.道路縁高算出手段
道路縁高算出手段103は、道路側領域設定手段107によって設定された道路側領域に基づいて「道路縁高」を算出する手段である。以下、道路縁高算出手段103が道路縁高を算出する処理手順について詳しく説明する。まず道路縁高算出手段103は、道路側領域に属する構成点NP(つまり、着目構成点CP)を抽出する。そして、抽出された着目構成点CPの標高を用いて道路縁高を算出する。より詳しくは、複数の着目構成点CPに係る標高のなかから、目標統計値設定手段102によって設定された目標統計値に相当する標高をもつ着目構成点CPを特定着目構成点として選出し、この特定着目構成点に係る標高を道路縁高とする。ここで得られた道路縁高は、対応する着目領域RGに係る着目基準点SPに対して付与される。
6. Road Edge Height Calculation Means The road edge height calculation means 103 calculates the "road edge height" based on the road side area set by the road side area setting means 107. The processing procedure by which the road edge height calculation means 103 calculates the road edge height will be described in detail below. First, the road edge height calculation means 103 extracts a component point NP (i.e., a target component point CP) belonging to the road side area. Then, the road edge height is calculated using the elevation of the extracted target component point CP. More specifically, from the elevations of a plurality of target component points CP, a target component point CP having an elevation corresponding to the target statistical value set by the target statistical value setting means 102 is selected as a specific target component point, and the elevation of this specific target component point is set as the road edge height. The road edge height obtained here is assigned to a target reference point SP related to the corresponding target area RG.
ここまで複数の分割領域RSから選出された道路側領域に基づいて、道路縁高算出手段103が道路縁高を算出する処理手順について説明した。これに限らず道路縁高算出手段103は、着目領域RGに属するすべての着目構成点CPを対象として、つまり着目領域RGに属するすべての着目構成点CPに係る標高のなかから目標統計値に相当する標高を選出する仕様とすることもできる。すなわちこのケースでは、着目領域RGを分割して分割領域RSを設定する処理や、道路側領域を設定する処理を実行することなく、単に着目領域RGに係る着目構成点CPを用いて道路縁高を算出する。したがってこの場合は、着目領域分割手段106や道路側領域設定手段107を省略することができるわけである。 So far, we have explained the processing procedure by which the road edge height calculation means 103 calculates the road edge height based on road side areas selected from multiple divided areas RS. However, the road edge height calculation means 103 can also be configured to target all of the focus points CP belonging to the focus area RG, that is, to select an elevation corresponding to the target statistical value from the elevations of all of the focus points CP belonging to the focus area RG. In other words, in this case, the process of dividing the focus area RG and setting divided areas RS, or the process of setting road side areas, is not performed, and the road edge height is simply calculated using the focus points CP belonging to the focus area RG. Therefore, in this case, the focus area division means 106 and road side area setting means 107 can be omitted.
7.処理の流れ
以下、図9と図10を参照しながら道路縁高付与装置100の主な処理について詳しく説明する。図9は、道路縁高付与装置100が目標統計値を出力するまでの主な処理の流れの一例を示すフロー図であり、図10は、道路縁高付与装置100が道路縁高を算出するまでの主な処理の流れの一例を示すフロー図である。なおこれらのフロー図では、中央の列に実行する処理を示し、左列にはその処理に必要なものを、右列にはその処理から生ずるものを示している。
7. Processing Flow The main processing of the road edge height estimation device 100 will be described in detail below with reference to Figures 9 and 10. Figure 9 is a flow diagram showing an example of the main processing flow until the road edge height estimation device 100 outputs the target statistical value, and Figure 10 is a flow diagram showing an example of the main processing flow until the road edge height estimation device 100 calculates the road edge height. In these flow diagrams, the processing to be performed is shown in the center column, the items necessary for that processing are shown in the left column, and the items resulting from that processing are shown in the right column.
目標統計値を出力するまでの処理は、図9に示すように、目標統計値設定モデルを生成するまでの「学習ステップ」と、実際に入力用データセットに係る目標統計値を設定する「出力ステップ」に大別される。学習ステップでは、まず学習用データセットを作成するために学習用基準点LSPを指定する(図9のStep211)。このとき、オペレータ操作によって学習用基準点LSPを指定することもできるし、画像認識技術等を利用して自動的(機械的)に学習用基準点LSPを設定することもできる。 As shown in Figure 9, the process leading up to outputting the target statistical values can be broadly divided into a "learning step" leading up to generating a target statistical value setting model, and an "output step" leading up to actually setting the target statistical values for the input dataset. In the learning step, a learning reference point LSP is first specified to create a learning dataset (Step 211 in Figure 9). At this time, the learning reference point LSP can be specified by an operator, or the learning reference point LSP can be set automatically (mechanically) using image recognition technology, etc.
学習用基準点LSPが設定されると、この学習用基準点LSPを基準とし、あらかじめ定められた領域諸元にしたがって学習用着目領域LRGを生成する(図9のStep212)。次いで、この学習用着目領域LRGに含まれる学習用構成点LCPの標高をセットするとともに、学習用着目領域LRGにおける適正統計値をセットする(図9のStep213)ことによって、学習用データセットを作成する(図9のStep214)。ここまでの一連の処理(図9のStep211~Step214)を繰り返すことによって、様々な沿道環境ごとにそれぞれ数多くの学習用データセットを用意する。そして、これらの学習用データセットを学習手段104に機械学習させることによって、目標統計値設定モデルを生成する(図8のStep215)。 Once the learning reference point LSP is set, a learning region of interest LRG is generated based on the learning reference point LSP and in accordance with predetermined region specifications (Step 212 in Figure 9). Next, the elevations of the learning configuration points LCP included in this learning region of interest LRG are set, and appropriate statistical values for the learning region of interest LRG are set (Step 213 in Figure 9), thereby creating a learning dataset (Step 214 in Figure 9). By repeating this series of processes (Steps 211 to 214 in Figure 9), numerous learning datasets are prepared for each of various roadside environments. These learning datasets are then trained by the learning means 104 to generate a target statistical value setting model (Step 215 in Figure 8).
目標統計値設定モデルを生成すると、図10に示すように道路縁モデル記憶手段109から道路縁モデルELを読み出し、着目領域設定手段101が道路縁モデルEL上に複数の着目基準点SPを生成する(図10のStep231)。さらに着目領域設定手段101は、着目基準点SPを基準とする着目領域RGを設定する(図10のStep232)。 Once the target statistical value setting model has been generated, the road edge model EL is read from the road edge model storage means 109 as shown in FIG. 10, and the focus area setting means 101 generates multiple focus reference points SP on the road edge model EL (Step 231 in FIG. 10). Furthermore, the focus area setting means 101 sets a focus area RG based on the focus reference points SP (Step 232 in FIG. 10).
着目基準点SPが生成され着目領域RGが設定されると、図9に示す出力ステップにおいてその着目領域RGに関する目標統計値を出力する。より詳しくは、まず着目領域RGに含まれる着目構成点CPを抽出するとともに、これらの着目構成点CPに係る標高をセットすることによって、入力用データセットを生成する(図9のStep221)。そして目標統計値出力手段105が、入力された入力用データセット、及び目標統計値設定モデルに基づいて、その入力用データセットに係る目標統計値を出力する(図9のStep222)。 Once the focus reference point SP has been generated and the focus region RG has been set, the target statistical values for that focus region RG are output in the output step shown in FIG. 9. More specifically, first, the focus composing points CP included in the focus region RG are extracted, and the elevations for these focus composing points CP are set to generate an input dataset (Step 221 in FIG. 9). Then, the target statistical value output means 105 outputs the target statistical values for the input dataset based on the input input dataset and the target statistical value setting model (Step 222 in FIG. 9).
また着目領域RGが設定されると、着目領域分割手段106が複数の分割領域RSを設定する(図10のStep233)。そして道路側領域設定手段107が、それぞれの分割領域RSについて分割領域代表高を算出し(図10のStep234)、この分割領域代表高に基づいて道路側領域を設定する(図10のStep235)。 Furthermore, once the region of interest RG is set, the region of interest division means 106 sets multiple divided regions RS (Step 233 in Figure 10). Then, the road side region setting means 107 calculates a divided region representative height for each divided region RS (Step 234 in Figure 10) and sets the road side region based on this divided region representative height (Step 235 in Figure 10).
道路側領域が設定されると、道路縁高算出手段103がこの道路側領域に属する着目構成点CPを抽出する(図10のStep236)。そして目標統計値設定手段102が、目標統計値出力手段105によって出力された値を目標統計値として設定し(図10のStep237)、道路縁高算出手段103が、道路側領域に属する複数の着目構成点CPに係る標高のなかから、目標統計値に相当する標高をもつ着目構成点CPを特定着目構成点として選出し、この特定着目構成点に係る標高を道路縁高とする(図10のStep238)。なお、着目領域RAの設定(Step232)~道路縁高の算出(Step238)からなる一連の処理は、全ての着目基準点PAに対して実行する仕様とすることもできるし、ある特定区間(例えば、交差点~交差点など)を1単位として実行する仕様とすることもできる。この場合、特定区間内で代表する1の着目基準点PAに対してのみこの一連の処理(Step232~Step238)を実行して目標統計値を設定し、その目標統計値を当該特定区間内にある他の着目基準点PAに対して適用することができる。あるいは、特定区間内にある全部または一部の着目基準点PAに対して実行して目標統計値を設定し、より数が多かった目標統計値(例えば、5パーセンタイル)を全体の目標統計値として設定することもできる。 Once the road side area is set, the road edge height calculation means 103 extracts a focus point CP belonging to this road side area (Step 236 in FIG. 10). The target statistical value setting means 102 then sets the value output by the target statistical value output means 105 as the target statistical value (Step 237 in FIG. 10). The road edge height calculation means 103 then selects a focus point CP having an elevation equivalent to the target statistical value from among the elevations of multiple focus points CP belonging to the road side area as a specific focus point, and sets the elevation of this specific focus point as the road edge height (Step 238 in FIG. 10). Note that the series of processes from setting the focus area RA (Step 232) to calculating the road edge height (Step 238) can be performed for all focus reference points PA, or can be performed for a specific section (e.g., intersection to intersection) as a unit. In this case, this series of processes (Steps 232 to 238) can be performed on only one representative reference point PA of interest within a specific section to set a target statistical value, and that target statistical value can then be applied to other reference points PA of interest within that specific section. Alternatively, target statistical values can be set by performing this process on all or some of the reference points PA of interest within a specific section, and the target statistical value with the greatest number (for example, the 5th percentile) can be set as the overall target statistical value.
本願発明の道路縁高付与装置は、道路施設をはじめとする様々な施設の管理や、自動運転に使用される地図情報として、特に好適に利用することができる。また本願発明によれば、高齢者や車いすにとって有益な段差情報を高い精度で提供することができ、さらに防災計画にも有効活用することができるなど、本願発明の道路縁高付与装置は、産業上利用できるばかりでなく社会的にも大きな貢献を期待し得る発明である。 The road curb height adjustment device of the present invention is particularly suitable for use in managing various facilities, including road infrastructure, and as map information for autonomous driving. Furthermore, the present invention can provide highly accurate step information that is useful for elderly people and wheelchair users, and can also be effectively used in disaster prevention planning. Therefore, the road curb height adjustment device of the present invention is not only applicable to industry, but is also expected to make a significant contribution to society.
100 本願発明の道路縁高付与装置
101 (道路縁高付与装置の)着目領域設定手段
102 (道路縁高付与装置の)目標統計値設定手段
103 (道路縁高付与装置の)道路縁高算出手段
104 (道路縁高付与装置の)学習手段
105 (道路縁高付与装置の)目標統計値出力手段
106 (道路縁高付与装置の)着目領域分割手段
107 (道路縁高付与装置の)道路側領域設定手段
108 (道路縁高付与装置の)3次元地形モデル記憶手段
109 (道路縁高付与装置の)道路縁モデル記憶手段
110 (道路縁高付与装置の)学習用データセット記憶手段
111 (道路縁高付与装置の)目標統計値設定モデル記憶手段
CP 着目構成点
EL 道路縁モデル
LCP 学習用構成点
LRG 学習用着目領域
LSP 学習用基準点
NP 構成点
RG 着目領域
RS 分割領域
SP 着目基準点
100 Road edge height assignment device of the present invention 101 Area of interest setting means (of road edge height assignment device) 102 Target statistical value setting means (of road edge height assignment device) 103 Road edge height calculation means (of road edge height assignment device) 104 Learning means (of road edge height assignment device) 105 Target statistical value output means (of road edge height assignment device) 106 Area of interest division means (of road edge height assignment device) 107 Road side area setting means (of road edge height assignment device) 108 3D terrain model storage means (of road edge height assignment device) 109 Road edge model storage means (of road edge height assignment device) 110 Learning dataset storage means (of road edge height assignment device) 111 Target statistical value setting model storage means (of road edge height assignment device) CP Point of interest configuration point EL Road edge model LCP Learning configuration point LRG Learning area of interest LSP Learning reference point NP Composition point RG Region of interest RS Split region SP Reference point of interest
Claims (3)
道路縁を表した2次元の道路縁モデルを記憶する道路縁モデル記憶手段と、
前記道路縁モデル上に複数の着目基準点を生成するとともに、該着目基準点を基準としてあらかじめ定められた大きさと形状を有する2次元の着目領域を設定する着目領域設定手段と、
目標統計値を設定する目標統計値設定手段と、
前記着目領域を前記3次元地形モデルに配置したときに該着目領域に属する複数の前記構成点を着目構成点として抽出するとともに、該着目構成点のうち前記目標統計値に相当する該着目構成点に係る高さ情報を、道路縁高として算出する道路縁高算出手段と、を備え、
前記目標統計値設定手段は、
複数の学習用データセットを機械学習することによって、前記目標統計値を出力するための目標統計値設定モデルを生成する学習手段と、
入力された入力用データセットと、前記目標統計値設定モデルと、に基づいて、該入力用データセットに係る前記目標統計値を出力する目標統計値出力手段と、を有し、
前記学習用データセットは、学習用着目領域に対して設定された適正統計値と、該学習用着目領域に含まれる複数の前記構成点の高さ情報と、を含み、
前記入力用データセットは、入力用着目領域に含まれる複数の前記構成点の高さ情報を含み、
前記学習用着目領域は、前記着目基準点を基準とし、前記着目領域と同一の大きさと形状を有する2次元の領域であり、
前記入力用着目領域は、前記着目基準点を基準とし、前記着目領域と同一の大きさと形状を有する2次元の領域であり、
前記着目領域に対応する前記着目基準点に、前記道路縁高を付与する、
ことを特徴とする道路縁高付与装置。 a three-dimensional terrain model storage means for storing a three-dimensional terrain model based on a plurality of constituent points having three-dimensional coordinates;
road edge model storage means for storing a two-dimensional road edge model representing a road edge;
an area-of-interest setting means for generating a plurality of reference points of interest on the road edge model and setting a two-dimensional area of interest having a predetermined size and shape based on the reference points of interest;
a target statistical value setting means for setting a target statistical value;
a road edge height calculation means for extracting a plurality of said constituent points belonging to said region of interest as constituent points of interest when said region of interest is arranged on said three-dimensional topographical model, and for calculating height information relating to said constituent points of interest that correspond to said target statistical value among said constituent points of interest as a road edge height,
The target statistical value setting means
a learning means for generating a target statistical value setting model for outputting the target statistical value by machine learning a plurality of learning data sets;
a target statistical value output means for outputting the target statistical value related to the input data set based on the input input data set and the target statistical value setting model,
the learning data set includes an appropriate statistical value set for a learning region of interest and height information of a plurality of the constituent points included in the learning region of interest,
the input data set includes height information of the plurality of constituent points included in the input region of interest,
the learning region of interest is a two-dimensional region that is based on the reference point of interest and has the same size and shape as the region of interest,
the input region of interest is a two-dimensional region that is based on the reference point of interest and has the same size and shape as the region of interest,
assigning the road edge height to the target reference point corresponding to the target area;
A road edge height providing device.
前記入力用データセットは、複数の前記構成点のうち前記選出用統計値に相当する該構成点の高さ情報を含み、
前記選出用統計値は、複数の前記構成点の高さ情報に基づいて求められるパーセンタイル値である、
ことを特徴とする請求項1記載の道路縁高付与装置。 the learning data set includes height information of the constituent points corresponding to a plurality of predetermined selection statistical values among the plurality of constituent points,
the input data set includes height information of the constituent points corresponding to the selection statistical value among the plurality of constituent points,
the selection statistical value is a percentile value calculated based on height information of a plurality of the constituent points;
2. The road edge height providing device according to claim 1 .
道路縁を表した2次元の道路縁モデルを記憶する道路縁モデル記憶手段と、
前記道路縁モデル上に複数の着目基準点を生成するとともに、該着目基準点を基準としてあらかじめ定められた大きさと形状を有する2次元の着目領域を設定する着目領域設定手段と、
目標統計値を設定する目標統計値設定手段と、
前記道路縁モデルを境界として前記着目領域を複数の分割領域に分割する着目領域分割手段と、
前記分割領域に属する複数の前記構成点に係る高さ情報の統計値をそれぞれ分割領域代表高として算出するとともに、最も低い該分割領域代表高に係る該分割領域を道路側領域として設定する道路側領域設定手段と、
前記道路側領域を前記3次元地形モデルに配置したときに該道路側領域に属する複数の前記構成点を着目構成点として抽出するとともに、該着目構成点のうち前記目標統計値に相当する該着目構成点に係る高さ情報を、道路縁高として算出する道路縁高算出手段と、を備え、
前記着目領域に対応する前記着目基準点に、前記道路縁高を付与する、
ことを特徴とする道路縁高付与装置。 a three-dimensional terrain model storage means for storing a three-dimensional terrain model based on a plurality of constituent points having three-dimensional coordinates;
road edge model storage means for storing a two-dimensional road edge model representing a road edge;
an area-of-interest setting means for generating a plurality of reference points of interest on the road edge model and setting a two-dimensional area of interest having a predetermined size and shape based on the reference points of interest;
a target statistical value setting means for setting a target statistical value;
a region-of-interest dividing means for dividing the region of interest into a plurality of divided regions using the road edge model as a boundary;
a road-side area setting means for calculating a statistical value of height information relating to the plurality of component points belonging to the divided area as a divided area representative height, and setting the divided area relating to the lowest divided area representative height as a road-side area;
a road edge height calculation means for extracting a plurality of said constituent points belonging to said road side area as constituent points of interest when said road side area is arranged on said three-dimensional terrain model, and for calculating height information relating to said constituent points of interest that correspond to said target statistical value among said constituent points of interest as a road edge height,
assigning the road edge height to the target reference point corresponding to the target area;
A road edge height providing device.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2022010793A JP7774458B2 (en) | 2022-01-27 | 2022-01-27 | Road edge heightening device |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2022010793A JP7774458B2 (en) | 2022-01-27 | 2022-01-27 | Road edge heightening device |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2023109340A JP2023109340A (en) | 2023-08-08 |
| JP7774458B2 true JP7774458B2 (en) | 2025-11-21 |
Family
ID=87522687
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2022010793A Active JP7774458B2 (en) | 2022-01-27 | 2022-01-27 | Road edge heightening device |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP7774458B2 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20240428556A1 (en) * | 2023-06-22 | 2024-12-26 | Hyundai Motor Company | Method and apparatus for estimating a distance of an object based on a static object and a difference in ground height |
Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2005274994A (en) | 2004-03-25 | 2005-10-06 | Geo Technical Laboratory Co Ltd | Method of generating three-dimensional map data |
| JP2009265400A (en) | 2008-04-25 | 2009-11-12 | Toyota Motor Corp | Object information acquisition apparatus |
| US20180224289A1 (en) | 2017-02-03 | 2018-08-09 | Ushr, Inc. | Active driving map for self-driving road vehicle |
| JP2018197712A (en) | 2017-05-24 | 2018-12-13 | 株式会社パスコ | Road edge extraction device |
| JP2019197359A (en) | 2018-05-09 | 2019-11-14 | 国際航業株式会社 | General object recognizing system |
| JP2021516355A (en) | 2019-01-30 | 2021-07-01 | バイドゥ ドットコム タイムス テクノロジー (ベイジン) カンパニー リミテッド | Map compartment system for self-driving cars |
| CN113256756A (en) | 2020-02-07 | 2021-08-13 | 阿里巴巴集团控股有限公司 | Map data display method, device, equipment and storage medium |
-
2022
- 2022-01-27 JP JP2022010793A patent/JP7774458B2/en active Active
Patent Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2005274994A (en) | 2004-03-25 | 2005-10-06 | Geo Technical Laboratory Co Ltd | Method of generating three-dimensional map data |
| JP2009265400A (en) | 2008-04-25 | 2009-11-12 | Toyota Motor Corp | Object information acquisition apparatus |
| US20180224289A1 (en) | 2017-02-03 | 2018-08-09 | Ushr, Inc. | Active driving map for self-driving road vehicle |
| JP2018197712A (en) | 2017-05-24 | 2018-12-13 | 株式会社パスコ | Road edge extraction device |
| JP2019197359A (en) | 2018-05-09 | 2019-11-14 | 国際航業株式会社 | General object recognizing system |
| JP2021516355A (en) | 2019-01-30 | 2021-07-01 | バイドゥ ドットコム タイムス テクノロジー (ベイジン) カンパニー リミテッド | Map compartment system for self-driving cars |
| CN113256756A (en) | 2020-02-07 | 2021-08-13 | 阿里巴巴集团控股有限公司 | Map data display method, device, equipment and storage medium |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20240428556A1 (en) * | 2023-06-22 | 2024-12-26 | Hyundai Motor Company | Method and apparatus for estimating a distance of an object based on a static object and a difference in ground height |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2023109340A (en) | 2023-08-08 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| Giseop et al. | A new 3D space syntax metric based on 3D isovist capture in urban space using remote sensing technology | |
| Yan et al. | Integration of 3D objects and terrain for 3D modelling supporting the digital twin | |
| JP2011501301A (en) | Geospatial modeling system and related methods using multiple sources of geographic information | |
| JP2020165746A (en) | Landslide surface estimation device and landslide surface estimation method | |
| Mao et al. | Detection and typification of linear structures for dynamic visualization of 3D city models | |
| RU2668730C1 (en) | Method of obtaining, processing, displaying and interpreting geospatial data for geodesic monitoring of deformation state of engineering object | |
| Pacina et al. | Pre‐dam valley reconstruction based on archival spatial data sources: Methods, accuracy, and 3D printing possibilities | |
| JP7774458B2 (en) | Road edge heightening device | |
| JP2020165921A (en) | Information processing device and control program | |
| JP7742294B2 (en) | Road edge heightening device | |
| Komadina et al. | Automated 3D urban landscapes visualization using open data sources on the example of the city of Zagreb | |
| JP7663340B2 (en) | Small Area Generator | |
| RU2591173C1 (en) | Method of producing, processing and displaying geospatial data in 3d format with laser scanning technology | |
| JP7650178B2 (en) | Height information system | |
| JP7621771B2 (en) | Land feature height setting device | |
| Sinickas et al. | Comparing methods for estimating β points for use in statistical snow avalanche runout models | |
| Peng et al. | A GIS-based algorithm for visual exposure computation: the west lake in Hangzhou (China) as example | |
| Al-Fugara et al. | DSM derived stereo pair photogrammetry: Multitemporal morphometric analysis of a quarry in karst terrain | |
| JP7748295B2 (en) | Feature type estimation system | |
| JP2021528725A (en) | Improved geographic indexing | |
| JP7730716B2 (en) | Point Cloud Image Manipulation System | |
| Wieczorek et al. | Modelling and computer animation of geodetic field work | |
| Syafuan et al. | 3D campus map towards sustainable development and infrastructure management in UPNM | |
| Leonardi et al. | Elevation accuracy assessment of a DSM and DTM generated for an urban area from the ALTM 2025 airborne laser scanning sensor | |
| Głowacka et al. | The application of GIS in spatial planning |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20241106 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20250707 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20250709 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20250805 |
|
| 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: 20251104 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20251111 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 7774458 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |