JP5130920B2 - Link matching system, method, and program - Google Patents

Link matching system, method, and program Download PDF

Info

Publication number
JP5130920B2
JP5130920B2 JP2008004916A JP2008004916A JP5130920B2 JP 5130920 B2 JP5130920 B2 JP 5130920B2 JP 2008004916 A JP2008004916 A JP 2008004916A JP 2008004916 A JP2008004916 A JP 2008004916A JP 5130920 B2 JP5130920 B2 JP 5130920B2
Authority
JP
Japan
Prior art keywords
grid
link matching
road
information
area
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2008004916A
Other languages
Japanese (ja)
Other versions
JP2009168525A (en
Inventor
照之 今井
健一郎 藤山
弘司 喜田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2008004916A priority Critical patent/JP5130920B2/en
Publication of JP2009168525A publication Critical patent/JP2009168525A/en
Application granted granted Critical
Publication of JP5130920B2 publication Critical patent/JP5130920B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、移動体の位置を地図上の道路(リンク)に対応付けるリンクマッチングシステム、リンクマッチング方法、およびリンクマッチング用プログラムに関する。   The present invention relates to a link matching system, a link matching method, and a link matching program for associating a position of a moving body with a road (link) on a map.

リンクマッチングシステムは、プローブカーや、GPS付き携帯電話のように移動可能で道路上に存在してサーバに座標を送信する物体(以下、移動体という。)の座標から、その移動体が位置する道路を特定するシステムである。ここでは、地図上の各道路を移動体の移動路(リンク)と見なして、移動体が位置している道路を特定する。以下、移動体が位置する道路を特定する処理をリンクマッチング処理と呼ぶ。   The link matching system is located on the basis of the coordinates of an object (hereinafter referred to as a moving object) that is movable on the road and transmits coordinates to the server (hereinafter referred to as a moving object) such as a probe car or a mobile phone with GPS. This is a system for identifying roads. Here, each road on the map is regarded as a moving path (link) of the moving body, and the road where the moving body is located is specified. Hereinafter, the process of specifying the road on which the moving body is located is referred to as a link matching process.

リンクマッチング処理を行うためには、移動体の座標と地図上の全ての道路の位置座標とから、移動体と各道路との距離を計算し、距離が最小となる道路を求める必要がある。しかし、全ての道路との距離を計算する処理には時間がかかるため、地図領域を格子分割して、距離計算の対象とする道路を減らす手法が用いられている。   In order to perform the link matching process, it is necessary to calculate the distance between the moving body and each road from the coordinates of the moving body and the position coordinates of all roads on the map, and obtain the road having the minimum distance. However, since it takes time to calculate the distances to all roads, a method is used in which the map area is divided into grids to reduce the roads that are subject to distance calculation.

例えば、特許文献1には、移動体(具体的には、ナビゲーション装置)の現在位置周辺の区域の区域データを提供するナビゲーションシステムが記載されている。   For example, Patent Document 1 describes a navigation system that provides area data of an area around a current position of a mobile object (specifically, a navigation device).

また、例えば、特許文献2には、移動体が道路分岐点の近傍に存在する場合に、推測現在位置を中心とした第1領域内に存在する道路を対象に道路上の位置を特定し、道路分岐点の近傍に存在しない場合には、第1領域内よりも小なる第2領域内に存在する道路を対象に道路上の位置を特定するナビゲーション装置が記載されている。   In addition, for example, in Patent Document 2, when a moving object exists in the vicinity of a road branch point, a position on the road is specified for a road existing in the first region centered on the estimated current position, A navigation device that specifies a position on a road for a road that exists in a second area smaller than that in the first area when it does not exist in the vicinity of the road branch point is described.

特開2004−177364号公報JP 2004-177364 A 特開平10−307037号公報Japanese Patent Laid-Open No. 10-307037

しかし、特許文献1に開示されている方法では、移動体の座標や地図上の道路情報に誤差を考慮していない。そのため、移動体の座標や地図上の道路情報に誤差がある場合に、移動体が本来いる区域にいると判断されずに誤って近傍にある別の区域にいると判断され、実際に移動体が位置している道路のデータが含まれていない区域データや、道路の存在しない区域データを提供してしまう可能性がある。結果、移動体の存在する道路を誤って決定したり、移動体の存在する道路を決定できないといった問題が生じる。   However, the method disclosed in Patent Document 1 does not consider an error in the coordinates of the moving object or road information on the map. Therefore, if there is an error in the coordinates of the mobile object or road information on the map, it is determined that the mobile object is in the other area without being determined to be in the original area, and the mobile object is actually There is a possibility of providing area data that does not include data on the road where the road is located, or area data where no road exists. As a result, there arises a problem that the road on which the moving body exists can be erroneously determined or the road on which the moving body exists cannot be determined.

また、特許文献2に開示されているような、ある条件に基づき移動体の推定現在位置を中心とした領域の大きさを変化させる方法を利用すれば、誤差を吸収することはできる。しかし、移動体を中心に領域を設定する処理では、移動体の位置が変わる度に該当する領域内の道路を抽出する処理をしなければならず、時間がかかるという問題がある。   Further, if a method of changing the size of the region centered on the estimated current position of the moving body based on a certain condition as disclosed in Patent Document 2, errors can be absorbed. However, the process of setting an area centering on a moving body has a problem that it takes time to extract a road in the corresponding area every time the position of the moving body changes.

そこで、本発明は、移動体の座標や地図上の道路情報に誤差が含まれる場合であっても、正確に、かつ短時間で移動体が位置する道路を特定することができるリンクマッチングシステム、リンクマッチング方法、およびリンクマッチング用プログラムを提供することを目的とする。   Therefore, the present invention provides a link matching system that can accurately and quickly identify the road where the moving body is located even when the coordinates of the moving body and road information on the map include errors. An object of the present invention is to provide a link matching method and a program for link matching.

本発明によるリンクマッチングシステムは、移動体の位置を地図上の道路に対応づけるリンクマッチングシステムであって、予め地図領域を格子分割した各格子に対し、少なくとも当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を記憶するリンクマッチング表記憶手段と、リンクマッチング表において少なくとも移動体が位置する領域を囲む格子に対応づけられる道路の情報を、当該格子内の領域を包括する領域に存在する道路の情報で補完するリンクマッチング表補完手段とを備え、リンクマッチング表補完手段は、格子に対応づけられる道路の情報を、少なくとも当該格子内の領域を含む該格子の中心から一定の距離以下の領域に存在する道路の情報とすることにより補完することを特徴とする。
また、本発明によるリンクマッチングシステムの他の態様は、予め地図領域を格子分割した各格子に対し、少なくとも当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を記憶するリンクマッチング表記憶手段と、リンクマッチング表において少なくとも移動体が位置する領域を囲む格子に対応づけられる道路の情報を、当該格子内の領域を包括する領域に存在する道路の情報で補完するリンクマッチング表補完手段とを備え、リンクマッチング表補完手段は、道路の位置情報を含む地図情報に基づきリンクマッチング表を生成する過程で、各格子に対応づけられる道路の情報を、当該格子の格子領域を包括する所定の領域に存在する道路の情報で補完し、リンクマッチング表記憶手段は、リンクマッチング表補完手段によって各格子に対応づけられる道路の情報が補完されたリンクマッチング表を記憶することを特徴とする。
また、本発明によるリンクマッチングシステムの他の態様は、予め地図領域を格子分割した各格子に対し、少なくとも当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を記憶するリンクマッチング表記憶手段と、リンクマッチング表において少なくとも移動体が位置する領域を囲む格子に対応づけられる道路の情報を、当該格子内の領域を包括する領域に存在する道路の情報で補完するリンクマッチング表補完手段とを備え、リンクマッチング表補完手段は、地図領域を格子分割した各格子に対し当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を元に、各格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域に存在する道路の情報で補完し、リンクマッチング表記憶手段は、リンクマッチング表補完手段によって各格子に対応づけられる道路の情報が補完されたリンクマッチング表を記憶することを特徴とする。
The link matching system according to the present invention is a link matching system for associating the position of a moving object with a road on a map, and for each grid obtained by dividing the map area in advance, at least a road existing in the area within the grid Link matching table storage means for storing a link matching table in which information is associated, and road information associated with a grid surrounding at least a region where the moving object is located in the link matching table, an area including the area in the grid Link matching table complementing means for complementing with the information on the road existing in the link matching table complementing means, the road matching table complementing means, the road information associated with the grid at least from the center of the grid including the area in the grid It complements by making it the information of the road which exists in the area | region below a distance .
In another aspect of the link matching system according to the present invention, a link matching table that stores, for each grid obtained by dividing a map area in advance, at least a link matching table that associates road information existing in the area within the grid is stored. Table storage means and link matching table complement that complements road information associated with a grid surrounding at least a region where a moving object is located in the link matching table with information of a road existing in a region including the region in the lattice. The link matching table complementing means includes the road information associated with each grid and the grid area of the grid in the process of generating the link matching table based on the map information including the road position information. Complementing with information of roads existing in a predetermined area, the link matching table storage means is a link matching table complement means Therefore and to store a link matching table information of the road to be associated is complemented in each grid.
In another aspect of the link matching system according to the present invention, a link matching table that stores, for each grid obtained by dividing a map area in advance, at least a link matching table that associates road information existing in the area within the grid is stored. Table storage means and link matching table complement that complements road information associated with a grid surrounding at least a region where a moving object is located in the link matching table with information of a road existing in a region including the region in the lattice. The link matching table complementing means is associated with each grid based on a link matching table in which information on roads existing in the area within the grid is associated with each grid obtained by dividing the map area into grids. The road matching information is supplemented with the road information existing in a predetermined area including the area in the grid, and the link matching table is stored. Stage, and to store the link table matching the information of the road to be associated with each grating is complemented by the link table matching complementary means.

また、本発明によるリンクマッチング方法は、移動体の位置を地図上の道路に対応づけるためのリンクマッチング方法であって、予め記憶装置に記憶されている、地図領域を格子分割した各格子に対し、少なくとも当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表において、少なくとも移動体が位置する領域を囲む格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域である、少なくとも当該格子内の領域を含む該格子の中心から一定の距離以下の領域に存在する道路の情報で補完することを特徴とする。
また、本発明によるリンクマッチング方法の他の態様は、道路の位置情報を含む地図情報に基づき、地図領域を格子分割した各格子に対し、少なくとも当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を生成する過程で、各格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域に存在する道路の情報で補完し、補完されたリンクマッチング表を記憶装置に記憶しておき、移動体の位置情報が入力されると、移動体の位置情報と、記憶装置に記憶されているリンクマッチング表から読み出した移動体が位置する領域を囲む格子に対応づけられている道路の情報とに基づいて、移動体の位置する道路を特定することを特徴とする。
また、本発明によるリンクマッチング方法の他の態様は、予め記憶装置に記憶されている、地図領域を格子分割した各格子に対し、少なくとも当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を元に、各格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域に存在する道路の情報で補完し、補完されたリンクマッチング表を記憶装置に記憶しておき、移動体の位置情報が入力されると、移動体の位置情報と、記憶装置に記憶されているリンクマッチング表から読み出した移動体が位置する領域を囲む格子に対応づけられている道路の情報とに基づいて、移動体の位置する道路を特定することを特徴とする。
The link matching method according to the present invention is a link matching method for associating the position of a moving object with a road on a map, and is stored in advance in a storage device for each grid obtained by dividing a map area into grids. , at least in the link table matching the information of the road existing in the region of the inner grid associates, the information of the road to be associated with a grid surrounding a region of at least the mobile is located, given that comprise the region within the grating Which is at least a certain distance from the center of the grid including at least the area in the grid .
In addition, another aspect of the link matching method according to the present invention is based on map information including road position information, and corresponds to each grid obtained by dividing the map area into grids at least information on roads existing in the areas in the grid. In the process of generating the linked link matching table, the road information associated with each grid is supplemented with the road information existing in a predetermined area including the area in the grid, and the complemented link matching table is Stores in the storage device, and when the position information of the moving body is input, it corresponds to the position information of the moving body and the grid surrounding the area where the moving body is read from the link matching table stored in the storage device The road on which the moving body is located is specified based on the information on the attached road.
In another aspect of the link matching method according to the present invention, at least information on roads existing in an area in the grid is associated with each grid obtained by dividing the map area into grids stored in advance in a storage device. Based on the link matching table, the road information associated with each grid is complemented with the road information existing in a predetermined area including the area in the grid, and the complemented link matching table is stored in the storage device. When the position information of the moving body is input, the position information of the moving body is associated with the grid surrounding the area where the moving body is read from the link matching table stored in the storage device. The road on which the moving body is located is specified based on the road information.

また、本発明によるリンクマッチング用プログラムは、移動体の位置を地図上の道路に対応づけるためのリンクマッチング用プログラムであって、コンピュータに、予め記憶装置に記憶されている、地図領域を格子分割した各格子に対し、少なくとも当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表において、少なくとも移動体が位置する領域を囲む格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域である、少なくとも当該格子内の領域を含む該格子の中心から一定の距離以下の領域に存在する道路の情報で補完する処理を実行させることを特徴とする。
また、本発明によるリンクマッチング用プログラムの他の態様は、コンピュータに、道路の位置情報を含む地図情報に基づき、地図領域を格子分割した各格子に対し、少なくとも当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を生成する過程で、各格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域に存在する道路の情報で補完する処理、補完されたリンクマッチング表を記憶装置に記憶させる処理、および移動体の位置情報が入力されると、移動体の位置情報と、記憶装置に記憶されているリンクマッチング表から読み出した移動体が位置する領域を囲む格子に対応づけられている道路の情報とに基づいて、移動体の位置する道路を特定する処理を実行させることを特徴とする。
また、本発明によるリンクマッチング用プログラムの他の態様は、コンピュータに、予め記憶装置に記憶されている、地図領域を格子分割した各格子に対し、少なくとも当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を元に、各格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域に存在する道路の情報で補完する処理、補完されたリンクマッチング表を記憶装置に記憶させる処理、および移動体の位置情報が入力されると、移動体の位置情報と、記憶装置に記憶されているリンクマッチング表から読み出した移動体が位置する領域を囲む格子に対応づけられている道路の情報とに基づいて、移動体の位置する道路を特定する処理を実行させることを特徴とする。
The link matching program according to the present invention is a link matching program for associating the position of a moving body with a road on a map, and is a computer that stores a map area in advance in a storage device. In the link matching table in which at least the road information existing in the area in the grid is associated with each grid, the road information associated with the grid surrounding the area where the moving body is located is stored in the grid. A process of complementing with information on roads existing in an area within a certain distance from a center of the grid including at least an area in the grid, which is a predetermined area including the area , is performed.
According to another aspect of the program for link matching according to the present invention, a road existing in at least an area in the grid for each grid obtained by dividing the map area into grids based on map information including road position information. in the process of generating the information link matching table that associates the information of the road to be associated with each grating, the process to supplement the information of the road existing in a predetermined region encompassing the region within the grating, complemented When the processing for storing the link matching table in the storage device and the position information of the moving body are input, the position information of the moving body and the area where the moving body read from the link matching table stored in the storage device is located And a process of identifying a road on which the mobile body is located based on the road information associated with the grid surrounding the vehicle.
According to another aspect of the program for link matching according to the present invention, for each grid obtained by dividing a map area into grids, which is stored in advance in a computer, information on roads existing at least in the area within the grid Based on the link matching table that correlates to each other, the process of complementing the road information associated with each grid with the road information existing in a predetermined area that encompasses the area within the grid, the complemented link matching table Is stored in the storage device, and the position information of the moving object is input, the position information of the moving object and the grid surrounding the area where the moving object is read from the link matching table stored in the storage device. Based on the information on the roads associated with each other, a process for specifying the road on which the moving body is located is executed.

本発明によれば、移動体の座標や地図上の道路情報に誤差が含まれる場合であっても、正確に、かつ短時間で移動体が位置する道路を特定することができる。理由は、誤差を吸収するために移動体を中心とした範囲をマッチングの対象として設定する方法では、その都度全ての道路を対象にマッチングの対象となる範囲内か否かの判定を行わなければならないのに比べ、事前にリンクマッチング表として少なくとも各格子とその格子内に存在する道路との対応関係を記憶しておき、この対応関係をより広範囲の道路が対応づけられるよう補完することによって、適切な範囲内に存在する道路の情報を簡単に取得することができるからである。   According to the present invention, it is possible to specify the road where the moving body is located accurately and in a short time even when the coordinates of the moving body and the road information on the map include an error. The reason is that, in the method of setting a range centering on a moving object as a target for matching in order to absorb errors, it is necessary to determine whether or not it is within the range to be matched for all roads each time. Compared to that, the correspondence between at least each grid and the roads existing in the grid is stored in advance as a link matching table, and this correspondence is complemented so that a wider range of roads can be matched. This is because information on roads existing within an appropriate range can be easily obtained.

以下、本発明の実施形態を図面を参照して説明する。図1は、本発明によるリンクマッチングシステムの概略構成図である。図1に示すように、本発明によるリンクマッチングシステムは、リンクマッチング表記憶手段11と、リンクマッチング表補完手段12とを備える。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a schematic configuration diagram of a link matching system according to the present invention. As shown in FIG. 1, the link matching system according to the present invention includes a link matching table storage unit 11 and a link matching table complement unit 12.

リンクマッチング表記憶手段11は、予め地図領域を格子分割した各格子に対し、少なくとも当該格子内の領域(以下、格子領域という。)に存在する道路の情報を対応づけたリンクマッチング表を記憶する。リンクマッチング表は、例えば、地図領域を格子分割した各格子を識別するための格子識別子と、地図領域に存在する道路を識別するための道路識別子とを対応づけた情報であってもよい。なお、道路の単位は、システムが移動体の位置を区別したい範囲が一道路として定義づけられていればどのような単位であってもよい。例えば、交差点から交差点の間を1本の線分として近似してそれを一道路としてもよい。また、例えば、交差点間の道を複数の線分(折れ線)で近似してそれらを一道路としてもよい。また、複数の線分を一定の道程毎に別の道路としてもよい。また、各道路は進行方向で区別してもよいし、しなくてもよい。なお、リンクマッチング表記憶手段11は、遅くともリンクマッチング処理が開始される前までにリンクマッチング表を記憶すればよい。   The link matching table storage unit 11 stores a link matching table in which information on roads existing in at least an area in the grid (hereinafter referred to as a grid area) is associated with each grid obtained by dividing the map area in advance. . For example, the link matching table may be information in which a grid identifier for identifying each grid obtained by dividing the map area into grids and a road identifier for identifying a road existing in the map area are associated with each other. The unit of the road may be any unit as long as the range in which the system wants to distinguish the position of the moving object is defined as one road. For example, an interval between intersections may be approximated as a single line segment and may be a single road. Further, for example, a road between intersections may be approximated by a plurality of line segments (broken lines) to make them one road. Moreover, it is good also considering a several road segment as another road for every fixed distance. Moreover, each road may or may not be distinguished by the traveling direction. The link matching table storage unit 11 may store the link matching table at the latest before the start of the link matching process.

リンクマッチング表補完手段12は、リンクマッチング表記憶手段11に記憶されているリンクマッチング表において一格子に対応づけられる道路の情報を、その格子領域を包括する所定の領域に存在する道路の情報で補完する。リンクマッチング表補完手段12は、例えば、対象とする格子に対応づけられる道路の情報を、その格子領域に存在する道路の情報と当該対象とする格子の近傍の格子の格子領域に存在する道路の情報との和集合をとることにより補完してもよい。また、例えば、対象とする格子に対応づけられる道路の情報を、少なくとも当該対象とする格子の格子領域を含む該格子の中心から一定の距離以下の領域に存在する道路の情報とすることにより補完してもよい。また、当該対象とする格子の格子領域に存在する道路の情報と該格子の中心から一定の距離以下の領域に存在する道路の情報との和集合をとることにより補完してもよい。   The link matching table complementing means 12 is information on roads that are associated with one grid in the link matching table stored in the link matching table storage means 11 as road information that exists in a predetermined area including the grid area. Complement. For example, the link matching table complementing means 12 may obtain information on roads associated with a target grid, information on roads existing in the grid area, and information on roads existing in a grid area near the target grid. You may supplement by taking the union with information. In addition, for example, the information on the road associated with the target grid is complemented by information on a road existing in an area within a certain distance from the center of the grid including at least the grid area of the target grid. May be. Alternatively, the information may be complemented by taking a union of road information existing in a grid area of the target grid and road information existing in an area within a certain distance from the center of the grid.

また、リンクマッチング表補完手段12は、例えば、リンクマッチング表において1つも道路の情報が対応づけられていない格子に対して、該格子に対応づけられる道路の情報を、その格子領域を包括する所定の領域に存在する道路の情報で補完するようにしてもよい。   In addition, the link matching table complementing unit 12 includes, for example, a road information associated with the grid for a grid that is not associated with any road information in the link matching table. You may make it complement with the information of the road which exists in this area | region.

リンクマッチング表補完手段12は、例えば、リンクマッチング表を生成する過程で、補完処理を行ってもよい。図2は、本発明によるリンクマッチングシステムの一構成例を示すブロック図である。図2に示すリンクマッチングシステムは、リンクマッチング表生成手段21と、リンクマッチング表記憶手段11と、移動体位置情報入力手段22と、リンクマッチング手段23と、道路情報出力手段24とを備える。本構成では、リンクマッチング表生成手段21がリンクマッチング表補完手段12を含む。   For example, the link matching table complementing unit 12 may perform the complementing process in the process of generating the link matching table. FIG. 2 is a block diagram showing a configuration example of the link matching system according to the present invention. The link matching system shown in FIG. 2 includes a link matching table generation unit 21, a link matching table storage unit 11, a moving body position information input unit 22, a link matching unit 23, and a road information output unit 24. In this configuration, the link matching table generating unit 21 includes the link matching table complementing unit 12.

リンクマッチング表生成手段21は、道路の位置情報を含む地図情報に基づき、地図領域を格子分割した各格子に対し、それぞれ格子領域を包括する所定の領域に存在する道路の情報を対応づけたリンクマッチング表を生成する手段である。リンクマッチング表補完手段12は、リンクマッチング表生成手段21で地図情報に基づきリンクマッチング表を生成する過程で、各格子に対応づけられる道路の情報を、当該格子の格子領域を包括する所定の領域に存在する道路の情報で補完する。リンクマッチング表補完手段12は、例えば、ある道路の情報をある格子に対応づけるか否かを判定する処理において、その道路が対象とする格子の格子領域に存在するか否かではなく、該格子領域を包括する所定の領域に存在するか否かによって判定することで、各格子に対応づけられる道路の情報を補完してもよい。   The link matching table generating means 21 is a link in which road information existing in a predetermined area including each grid area is associated with each grid obtained by dividing the map area based on map information including road position information. A means for generating a matching table. The link matching table complementing means 12 is a process of generating a link matching table on the basis of the map information by the link matching table generating means 21, and information on roads associated with each grid is a predetermined area including the grid area of the grid. It supplements with the information of the road which exists in. For example, in the process of determining whether or not to associate information on a road with a grid, the link matching table complementing unit 12 determines whether the road exists in the grid area of the target grid. Information on roads associated with each grid may be complemented by determining whether or not a predetermined area including the area exists.

リンクマッチング表記憶手段11は、リンクマッチング表生成手段21が生成したリンクマッチング表(より具体的には、リンクマッチング表補完手段12により各格子に対応づけられる道路の情報が格子領域を包括する所定の領域に存在する道路の情報で補完され生成されたリンクマッチング表)を記憶する。   The link matching table storage unit 11 is a link matching table generated by the link matching table generating unit 21 (more specifically, a predetermined information in which road information associated with each grid by the link matching table complementing unit 12 includes a grid area). The link matching table generated by supplementing with the information of the roads existing in the area (2) is stored.

移動体位置情報入力手段22は、移動体の位置情報を入力する。リンクマッチング手段23は、移動体の位置情報が入力されると、該移動体の位置情報と、リンクマッチング表記憶手段11に記憶されているリンクマッチング表において該移動体が位置する格子(移動体が位置する領域を囲む格子)に対応づけられている道路の情報とに基づいて、該移動体の位置する道路を特定する。道路情報出力手段24は、リンクマッチング手段23が特定した移動体の位置する道路の情報を出力する。   The moving body position information input means 22 inputs position information of the moving body. When the position information of the moving body is input, the link matching unit 23 receives the position information of the moving body and a grid (the moving body) where the moving body is located in the link matching table stored in the link matching table storage unit 11. The road where the moving body is located is specified based on the road information associated with the grid surrounding the area where the moving body is located. The road information output unit 24 outputs information on the road on which the moving body specified by the link matching unit 23 is located.

なお、リンクマッチング表補完手段12は、既に生成されているリンクマッチング表を元に補完処理を行うことも可能である。図3は、本発明によるリンクマッチングシステムの他の構成例を示すブロック図である。図3に示すリンクマッチングシステムは、リンクマッチング表生成手段21と、リンクマッチング表記憶手段11と、リンクマッチング表補完手段12と、移動体位置情報入力手段22と、リンクマッチング手段23と、道路情報出力手段24とを備える。   The link matching table complementing unit 12 can also perform a complementing process based on a link matching table that has already been generated. FIG. 3 is a block diagram showing another configuration example of the link matching system according to the present invention. The link matching system shown in FIG. 3 includes a link matching table generating means 21, a link matching table storage means 11, a link matching table complementing means 12, a mobile body position information input means 22, a link matching means 23, and road information. Output means 24.

図3に示す構成では、既にリンクマッチング表生成手段21が、地図領域を格子分割した各格子に対し当該格子の領域内に存在する道路の情報を対応づけたリンクマッチング表を生成しているものとする。   In the configuration shown in FIG. 3, the link matching table generating means 21 has already generated a link matching table in which each grid obtained by dividing the map area is associated with road information existing in the grid area. And

リンクマッチング表補完手段12は、リンクマッチング表生成手段21が生成したリンクマッチング表を用いて、各格子に対応づけられる道路の情報を、それぞれ格子領域を包括する所定の領域に存在する道路の情報で補完する。リンクマッチング表補完手段12は、例えば、リンクマッチング表生成手段21が生成したリンクマッチング表における各格子と道路の情報との対応関係に基づき、該リンクマッチング表の各格子に対応づけられている道路の情報を、該格子に対応づけられている道路の情報とその格子の近傍の格子に対応づけられている道路の情報との和で更新することにより、各格子に対応づけられる道路の情報を補完してもよい。   The link matching table complementing unit 12 uses the link matching table generated by the link matching table generating unit 21 to convert road information associated with each grid into information on roads existing in a predetermined area including each grid area. Complement with The link matching table complementing means 12 is, for example, based on the correspondence between each grid in the link matching table generated by the link matching table generating means 21 and road information, and the road associated with each grid in the link matching table. Is updated with the sum of the road information associated with the grid and the road information associated with the grid in the vicinity of the grid, so that the road information associated with each grid is updated. You may supplement.

なお、近傍の格子に対応づけられている道路の情報のうち所定の条件(例えば、対象とする格子の中心から一定の距離以内の領域に位置する旨の条件)を満たした道路の情報との和で更新するようにしてもよい。また、リンクマッチング表補完手段12は、リンクマッチング表生成手段21が生成したリンクマッチング表において1つも道路の情報が対応づけられていない格子に対してのみ、その格子の近傍の格子内に存在する道路の情報で更新するようにしてもよい。   It should be noted that road information that satisfies a predetermined condition (for example, a condition that it is located within a certain distance from the center of the target grid) among road information associated with neighboring grids You may make it update with the sum. In addition, the link matching table complementing unit 12 exists in a lattice in the vicinity of the lattice only for a lattice in which no road information is associated in the link matching table generated by the link matching table generating unit 21. You may make it update with the information of a road.

リンクマッチング表記憶手段11は、リンクマッチング表補完手段12によって更新されたリンクマッチング表を記憶する。なお、予めリンクマッチング表記憶手段11にリンクマッチング表生成手段21が生成したリンクマッチング表が記憶されている場合であっても、リンクマッチング表生成工程の終了時に、補完後のリンクマッチング表が記憶されていればよい。他の点に関しては、図2に示す例と同様でよい。   The link matching table storage unit 11 stores the link matching table updated by the link matching table complementing unit 12. Even if the link matching table generated by the link matching table generating unit 21 is stored in the link matching table storing unit 11 in advance, the complemented link matching table is stored at the end of the link matching table generating step. It only has to be done. Other points may be the same as the example shown in FIG.

また、リンクマッチング表補完手段12は、既に生成されているリンクマッチング表から道路の情報を取得する際に補完処理を行うことも可能である。図4は、本発明によるリンクマッチングシステムの他の構成例を示すブロック図である。図4に示すリンクマッチングシステムは、リンクマッチング表記憶手段11と、候補道路情報取得手段31と、移動体位置情報入力手段22と、リンクマッチング手段23と、道路情報出力手段24とを備える。本構成では、候補道路情報取得手段31がリンクマッチング表補完手段12を含む。   Further, the link matching table complementing means 12 can also perform a complementing process when acquiring road information from a link matching table that has already been generated. FIG. 4 is a block diagram showing another configuration example of the link matching system according to the present invention. The link matching system shown in FIG. 4 includes link matching table storage means 11, candidate road information acquisition means 31, moving body position information input means 22, link matching means 23, and road information output means 24. In this configuration, the candidate road information acquisition unit 31 includes the link matching table complementing unit 12.

なお、リンクマッチング表記憶手段11には、地図領域を格子分割した各格子に対し、当該格子の領域内に存在する道路の情報を対応づけたリンクマッチング表が記憶されていればよい。   The link matching table storage unit 11 only needs to store a link matching table that associates information about roads existing in the grid area with each grid obtained by dividing the map area into grids.

候補道路情報取得手段31は、移動体の位置情報が入力されると、リンクマッチング表において該移動体が位置する格子に対応づけられている道路の情報を、該移動体が位置する道路の候補の情報として取得する(読み出す)手段である。リンクマッチング表補完手段12は、リンクマッチング表記憶手段11に記憶されているリンクマッチング表から移動体が位置する格子に対応づけられている道路の情報を取得する際に、該リンクマッチング表における各格子と道路の情報との対応関係を利用して、該移動体が位置する格子に対応づけられている道路の情報を、その格子領域を包括する所定の領域に存在する道路の情報で補完する。   Candidate road information acquisition means 31, when the position information of the moving body is input, the road information associated with the grid where the moving body is located in the link matching table, the candidate road information acquisition means 31 It is a means to acquire (read) as the information. When the link matching table complementing means 12 acquires information on the road associated with the grid on which the moving object is located from the link matching table stored in the link matching table storage means 11, each link matching table in the link matching table Using the correspondence between the grid and the road information, the road information associated with the grid where the moving body is located is supplemented with the road information existing in a predetermined area including the grid area. .

リンクマッチング表補完手段12は、例えば、候補道路情報取得手段31でリンクマッチング表記憶手段11に記憶されているリンクマッチング表から移動体が位置する格子に対応づけられている道路の情報を取得する処理において、その格子に対応づけられている道路の情報だけでなく、該リンクマッチング表においてその格子の近傍の格子に対応づけられている道路の情報を併せて読み出すようにすることで、移動体が位置する格子に対応づけられる道路の情報を補完してもよい。なお、近傍の格子に対応づけられている道路の情報のうち所定の条件を満たした道路の情報だけを併せて読み出すようにしてもよい。また、リンクマッチング表補完手段12は、対象とした格子に1つも道路の情報が対応づけられていない場合にのみ、近傍の格子に対応づけられている道路の情報を併せて読み出すようにしてもよい。   The link matching table complementing unit 12 acquires, for example, information on roads associated with the grid where the moving object is located from the link matching table stored in the link matching table storage unit 11 by the candidate road information acquiring unit 31. In the processing, not only the road information associated with the grid but also the road information associated with the grid in the vicinity of the grid in the link matching table is read together, so that the mobile object The road information associated with the grid where the is located may be supplemented. Note that only road information satisfying a predetermined condition among road information associated with neighboring grids may be read together. In addition, the link matching table complementing unit 12 may also read the road information associated with the neighboring grids only when no road information is associated with the target grid. Good.

このような構成において、リンクマッチング手段23は、移動体の位置情報が入力されると、該移動体の位置情報と、候補道路情報取得手段31によってリンクマッチング表記憶手段11に記憶されているリンクマッチング表から取得された該移動体が位置している格子に対応づけられている道路の情報とに基づいて、該移動体の位置する道路を特定する。他の点に関しては、図2に示す例と同様でよい。   In such a configuration, when the position information of the moving body is input, the link matching means 23 and the link stored in the link matching table storage means 11 by the candidate road information acquisition means 31 when the position information of the moving body is input. The road on which the moving body is located is specified based on the road information associated with the grid on which the moving body is located obtained from the matching table. Other points may be the same as the example shown in FIG.

以下、より具体的な実施形態を図面を参照して説明する。   Hereinafter, more specific embodiments will be described with reference to the drawings.

実施形態1.
図5は、本発明による第1の実施形態のリンクマッチングシステムの構成例を示す説明図である。図5に示すリンクマッチングシステムは、リンクマッチング表生成装置100と、リンクマッチング実行装置200とを備える。なお、リンクマッチング表生成装置100と、リンクマッチング実行装置200とは通信可能に接続されている。
Embodiment 1. FIG.
FIG. 5 is an explanatory diagram illustrating a configuration example of the link matching system according to the first embodiment of this invention. The link matching system shown in FIG. 5 includes a link matching table generation device 100 and a link matching execution device 200. The link matching table generation device 100 and the link matching execution device 200 are connected to be communicable.

リンクマッチング表生成装置100は、地図情報記憶装置101と、リンクマッチング表生成手段102と、格子補完部103とを備える。また、格子補完部103は、近傍格子補完手段1031を含む。   The link matching table generation device 100 includes a map information storage device 101, a link matching table generation unit 102, and a lattice complement unit 103. The lattice complementing unit 103 includes a neighboring lattice complementing unit 1031.

地図情報記憶装置101は、地図情報を記憶する。ここで、地図情報は、少なくとも所定の地図領域に存在する道路の位置情報を含む情報である。   The map information storage device 101 stores map information. Here, the map information is information including position information of roads existing in at least a predetermined map area.

リンクマッチング表生成手段102は、リンクマッチング表を生成する。リンクマッチング表生成手段102が生成するリンクマッチング表は、地図情報における所定の地図領域を格子分割した各格子に対し、格子領域に存在する道路の情報を対応づけた情報である。   The link matching table generation unit 102 generates a link matching table. The link matching table generated by the link matching table generating unit 102 is information in which information on roads existing in the grid area is associated with each grid obtained by dividing a predetermined map area in the map information.

格子補完部103は、リンクマッチング表生成手段102が生成したリンクマッチング表の各格子に対応づけられている道路の情報を補完する。具体的には、近傍格子補完手段1031が、リンクマッチング表生成手段102が生成したリンクマッチング表の各格子に対応づけられている道路の情報を、該格子に対応づけられている道路の情報とその格子の近傍の格子に対応づけられている道路の情報との和で更新する。   The lattice complementing unit 103 supplements road information associated with each lattice of the link matching table generated by the link matching table generating unit 102. Specifically, the neighboring grid complementing unit 1031 uses the road information associated with each grid of the link matching table generated by the link matching table generating unit 102 as the road information associated with the grid. The information is updated with the sum of the road information associated with the lattice in the vicinity of the lattice.

図6は、地図情報記憶装置101が記憶する地図情報の例を示す説明図である。地図情報は、例えば、図6(a)に示すような道路情報表と、図6(b)に示すような道路端点表とによって構成されていてもよい。道路情報表は、地図領域上の道路を一意に識別する識別子である道路IDと、道路の位置を特定するための端点情報とを対応づけた情報である。図6(a)に示す例では、端点情報として、道路の2つの端点(頂点1,頂点2)にそれぞれ割り当てられている地図領域上の端点を一意に識別する識別子である端点IDが対応づけられている。道路端点表は、道路情報表に含まれる端点について、端点IDと、端点の位置情報とを対応づけた情報である。図6(b)に示す例では、端点の位置情報を、地図上の領域に導入した直交座標系のX座標とY座標とで与えている。地図上の道路は、このような道路情報表と道路端点表とによって、グラフで表現される。   FIG. 6 is an explanatory diagram illustrating an example of map information stored in the map information storage device 101. The map information may be composed of, for example, a road information table as shown in FIG. 6 (a) and a road end point table as shown in FIG. 6 (b). The road information table is information in which a road ID that is an identifier for uniquely identifying a road on a map area is associated with end point information for specifying the position of the road. In the example shown in FIG. 6A, as the end point information, end point IDs that are identifiers for uniquely identifying the end points on the map area respectively assigned to the two end points (vertex 1 and apex 2) of the road are associated with each other. It has been. The road end point table is information in which end point IDs and end point position information are associated with each other for the end points included in the road information table. In the example shown in FIG. 6B, the position information of the end points is given by the X coordinate and Y coordinate of the orthogonal coordinate system introduced into the area on the map. The road on the map is represented in a graph by such a road information table and a road end point table.

リンクマッチング実行装置200は,リンクマッチング表記憶装置201と、移動体位置情報入力手段202と、リンクマッチング手段203と、道路情報出力手段204とを備える。   The link matching execution device 200 includes a link matching table storage device 201, a moving body position information input unit 202, a link matching unit 203, and a road information output unit 204.

リンクマッチング表記憶装置201は、リンクマッチング処理で使用するリンクマッチング表を記憶する。リンクマッチング表は、地図領域を格子分割した時の格子とそれに対応づけられた道路集合の集合を示す情報である。本実施形態では、リンクマッチング表記憶装置201は、リンクマッチング表生成装置100が生成したリンクマッチング表を記憶する。   The link matching table storage device 201 stores a link matching table used in the link matching process. The link matching table is information indicating a set of a set of roads and a grid when the map area is divided into grids. In the present embodiment, the link matching table storage device 201 stores the link matching table generated by the link matching table generation device 100.

図7は、リンクマッチング表のデータ構造を図示した説明図である。図7に示す例では、リンクマッチング表を、格子を表す番号の組を添字とする道路集合の2次元配列で表している。なお、リンクマッチング表記憶装置201は、地図上の点から格子を決定するためのパラメタとして、左端の点P0の座標(x0,y0)と、格子の辺の長さwと高さhも記憶している。図7において、R1,R2,R3,R4,R5,R6,R7は、道路情報表における道路IDである。また、道路集合を、要素である道路の道路IDを列挙し、中括弧で囲んで表記している。例えば、図7では、格子(1,2)の道路集合として{R1,R2,R3}が示されていることから、道路ID=R1,R2,R3の道路が格子(1,2)に対応づけられていることがわかる。   FIG. 7 is an explanatory diagram illustrating the data structure of the link matching table. In the example illustrated in FIG. 7, the link matching table is represented by a two-dimensional array of road sets with a set of numbers representing a lattice as subscripts. The link matching table storage device 201 also stores the coordinates (x0, y0) of the leftmost point P0, the length w and the height h of the side of the grid as parameters for determining the grid from the points on the map. doing. In FIG. 7, R1, R2, R3, R4, R5, R6, and R7 are road IDs in the road information table. In addition, road IDs of roads that are elements are listed and enclosed in braces. For example, in FIG. 7, {R1, R2, R3} is shown as the road set of the grid (1, 2), so the roads with road ID = R1, R2, R3 correspond to the grid (1, 2). You can see that it is attached.

移動体位置情報入力手段202は,移動体の位置情報を入力する。移動体の位置情報を入力するタイミングは、移動体が持つGPSなどの測定機器から移動体の位置情報が発信される毎でも、発信されたデータを一定時間分蓄えて一定周期間隔としても、本システムから移動体の位置情報を問い合わせ、その応答を受け取った時でもよい。図8は移動体の位置情報の例を示す説明図である。図8に示すように、移動体の位置情報は、移動体を識別する移動体IDと、地図領域における移動体の位置のX座標とY座標とを含む情報であってもよい。なお、これ以外の情報を含んでいてもよい。   The moving body position information input unit 202 inputs position information of the moving body. The timing for inputting the position information of the moving object can be set every time the position information of the moving object is transmitted from a measuring device such as GPS, or even if the transmitted data is stored for a certain period of time, It may be when the mobile device position information is inquired from the system and a response is received. FIG. 8 is an explanatory diagram illustrating an example of position information of a moving object. As shown in FIG. 8, the position information of the moving body may be information including a moving body ID for identifying the moving body and the X and Y coordinates of the position of the moving body in the map area. Note that information other than this may be included.

リンクマッチング手段203は、移動体位置情報入力手段202によって入力される移動体の位置情報と、リンクマッチング表記憶装置201に記憶されているリンクマッチング表において該移動体が位置している格子に対応づけられている道路集合とに基づいて、該移動体の位置する道路を特定する。   The link matching means 203 corresponds to the position information of the moving body input by the moving body position information input means 202 and the grid where the moving body is located in the link matching table stored in the link matching table storage device 201. Based on the attached road set, the road on which the moving body is located is specified.

道路情報出力手段204は、リンクマッチング手段203によって特定された道路の情報を出力する。   The road information output unit 204 outputs information on the road specified by the link matching unit 203.

なお、本実施形態は、図3に示した構成例のより具体的な実施形態である。本実施形態では、リンクマッチング表生成手段102が、図3におけるリンクマッチング表生成手段21に相当する。また、格子補完部103が、図3におけるリンクマッチング表補完手段12に相当する。また、リンクマッチング表記憶装置201が、図3におけるリンクマッチング表記憶手段11に相当する。また、移動体位置情報入力手段202が、図3における移動体位置情報入力手段22に相当する。また、リンクマッチング手段203が、図3におけるリンクマッチング手段23に相当する。また、道路情報出力手段204が、図3における道路情報出力手段24に相当する。   This embodiment is a more specific embodiment of the configuration example shown in FIG. In the present embodiment, the link matching table generation unit 102 corresponds to the link matching table generation unit 21 in FIG. The lattice complementing unit 103 corresponds to the link matching table complementing unit 12 in FIG. Further, the link matching table storage device 201 corresponds to the link matching table storage unit 11 in FIG. Further, the moving body position information input means 202 corresponds to the moving body position information input means 22 in FIG. Further, the link matching means 203 corresponds to the link matching means 23 in FIG. Further, the road information output means 204 corresponds to the road information output means 24 in FIG.

なお、地図情報記憶装置101は、例えば、リンクマッチング表生成装置100が備えるメモリ、磁気ディスク等の記憶装置によって実現される。また、リンクマッチング表生成手段102、格子補完部103は、例えば、リンクマッチング表生成装置100が備えるCPU等のプログラムに従って動作するプロセッサによって実現される。また、リンクマッチング表記憶装置201は、例えば、リンクマッチング実行装置100が備えるメモリ、磁気ディスク等の記憶装置によって実現される。また、移動体位置情報入力手段202は、例えば、リンクマッチング実行装置100が備えるネットワークカード等の情報受信装置によって実現される。また、リンクマッチング手段203は、例えば、リンクマッチング実行装置100が備えるCPU等のプログラムに従って動作するプロセッサによって実現される。また、道路情報出力手段204は、例えば、リンクマッチング実行装置100が備えるネットワークカード等の情報送信装置やディスプレイ等の出力装置によって実現される。   The map information storage device 101 is realized by a storage device such as a memory or a magnetic disk provided in the link matching table generation device 100, for example. In addition, the link matching table generating unit 102 and the lattice complementing unit 103 are realized by a processor that operates according to a program such as a CPU provided in the link matching table generating apparatus 100, for example. The link matching table storage device 201 is realized by a storage device such as a memory or a magnetic disk provided in the link matching execution device 100, for example. Moreover, the mobile body location information input unit 202 is realized by an information receiving device such as a network card provided in the link matching execution device 100, for example. Moreover, the link matching means 203 is implement | achieved by the processor which operate | moves according to programs, such as CPU with which the link matching execution apparatus 100 is provided, for example. Moreover, the road information output means 204 is implement | achieved by output devices, such as information transmitters, such as a network card with which the link matching execution apparatus 100 is provided, and a display, for example.

なお、リンクマッチング実行装置201が移動体自身に組み込まれるような場合には、移動体位置情報入力手段202は、移動体が備えるGPS受信装置によって実演される場合がある。なお、リンクマッチング実行装置201が移動体自身に組み込まれるような場合には、リンクマッチング表記憶装置201は、移動体からアクセス可能なネットワーク上のデータベース装置によって実現されていてもよい。   When the link matching execution device 201 is incorporated in the mobile body itself, the mobile body position information input unit 202 may be demonstrated by a GPS receiver provided in the mobile body. When the link matching execution device 201 is incorporated in the mobile body itself, the link matching table storage device 201 may be realized by a database device on a network accessible from the mobile body.

次に、図9のフローチャートを参照して本実施形態の動作を説明する。図9は、本実施形態のリンクマッチングシステム全体の動作の一例を示すフローチャートである。本実施形態のリンクマッチングシステムでは、まず、リンクマッチング表生成装置100がステップS101〜S104により、リンクマッチング表を生成する。そして、リンクマッチング実行装置200が、リンクマッチング表生成装置100により生成されたリンクマッチング表を使用し、ステップS111〜S115でリンクマッチング処理を行う。   Next, the operation of this embodiment will be described with reference to the flowchart of FIG. FIG. 9 is a flowchart showing an example of the operation of the entire link matching system of this embodiment. In the link matching system of the present embodiment, first, the link matching table generation device 100 generates a link matching table through steps S101 to S104. Then, the link matching execution device 200 uses the link matching table generated by the link matching table generation device 100, and performs link matching processing in steps S111 to S115.

具体的には、まず、リンクマッチング表生成装置100のリンクマッチング表生成手段102が、地図情報記憶装置101から地図領域内に存在する各道路の位置を特定するための端点情報を取得し(ステップS101)、地図領域を格子分割した各格子に対しそれぞれ格子領域内に存在する道路の情報を対応づけたリンクマッチング表を生成する(ステップS102)。次に、格子補完部103で、リンクマッチング表生成手段102が生成したリンクマッチング表を補完する(ステップS103)。格子補完部103では、近傍格子補完手段1031が、各格子について該格子の近隣格子に対応づけられた道路集合を用いてリンクマッチング表を補完する。そして、補完後のリンクマッチング表をリンクマッチング実行装置200に出力し、リンクマッチング実行装置200のリンクマッチング表記憶装置201に記憶させる(ステップS104)。   Specifically, first, the link matching table generating means 102 of the link matching table generating device 100 acquires end point information for specifying the position of each road existing in the map area from the map information storage device 101 (step S101), a link matching table is generated in which road information existing in each grid area is associated with each grid obtained by dividing the map area (step S102). Next, the lattice complementing unit 103 supplements the link matching table generated by the link matching table generating unit 102 (step S103). In the lattice complementing unit 103, the neighboring lattice complementing unit 1031 supplements the link matching table using the road set associated with the neighboring lattice of the lattice for each lattice. Then, the complemented link matching table is output to the link matching execution device 200 and stored in the link matching table storage device 201 of the link matching execution device 200 (step S104).

次に、リンクマッチング実行装置200の動作を説明する。まず、リンクマッチング手段203は、予めリンクマッチング表記憶装置201からリンクマッチング表を読み込んでおく(ステップS111)。なお、リンクマッチング手段203は、移動体の位置情報が入力された際に、その都度リンクマッチング表記憶装置201から必要な格子に対応づけられている道路の情報を読み込むようにすることも可能である。以下、移動体の位置情報の入力が終了するまで、次の処理を繰り返し行う(ステップS112)。   Next, the operation of the link matching execution device 200 will be described. First, the link matching means 203 reads a link matching table from the link matching table storage device 201 in advance (step S111). The link matching means 203 can also read the road information associated with the required grid from the link matching table storage device 201 each time the position information of the moving object is input. is there. Thereafter, the next process is repeated until the input of the position information of the moving object is completed (step S112).

まず、移動体位置情報入力手段202が、移動体の位置情報を入力する(ステップS113)。次に、リンクマッチング手段203は、移動体の座標がどの道路上にあるのかを特定するリンクマッチング処理を行う(ステップS114)。リンクマッチング手段203は、移動体の位置情報に基づき、地図領域を格子分割した格子のどこに移動体が位置するかを求め、リンクマッチング表においてその移動体が位置する格子に対応づけられている道路の情報を候補にして、移動体の座標がどの道路上にあるのかを特定する。そして、道路情報出力手段204が、リンクマッチング処理の結果得られた道路の情報を出力する(ステップS115)。この一連の処理(ステップS113〜115)を、移動体の位置情報の入力される度に繰り返し行う。   First, the moving body position information input unit 202 inputs position information of the moving body (step S113). Next, the link matching means 203 performs a link matching process for specifying on which road the coordinates of the moving object are located (step S114). The link matching means 203 obtains where the moving body is located on the grid obtained by dividing the map area based on the position information of the moving body, and the road corresponding to the grid where the moving body is located in the link matching table. This information is used as a candidate to identify on which road the coordinates of the moving object are located. Then, the road information output unit 204 outputs road information obtained as a result of the link matching process (step S115). This series of processing (steps S113 to S115) is repeated every time position information of the moving body is input.

次に、図10のフローチャートを参照して、図9のステップS102におけるリンクマッチング表生成手段102の動作(リンクマッチング表補完処理)をより具体的に説明する。図10は、リンクマッチング表生成手段102の動作例を示すフローチャートである。ここでは、図11に示す地図領域を例に説明する。図11は、地図領域の例を示す説明図である。図11に示す地図領域上には、道路ID=R1〜R13の道路が存在している。なお、図11に示す地図領域では、左下の点P0を(x0,y0)とするxy直交座標系が導入されている。この座標系により、x座標として経度を、y座標として経度を用いて近似することが可能である。   Next, the operation (link matching table complementing process) of the link matching table generating unit 102 in step S102 of FIG. 9 will be described more specifically with reference to the flowchart of FIG. FIG. 10 is a flowchart showing an operation example of the link matching table generating unit 102. Here, the map area shown in FIG. 11 will be described as an example. FIG. 11 is an explanatory diagram illustrating an example of a map area. On the map area shown in FIG. 11, roads with road IDs = R1 to R13 exist. In the map area shown in FIG. 11, an xy orthogonal coordinate system having the lower left point P0 as (x0, y0) is introduced. With this coordinate system, it is possible to approximate using longitude as the x coordinate and longitude as the y coordinate.

図10に示すように、リンクマッチング表生成手段102は、リンクマッチング表を生成する処理を開始する際に、まず地図情報記憶装置101から、地図領域内に存在する各道路の位置を特定するための端点情報を取得する。ここでは、道路情報表に登録されている道路ID毎に、道路端点表からその道路の端点の座標を取得する(ステップS1021)。なお、この動作は、図9においてステップS101として示めされている。   As shown in FIG. 10, when the link matching table generating unit 102 starts the process of generating the link matching table, first, the map matching table generating unit 102 specifies the position of each road existing in the map area from the map information storage device 101. Get end point information for. Here, for each road ID registered in the road information table, the coordinates of the end point of the road are acquired from the road end point table (step S1021). This operation is shown as step S101 in FIG.

次に、リンクマッチング表生成手段102は、地図領域を格子領域に分割する(ステップS1022)。図12は、地図領域を格子領域に分割した様を模式的に示した説明図である。図12に示す例では、図11に示した地図領域を5×5の格子で分割している。リンクマッチング表生成手段102は、例えば、点P0を起点として、x座標,y座標をそれぞれパラメタw,hにより等間隔に分割することで、格子分割を行ってもよい。なお、パラメタw,hは、それぞれ予め与えられた格子の幅(x軸方向の大きさ),格子の高さ(y軸方向の大きさ)である。   Next, the link matching table generation unit 102 divides the map area into lattice areas (step S1022). FIG. 12 is an explanatory diagram schematically showing a state in which the map area is divided into lattice areas. In the example shown in FIG. 12, the map area shown in FIG. 11 is divided by a 5 × 5 grid. For example, the link matching table generation unit 102 may perform grid division by dividing the x coordinate and the y coordinate at equal intervals by using the parameters w and h, starting from the point P0. The parameters w and h are a predetermined grid width (size in the x-axis direction) and grid height (size in the y-axis direction), respectively.

次に、リンクマッチング表生成手段102は、各道路について、端点の座標から、その道路がどの格子領域に含まれているかを求める(ステップS1023)。例えば、リンクマッチング表生成手段102は、対象とする道路の2つの端点の座標から、その道路と交わる格子の辺が存在するか否かを判定し、存在する場合にその辺を持つ格子の格子領域にその道路が含まれるとすればよい。一方、道路と交わる格子の辺が存在しない場合には、その道路は1つの格子領域内にあるとして、その1つの格子領域にのみその道路が含まれるとすればよい。図12に示す例では、例えば、道路ID=R1の道路は、格子(0,2)と格子(0,3)の間の辺と、格子(0,3)と格子(0,4)の間の辺とを横切っており、格子(0,2),(0,3),(0,4)の3つの格子領域に含まれていると求まる。また、例えば、道路ID=R11の道路は、いずれの辺とも交差しないため、その道路の端点が位置する格子(0,0)の領域に含まれていると求まる。リンクマッチング表生成手段102は、対象とした道路が格子領域に含まれているとされた格子に対応づける道路集合に、当該対象とした道路の道路IDを加えていくことによって、リンクマッチング表を生成する(ステップS1024)。図13は、図12に示す例から生成されるリンクマッチング表を模式的に示した説明図である。例えば、図13には、格子(0,0)に対応づけられている道路集合が{R7,R8,R11,R12}であることが示されている。また、例えば、格子(0,1)に対応づけられている道路集合が{R7}であることが示されている。なお、ここで生成されるリンクマッチング表は、地図領域を格子分割した格子と、格子領域に存在する道路の情報とを対応づけたものである。   Next, the link matching table generation unit 102 obtains for each road, from which of the coordinates of the end points, which lattice region the road is included (step S1023). For example, the link matching table generation unit 102 determines whether or not a grid side intersecting with the road exists from the coordinates of the two end points of the target road, and if it exists, the grid of the grid having that side. The road may be included in the area. On the other hand, if there is no grid side that intersects with the road, it is assumed that the road is in one grid area and that the road is included only in the one grid area. In the example shown in FIG. 12, for example, the road with the road ID = R1 has an edge between the grid (0, 2) and the grid (0, 3), and the grid (0, 3) and the grid (0, 4). It is found that it is included in three lattice regions of lattices (0, 2), (0, 3), and (0, 4). Further, for example, since the road with the road ID = R11 does not intersect any side, it is determined that the road is included in the area of the grid (0, 0) where the end point of the road is located. The link matching table generation unit 102 adds the road ID of the target road to the road set associated with the grid in which the target road is included in the grid area, thereby generating the link matching table. Generate (step S1024). FIG. 13 is an explanatory diagram schematically showing a link matching table generated from the example shown in FIG. For example, FIG. 13 shows that the road set associated with the grid (0, 0) is {R7, R8, R11, R12}. In addition, for example, it is indicated that the road set associated with the grid (0, 1) is {R7}. The link matching table generated here associates a grid obtained by dividing a map area with information on roads existing in the grid area.

次に、図14のフローチャートを参照して、図9のステップS103における格子補完部103の動作をより具体的に説明する。図14は、格子補完部103の動作例を示すフローチャートである。図14に示すように、まず、格子補完部103は、リンクマッチング表生成手段102が生成したリンクマッチング表を読み込む(ステップS1031)。リンクマッチング表が読み込まれると、格子補完部103は、近傍格子補完手段1031に対して、リンクマッチング表に登録されている各格子を指定して、補完処理を行わせる。近傍格子補完手段1031は、指定された格子に対応づけられている道路集合に、リンクマッチング表生成手段102が生成したリンクマッチング表においてその格子の近傍の格子に対応づけられている道路集合を加えることによって、新たな道路集合を生成すればよい(ステップS1032)。格子補完部103は、リンクマッチング表生成手段102が生成したリンクマッチング表に登録されている全ての格子について補完処理を行った結果作られたリンクマッチング表を出力する(ステップS1033)。   Next, the operation of the lattice complementing unit 103 in step S103 of FIG. 9 will be described more specifically with reference to the flowchart of FIG. FIG. 14 is a flowchart illustrating an operation example of the lattice complementing unit 103. As shown in FIG. 14, first, the lattice complementing unit 103 reads the link matching table generated by the link matching table generating unit 102 (step S1031). When the link matching table is read, the lattice complementing unit 103 causes the neighboring lattice complementing unit 1031 to specify each lattice registered in the link matching table and perform complementation processing. The neighborhood grid complementing unit 1031 adds the road set associated with the grid in the vicinity of the grid in the link matching table generated by the link matching table generating unit 102 to the road set associated with the designated grid. Thus, a new road set may be generated (step S1032). The lattice complementing unit 103 outputs a link matching table created as a result of performing the complementing process for all lattices registered in the link matching table generated by the link matching table generating unit 102 (step S1033).

図15は、図13に示すリンクマッチング表に対し補完処理を行った結果得られるリンクマッチング表を模式的に示す説明図である。ステップS1032において、近傍格子補完手段1031は、例えば、指定された格子(i,j)について、隣接する8個の格子を使用して、次の式で示される道路集合R’(i,j)を生成すればよい。ここで、地図領域が横m×縦nの格子により分割されているとし、読み込んだリンクマッチング表における格子(i,j)に対応づけられる道路集合をR(i,j)(0≦i≦m−1,0≦j≦n−1)と表す。   FIG. 15 is an explanatory diagram schematically showing a link matching table obtained as a result of performing the complementing process on the link matching table shown in FIG. In step S1032, the neighboring lattice complementing unit 1031 uses, for example, eight adjacent lattices for the designated lattice (i, j), and a road set R ′ (i, j) represented by the following equation: Should be generated. Here, it is assumed that the map area is divided by a grid of horizontal m × vertical n, and a road set associated with the grid (i, j) in the read link matching table is R (i, j) (0 ≦ i ≦ m−1, 0 ≦ j ≦ n−1).

・1≦i≦m−2,1≦j≦n−2の場合
R’(i,j) = R(i−1,j−1) ∪
R(i−1,j) ∪
R(i−1,j+1) ∪
R(i,j−1) ∪
R(i,j) ∪
R(i,j+1) ∪
R(i+1,j−1) ∪
R(i+1,j) ∪
R(i+1,j+1)
When 1 ≦ i ≦ m−2 and 1 ≦ j ≦ n−2 R ′ (i, j) = R (i−1, j−1) −1
R (i-1, j) ∪
R (i-1, j + 1) ∪
R (i, j-1) ∪
R (i, j) ∪
R (i, j + 1) ∪
R (i + 1, j-1) ∪
R (i + 1, j) ∪
R (i + 1, j + 1)

・i=0,j=0の場合
R’(i,j) = R(i,j) ∪
R(i,j+1) ∪
R(i+1,j) ∪
R(i+1,j+1)
When i = 0 and j = 0 R ′ (i, j) = R (i, j) ∪
R (i, j + 1) ∪
R (i + 1, j) ∪
R (i + 1, j + 1)

・i=0,1≦j≦n−2の場合
R’(i,j) = R(i,j−1) ∪
R(i,j) ∪
R(i,j+1) ∪
R(i+1,j−1) ∪
R(i+1,j) ∪
R(i+1,j+1)
When i = 0, 1 ≦ j ≦ n−2 R ′ (i, j) = R (i, j−1) ∪
R (i, j) ∪
R (i, j + 1) ∪
R (i + 1, j-1) ∪
R (i + 1, j) ∪
R (i + 1, j + 1)

・i=0,j=n−1の場合
R’(i,j) = R(i,j−1) ∪
R(i,j) ∪
R(i+1,j−1) ∪
R(i+1,j)
When i = 0 and j = n−1 R ′ (i, j) = R (i, j−1) ∪
R (i, j) ∪
R (i + 1, j-1) ∪
R (i + 1, j)

・1≦i≦m−2,j=0の場合
R’(i,j) = R(i−1,j) ∪
R(i−1,j+1) ∪
R(i,j) ∪
R(i,j+1) ∪
R(i+1,j) ∪
R(i+1,j+1)
When 1 ≦ i ≦ m−2 and j = 0 R ′ (i, j) = R (i−1, j) ∪
R (i-1, j + 1) ∪
R (i, j) ∪
R (i, j + 1) ∪
R (i + 1, j) ∪
R (i + 1, j + 1)

・1≦i≦m−2,j=n−1の場合
R’(i,j) = R(i−1,j−1) ∪
R(i−1,j) ∪
R(i,j−1) ∪
R(i,j) ∪
R(i+1,j−1) ∪
R(i+1,j)
When 1 ≦ i ≦ m−2 and j = n−1 R ′ (i, j) = R (i−1, j−1) ∪
R (i-1, j) ∪
R (i, j-1) ∪
R (i, j) ∪
R (i + 1, j-1) ∪
R (i + 1, j)

・i=m−1,j=0の場合
R’(i,j) = R(i−1,j) ∪
R(i−1,j+1) ∪
R(i,j) ∪
R(i,j+1)
When i = m−1 and j = 0 R ′ (i, j) = R (i−1, j) ∪
R (i-1, j + 1) ∪
R (i, j) ∪
R (i, j + 1)

・i=m−1,1≦j≦n−2の場合
R’(i,j) = R(i−1,j−1) ∪
R(i−1,j) ∪
R(i−1,j+1) ∪
R(i,j−1) ∪
R(i,j) ∪
R(i,j+1)
When i = m−1, 1 ≦ j ≦ n−2 R ′ (i, j) = R (i−1, j−1) ∪
R (i-1, j) ∪
R (i-1, j + 1) ∪
R (i, j-1) ∪
R (i, j) ∪
R (i, j + 1)

・i=m−1,j=n−1の場合
R’(i,j) = R(i−1,j−1) ∪
R(i−1,j) ∪
R(i,j−1) ∪
R(i,j)
When i = m−1 and j = n−1 R ′ (i, j) = R (i−1, j−1) ∪
R (i-1, j) ∪
R (i, j-1) ∪
R (i, j)

上記においては、説明の簡便の為に近傍の格子として、格子(i,j)に隣接する8個の格子(i−1,j−1),(i−1,j),(i−1,j+1),(i,j−1),(i,j+1),(i+1,j−1),(i+1,j),(i+1,j+1)を使用する方法を示したが、これは一例である。例えば、格子(i,j)に対して、その近傍の格子として、隣接する4個の格子(i+1,j),(i−1,j),(i,j+1),(i,j−1)や、近接する12個の格子(i−2,j),(i−1,j−1),(i−1,j),(i−1,j+1),(i,j−2),(i,j−1),(i,j+1),(i,j+2),(i+1,j−1),(i+1,j),(i+1,j+1),(i+2,j)等を使用してもかまわない。   In the above, for convenience of explanation, eight lattices (i−1, j−1), (i−1, j), (i−1) adjacent to the lattice (i, j) are used as neighboring lattices. , J + 1), (i, j−1), (i, j + 1), (i + 1, j−1), (i + 1, j), (i + 1, j + 1) are shown as an example. is there. For example, with respect to the lattice (i, j), four neighboring lattices (i + 1, j), (i−1, j), (i, j + 1), (i, j−1) as neighboring lattices. ) Or 12 adjacent lattices (i−2, j), (i−1, j−1), (i−1, j), (i−1, j + 1), (i, j−2) , (I, j-1), (i, j + 1), (i, j + 2), (i + 1, j-1), (i + 1, j), (i + 1, j + 1), (i + 2, j) etc. It doesn't matter.

次に、図16のフローチャートを参照して、図9のステップS114におけるリンクマッチング手段203の動作(リンクマッチング処理)をより具体的に説明する。図16は、リンクマッチング手段203によるリンクマッチング処理フローの一例を示すフローチャートである。図16に示すように、リンクマッチング手段203は、移動体位置情報入力手段202を介して、移動体の位置情報として、移動体が位置する座標を取得する(ステップS1141)。なお、この動作は、図9においてステップS113として示めされている。   Next, the operation (link matching process) of the link matching unit 203 in step S114 of FIG. 9 will be described more specifically with reference to the flowchart of FIG. FIG. 16 is a flowchart illustrating an example of a flow of link matching processing by the link matching unit 203. As illustrated in FIG. 16, the link matching unit 203 acquires the coordinates where the moving body is located as the position information of the moving body via the moving body position information input unit 202 (step S1141). This operation is shown as step S113 in FIG.

移動体が位置する座標を取得すると、リンクマッチング手段203は、移動体の座標から、移動体の位置する格子を特定する(ステップS1142)。リンクマッチング手段203は、例えば、次のような方法で移動体の位置する格子(具移動体の位置する格子領域をもつ格子)を特定すればよい。まず、取得した移動体の座標を(x,y)、地図領域の左下端の座標を(x0,y0)、格子の横方向の幅をw、縦方向の高さをhとおく。なお、地図領域には直交座標系が導入されているものとする。この時、移動体の位置に対応する格子を(i,j)とすると、格子(i,j)は、i=(x−x0)/w,j=(y−y0)/hを満たす最大の整数として求められる。リンクマッチング手段203は、移動体の位置する格子を求めると、リンクマッチング表から移動体の位置する格子に対応づけられている道路集合を取得する。リンクマッチング手段203は、ここで取得した道路集合に含まれる道路の情報を用いて、移動体が位置する道路を特定する。   When the coordinates at which the moving body is located are acquired, the link matching means 203 identifies the grid where the moving body is located from the coordinates of the moving body (step S1142). For example, the link matching unit 203 may specify a grid (a grid having a grid area where the moving object is located) where the moving object is located by the following method. First, the coordinates of the acquired moving object are (x, y), the coordinates of the lower left corner of the map area are (x0, y0), the horizontal width of the grid is w, and the vertical height is h. It is assumed that an orthogonal coordinate system is introduced into the map area. At this time, if the lattice corresponding to the position of the moving object is (i, j), the lattice (i, j) is the maximum satisfying i = (x−x0) / w, j = (y−y0) / h. It is calculated as an integer. When the link matching unit 203 obtains the grid on which the moving body is located, the link matching unit 203 acquires a road set associated with the grid on which the moving body is located from the link matching table. The link matching means 203 specifies the road where the moving body is located by using the road information included in the road set acquired here.

次に、リンクマッチング手段203は、取得した道路集合に含まれる道路の本数を判定する(ステップS1143)。道路集合に含まれる道路の本数が1本である場合、すなわち、道路集合の要素本数が1本である場合には(ステップS1143のYes)、その道路を移動体が位置する道路として特定し、結果を出力する(ステップS1146)。   Next, the link matching unit 203 determines the number of roads included in the acquired road set (step S1143). If the number of roads included in the road set is 1, that is, if the number of elements in the road set is 1 (Yes in step S1143), the road is identified as the road where the moving body is located, The result is output (step S1146).

一方、道路が複数本存在する場合には(ステップS1143のNo)、それら各道路と移動体との間の距離を計算し(ステップS1144)、距離が最小であった道路を、移動体が位置する道路として特定する(ステップS1145)。この場合、その距離が最小の道路を特定結果として出力する(ステップS1146)。リンクマッチング手段203は、道路情報と移動体の位置情報に方向を表わす情報が付加されている場合には、道路と移動体との距離比較に加え、移動体の進行方向と道路の方向の比較による距離比較の候補の絞り込みを併用してもよい。   On the other hand, when there are a plurality of roads (No in step S1143), the distance between each road and the moving object is calculated (step S1144), and the moving object is positioned on the road having the smallest distance. Is identified as a road to be operated (step S1145). In this case, the road with the smallest distance is output as the specified result (step S1146). The link matching unit 203 compares the distance between the road and the moving body and, in addition to comparing the distance between the road and the moving body, if the road information and the position information of the moving body are added, Narrowing down candidates for distance comparison by may be used in combination.

以上のように、本実施形態によれば、格子に対応づける道路集合として、その格子の領域内に存在する道路に加えて、近傍の格子の格子領域に存在する道路も含んでいるため、移動体の座標の誤差により、実際の移動体の位置ではなく近傍の格子に位置する座標として入力された場合や、道路の位置の誤差により、道路の存在する格子にずれがある場合にでも、入力データのクレンジング(除去や補正)によって候補とする道路情報を再抽出する等の処理を行うことなく、短時間で正しい道路を決定することができる。   As described above, according to the present embodiment, as a set of roads associated with a grid, in addition to roads existing in the grid area, roads existing in a grid area of a nearby grid are included, Even when the coordinates of the road are not entered due to errors in the coordinates of the body, but are input as coordinates located in a nearby grid, or when there is a shift in the grid where the road exists due to errors in the position of the road A correct road can be determined in a short time without performing processing such as re-extracting candidate road information by data cleansing (removal or correction).

実施形態2.
次に、本発明の第2の実施形態について説明する。図17は、本発明による第2の実施形態のリンクマッチングシステムの構成例を示す説明図である。なお、図17において第1の実施形態と同じ構成部分については、図5と同じ符号を付し説明を省略する。図17に示すように、本実施形態のリンクマッチングシステムは、リンクマッチング表生成装置100が、リンクマッチング表生成手段102と格子補完部103とに代わり、円板式リンクマッチング表生成手段1021と、円板パラメタ入力手段1022とを備える。
Embodiment 2. FIG.
Next, a second embodiment of the present invention will be described. FIG. 17 is an explanatory diagram illustrating a configuration example of the link matching system according to the second embodiment of this invention. In FIG. 17, the same components as those in the first embodiment are denoted by the same reference numerals as those in FIG. As shown in FIG. 17, in the link matching system of this embodiment, the link matching table generating device 100 replaces the link matching table generating unit 102 and the lattice complementing unit 103 with a disc type link matching table generating unit 1021 and a circle. Plate parameter input means 1022.

円板式リンクマッチング表生成手段1021は、地図領域を格子分割し、各格子に対応づける道路集合を、対象とする格子の中心を中心とする与えられた半径の円板領域内に存在する道路の集合として生成する。円板式リンクマッチング表生成手段1021は、対象とする格子の中心から与えられた半径の円板領域内に各道路が存在しているか否かを判断することによって道路集合を生成すればよい。円板パラメタ入力手段1022は、円板式リンクマッチング表生成手段1021が使用する円板領域の半径を入力する。半径は、人手(ユーザ操作)により与えても、格子サイズとGPSなどによる移動体の位置情報の誤差や地図の誤差を考慮して自動的に決定してもよい。また、道路の密度を考慮して決定してもよい。なお、半径は円板領域が格子領域より大きくなるように決定する。   The disk-type link matching table generation unit 1021 divides the map area into grids, and sets a road set corresponding to each grid to roads existing in a disk area having a given radius centered on the center of the target grid. Generate as a set. The disk-type link matching table generation means 1021 may generate a road set by determining whether or not each road exists in a disk area having a radius given from the center of the target grid. The disk parameter input means 1022 inputs the radius of the disk area used by the disk type link matching table generation means 1021. The radius may be given manually (user operation), or may be automatically determined in consideration of an error in the position information of the moving body by the grid size and GPS, or a map error. Further, it may be determined in consideration of road density. The radius is determined so that the disk region is larger than the lattice region.

なお、本実施形態は、図2に示した構成例のより具体的な実施形態である。本実施形態では、円板式リンクマッチング表生成手段1021が、図2におけるリンクマッチング表生成手段21に相当する。なお、本実施形態における円板式リンクマッチング表生成手段1021には、リンクマッチング表生成手段21の機能と併せて、図2におけるリンクマッチング表補完手段12の機能が組み込まれている。円板式リンクマッチング表生成手段1021は、例えば、リンクマッチング表生成装置100が備えるCPU等のプログラムに従って動作するプロセッサによって実現される。また、円板パラメタ入力手段1022は、例えば、リンクマッチング表生成装置100が備えるCPU等のプログラムに従って動作するプロセッサや、マウスやキーボード等の入力装置によって実現される。   This embodiment is a more specific embodiment of the configuration example shown in FIG. In the present embodiment, the disk-type link matching table generating unit 1021 corresponds to the link matching table generating unit 21 in FIG. Note that the disc-type link matching table generating unit 1021 in the present embodiment incorporates the function of the link matching table complementing unit 12 in FIG. 2 together with the function of the link matching table generating unit 21. The disk-type link matching table generating unit 1021 is realized by a processor that operates according to a program such as a CPU provided in the link matching table generating device 100, for example. The disk parameter input unit 1022 is realized by, for example, a processor that operates according to a program such as a CPU provided in the link matching table generation device 100, or an input device such as a mouse or a keyboard.

次に、図18のフローチャートを参照して本実施形態の動作を説明する。図18は、本実施形態のリンクマッチングシステム全体の動作の一例を示すフローチャートである。なお、図18において第1の実施形態と同様の動作については、図9と同じ符号を付し説明を省略する。   Next, the operation of this embodiment will be described with reference to the flowchart of FIG. FIG. 18 is a flowchart showing an example of the operation of the entire link matching system of this embodiment. In FIG. 18, the same operations as those in the first embodiment are denoted by the same reference numerals as those in FIG.

リンクマッチング表生成装置100の円板式リンクマッチング表生成手段1021は、地図情報記憶装置101から地図領域内に存在する各道路の位置を特定するための端点情報を取得すると(ステップS101)、円板パラメタ入力手段1022から入力されたパラメタを用いて、地図領域を格子分割した各格子に対し当該格子の中心を中心とする与えられた半径の円板領域内に存在する道路の情報を対応づけたリンクマッチング表を生成する(ステップS201)。そして、生成したリンクマッチング表をリンクマッチング実行装置200に出力し、リンクマッチング実行装置200のリンクマッチング表記憶装置201に記憶させる(ステップS104)。   When the disc-type link matching table generating unit 1021 of the link matching table generating device 100 acquires end point information for specifying the position of each road existing in the map area from the map information storage device 101 (step S101), the disc Using the parameters input from the parameter input means 1022, information on roads existing in a disc area having a given radius centered on the center of the grid is associated with each grid obtained by dividing the map area into grids. A link matching table is generated (step S201). Then, the generated link matching table is output to the link matching execution device 200 and stored in the link matching table storage device 201 of the link matching execution device 200 (step S104).

ここで、図18のステップS201における円板式リンクマッチング表生成手段1021の動作(リンクマッチング表生成処理)をより具体的に説明する。円板式リンクマッチング表生成手段1021は、まず、第1の実施形態と同様に地図領域を格子分割する。図19は、地図領域を格子領域に分割した様を模式的に示した説明図である。図19に示す例では、既に示した図12と同様に、地図領域の左下の点P0の座標を(x0,y0)とし、この点P0を起点として幅w,高さhの格子に分割されている。このとき、格子(i,j)の中心の座標は、(x0+(i+1/2)w,y0+(j+1/2)h)である。また、円板パラメタ入力手段1021により入力された円板の半径をrとする。ただし、一般的には、r×r>(w/2)×(w/2)+(h/2)×(h/2)であるべきである。   Here, the operation (link matching table generation processing) of the disk type link matching table generation unit 1021 in step S201 in FIG. 18 will be described more specifically. The disc type link matching table generating unit 1021 first divides the map area into grids as in the first embodiment. FIG. 19 is an explanatory diagram schematically showing a state in which a map area is divided into lattice areas. In the example shown in FIG. 19, the coordinates of the lower left point P0 of the map area are set to (x0, y0) as in FIG. 12, and the grid is divided into a grid of width w and height h starting from this point P0. ing. At this time, the coordinates of the center of the lattice (i, j) are (x0 + (i + 1/2) w, y0 + (j + 1/2) h). The radius of the disk input by the disk parameter input means 1021 is r. However, in general, r × r> (w / 2) × (w / 2) + (h / 2) × (h / 2) should be satisfied.

円板式リンクマッチング表生成手段1021は、格子(i,j)に対応づける道路集合を、その格子の中心(x0+(i+1/2)w,y0+(j+1/2)h)から半径rの円板領域に存在する道路の集合として決定する。例えば、図19に示す例では、格子(2,2)に対応づけられる道路集合は、{R6,R8,R9}となる。   The disk-type link matching table generating unit 1021 sets a road set associated with the grid (i, j) to a disk having a radius r from the center (x0 + (i + 1/2) w, y0 + (j + 1/2) h) of the grid. It is determined as a set of roads existing in the area. For example, in the example illustrated in FIG. 19, the road set associated with the grid (2, 2) is {R6, R8, R9}.

以上のように、本実施形態によれば、格子に対応づける道路集合を、格子サイズに依存せずに決めることができ、格子に対応づける道路集合に格子サイズ2つ分以上離れた道路を含めることや、隣接格子の道路のうち対象とする格子に近い道路だけを含めることが可能となる。これにより、誤差の大きさに応じて円板の半径を指定することで、誤差に対応したリンクマッチング表を生成でき、移動体の位置の誤差や道路の位置の誤差が格子のサイズと無関係な場合であっても、効率的に正しい道路を決定することができる。   As described above, according to the present embodiment, the road set associated with the grid can be determined without depending on the grid size, and roads that are separated by two or more grid sizes are included in the road set associated with the grid. In addition, it is possible to include only roads close to the target grid among the roads of adjacent grids. As a result, by specifying the radius of the disc according to the size of the error, a link matching table corresponding to the error can be generated, and the error of the position of the moving object and the error of the position of the road are independent of the size of the grid. Even in this case, the correct road can be determined efficiently.

実施形態3.
次に、本発明の第3の実施形態について説明する。図20は、本発明による第3の実施形態のリンクマッチングシステムの構成例を示す説明図である。なお、図20において第1の実施形態と同じ構成部分については、図5と同じ符号を付し説明を省略する。図20に示すように、本実施形態のリンクマッチングシステムは、リンクマッチング表生成装置100が、格子補完部103に代わり、空白格子補完部104を備える。
Embodiment 3. FIG.
Next, a third embodiment of the present invention will be described. FIG. 20 is an explanatory diagram showing a configuration example of the link matching system according to the third embodiment of the present invention. In FIG. 20, the same components as those in the first embodiment are denoted by the same reference numerals as those in FIG. As shown in FIG. 20, in the link matching system of this embodiment, the link matching table generation device 100 includes a blank lattice complement unit 104 instead of the lattice complement unit 103.

空白格子補完部104は、空白格子検出手段1041と、空白格子補完手段1042とを含み、リンクマッチング表中の道路の存在しない格子領域をもつ格子に対応づけられる道路集合を補完する。以下、道路が存在しない格子領域をもつ格子を空白格子と呼ぶ。   The blank grid complement unit 104 includes a blank grid detection unit 1041 and a blank grid complement unit 1042, and complements a road set associated with a grid having a grid area in which no road exists in the link matching table. Hereinafter, a grid having a grid area where no road exists is referred to as a blank grid.

空白格子検出手段1041は、リンクマッチング表中の空白格子を検出する。以下、空白格子検出手段1041によって検出された空白格子のリストを空白格子リストと呼ぶ。空白格子補完手段1042は、空白格子リストに含まれる各空白格子について、該空白格子に対応づける道路集合を、その空白格子の近傍の格子の道路集合で補完する。なお、補完の方法は、第1の実施形態と同様でよい。具体的には、空白格子に対応づける道路集合に、その空各格子の近傍の格子の道路集合の要素を追加することで補完すればよい。   The blank grid detector 1041 detects blank grids in the link matching table. Hereinafter, the list of blank grids detected by the blank grid detection unit 1041 is referred to as a blank grid list. For each blank grid included in the blank grid list, the blank grid complementing unit 1042 complements a road set associated with the blank grid with a road set of a grid in the vicinity of the blank grid. Note that the complementing method may be the same as in the first embodiment. Specifically, it may be complemented by adding a road set element of a grid in the vicinity of each empty grid to the road set associated with the blank grid.

なお、空白格子検出手段1041、空白格子補完手段1042は、例えば、リンクマッチング表生成装置100が備えるCPU等のプログラムに従って動作するプロセッサによって実現される。   The blank grid detecting unit 1041 and the blank grid complementing unit 1042 are realized by a processor that operates according to a program such as a CPU provided in the link matching table generation device 100, for example.

次に、図21のフローチャートを参照して本実施形態の動作を説明する。図21は、本実施形態のリンクマッチングシステム全体の動作の一例を示すフローチャートである。なお、図21において第1の実施形態と同様の動作については、図9と同じ符号を付し説明を省略する。   Next, the operation of this embodiment will be described with reference to the flowchart of FIG. FIG. 21 is a flowchart showing an example of the operation of the entire link matching system of this embodiment. In FIG. 21, the same operations as those in the first embodiment are denoted by the same reference numerals as those in FIG.

リンクマッチング表生成装置100の空白格子補完部104は、リンクマッチング表生成手段102がリンクマッチング表を生成すると、生成されたリンクマッチング表を補完する(ステップS301)。ここでは、まず、空白格子検出手段1041が、リンクマッチング表中に空白格子が含まれているか否かを判定して、空白格子リストを生成する。そして、空白格子補完手段1042が、空白格子リストに含まれている各空白格子について、該空白格子の近隣格子に対応づけられた道路集合を用いてリンクマッチング表を補完する。   When the link matching table generating unit 102 generates the link matching table, the blank lattice complementing unit 104 of the link matching table generating apparatus 100 supplements the generated link matching table (step S301). Here, first, the blank grid detection means 1041 determines whether or not a blank grid is included in the link matching table, and generates a blank grid list. Then, the blank grid complementing unit 1042 supplements the link matching table for each blank grid included in the blank grid list using the road set associated with the neighboring grid of the blank grid.

図22は、図21のステップS301における空白格子補完部104の動作の一例を示すフローチャートである。図22に示すように、まず、空白格子補完部104は、リンクマッチング表生成手段102が生成したリンクマッチング表を読み込む(ステップS3011)。リンクマッチング表が読み込まれると、空白格子検出手段1041は、リンクマッチング表の全ての格子について、その格子領域内に含まれている道路の本数(すなわち、各格子に対応づけられている道路集合に含まれている要素数)を数え、空白格子か否かを判定して空白格子リストを生成する(ステップS3012)。   FIG. 22 is a flowchart showing an example of the operation of the blank lattice complementing unit 104 in step S301 of FIG. As shown in FIG. 22, first, the blank lattice complementing unit 104 reads the link matching table generated by the link matching table generating unit 102 (step S3011). When the link matching table is read, the blank grid detection unit 1041 determines the number of roads included in the grid area (that is, the road set associated with each grid for all grids in the link matching table). The number of contained elements) is counted, and it is determined whether or not it is a blank grid, and a blank grid list is generated (step S3012).

次に、空白格子検出手段1041は、生成した空白格子リストに基づき空白格子が存在するか否かを判定し(ステップS3013)、存在しない場合にはそのままのリンクマッチング表をリンクマッチング表記憶装置201に出力する(ステップS3013のNo,ステップS3015)。   Next, the blank grid detection unit 1041 determines whether or not a blank grid exists based on the generated blank grid list (step S3013). If there is no blank grid list, the link matching table storage device 201 stores the link matching table as it is. (No in step S3013, step S3015).

一方、空白格子が存在するならば(ステップS3013のYes)、空白格子検出手段1041は、空白格子リストをリンクマッチング表とともに空白格子補完手段1042に出力する。例えば、図13に示したリンクマッチング表の場合には、空白格子リストとして{格子(2,2),(2,3),(3,3)}が生成される。   On the other hand, if a blank grid exists (Yes in step S3013), the blank grid detection unit 1041 outputs the blank grid list to the blank grid complementing unit 1042 together with the link matching table. For example, in the case of the link matching table shown in FIG. 13, {grid (2, 2), (2, 3), (3, 3)} is generated as a blank lattice list.

空白格子補完手段1042は、リンクマッチング表と空白格子リストを入力として受け取り、空白格子リストに含まれている全ての格子について、その格子に対応づけられる道路集合を、その格子の近傍の格子に対応づけられている道路集合で補完する(ステップS3014)。空白格子補完手段1042は、該格子に対応づけられる道路集合に、該格子の近傍の格子のうち空白格子でない格子に対応づけられている道路集合を追加することで新たな道路集合を生成すればよい。空白格子補完部104は、リンクマッチング表生成手段102が生成したリンクマッチング表中の全ての空白格子について補完処理を行った結果作られたリンクマッチング表を出力する(ステップS3015)。ここでは、近傍全部が空白である場合を考慮し、ステップS3012〜S3014の処理を有限回数繰り返している。   The blank grid complement means 1042 receives the link matching table and the blank grid list as inputs, and for all grids included in the blank grid list, the road set associated with the grid corresponds to the grids in the vicinity of the grid. It complements with the attached road set (step S3014). The blank grid complementing means 1042 generates a new road set by adding a road set associated with a grid that is not a blank grid among the grids in the vicinity of the grid to the road set associated with the grid. Good. The blank lattice complementing unit 104 outputs a link matching table created as a result of performing complement processing on all blank lattices in the link matching table generated by the link matching table generating unit 102 (step S3015). Here, considering the case where the entire neighborhood is blank, the processing of steps S3012 to S3014 is repeated a finite number of times.

図23は、図13に示すリンクマッチング表に対し補完処理を行った結果得られるリンクマッチング表を模式的に示す説明図である。ステップS3014において、空白格子補完手段1042は、例えば、対象とした空白格子(i,j)について、隣接する8個の格子を使用して、第1の実施形態と同様の式で示される道路集合R’(i,j)を生成すればよい。なお、近傍格子として使用する格子は隣接する8個の格子に限らず、隣接する4個の格子や近傍12個の格子等を使用してもかまわない。   FIG. 23 is an explanatory diagram schematically showing a link matching table obtained as a result of performing the complementing process on the link matching table shown in FIG. In step S3014, the blank grid complementing unit 1042 uses, for example, eight adjacent grids for the target blank grid (i, j), and a road set represented by the same formula as in the first embodiment. R ′ (i, j) may be generated. Note that the lattice used as the neighboring lattice is not limited to eight adjacent lattices, and four adjacent lattices, 12 neighboring lattices, or the like may be used.

以上のように、本実施形態によれば、空白格子補完部104が空白格子を最も近い格子の道路集合により補完するため、本発明において使用されるリンクマッチング表には空白格子が存在しなくなる。例えば、空白格子が存在するリンクマッチング表を用いると、移動体が位置すると判定した格子が空白格子であった場合にリンクマッチング処理が続けられなくなるという問題がある。図23は、空白格子によりリンクマッチング処理に失敗する例を模式的に示す説明図である。図23に示す例では、実際に移動体の位置する格子は(2,1)であるが、位置情報の誤差により空白格子(2,2)に位置すると判断されてしまう例を示している。このような場合に、リンクマッチング表における格子(2,2)が空白格子のままであると、候補となる道路が存在せず、リンクマッチング処理が続けられなくなり、エラーとなってしまう。仮に、改めて候補とする道路を抽出する処理を行っても、特定できるまでに時間がかかってしまう。   As described above, according to the present embodiment, since the blank grid complementing unit 104 complements the blank grid with the road set of the nearest grid, there is no blank grid in the link matching table used in the present invention. For example, when a link matching table having a blank lattice is used, there is a problem that the link matching process cannot be continued when the lattice determined to be located is a blank lattice. FIG. 23 is an explanatory diagram schematically illustrating an example in which the link matching process fails due to a blank lattice. In the example shown in FIG. 23, the grid where the moving body is actually positioned is (2, 1), but it is determined that the grid is determined to be positioned in the blank grid (2, 2) due to an error in position information. In such a case, if the grid (2, 2) in the link matching table remains a blank grid, there is no candidate road, and the link matching process cannot be continued, resulting in an error. Even if a process for extracting candidate roads again is performed, it takes time to be identified.

これに対し、本実施形態では、地図領域に1本も道路が存在しない場合を除きリンクマッチング手段203が必ず移動体の位置情報を処理することができる。従って、図24に示すような移動体の位置や道路の位置に,地図のある近傍にある格子を越える誤差が発生した場合でも、リンクマッチング実行装置200の処理が停止せず、移動体の位置する道路を得ることができる。   On the other hand, in the present embodiment, the link matching unit 203 can always process the position information of the moving object unless there is no road in the map area. Accordingly, even when an error exceeding a grid near a certain map occurs in the position of the moving body or the road as shown in FIG. 24, the processing of the link matching execution device 200 does not stop, and the position of the moving body You can get a road to do.

実施形態4.
次に、本発明の第4の実施形態について説明する。図25は、本発明による第4の実施形態のリンクマッチングシステムの構成例を示す説明図である。なお、図25において第1の実施形態と同じ構成部分については、図5と同じ符号を付し説明を省略する。図25に示すように、本実施形態のリンクマッチングシステムは、リンクマッチング表生成装置100が、第2の実施形態における円板式リンクマッチング表生成手段1021と、円板パラメタ入力手段1022とに代わり、格子別円板式リンクマッチング表生成手段1023と、円板パラメタ表入力手段1024とを備える。
Embodiment 4 FIG.
Next, a fourth embodiment of the present invention will be described. FIG. 25 is an explanatory diagram showing a configuration example of the link matching system of the fourth embodiment according to the present invention. In FIG. 25, the same components as those in the first embodiment are denoted by the same reference numerals as those in FIG. As shown in FIG. 25, in the link matching system of the present embodiment, the link matching table generation device 100 replaces the disc type link matching table generation unit 1021 and the disc parameter input unit 1022 in the second embodiment, A disc-type link matching table generation unit 1023 for each lattice and a disc parameter table input unit 1024 are provided.

格子別円板式リンクマッチング表生成手段1023は、地図領域を格子分割し、各格子に対応づける道路集合を、対象とする格子の中心を中心とした格子毎に与えられた半径の円板領域内に存在する道路の集合として生成する。円板パラメタ表入力手段1024は、格子別円板式リンクマッチング表生成手段1023が使用する円板パラメタ表を入力する。   The disc-type link matching table generation unit 1023 for each grid divides the map area into grids, and sets the road set associated with each grid within a disc area having a radius given to each grid centered on the center of the target grid. Is generated as a set of roads existing in The disc parameter table input means 1024 inputs the disc parameter table used by the disc-by-grid disc type link matching table generation means 1023.

図26は、円板パラメタ表のデータ構造例を図示した説明図である。円板パラメタ表は、格子別円板式リンクマッチング表生成手段1023がリンクマッチング表を生成するために使用する、格子毎に与えられた円板領域の半径を示す表(情報)である。図26では、格子(i,j)に適用する円板領域の半径を、r(i,j)(0≦i,j<5)で与えている。   FIG. 26 is an explanatory diagram illustrating an example of the data structure of the disk parameter table. The disc parameter table is a table (information) indicating the radius of the disc area given to each lattice, which is used by the disc-based disc-type link matching table generating unit 1023 to generate the link matching table. In FIG. 26, the radius of the disc region applied to the lattice (i, j) is given by r (i, j) (0 ≦ i, j <5).

次に、図27のフローチャートを参照して本実施形態の動作を説明する。図27は、本実施形態のリンクマッチングシステム全体の動作の一例を示すフローチャートである。なお、図27において第1の実施形態と同様の動作については、図9と同じ符号を付し説明を省略する。   Next, the operation of this embodiment will be described with reference to the flowchart of FIG. FIG. 27 is a flowchart showing an example of the operation of the entire link matching system of this embodiment. In FIG. 27, the same operations as those in the first embodiment are denoted by the same reference numerals as those in FIG.

リンクマッチング表生成装置100の格子別円板式リンクマッチング表生成手段1023は、地図情報記憶装置101から地図領域内に存在する各道路の位置を特定するための端点情報を取得すると(ステップS101)、円板パラメタ表入力手段1024から入力された円板パラメタ表によって示される格子毎の半径を用いて、地図領域を格子分割した各格子に対し当該格子の中心を中心とする各格子に対応する半径の円板領域内に存在する道路の情報を対応づけたリンクマッチング表を生成する(ステップS401)。そして、生成したリンクマッチング表をリンクマッチング実行装置200に出力し、リンクマッチング実行装置200のリンクマッチング表記憶装置201に記憶させる(ステップS104)。   When the disc-by-grid link matching table generating unit 1023 of the link matching table generating device 100 acquires end point information for identifying the position of each road existing in the map area from the map information storage device 101 (step S101), The radius corresponding to each grid centered on the center of the grid for each grid obtained by dividing the map area using the radius for each grid indicated by the disk parameter table input from the disk parameter table input means 1024 A link matching table in which information on roads existing in the disc area is associated is generated (step S401). Then, the generated link matching table is output to the link matching execution device 200 and stored in the link matching table storage device 201 of the link matching execution device 200 (step S104).

ステップS401における格子別円板式リンクマッチング表生成手段1023の動作は、図18に示す第2の実施形態における円板式リンクマッチング表生成手段1021の動作(ステップS201)と基本的には同様である。本実施形態では、第2の実施形態のステップS201における円板の半径rをr(i,j)とおけばよい。   The operation of the disc type link matching table generating unit 1023 for each lattice in step S401 is basically the same as the operation (step S201) of the disc type link matching table generating unit 1021 in the second embodiment shown in FIG. In the present embodiment, the radius r of the disk in step S201 of the second embodiment may be set as r (i, j).

以上のように、本実施形態によれば、格子毎に円板の半径を指定できるため、各格子毎に位置情報や地図の道路情報の誤差の大きさや道路の密度に応じた円板の半径を指定することにより、誤差の大きさや道路の密度に応じた道路集合を決め適切なリンクマッチング表を生成できるため、地図領域上の位置により移動体の座標や道路の位置の誤差が変動する場合や道路の密度が異なる場合であっても正しい道路を素早く特定することができる。   As described above, according to the present embodiment, since the radius of the disk can be specified for each grid, the radius of the disk corresponding to the size of the position information and the road information error of the map and the density of the road for each grid. By specifying, it is possible to determine a set of roads according to the size of the error and the density of the road, and to generate an appropriate link matching table. Even if the road density is different, the correct road can be quickly identified.

なお、第1の実施形態と、第2の実施形態または第4の実施形態とを組み合わせて実施することも可能である。例えば、第1の実施形態における格子補完部103は、第2の実施形態における円板式リンクマッチング表生成手段1021が生成したリンクマッチング表を対象に補完してもよい。   Note that the first embodiment and the second embodiment or the fourth embodiment may be combined. For example, the lattice complementing unit 103 in the first embodiment may complement the link matching table generated by the disc type link matching table generating unit 1021 in the second embodiment.

また、第2の実施形態または第4の実施形態と、第3の実施形態とを組み合わせて実施することも可能である。例えば、第3の実施形態における空白格子補完部104は、第2の実施形態における円板式リンクマッチング表生成手段1021が生成したリンクマッチング表を対象に補完してもよい。また、第1の実施形態と、第2の実施形態または第4の実施形態とを組み合わせた実施形態に、さらに第3の実施形態を組み合わせて実施することも可能である。例えば、第1の実施形態における格子補完部103が補完した第2の実施形態における円板式リンクマッチング表生成手段1021が生成したリンクマッチング表を対象に、第3の実施形態における空白格子補完部104が空白格子を補完してもよい。   Further, the second embodiment or the fourth embodiment may be combined with the third embodiment. For example, the blank lattice complementing unit 104 in the third embodiment may complement the link matching table generated by the disc type link matching table generating unit 1021 in the second embodiment. It is also possible to combine the third embodiment with the embodiment in which the first embodiment is combined with the second embodiment or the fourth embodiment. For example, for the link matching table generated by the disk-type link matching table generating unit 1021 in the second embodiment complemented by the grid complementing unit 103 in the first embodiment, the blank grid complementing unit 104 in the third embodiment is targeted. May complement the blank grid.

実施形態5.
次に、本発明の第5の実施形態について説明する。図28は、本発明による第5の実施形態のリンクマッチングシステムの構成例を示す説明図である。なお、図28において第1の実施形態と同じ構成部分については、図5と同じ符号を付し説明を省略する。図28に示すリンクマッチングシステムは、リンクマッチング実行装置200を備え、リンクマッチング実行装置200が、リンクマッチング表記憶装置201と、候補道路情報取得部205と、移動体位置情報入力手段202と、リンクマッチング手段203と、道路情報出力手段204とを備える。また、候補道路情報取得部205は、近傍格子補完手段2051を含む。
Embodiment 5. FIG.
Next, a fifth embodiment of the present invention will be described. FIG. 28 is an explanatory diagram showing a configuration example of the link matching system of the fifth embodiment according to the present invention. In FIG. 28, the same components as those of the first embodiment are denoted by the same reference numerals as those in FIG. The link matching system shown in FIG. 28 includes a link matching execution device 200. The link matching execution device 200 includes a link matching table storage device 201, a candidate road information acquisition unit 205, a moving body position information input unit 202, and a link. Matching means 203 and road information output means 204 are provided. Further, the candidate road information acquisition unit 205 includes a neighboring grid complementing unit 2051.

本実施形態では、リンクマッチング表記憶装置201には、少なくとも地図情報における所定の地図領域を格子分割した各格子に対し、当該格子の領域内に存在する道路の情報を対応づけたリンクマッチング表が記憶されていればよい。例えば、第1の実施形態におけるリンクマッチング表生成手段102が生成したリンクマッチング表が記憶されていればよい。なお、このリンクマッチング表には空白格子が含まれていてもよい。   In the present embodiment, the link matching table storage device 201 has a link matching table in which information on roads existing in the grid area is associated with each grid obtained by grid-dividing at least a predetermined map area in the map information. It only has to be memorized. For example, the link matching table generated by the link matching table generating unit 102 in the first embodiment may be stored. The link matching table may include a blank grid.

候補道路情報取得部205は、リンクマッチング手段203からの指示に応じて、リンクマッチング表から移動体の位置する格子に対応づけられている道路集合の情報を取得する(読み出す)。本実施形態では、候補道路情報取得部205は、リンクマッチング表から道路集合の情報を取得する処理を、近傍格子補完手段2051を介して行う。   The candidate road information acquisition unit 205 acquires (reads out) information on the road set associated with the grid where the moving object is located from the link matching table in response to an instruction from the link matching unit 203. In the present embodiment, the candidate road information acquisition unit 205 performs processing for acquiring road set information from the link matching table via the neighborhood grid complementing unit 2051.

近傍格子補完手段2051は、リンクマッチング表記憶装置201に記憶されているリンクマッチング表から指定された格子に対応づけられている道路集合を読み出す際に、その道路集合を、その格子の近傍の格子に対応する道路集合を用いて補完する。近傍格子補完手段2051は、例えば、リンクマッチング表記憶装置201に記憶されているリンクマッチング表において指定された格子に対応づけられている道路集合に、同リンクマッチング表においてその格子の隣接4近傍、隣接8近傍、または12近傍の格子に対応づけられている道路集合を加えることによって、補完すればよい。なお、具体的な補完方法につては、第1の実施形態で説明した方法を用いればよい。ここで、補完された道路集合は、移動体の位置する格子に対応づけられている道路集合として、候補道路情報取得部205からリンクマッチング手段203に出力されることになる。   When the neighborhood grid complementing unit 2051 reads a road set associated with the designated grid from the link matching table stored in the link matching table storage device 201, the neighborhood grid complementing unit 2051 uses the road set as a grid near the grid. It complements using the road set corresponding to. For example, the neighboring grid complementing unit 2051 is configured to apply a road set associated with a grid specified in the link matching table stored in the link matching table storage device 201 to four neighboring neighbors of the grid in the link matching table, What is necessary is just to complement by adding the road set matched with the grid | lattice of adjacent 8 vicinity or 12 vicinity. As a specific complementing method, the method described in the first embodiment may be used. Here, the complemented road set is output from the candidate road information acquisition unit 205 to the link matching unit 203 as a road set associated with the grid where the moving object is located.

リンクマッチング手段203は、候補道路情報取得部205から受け取った移動体の位置する格子に対応づけられている道路集合に含まれる道路の情報を用いて、移動体が位置する道路を特定する。   The link matching means 203 identifies the road on which the mobile body is located using the road information included in the road set associated with the grid on which the mobile body is received received from the candidate road information acquisition unit 205.

なお、本実施形態は、図4に示した構成例のより具体的な実施形態である。本実施形態では、候補道路情報取得部205が、図4における候補道路情報取得手段31に相当する。また、近傍格子補完手段2051が、図4におけるリンクマッチング表補完手段12に相当する。また、リンクマッチング表記憶装置201が、図4におけるリンクマッチング表記憶手段11に相当する。また、移動体位置情報入力手段202が、図4における移動体位置情報入力手段22に相当する。また、リンクマッチング手段203が、図4におけるリンクマッチング手段23に相当する。また、道路情報出力手段204が、図4における道路情報出力手段24に相当する。候補道路情報取得部205、近傍格子補完手段2051は、例えば、リンクマッチング実行装置200が備えるCPU等のプログラムに従って動作するプロセッサによって実現される。   This embodiment is a more specific embodiment of the configuration example shown in FIG. In the present embodiment, the candidate road information acquisition unit 205 corresponds to the candidate road information acquisition unit 31 in FIG. Further, the neighboring grid complementing means 2051 corresponds to the link matching table complementing means 12 in FIG. The link matching table storage device 201 corresponds to the link matching table storage unit 11 in FIG. Further, the moving body position information input means 202 corresponds to the moving body position information input means 22 in FIG. The link matching unit 203 corresponds to the link matching unit 23 in FIG. Further, the road information output means 204 corresponds to the road information output means 24 in FIG. The candidate road information acquisition unit 205 and the neighborhood grid complementing unit 2051 are realized by a processor that operates according to a program such as a CPU provided in the link matching execution device 200, for example.

次に、図29のフローチャートを参照して本実施形態の動作について説明する。図29は、本実施形態のリンクマッチングシステム全体の動作の一例を示すフローチャートである。なお、図29において第1の実施形態と同様の動作については、図9と同じ符号を付し説明を省略する。図29に示すように、本実施形態のリンクマッチング実行装置200は、少なくともリンクマッチング手段123が候補道路情報取得部205(より具体的には近傍格子補完手段2051)を介してリンクマッチング表記憶装置201から道路集合の情報を取得する点で、第1の実施の形態と異なる。   Next, the operation of this embodiment will be described with reference to the flowchart of FIG. FIG. 29 is a flowchart showing an example of the operation of the entire link matching system of this embodiment. In FIG. 29, the same operations as those in the first embodiment are denoted by the same reference numerals as those in FIG. As shown in FIG. 29, in the link matching execution device 200 of the present embodiment, at least the link matching means 123 is a link matching table storage device via the candidate road information acquisition unit 205 (more specifically, the neighborhood grid complementing means 2051). It differs from the first embodiment in that road set information is acquired from 201.

図29に示すように、本実施形態では、リンクマッチング手段203は、予めリンクマッチング表記憶装置201からリンクマッチング表を読み込まずに、移動体の位置情報が入力された際に、その都度必要な格子についてのリンクマッチング表を読み込む。リンクマッチング実行装置200は、移動体の位置情報の入力が終了するまで、次の処理を繰り返し行う(ステップS112)。   As shown in FIG. 29, in this embodiment, the link matching means 203 is necessary each time the position information of the moving body is input without reading the link matching table from the link matching table storage device 201 in advance. Read the link matching table for the grid. The link matching execution device 200 repeats the next process until the input of the position information of the moving object is completed (step S112).

まず、移動体位置情報入力手段202が、移動体の位置情報を入力する(ステップS113)。次に、リンクマッチング手段203は、移動体の位置情報に基づき、リンクマッチング表においてその移動体が位置する格子に対応づけられている道路の情報を候補道路情報取得部205を介して読み出す(ステップS211)。このとき、候補道路情報取得部205の近傍格子補完手段2051は、リンクマッチング表記憶装置201に記憶されているリンクマッチング表において指定された格子(移動体が位置する格子)に対応づけられている道路集合と、その近傍の格子に対応づけられている道路集合との和集合を、出力する。次に、リンクマッチング手段203は、取得した(読み出された)道路集合に含まれる道路の情報を用いて、リンクマッチング処理を行い、移動体が位置する道路を特定する(ステップS114)。リンクマッチング手段203は、例えば、各道路と移動体との間の距離を計算し、距離が最小であった道路を、移動体が位置する道路として特定してもよい。そして、道路情報出力手段204が、リンクマッチング処理の結果得られた道路の情報を出力する(ステップS115)。この一連の処理(ステップS113〜115)を、移動体の位置情報の入力される度に繰り返し行う。   First, the moving body position information input unit 202 inputs position information of the moving body (step S113). Next, the link matching means 203 reads the road information associated with the grid where the mobile body is located in the link matching table based on the position information of the mobile body via the candidate road information acquisition unit 205 (step S211). At this time, the neighboring grid complementing unit 2051 of the candidate road information acquisition unit 205 is associated with the grid specified in the link matching table stored in the link matching table storage device 201 (the grid where the moving object is located). The union of the road set and the road set associated with the neighboring grid is output. Next, the link matching means 203 performs a link matching process using the road information included in the acquired (read out) road set, and specifies the road where the moving body is located (step S114). For example, the link matching unit 203 may calculate the distance between each road and the moving body, and specify the road having the smallest distance as the road on which the moving body is located. Then, the road information output unit 204 outputs road information obtained as a result of the link matching process (step S115). This series of processing (steps S113 to S115) is repeated every time the position information of the moving body is input.

図30は、図29のステップS211における候補道路情報取得部205(より具体的には近傍格子補完手段2051)の動作の一例を示すフローチャートである。図30に示すように、近傍格子補完手段2051は、まず、指定された格子に対応づけられている道路集合を読み出す(ステップS2111)。つまり近傍格子補完手段2051は、リンクマッチング表において指定された格子に対応づけられている道路集合に含まれる道路の情報をリンクマッチング表記憶装置201から読み出す。次に、近傍格子補完手段2051は、指定された格子の近傍にあたる格子を求め、その格子に対応づけられている道路集合に含まれる道路の情報をリンクマッチング表記憶装置201から読み出す(ステップS2112)。その後、近傍格子補完手段2051は、ステップS2111及びステップS2112でそれぞれ読み出した道路の和集合を求める(ステップS2113)。そして近傍格子補完手段2051は、求めた和集合を、リンクマッチング表において指定された格子に対応づけられている道路集合であるとしてリンクマッチング手段203に出力する(ステップS2114)。   FIG. 30 is a flowchart showing an example of the operation of the candidate road information acquisition unit 205 (more specifically, the neighboring grid complementing unit 2051) in step S211 of FIG. As shown in FIG. 30, the neighborhood grid complementing unit 2051 first reads a road set associated with the designated grid (step S2111). That is, the neighborhood grid complementing unit 2051 reads out information on roads included in the road set associated with the grid specified in the link matching table from the link matching table storage device 201. Next, the neighboring grid complementing unit 2051 obtains a grid that is in the vicinity of the specified grid, and reads information on roads included in the road set associated with the grid from the link matching table storage device 201 (step S2112). . Thereafter, the neighboring grid complementing unit 2051 obtains the union of roads read in step S2111 and step S2112 (step S2113). Then, the neighboring grid complementing unit 2051 outputs the calculated union to the link matching unit 203 as a road set associated with the grid specified in the link matching table (step S2114).

なお、上記説明では、指定された格子に対応づけられている道路集合と、近傍の格子に対応づけられている道路集合とを段階を分けて読み出す態様について説明したが、指定された格子及び近傍の格子に対応づけられている道路集合を一括してリンクマッチング表記憶装置201から読み出すようにしてもよい。また、読み出し動作が並行して行われるようにしてもよい。   In the above description, the mode in which the road set associated with the designated grid and the road set associated with the neighboring grid are read in stages has been described. Alternatively, a set of roads associated with the grid may be read from the link matching table storage device 201 collectively. Further, the read operation may be performed in parallel.

以上のように、本実施形態によれば、入力される移動体の座標に誤差が含まれる場合であっても、入力データのクレンジング(除去や補正)によって候補とする道路情報を再抽出する等の処理を行うことなく、リンクマッチングの精度が維持されることを期待することができる。すなわち、近傍格子補完手段2051が、移動体の位置情報から求まる格子領域に加えて、その近傍にあたる格子領域に含まれる道路を読み出してリンクマッチング手段203に渡すので、リンクマッチング手段203は移動体の位置情報から求まる格子領域及びその近傍にあたる格子領域に含まれる道路をマッチングの対象とすることができるからである。   As described above, according to the present embodiment, candidate road information is re-extracted by cleansing (removing or correcting) input data, even when an error is included in the coordinates of the input moving object. It can be expected that the accuracy of link matching is maintained without performing the above process. That is, the neighboring grid complementing means 2051 reads out the road included in the neighboring grid area in addition to the grid area obtained from the position information of the moving body and passes it to the link matching means 203. This is because the road included in the lattice area obtained from the position information and the lattice area in the vicinity thereof can be the target of matching.

実施形態6.
次に、本発明の第6の実施形態について説明する。図31は、本発明による第6の実施形態のリンクマッチングシステムの構成例を示す説明図である。なお、図31において第5の実施形態と同じ構成部分については、図28と同じ符号を付し説明を省略する。図31に示すように、本実施形態のリンクマッチングシステムは、リンクマッチング実行装置200の候補道路情報取得部205が、近傍格子補完手段2051に代わり、円板式格子補完手段2052と、円板パラメタ表入力手段2053とを含む。
Embodiment 6. FIG.
Next, a sixth embodiment of the present invention will be described. FIG. 31 is an explanatory diagram showing a configuration example of a link matching system according to the sixth embodiment of the present invention. In FIG. 31, the same components as those of the fifth embodiment are denoted by the same reference numerals as those of FIG. As shown in FIG. 31, in the link matching system of the present embodiment, the candidate road information acquisition unit 205 of the link matching execution device 200 replaces the neighboring grid complementing unit 2051 with a disc type grid complementing unit 2052 and a disc parameter table. Input means 2053.

本実施形態では、候補道路情報取得部205は、リンクマッチング表から道路集合の情報を取得する処理を、円板式格子補完手段2052を介して行う。円板式格子補完手段2052も、第5の実施形態における近傍格子補完手段2051と同様に、リンクマッチング表記憶装置201に記憶されているリンクマッチング表から指定された格子に対応づけられている道路集合を読み出す際に、その道路集合を、その格子の近傍の格子に対応する道路集合を用いて補完する。円板式格子補完手段2052では、円板パラメタ表入力手段2053によって入力される円板パラメタ表が示す指定された格子の円板の半径に基づいて、指定された格子の中心から一定の距離以内の円板領域内に存在する道路集合で補完する。   In the present embodiment, the candidate road information acquisition unit 205 performs processing for acquiring road set information from the link matching table via the disk-type lattice complementing unit 2052. The disc type lattice complementing means 2052 is also associated with the grid specified from the link matching table stored in the link matching table storage device 201, as in the neighborhood grid complementing means 2051 in the fifth embodiment. Is complemented with the road set corresponding to the grid near the grid. In the disc type lattice complementing means 2052, based on the radius of the disc of the designated lattice indicated by the disc parameter table inputted by the disc parameter table input means 2053, the disc type lattice complementing means 2052 is within a certain distance from the center of the designated lattice. It complements with the road set which exists in the disk area.

円板式格子補完手段2052は、指定された格子の近傍にあたる格子を、円板パラメタ表入力手段2053によって入力される円板パラメタ表が示す指定された格子の円板の半径の値を用いて算出する。例えば、円板式格子補完手段2052は、円板パラメタ表入力手段2053によって入力される円板パラメタ表から指定された格子に与えられた半径の値r(i,j)を読み出し、指定された格子の中心から半径r(i,j)を中心とする円板領域を算出してもよい。このような場合には、円板式格子補完手段2052は、円板領域に含まれる各格子を、指定された格子の近傍にあたる格子と用いる。そして、近傍にあたるとした格子に対応づけられている道路集合に含まれる道路を対象に、指定された格子の中心から半径r(i,j)を中心とする円板領域内に存在するか否かを判定することによって、道路集合を補完すればよい。なお、他の点に関しては、第5の実施形態と同様である。   The disk-type lattice complementing unit 2052 calculates a lattice in the vicinity of the specified lattice using the radius value of the specified lattice indicated by the disk parameter table input by the disk parameter table input unit 2053. To do. For example, the disk-type lattice complementing means 2052 reads the radius value r (i, j) given to the designated lattice from the disk parameter table input by the disk parameter table input means 2053, and designates the designated lattice. A disc region centered on the radius r (i, j) may be calculated from the center of the. In such a case, the disc type lattice complementing means 2052 uses each lattice included in the disc region as a lattice in the vicinity of the designated lattice. Whether or not a road included in a set of roads associated with a grid that is in the vicinity exists in a disc area centered on a radius r (i, j) from the center of the specified grid. What is necessary is just to complement a set of roads by determining. The other points are the same as in the fifth embodiment.

以上のように、本実施形態によれば、地図領域上の位置により移動体の座標や道路の位置の誤差が変動する場合や道路の密度が異なる場合でも正しい道路を素早く特定することができる。位置情報や地図の道路情報の誤差の大きさや道路の密度に応じた円板の半径を格子毎に指定することで、格子毎に異なる円板の大きさに基づいて近傍にあたる格子領域に含まれる道路を読み出してリンクマッチング手段203に渡すので、リンクマッチング手段203は、移動体の座標に応じてその都度マッチング対象とする道路か否かの判定をすることなく、適切な候補を得ることができるからである。   As described above, according to the present embodiment, the correct road can be quickly identified even when the error of the coordinates of the moving object or the road position varies depending on the position on the map area or when the road density is different. By specifying the radius of the disc according to the size of the error of the location information and road information of the map and the density of the road for each lattice, it is included in the lattice area corresponding to the neighborhood based on the size of the disc that differs for each lattice Since the road is read out and passed to the link matching unit 203, the link matching unit 203 can obtain an appropriate candidate without determining whether or not the road is a matching target each time according to the coordinates of the moving object. Because.

なお、例えば、第3の実施形態で説明した空白格子の補完処理を、リンクマッチング実行装置200における道路集合の読み出し時に実行させることも可能である。例えば、空白格子検出手段205が、第3の実施形態で説明した空白格子補完手段1042を含み、指定された格子が空白格子であった場合に、その空白格子(ここでは、移動体が位置すると見なされた格子)の道路集合を補完するようにしてもよい。   For example, it is possible to execute the blank grid complement processing described in the third embodiment when the road matching execution apparatus 200 reads a road set. For example, if the blank grid detecting unit 205 includes the blank grid complementing unit 1042 described in the third embodiment and the designated grid is a blank grid, the blank grid (in this case, the moving object is positioned). You may make it complement the road set of the considered grid.

また、例えば、第5の実施形態や第6の実施形態による補完の後で、指定された格子が空白格子か否かを判断するようにし、補完後でも空白格子のままであった場合に、空白格子補完手段1042がより広範囲の近接格子を用いてその空白格子(ここでは、移動体が位置すると見なされた格子)の道路集合を補完することも可能である。   In addition, for example, after completion according to the fifth embodiment or the sixth embodiment, it is determined whether or not the designated lattice is a blank lattice, and if the lattice remains blank even after completion, It is also possible for the blank grid complementing means 1042 to complement the road set of the blank grid (here, the grid on which the moving object is considered) using a wider range of proximity grids.

本発明は、特に、大量の移動体の位置情報を高速に道路に対応づける処理を行う用途に好適に適用できる。   The present invention can be suitably applied particularly to an application for performing processing for associating a large amount of moving body position information with a road at high speed.

本発明によるリンクマッチングシステムの概略構成図である。It is a schematic block diagram of the link matching system by this invention. 本発明によるリンクマッチングシステムの一構成例を示すブロック図である。It is a block diagram which shows the example of 1 structure of the link matching system by this invention. 本発明によるリンクマッチングシステムの他の構成例を示すブロック図である。It is a block diagram which shows the other structural example of the link matching system by this invention. 本発明によるリンクマッチングシステムの他の構成例を示すブロック図である。It is a block diagram which shows the other structural example of the link matching system by this invention. 第1の実施形態によるリンクマッチングシステムの構成例を示す説明図である。It is explanatory drawing which shows the structural example of the link matching system by 1st Embodiment. 地図情報記憶装置101が記憶する地図情報の例を示す説明図である。It is explanatory drawing which shows the example of the map information which the map information storage device 101 memorize | stores. リンクマッチング表のデータ構造を図示した説明図である。It is explanatory drawing which illustrated the data structure of the link matching table | surface. 移動体の位置情報の例を示す説明図である。It is explanatory drawing which shows the example of the positional information on a moving body. 第1の実施形態のリンクマッチングシステム全体の動作の一例を示すフローチャートである。It is a flowchart which shows an example of operation | movement of the whole link matching system of 1st Embodiment. リンクマッチング表生成手段102の動作例を示すフローチャートである。6 is a flowchart showing an operation example of a link matching table generation unit 102. 地図領域の例を示す説明図である。It is explanatory drawing which shows the example of a map area | region. 地図領域を格子領域に分割した様を模式的に示した説明図である。It is explanatory drawing which showed typically that a map area | region was divided | segmented into the lattice area | region. 生成されるリンクマッチング表を模式的に示した説明図である。It is explanatory drawing which showed the link matching table | surface produced | generated typically. 格子補完部103の動作例を示すフローチャートである。5 is a flowchart illustrating an operation example of a lattice complementing unit 103. 補完処理を行った結果得られるリンクマッチング表を模式的に示す説明図である。It is explanatory drawing which shows typically the link matching table obtained as a result of performing a complementation process. リンクマッチング手段203によるリンクマッチング処理フローの一例を示すフローチャートである。It is a flowchart which shows an example of the link matching processing flow by the link matching means. 第2の実施形態のリンクマッチングシステムの構成例を示す説明図である。It is explanatory drawing which shows the structural example of the link matching system of 2nd Embodiment. 第2の実施形態のリンクマッチングシステム全体の動作の一例を示すフローチャートである。It is a flowchart which shows an example of operation | movement of the link matching system whole of 2nd Embodiment. 地図領域を格子領域に分割した様を模式的に示した説明図である。It is explanatory drawing which showed typically that a map area | region was divided | segmented into the lattice area | region. 第3の実施形態のリンクマッチングシステムの構成例を示す説明図である。It is explanatory drawing which shows the structural example of the link matching system of 3rd Embodiment. 第3の実施形態のリンクマッチングシステム全体の動作の一例を示すフローチャートである。It is a flowchart which shows an example of operation | movement of the link matching system whole of 3rd Embodiment. 空白格子補完部104の動作の一例を示すフローチャートである。6 is a flowchart showing an example of the operation of a blank grid complementing unit 104. 補完処理を行った結果得られるリンクマッチング表を模式的に示す説明図である。It is explanatory drawing which shows typically the link matching table obtained as a result of performing a complementation process. 移動体の位置情報の誤差範囲と空白格子との関連性を示す説明図である。It is explanatory drawing which shows the relationship between the error range of the positional information on a moving body, and a blank lattice. 第4の実施形態のリンクマッチングシステムの構成例を示す説明図である。It is explanatory drawing which shows the structural example of the link matching system of 4th Embodiment. 円板パラメタ表のデータ構造例を図示した説明図である。It is explanatory drawing which illustrated the example of the data structure of the disk parameter table | surface. 第4の実施形態のリンクマッチングシステム全体の動作の一例を示すフローチャートである。It is a flowchart which shows an example of operation | movement of the link matching system whole of 4th Embodiment. 第5の実施形態のリンクマッチングシステムの構成例を示す説明図である。It is explanatory drawing which shows the structural example of the link matching system of 5th Embodiment. 第5の実施形態のリンクマッチングシステム全体の動作の一例を示すフローチャートである。It is a flowchart which shows an example of operation | movement of the whole link matching system of 5th Embodiment. 近傍格子補完手段2051の動作の一例を示すフローチャートである。10 is a flowchart showing an example of the operation of a neighboring grid complementing unit 2051. 第6の実施形態のリンクマッチングシステムの構成例を示す説明図である。It is explanatory drawing which shows the structural example of the link matching system of 6th Embodiment.

符号の説明Explanation of symbols

11 リンクマッチング表記憶手段
12 リンクマッチング表補完手段
21 リンクマッチング表生成手段
22 移動体位置情報入力手段
23 リンクマッチング手段
24 道路情報出力手段
31 候補道路情報取得手段
100 リンクマッチング生成装置
101 地図情報記憶装置
102 リンクマッチング表生成手段
1021 円板式リンクマッチング表生成手段
1022 円板パラメタ入力手段
1023 格子別円板式リンクマッチング表生成手段
1024 円板パラメタ表入力手段
103 格子補完部
1031 近傍格子補完手段
104 空白格子補完部
1041 空白格子検出手段
1042 空白格子補完手段
200 リンクマッチング実行装置
201 リンクマッチング表記憶装置
202 移動体位置情報入力手段
203 リンクマッチング手段
204 道路情報出力手段
205 候補道路情報取得部
2051 近傍格子補完手段
2052 円板式格子補完手段
2053 円板パラメタ表入力手段
DESCRIPTION OF SYMBOLS 11 Link matching table memory | storage means 12 Link matching table complementing means 21 Link matching table production | generation means 22 Mobile body position information input means 23 Link matching means 24 Road information output means 31 Candidate road information acquisition means 100 Link matching production | generation apparatus 101 Map information storage apparatus 102 Link Matching Table Generation Unit 1021 Disc Type Link Matching Table Generation Unit 1022 Disc Parameter Input Unit 1023 Disc Type Disc Link Matching Table Generation Unit 1024 Disc Parameter Table Input Unit 103 Grid Completion Unit 1031 Neighboring Grid Completion Unit 104 Blank Grid Completion Unit 1041 Blank lattice detection means 1042 Blank lattice complement means 200 Link matching execution device 201 Link matching table storage device 202 Mobile object position information input means 203 Link matching means 204 Road Information Output Unit 205 Candidate Road Information Acquisition Unit 2051 Neighboring Grid Complementing Unit 2052 Disc Type Grid Complementing Unit 2053 Disc Parameter Table Input Unit

Claims (30)

移動体の位置を地図上の道路に対応づけるリンクマッチングシステムであって、
予め地図領域を格子分割した各格子に対し、少なくとも当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を記憶するリンクマッチング表記憶手段と、
前記リンクマッチング表において少なくとも移動体が位置する領域を囲む格子に対応づけられる道路の情報を、当該格子内の領域を包括する領域に存在する道路の情報で補完するリンクマッチング表補完手段とを備え
前記リンクマッチング表補完手段は、格子に対応づけられる道路の情報を、少なくとも当該格子内の領域を含む該格子の中心から一定の距離以下の領域に存在する道路の情報とすることにより補完する
ことを特徴とするリンクマッチングシステム。
A link matching system that associates the position of a moving object with a road on a map,
Link matching table storage means for storing a link matching table that associates at least road information existing in an area in the grid with respect to each grid obtained by dividing the map area in advance;
Link matching table complementing means for complementing road information associated with a grid surrounding at least a region where the moving body is located in the link matching table with information of a road existing in a region encompassing the region in the lattice. ,
The link matching table complementing means complements the road information associated with the grid by using the road information existing in an area within a certain distance from the center of the grid including at least the area in the grid. Link matching system characterized by
移動体の位置情報を入力する移動体位置情報入力手段と、
移動体の位置情報が入力されると、前記移動体の位置情報と、前記リンクマッチング表補完手段によって補完された前記移動体が位置する領域を囲む格子に対応づけられている道路の情報とに基づいて、前記移動体の位置する道路を特定するリンクマッチング手段とを備えた
請求項1に記載のリンクマッチングシステム。
Mobile object position information input means for inputting position information of the mobile object;
When the position information of the moving object is input, the position information of the moving object and the road information associated with the grid surrounding the area where the moving object is complemented by the link matching table complementing means. The link matching system according to claim 1, further comprising: a link matching unit that identifies a road on which the moving body is located.
リンクマッチング表補完手段は、道路の位置情報を含む地図情報に基づきリンクマッチング表を生成する過程で、各格子に対応づけられる道路の情報を、当該格子の格子領域を包括する所定の領域に存在する道路の情報で補完し、
リンクマッチング表記憶手段は、前記リンクマッチング表補完手段によって各格子に対応づけられる道路の情報が補完されたリンクマッチング表を記憶する
請求項1または請求項2に記載のリンクマッチングシステム。
In the process of generating a link matching table based on map information including road position information, the link matching table complementing means includes road information associated with each grid in a predetermined area including the grid area of the grid. Supplement with road information
3. The link matching system according to claim 1, wherein the link matching table storage unit stores a link matching table in which road information associated with each grid is supplemented by the link matching table complementing unit.
リンクマッチング表補完手段は、地図領域を格子分割した各格子に対し当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を元に、各格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域に存在する道路の情報で補完し、
リンクマッチング表記憶手段は、前記リンクマッチング表補完手段によって各格子に対応づけられる道路の情報が補完されたリンクマッチング表を記憶する
請求項1または請求項2に記載のリンクマッチングシステム。
The link matching table complementing means is based on a link matching table in which information on roads existing in the area in the grid is associated with each grid obtained by dividing the map area into grid information. Supplemented with information on roads existing in a given area that encompasses the area in the grid,
3. The link matching system according to claim 1, wherein the link matching table storage unit stores a link matching table in which road information associated with each grid is supplemented by the link matching table complementing unit.
リンクマッチング表記憶手段は、地図領域を格子分割した各格子に対し当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を記憶し、
リンクマッチング表補完手段は、リンクマッチング表記憶手段に記憶されているリンクマッチング表から移動体が位置する領域を囲む格子に対応づけられている道路の情報を取得する際に、前記リンクマッチング表における各格子と道路の情報との対応関係を元に、前記移動体が位置する領域を囲む格子に対応づけられている道路の情報を、当該格子内の領域を包括する所定の領域に存在する道路の情報で補完する
請求項1または請求項2に記載のリンクマッチングシステム。
The link matching table storage means stores a link matching table in which information on roads existing in the area in the grid is associated with each grid obtained by dividing the map area into grids,
When the link matching table complementing means obtains information on the road associated with the grid surrounding the area where the moving body is located from the link matching table stored in the link matching table storage means, Based on the correspondence between each grid and road information, the road information associated with the grid surrounding the area where the moving object is located is a road existing in a predetermined area including the area in the grid. The link matching system according to claim 1 or 2, wherein the link matching system is supplemented with the information.
リンクマッチング表を補完する際の円板の半径となる格子の中心からの距離を、指定パラメータとしてユーザに指定させて入力する指定パラメータ入力手段を備えた
請求項1から請求項5のうちのいずれか1項に記載のリンクマッチングシステム。
The distance from the radius to become the center of the grating disc when complementing a link matching table, one of claims 1 having the designated parameter input means for inputting by specifying the user as the designated parameter of Claim 5 link matching system according to any one of claims.
指定パラメータ入力手段は、格子毎に円板の半径となる格子の中心からの距離を、指定パラメータとしてユーザに指定させて入力する
請求項に記載のリンクマッチングシステム。
The link matching system according to claim 6 , wherein the designated parameter input means inputs the distance from the center of the lattice, which is the radius of the disk for each lattice, by causing the user to designate as a designated parameter.
リンクマッチング表補完手段は、リンクマッチング表において1つも道路の情報が対応づけられていない格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域に存在する道路の情報で補完する
請求項1から請求項のうちのいずれか1項に記載のリンクマッチングシステム。
The link matching table complementing means uses road information that exists in a predetermined area including the area in the grid as road information that is associated with a grid that is not associated with any road information in the link matching table. Complementary The link matching system according to any one of claims 1 to 8 .
移動体の位置を地図上の道路に対応づけるリンクマッチングシステムであって、A link matching system that associates the position of a moving object with a road on a map,
予め地図領域を格子分割した各格子に対し、少なくとも当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を記憶するリンクマッチング表記憶手段と、Link matching table storage means for storing a link matching table that associates at least road information existing in an area in the grid with respect to each grid obtained by dividing the map area in advance;
前記リンクマッチング表において少なくとも移動体が位置する領域を囲む格子に対応づけられる道路の情報を、当該格子内の領域を包括する領域に存在する道路の情報で補完するリンクマッチング表補完手段とを備え、Link matching table complementing means for complementing road information associated with a grid surrounding at least a region where the moving body is located in the link matching table with information of a road existing in a region encompassing the region in the lattice. ,
前記リンクマッチング表補完手段は、道路の位置情報を含む地図情報に基づきリンクマッチング表を生成する過程で、各格子に対応づけられる道路の情報を、当該格子の格子領域を包括する所定の領域に存在する道路の情報で補完し、In the process of generating a link matching table based on map information including road position information, the link matching table complementing means converts road information associated with each grid into a predetermined area including the grid area of the grid. Supplemented with existing road information,
前記リンクマッチング表記憶手段は、前記リンクマッチング表補完手段によって各格子に対応づけられる道路の情報が補完されたリンクマッチング表を記憶するThe link matching table storage means stores a link matching table supplemented with road information associated with each grid by the link matching table complementing means.
ことを特徴とするリンクマッチングシステム。Link matching system characterized by that.
移動体の位置を地図上の道路に対応づけるリンクマッチングシステムであって、A link matching system that associates the position of a moving object with a road on a map,
予め地図領域を格子分割した各格子に対し、少なくとも当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を記憶するリンクマッチング表記憶手段と、Link matching table storage means for storing a link matching table that associates at least road information existing in an area in the grid with respect to each grid obtained by dividing the map area in advance;
前記リンクマッチング表において少なくとも移動体が位置する領域を囲む格子に対応づけられる道路の情報を、当該格子内の領域を包括する領域に存在する道路の情報で補完するリンクマッチング表補完手段とを備え、Link matching table complementing means for complementing road information associated with a grid surrounding at least a region where the moving body is located in the link matching table with information of a road existing in a region encompassing the region in the lattice. ,
前記リンクマッチング表補完手段は、地図領域を格子分割した各格子に対し当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を元に、各格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域に存在する道路の情報で補完し、The link matching table complementing means obtains the road information associated with each grid based on the link matching table in which the information on roads existing in the area in the grid is associated with each grid obtained by dividing the map area into grids. , Supplemented with information of roads existing in a predetermined area that encompasses the area in the grid,
前記リンクマッチング表記憶手段は、前記リンクマッチング表補完手段によって各格子に対応づけられる道路の情報が補完されたリンクマッチング表を記憶するThe link matching table storage means stores a link matching table supplemented with road information associated with each grid by the link matching table complementing means.
ことを特徴とするリンクマッチングシステム。Link matching system characterized by that.
移動体の位置を地図上の道路に対応づけるためのリンクマッチング方法であって、
予め記憶装置に記憶されている、地図領域を格子分割した各格子に対し、少なくとも当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表において、少なくとも移動体が位置する領域を囲む格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域である、少なくとも当該格子内の領域を含む該格子の中心から一定の距離以下の領域に存在する道路の情報で補完する
ことを特徴とするリンクマッチング方法。
A link matching method for associating the position of a moving object with a road on a map,
Enclose at least the area where the moving object is located in the link matching table that is stored in advance in the storage device and that maps each map area divided into grids and associates at least road information existing in the area within the grid. The road information associated with the grid is information on roads existing in an area within a certain distance from the center of the grid including at least the area in the grid, which is a predetermined area including the area in the grid. A link matching method characterized by complementation.
移動体の位置情報が入力されると、前記移動体の位置情報と、補完されたリンクマッチング表において前記移動体が位置する領域を囲む格子に対応づけられている道路の情報とに基づいて、前記移動体の位置する道路を特定する
請求項11に記載のリンクマッチング方法。
When the position information of the moving body is input, based on the position information of the moving body and road information associated with a grid surrounding the area where the moving body is located in the complemented link matching table, The link matching method according to claim 11, wherein a road on which the moving body is located is specified.
道路の位置情報を含む地図情報に基づきリンクマッチング表を生成する過程で、各格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域に存在する道路の情報で補完し、
前記補完されたリンクマッチング表を記憶装置に記憶しておき、
移動体の位置情報が入力されると、前記移動体の位置情報と、前記記憶装置に記憶されているリンクマッチング表から読み出した前記移動体が位置する領域を囲む格子に対応づけられている道路の情報とに基づいて、前記移動体の位置する道路を特定する
請求項11または請求項12に記載のリンクマッチング方法。
In the process of generating a link matching table based on map information including road position information, the road information associated with each grid is supplemented with the road information existing in a predetermined area including the area in the grid. ,
Storing the complemented link matching table in a storage device;
When the position information of the moving body is input, the road is associated with the position information of the moving body and a grid surrounding the area where the moving body is read from the link matching table stored in the storage device. The link matching method according to claim 11 or 12, wherein a road on which the moving body is located is identified based on the information of the mobile terminal.
地図領域を格子分割した各格子に対し当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を元に、各格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域に存在する道路の情報で補完し、
前記補完されたリンクマッチング表を記憶装置に記憶しておき、
移動体の位置情報が入力されると、前記移動体の位置情報と、前記記憶装置に記憶されているリンクマッチング表から読み出した前記移動体が位置する領域を囲む格子に対応づけられている道路の情報とに基づいて、前記移動体の位置する道路を特定する
請求項11または請求項12に記載のリンクマッチング方法。
Based on the link matching table that associates the road information existing in the area in the grid with each grid obtained by dividing the map area into grids, the road information associated with each grid is included in the area in the grid Supplemented with information on roads that exist in a given area,
Storing the complemented link matching table in a storage device;
When the position information of the moving body is input, the road is associated with the position information of the moving body and a grid surrounding the area where the moving body is read from the link matching table stored in the storage device. The link matching method according to claim 11 or 12, wherein a road on which the moving body is located is identified based on the information of the mobile terminal.
地図領域を格子分割した各格子に対し当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を記憶装置に記憶しておき、
前記記憶装置に記憶されているリンクマッチング表から移動体が位置する領域を囲む格子に対応づけられている道路の情報を取得する際に、前記リンクマッチング表における各格子と道路の情報との対応関係を元に、前記移動体が位置する領域を囲む格子に対応づけられている道路の情報を、当該格子内の領域を包括する所定の領域に存在する道路の情報で補完する
請求項11または請求項12に記載のリンクマッチング方法。
A link matching table in which information on roads existing in an area in the grid is associated with each grid obtained by dividing the map area into a grid is stored in a storage device.
Correspondence between each grid in the link matching table and road information when acquiring road information associated with the grid surrounding the region where the moving body is located from the link matching table stored in the storage device The road information associated with the grid surrounding the area where the moving body is located is complemented with the information of the road existing in a predetermined area including the area in the grid based on the relationship. The link matching method according to claim 12.
リンクマッチング表を補完する際の円板の半径となる格子の中心からの距離を、指定パラメータとしてユーザに指定させて入力し、
格子に対応づけられる道路の情報を、前記指定パラメータとしてユーザに指定させた距離を用いて補完する
請求項11から請求項15のうちのいずれか1項に記載のリンクマッチング方法。
Enter the distance from the center of the grid, which is the radius of the disk when complementing the link matching table, as a specified parameter and enter it.
The link matching method according to any one of claims 11 to 15 , wherein information on a road associated with a lattice is supplemented using a distance specified by a user as the specified parameter.
格子毎に円板の半径となる格子の中心からの距離を、指定パラメータとしてユーザに指定させて入力し、
格子に対応づけられる道路の情報を、前記指定パラメータとしてユーザに指定させた当該格子に対する距離を用いて補完する
請求項16に記載のリンクマッチング方法。
Enter the distance from the center of the grid, which is the radius of the disk for each grid, and let the user specify it as a specified parameter.
The link matching method according to claim 16 , wherein road information associated with a grid is complemented using a distance to the grid specified by a user as the specified parameter.
リンクマッチング表において1つも道路の情報が対応づけられていない格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域に存在する道路の情報で補完する
請求項11から請求項17のうちのいずれか1項に記載のリンクマッチング方法。
12. The road information associated with a grid that is not associated with any road information in the link matching table is supplemented with road information existing in a predetermined area including the area in the grid. 18. The link matching method according to any one of items 17 .
移動体の位置を地図上の道路に対応づけるためのリンクマッチング方法であって、A link matching method for associating the position of a moving object with a road on a map,
道路の位置情報を含む地図情報に基づき、地図領域を格子分割した各格子に対し、少なくとも当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を生成する過程で、各格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域に存在する道路の情報で補完し、In the process of generating a link matching table that associates at least the road information existing in the area within the grid for each grid obtained by dividing the map area into grids based on the map information including the road position information. The road information to be associated is supplemented with road information existing in a predetermined area including the area in the grid,
前記補完されたリンクマッチング表を記憶装置に記憶しておき、Storing the complemented link matching table in a storage device;
移動体の位置情報が入力されると、前記移動体の位置情報と、前記記憶装置に記憶されているリンクマッチング表から読み出した前記移動体が位置する領域を囲む格子に対応づけられている道路の情報とに基づいて、前記移動体の位置する道路を特定するWhen the position information of the moving body is input, the road is associated with the position information of the moving body and a grid surrounding the area where the moving body is read from the link matching table stored in the storage device. And the road where the moving body is located
ことを特徴とするリンクマッチング方法。A link matching method characterized by that.
移動体の位置を地図上の道路に対応づけるためのリンクマッチング方法であって、A link matching method for associating the position of a moving object with a road on a map,
予め記憶装置に記憶されている、地図領域を格子分割した各格子に対し、少なくとも当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を元に、各格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域に存在する道路の情報で補完し、Roads that are stored in advance in the storage device and that are associated with each grid based on a link matching table that associates at least the information of roads existing in the area within the grid with each grid obtained by dividing the map area into grids Is supplemented with information on roads existing in a predetermined area including the area in the grid,
前記補完されたリンクマッチング表を記憶装置に記憶しておき、Storing the complemented link matching table in a storage device;
移動体の位置情報が入力されると、前記移動体の位置情報と、前記記憶装置に記憶されているリンクマッチング表から読み出した前記移動体が位置する領域を囲む格子に対応づけられている道路の情報とに基づいて、前記移動体の位置する道路を特定するWhen the position information of the moving body is input, the road is associated with the position information of the moving body and a grid surrounding the area where the moving body is read from the link matching table stored in the storage device. And the road where the moving body is located
ことを特徴とするリンクマッチング方法。A link matching method characterized by that.
移動体の位置を地図上の道路に対応づけるためのリンクマッチング用プログラムであって、
コンピュータに、
予め記憶装置に記憶されている、地図領域を格子分割した各格子に対し、少なくとも当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表において、少なくとも移動体が位置する領域を囲む格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域である、少なくとも当該格子内の領域を含む該格子の中心から一定の距離以下の領域に存在する道路の情報で補完する処理
を実行させるためのリンクマッチング用プログラム。
A link matching program for associating the position of a moving object with a road on a map,
On the computer,
Enclose at least the area where the moving object is located in the link matching table that is stored in advance in the storage device and that maps each map area divided into grids and associates at least road information existing in the area within the grid. The road information associated with the grid is information on roads existing in an area within a certain distance from the center of the grid including at least the area in the grid, which is a predetermined area including the area in the grid. A program for link matching to execute complementary processing.
コンピュータに、
移動体の位置情報が入力されると、前記移動体の位置情報と、補完されたリンクマッチング表において前記移動体が位置する領域を囲む格子に対応づけられている道路の情報とに基づいて、前記移動体の位置する道路を特定する処理を実行させる
請求項21に記載のリンクマッチング用プログラム。
On the computer,
When the position information of the moving body is input, based on the position information of the moving body and road information associated with a grid surrounding the area where the moving body is located in the complemented link matching table, The link matching program according to claim 21, wherein a process for specifying a road on which the moving body is located is executed.
コンピュータに、
道路の位置情報を含む地図情報に基づきリンクマッチング表を生成する過程で、各格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域に存在する道路の情報で補完する処理、
前記補完されたリンクマッチング表を記憶装置に記憶させる処理、および
移動体の位置情報が入力されると、前記移動体の位置情報と、前記記憶装置に記憶されているリンクマッチング表から読み出した前記移動体が位置する領域を囲む格子に対応づけられている道路の情報とに基づいて、前記移動体の位置する道路を特定する処理を実行させる
請求項21または請求項22に記載のリンクマッチング用プログラム。
On the computer,
In the process of generating a link matching table based on map information including road position information, road information associated with each grid is supplemented with road information existing in a predetermined area including the area in the grid. processing,
When the process of storing the complemented link matching table in the storage device and the position information of the moving body are input, the position information of the moving body and the link matching table stored in the storage device are read. The link matching according to claim 21 or 22, wherein a process for identifying a road on which the mobile body is located is executed based on road information associated with a grid surrounding an area in which the mobile body is located. program.
コンピュータに、
地図領域を格子分割した各格子に対し当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を元に、各格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域に存在する道路の情報で補完する処理、
前記補完されたリンクマッチング表を記憶装置に記憶させる処理、および
移動体の位置情報が入力されると、前記移動体の位置情報と、前記記憶装置に記憶されているリンクマッチング表から読み出した前記移動体が位置する領域を囲む格子に対応づけられている道路の情報とに基づいて、前記移動体の位置する道路を特定する処理を実行させる
請求項21または請求項22に記載のリンクマッチング用プログラム。
On the computer,
Based on the link matching table that associates the road information existing in the area in the grid with each grid obtained by dividing the map area into grids, the road information associated with each grid is included in the area in the grid Processing that complements with information on roads that exist in a given area,
When the process of storing the complemented link matching table in the storage device and the position information of the moving body are input, the position information of the moving body and the link matching table stored in the storage device are read. The link matching according to claim 21 or 22, wherein a process for identifying a road on which the mobile body is located is executed based on road information associated with a grid surrounding an area in which the mobile body is located. program.
地図領域を格子分割した各格子に対し当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を記憶する記憶装置を備えたコンピュータに、
前記記憶装置に記憶されているリンクマッチング表から移動体が位置する領域を囲む格子に対応づけられている道路の情報を取得する際に、前記リンクマッチング表における各格子と道路の情報との対応関係を元に、前記移動体が位置する領域を囲む格子に対応づけられている道路の情報を、当該格子内の領域を包括する所定の領域に存在する道路の情報で補完する処理を実行させる
請求項21または請求項22に記載のリンクマッチング用プログラム。
A computer having a storage device that stores a link matching table that associates information on roads existing in the area in the grid with each grid obtained by dividing the map area into grids,
Correspondence between each grid in the link matching table and road information when acquiring road information associated with the grid surrounding the region where the moving body is located from the link matching table stored in the storage device Based on the relationship, a process of complementing road information associated with a grid surrounding the area where the moving body is located with information on a road existing in a predetermined area including the area in the grid is executed. The program for link matching according to claim 21 or claim 22.
コンピュータに、
格子に対応づけられる道路の情報を、指定パラメータとしてユーザに指定させた距離を当該格子の中心を中心とする円板の半径として用いて補完する処理を実行させる
請求項21から請求項25のうちのいずれか1項に記載のリンクマッチング用プログラム。
On the computer,
The information of the road to be associated with the lattice, of claim 25 a distance was designated by the user as the designated parameter of claims 21 to execute the processing for complementing with a radius of the disc around the center of the grating The link matching program according to any one of the above.
コンピュータに、
格子に対応づけられる道路の情報を、指定パラメータとしてユーザに指定させた当該格子に対する距離を当該格子の中心を中心とする円板の半径として用いて補完する処理を実行させる
請求項26に記載のリンクマッチング用プログラム。
On the computer,
The information of the road to be associated to the lattice of claim 26 for executing processing for complementing with a distance to the grating which was designated by the user as the designated parameter as the radius of the disc around the center of the grating Link matching program.
コンピュータに、
リンクマッチング表において1つも道路の情報が対応づけられていない格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域に存在する道路の情報で補完する処理を実行させる
請求項21から請求項27のうちのいずれか1項に記載のリンクマッチング用プログラム。
On the computer,
Executing a process of complementing road information associated with a grid to which no road information is associated in the link matching table with information on a road existing in a predetermined area including the area in the grid. The link matching program according to any one of claims 21 to 27 .
移動体の位置を地図上の道路に対応づけるためのリンクマッチング用プログラムであって、
コンピュータに、
道路の位置情報を含む地図情報に基づき、地図領域を格子分割した各格子に対し、少なくとも当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を生成する過程で、各格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域に存在する道路の情報で補完する処理、
前記補完されたリンクマッチング表を記憶装置に記憶させる処理、および
移動体の位置情報が入力されると、前記移動体の位置情報と、前記記憶装置に記憶されているリンクマッチング表から読み出した前記移動体が位置する領域を囲む格子に対応づけられている道路の情報とに基づいて、前記移動体の位置する道路を特定する処理
を実行させるためのリンクマッチング用プログラム。
A link matching program for associating the position of a moving object with a road on a map,
On the computer,
In the process of generating a link matching table that associates at least the road information existing in the area within the grid for each grid obtained by dividing the map area into grids based on the map information including the road position information. A process of complementing road information to be associated with road information existing in a predetermined area including the area in the grid ;
Processing for storing the complemented link matching table in a storage device; and
When the position information of the moving body is input, the road is associated with the position information of the moving body and a grid surrounding the area where the moving body is read from the link matching table stored in the storage device. To identify the road where the moving body is located based on the information of
Link matching program to execute.
移動体の位置を地図上の道路に対応づけるためのリンクマッチング用プログラムであって、A link matching program for associating the position of a moving object with a road on a map,
コンピュータに、On the computer,
予め記憶装置に記憶されている、地図領域を格子分割した各格子に対し、少なくとも当該格子内の領域に存在する道路の情報を対応づけたリンクマッチング表を元に、各格子に対応づけられる道路の情報を、当該格子内の領域を包括する所定の領域に存在する道路の情報で補完する処理、Roads that are stored in advance in the storage device and that are associated with each lattice based on a link matching table that associates at least the information of roads existing in the region within the lattice with respect to each lattice obtained by dividing the map region into lattices A process for supplementing the information of the road with information on a road existing in a predetermined area including the area in the grid,
前記補完されたリンクマッチング表を記憶装置に記憶させる処理、およびProcessing for storing the complemented link matching table in a storage device; and
移動体の位置情報が入力されると、前記移動体の位置情報と、前記記憶装置に記憶されているリンクマッチング表から読み出した前記移動体が位置する領域を囲む格子に対応づけられている道路の情報とに基づいて、前記移動体の位置する道路を特定する処理When the position information of the moving body is input, the road is associated with the position information of the moving body and a grid surrounding the area where the moving body is read from the link matching table stored in the storage device. To identify the road where the moving body is located based on the information of
を実行させるためのリンクマッチング用プログラム。Link matching program to execute.
JP2008004916A 2008-01-11 2008-01-11 Link matching system, method, and program Expired - Fee Related JP5130920B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008004916A JP5130920B2 (en) 2008-01-11 2008-01-11 Link matching system, method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008004916A JP5130920B2 (en) 2008-01-11 2008-01-11 Link matching system, method, and program

Publications (2)

Publication Number Publication Date
JP2009168525A JP2009168525A (en) 2009-07-30
JP5130920B2 true JP5130920B2 (en) 2013-01-30

Family

ID=40969874

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008004916A Expired - Fee Related JP5130920B2 (en) 2008-01-11 2008-01-11 Link matching system, method, and program

Country Status (1)

Country Link
JP (1) JP5130920B2 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102147260B (en) * 2010-02-09 2014-12-24 日电(中国)有限公司 Electronic map matching method and device
JP5348181B2 (en) * 2011-06-02 2013-11-20 株式会社デンソー Road estimation device
JP5152305B2 (en) * 2010-11-24 2013-02-27 株式会社デンソー Road estimation device
CN104634352B (en) * 2015-03-02 2015-11-11 吉林大学 A kind of road matching method merged based on Floating Car motion track and electronic chart
JP2021060278A (en) * 2019-10-07 2021-04-15 株式会社Jvcケンウッド Controller for electronic apparatus for vehicle, method for controlling electronic apparatus for vehicle, and program
US20240117575A1 (en) * 2021-02-22 2024-04-11 Nec Corporation Infrastructure diagnostic device, infrastructure diagnostic method, and recording medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4145596B2 (en) * 2002-07-30 2008-09-03 株式会社ザナヴィ・インフォマティクス Map data processor
JP4018518B2 (en) * 2002-11-29 2007-12-05 アルパイン株式会社 Navigation system
JP4159372B2 (en) * 2003-01-22 2008-10-01 インクリメント・ピー株式会社 GUIDANCE GUIDANCE SYSTEM, TERMINAL DEVICE, GUIDANCE GUIDANCE METHOD, PROGRAM THEREOF, AND RECORDING MEDIUM CONTAINING THE PROGRAM
JP2005241386A (en) * 2004-02-25 2005-09-08 Hokkaido Business Automation Kk Navigation system for walker and navigation program for walker

Also Published As

Publication number Publication date
JP2009168525A (en) 2009-07-30

Similar Documents

Publication Publication Date Title
JP5130920B2 (en) Link matching system, method, and program
JP6828044B2 (en) Route deviation recognition method, terminal, and storage medium
EP2584527B1 (en) Three dimensional measurement apparatus, control method and program therefor
JP5434736B2 (en) Position detection program, position detection apparatus, and position detection method
US10025789B2 (en) Data analyzing apparatus and program
JP2009009443A (en) Map matching device, map matching method, and program therefor
JP2016004576A (en) Method for verification of model of gui-based application and computer readable memory medium
JP6373030B2 (en) Wiring harness routing route evaluation method, system thereof, and program thereof
JP2016095752A (en) Delivery planning program, delivery planning method, and delivery planning device
KR20180122737A (en) Road name display method, apparatus and storage medium
CN111666359B (en) POI candidate arrival point mining method, device and equipment
TW201729960A (en) Stochastic map generation and bayesian update based on stereo vision
JP2014106813A (en) Authentication device, authentication program, and authentication method
JPWO2020157990A1 (en) Route planning device, route planning method, and program
TWI540450B (en) Machine configuration automatic calculation method and machine configuration automatic calculation device
JP5949002B2 (en) Image matching method, and image matching apparatus and program using the method
CN113225675A (en) Fingerprint database generation method, system, server and storage medium
JP5856888B2 (en) Corresponding point search method, corresponding point search device, and corresponding point search program
US20220019235A1 (en) Route search support apparatus, route search support method, and computer-readable recording medium
JP6330490B2 (en) Test case generation program, test case generation apparatus, and test case generation method
KR20140103531A (en) Data processing method for conversion 2 dimensional tree structure to 3 dimensional tree structure and computer readable recording medium for assesment automization
JP2013011984A (en) Rectangular area detecting device, rectangular area detecting method and program
JP7261892B2 (en) Occupancy grid map management device
EP3005237B1 (en) Automatic detection of regular patterns of features
JP5792338B2 (en) Moving track specifying device and moving track specifying method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20101208

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120313

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120314

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120511

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: 20121009

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20121022

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20151116

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees