JP2019101622A - Information processing device, control method, and program - Google Patents

Information processing device, control method, and program Download PDF

Info

Publication number
JP2019101622A
JP2019101622A JP2017230246A JP2017230246A JP2019101622A JP 2019101622 A JP2019101622 A JP 2019101622A JP 2017230246 A JP2017230246 A JP 2017230246A JP 2017230246 A JP2017230246 A JP 2017230246A JP 2019101622 A JP2019101622 A JP 2019101622A
Authority
JP
Japan
Prior art keywords
point
information
route
location
time
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2017230246A
Other languages
Japanese (ja)
Inventor
陽光 稲田
Akihiro Inada
陽光 稲田
伸之 小西
Nobuyuki Konishi
伸之 小西
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.)
Canon Marketing Japan Inc
Canon IT Solutions Inc
Original Assignee
Canon Marketing Japan Inc
Canon IT Solutions Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Marketing Japan Inc, Canon IT Solutions Inc filed Critical Canon Marketing Japan Inc
Priority to JP2017230246A priority Critical patent/JP2019101622A/en
Publication of JP2019101622A publication Critical patent/JP2019101622A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Navigation (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Instructional Devices (AREA)

Abstract

To provide a mechanism capable of discriminating similar routes from a plurality of different routes by taking time into consideration.SOLUTION: The information processing device includes storage means for storing positional information about a plurality of points for each route passing the points, and time information about arrivals at or departures from the points, whereby the point position similarity between the different routes is determined on the basis of the positional information about the points. A first point of one of routes between which point position similarity has been determined among the different routes is associated with a second point of the other route, and time information about arrivals at or departures from the points corresponding to the associated first point and second point is displayed.SELECTED DRAWING: Figure 3

Description

本発明は、車両等が移動した経路を分析する技術に関する。   The present invention relates to a technology for analyzing a route traveled by a vehicle or the like.

従来、自動車等の移動体に関して取得した走行データ等のテレマティクスデータの活用として、危険運転の検知や燃費の改善を対象とすることが多い。例えば、特許文献1では、車両の速度及び走行距離のデータから危険運転判定を行う手法が考案されている。   Conventionally, detection of dangerous driving and improvement of fuel consumption are often targeted as utilization of telematics data such as travel data acquired regarding a mobile body such as a car. For example, in patent document 1, the method of performing dangerous driving | running | working determination from the data of the speed of a vehicle, and travel distance is devised.

テレマティクスデータのその他の活用として、移動経路の効率化が挙げられる。移動経路の効率化は類似した経路の重複使用を回避することにより行うことができる。類似した経路の探索には様々な手法が提案されているが、最近、動的時間伸縮法(Dynamic Time Warping。略称DTW)の応用が知られている。例えば、特許文献2および特許文献3ではともにDTWを用いた類似区間の探索を行っている。   Another use of telematics data is to make travel routes more efficient. Moving paths can be streamlined by avoiding duplicate use of similar paths. Although various methods have been proposed for searching for similar routes, applications of Dynamic Time Warping (abbr. DTW) have recently been known. For example, Patent Document 2 and Patent Document 3 both search for similar sections using DTW.

特開2017−138769号公報JP, 2017-138769, A 特開2012−097603号公報JP 2012-097603 A 特開2011−069845号公報JP, 2011-069845, A

テレマティクスデータに対する類似経路探索を行う際に、地理的に同一の地点を経由していても、時間的に離れている場合、類似経路として判定されないことが望ましい場合がある。例えば、定期的に同一の経路を周回する業務がある場合、移動の効率化という観点で見ると、この経路同士は類似と判定されないことが望ましい。しかし、既存のDTWを用いた類似経路探索では、これらの経路は類似として判定されてしまう。   When performing a similar route search for telematics data, it may be desirable not to be determined as a similar route if they are separated in time, even though they are via geographically identical points. For example, in the case where there is a task of regularly going around the same route, it is desirable that the routes are not determined to be similar from the viewpoint of the efficiency of movement. However, in the similar route search using the existing DTW, these routes are determined as similar.

そこで、本発明は、複数の異なる経路の中から時間を考慮して類似する経路を判別できる仕組みを提供することを目的とする。   Therefore, an object of the present invention is to provide a mechanism capable of discriminating similar routes in consideration of time among a plurality of different routes.

本発明は、複数の地点を巡る経路毎に各地点の位置情報及び当該地点に到着または当該地点を出発した時間情報を記憶する記憶手段を備え、各地点の位置情報に基づいて、異なる前記経路の間での地点どうしの位置の類似性を判定する情報処理装置であって、異なる前記経路の間で、地点どうしの位置が類似すると判定された一の経路の第一の地点と他の経路の第二の地点とを対応付ける対応付け手段と、前記対応付けられた前記第一の地点と前記第二の地点それぞれに対応する当該地点に到着または当該地点を出発した時間情報を表示する表示制御手段とを備えることを特徴とする。   The present invention comprises storage means for storing position information of each point and time information on arrival or departure from the point for each route around a plurality of points, and based on the position information of each point, the different paths Information processing apparatus that determines the similarity in position between points, and between the different paths, the first point and another path of one path whose positions are determined to be similar Display control for displaying time information for arriving at or leaving the corresponding point corresponding to each of the first point and the second point associated with each other. And means.

本発明により、複数の異なる経路の中から時間を考慮して類似する経路を判別できる仕組みを提供可能となる。   According to the present invention, it is possible to provide a mechanism capable of determining similar routes in consideration of time among a plurality of different routes.

本発明の実施形態である類似経路探索システムの構成の一例を示すシステム構成図である。It is a system configuration figure showing an example of composition of a similar route search system which is an embodiment of the present invention. 類似経路探索システムを構成する情報処理機器に適用可能なハードウェア構成の一例を示すブロック図である。It is a block diagram which shows an example of the hardware constitutions applicable to the information processing apparatus which comprises a similar route search system. 類似経路探索システムの機能構成の一例を示すブロック図である。It is a block diagram showing an example of functional composition of a similar route search system. 類似経路探索及び表示処理の一例を示すフローチャートである。It is a flow chart which shows an example of similar route search and display processing. 経路分割処理の一例を示すフローチャートである。It is a flow chart which shows an example of course division processing. 経路経路探索処理の一例を示すフローチャートである。It is a flow chart which shows an example of route route search processing. 実施例で使用する地理的前提を説明する図である。It is a figure explaining the geographical premise used in an example. 類似経路探索システムで使用するデータ類の一例を示すデータ構成図である。It is a data block diagram which shows an example of data groups used by a similar route search system. 類似経路探索システムで使用するデータ類の一例を示すデータ構成図である。It is a data block diagram which shows an example of data groups used by a similar route search system. 地点どうしの対応付けの概要を説明する図である。It is a figure explaining an outline of correspondence of points. 経路表示画面の一例を示す画面イメージである。It is a screen image which shows an example of a path | route display screen. 類似経路表示画面の一例を示す画面イメージである。It is a screen image which shows an example of a similar path | route display screen. 時間考慮類似経路表示画面の一例を示す画面イメージである。It is a screen image which shows an example of a time consideration similarity path | route display screen. 時間考慮類似経路表示画面の一例を示す画面イメージである。It is a screen image which shows an example of a time consideration similarity path | route display screen.

以下、図面を参照して、本発明の実施形態を詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

図1は、本発明における類似経路探索システムのシステム構成の一例を示す図である。   FIG. 1 is a diagram showing an example of a system configuration of a similar route search system according to the present invention.

類似経路探索システム100は、1または複数のクライアント端末101(PC,入出力装置など)、1または複数のデータサーバ102がネットワーク103を介して接続される構成となっている。   The similar route search system 100 is configured such that one or more client terminals 101 (PC, input / output device, etc.) and one or more data servers 102 are connected via the network 103.

本実施例では、データサーバ102に蓄積されてテレマティクスデータをクライアント端末101に取り込み、クライアント端末101にて関連処理を実行する構成としているが、データサーバ102にて関連処理を実行し、クライアント端末101はユーザによる操作や入力の受け付け、および、画面表示を実行する構成であってもよい。   In the present embodiment, telematics data accumulated in the data server 102 is captured in the client terminal 101 and the client terminal 101 executes related processing. However, the data server 102 executes related processing and the client terminal 101 May be configured to receive an operation or input by the user and to display a screen.

以下、図2を用いて、図1に示したクライアント端末101、データサーバ102に適用可能な情報処理装置のハードウェア構成の一例について説明する。   Hereinafter, an example of the hardware configuration of the information processing apparatus applicable to the client terminal 101 and the data server 102 illustrated in FIG. 1 will be described using FIG. 2.

図2は、クライアント端末101、データサーバ102に適用可能な情報処理装置のハードウェア構成の一例を示すブロック図である。   FIG. 2 is a block diagram showing an example of the hardware configuration of the information processing apparatus applicable to the client terminal 101 and the data server 102. As shown in FIG.

図2において、201はCPUで、システムバス204に接続される各デバイスやコントローラを統括的に制御する。また、ROM202あるいは外部メモリ211には、CPU201の制御プログラムであるBIOS(Basic Input / Output System)やオペレーティングシステムプログラム(以下、OS)や、各サーバ或いは各PCの実行する機能を実現するために必要な後述する各種プログラム等が記憶されている。   In FIG. 2, reference numeral 201 denotes a CPU, which centrally controls devices and controllers connected to the system bus 204. Further, the ROM 202 or the external memory 211 is required to realize a BIOS (Basic Input / Output System) which is a control program of the CPU 201, an operating system program (hereinafter referred to as OS), and functions executed by each server or each PC. The various programs described later are stored.

203はRAMで、CPU201の主メモリ、ワークエリア等として機能する。CPU201は、処理の実行に際して必要なプログラム等をROM202あるいは外部メモリ211からRAM203にロードして、該ロードしたプログラムを実行することで各種動作を実現するものである。   A RAM 203 functions as a main memory, a work area, and the like of the CPU 201. The CPU 201 loads a program and the like necessary for execution of processing from the ROM 202 or the external memory 211 to the RAM 203, and implements the various operations by executing the loaded program.

また、205は入力コントローラで、キーボード(KB)209や不図示のマウス等のポインティングデバイス等からの入力を制御する。206はビデオコントローラで、ディスプレイ210等の表示器への表示を制御する。なお、表示器はCRTや、液晶ディスプレイ等の様々な種類が存在する。   An input controller 205 controls input from a keyboard (KB) 209 and a pointing device such as a mouse (not shown). A video controller 206 controls display on a display such as the display 210. There are various types of displays such as CRTs and liquid crystal displays.

207はメモリコントローラで、ブートプログラム,各種のアプリケーション,フォントデータ,ユーザファイル,編集ファイル,各種データ等を記憶する外部記憶装置(ハードディスク(HD))や、フレキシブルディスク(FD)、或いはPCMCIAカードスロットにアダプタを介して接続されるCFカードメモリ等の外部メモリ211へのアクセスを制御する。   A memory controller 207 is an external storage device (hard disk (HD)) for storing a boot program, various applications, font data, user files, editing files, various data, etc., a flexible disk (FD), or a PCMCIA card slot. An access to an external memory 211 such as a CF card memory connected via an adapter is controlled.

208は通信I/Fコントローラで、ネットワーク(例えば、図1に示したインターネット104)を介して外部機器と接続・通信するものであり、ネットワークでの通信制御処理を実行する。例えば、TCP/IPを用いた通信等が可能である。   A communication I / F controller 208 connects and communicates with an external device via a network (for example, the Internet 104 shown in FIG. 1), and executes communication control processing in the network. For example, communication using TCP / IP is possible.

なお、CPU201は、例えばRAM203内の表示情報用領域へアウトラインフォントの展開(ラスタライズ)処理を実行することにより、ディスプレイ210上での表示を可能としている。また、CPU201は、ディスプレイ210上の不図示のマウスカーソル等でのユーザ指示を可能とする。   Note that the CPU 201 enables display on the display 210 by executing, for example, outline font rasterization processing on a display information area in the RAM 203. In addition, the CPU 201 enables user instruction with a mouse cursor (not shown) or the like on the display 210.

本発明を実現するための後述する各種プログラムは、外部メモリ211に記録されており、必要に応じてRAM203にロードされることによりCPU201によって実行されるものである。さらに、上記プログラムの実行時に用いられる定義ファイル及び各種情報テーブル等も、外部メモリ211に格納されており、これらについての詳細な説明も後述する。   Various programs to be described later for realizing the present invention are stored in the external memory 211, and are executed by the CPU 201 by being loaded into the RAM 203 as necessary. Furthermore, definition files and various information tables used at the time of execution of the program are also stored in the external memory 211, and a detailed description of these will be described later.

以上で図2のハードウェア構成図の説明を終了する。   This is the end of the description of the hardware configuration diagram of FIG.

次に、図3を用いて、本発明の実施形態である類似経路探索システム100の機能ブロック図について説明する。   Next, a functional block diagram of the similar route search system 100 according to the embodiment of the present invention will be described with reference to FIG.

データサーバ102は、テレマティクスデータ記憶部321を備えている。   The data server 102 includes a telematics data storage unit 321.

テレマティクスデータ記憶部321は、対象の移動体から逐次送信されてくるテレマティクスデータ、または、一時的にメモリ等に記憶されアップロードされるテレマティクスデータを格納するデータベースである。   The telematics data storage unit 321 is a database for storing telematics data sequentially transmitted from a target mobile body, or telematics data temporarily stored in a memory or the like and uploaded.

クライアント端末101は、テレマティクスデータ取得部311、類似経路検出部312、部分類似経路検出部313、類似経路表示部314を備えている。   The client terminal 101 includes a telematics data acquisition unit 311, a similar route detection unit 312, a partially similar route detection unit 313, and a similar route display unit 314.

テレマティクスデータ取得部311は、データサーバ102からテレマティクスデータを取得する。類似経路検出部312は、経路データを基に類似経路を検出する。部分類似経路検出部313は、経路データを元に部分的な類似経路を検出する。類似経路表示部314は、検出された類似経路の情報を表示する。   The telematics data acquisition unit 311 acquires telematics data from the data server 102. The similar route detection unit 312 detects a similar route based on the route data. The partial similarity route detection unit 313 detects a partial similarity route based on the route data. The similar route display unit 314 displays information of the detected similar route.

以上で図3の機能ブロック図の説明を終了する。   This is the end of the description of the functional block diagram of FIG.

ここで、図7を参照して、本実施例で取り扱う地理的前提について説明する。図7は本実施例で取り扱う地図情報であり、黒丸印は訪問地点等のテレマティクスデータを取得可能な地点(サンプリング地点)を表す。各地点は、x座標、y座標で表すが、経度、緯度で表してもよい。   Here, with reference to FIG. 7, the geographical premise handled in the present embodiment will be described. FIG. 7 shows map information handled in the present embodiment, and black circles indicate points (sampling points) at which telematics data such as a visiting point can be obtained. Each point is represented by x coordinate and y coordinate, but may be represented by longitude and latitude.

以下、本実施形態における類似経路探索システム100の処理の流れを説明する。   Hereinafter, the flow of processing of the similar route search system 100 in the present embodiment will be described.

図4は、類似経路探索システム100における、類似経路探索処理の一例を示すフローチャートである。各処理ステップは、クライアント端末101のCPU201が実行する。   FIG. 4 is a flowchart showing an example of similar route search processing in the similar route search system 100. Each processing step is executed by the CPU 201 of the client terminal 101.

本処理は、不図示のメニュー画面において、ユーザより「類似経路探索」ボタンが押下されることによって開始する。   The present process is started by the user pressing a “similar route search” button on a menu screen (not shown).

ステップS101では、テレマティクスデータの取得を行う。テレマティクスデータは、データサーバ102のテレマティクスデータ記憶部321より取得する。   In step S101, telematics data is acquired. Telematics data is acquired from the telematics data storage unit 321 of the data server 102.

ステップS102では、テレマティクスデータを経路に分割する。経路分割処理については図5で詳述する。ここでは、テレマティクスデータ(図8(a))および、地点データ(図8(b))を入力として、経路データ(図8(c))を出力する。   In step S102, telematics data is divided into routes. The route division processing will be described in detail with reference to FIG. Here, route data (FIG. 8 (c)) is output with telematics data (FIG. 8 (a)) and point data (FIG. 8 (b)) as inputs.

ステップS103では、類似経路の探索を行う。類似経路探索処理については、図6で詳述する。ここでは、経路データ(図8(c))および、地点データ(図8(b))を元に、DTW値計算結果(図9(d))を出力し、DTW値計算結果が閾値よりも小さいものを、類似経路として保持すると同時に、地点番号対応付け結果(図9(e))および時間コスト距離換算結果(図9(f))を出力し、これを元に時間コスト加算結果(図9(g))を出力する。   In step S103, a similar route is searched. Similar route search processing will be described in detail with reference to FIG. Here, based on the route data (FIG. 8 (c)) and the point data (FIG. 8 (b)), the DTW value calculation result (FIG. 9 (d)) is output, and the DTW value calculation result is higher than the threshold value. A small route is held as a similar route, and at the same time a point number correspondence result (FIG. 9 (e)) and a time cost distance conversion result (FIG. 9 (f)) are output, and based on this, a time cost addition result (FIG. Output 9 (g).

ステップS104では、類似経路の表示を行う。出力結果は図11、図12、図13、図14で詳述する。   In step S104, a similar route is displayed. The output results will be described in detail with reference to FIG. 11, FIG. 12, FIG. 13, and FIG.

以上で、図4の類似経路探索処理の説明を終了する。   This is the end of the description of the similar route search process of FIG.

ここで、図8、図9を参照して、上記に記述した本実施例で使用するデータについて説明する。   Here, data used in the present embodiment described above will be described with reference to FIG. 8 and FIG.

図8(a)にテレマティクスデータの一例を示す。   FIG. 8 (a) shows an example of telematics data.

テレマティクスデータ800は、車両が拠点または訪問した地点ごとに取得したデータであり、車台番号801、地点番号802、到着時刻803、出発時刻804、到着順序805を持つ。車台番号801は使用した車両を識別する英数字列である。地点番号802は訪問または通過した地点を表し、地点データ810の地点番号811に対応する。到着時刻803、出発時刻804は車両がその地点に対して到着、出発した時刻を表す。到着順序805は車両がその地点に到着した順序を表す。   The telematics data 800 is data acquired for each base or a point visited by a vehicle, and has a chassis number 801, a point number 802, an arrival time 803, a departure time 804, and an arrival order 805. The chassis number 801 is an alphanumeric string that identifies the used vehicle. The point number 802 represents a point visited or passed, and corresponds to the point number 811 of the point data 810. The arrival time 803 and the departure time 804 represent the time when the vehicle arrived and departed for that point. The arrival order 805 represents the order in which the vehicles arrived at that point.

図8(b)に地点データの一例を示す。   An example of point data is shown in Drawing 8 (b).

地点データ810は、テレマティクスデータに含まれる拠点または訪問した地点のデータを格納し、地点番号811、座標X812、座標Y813を持つ。地点番号811は地点を一意に表す英数字列である。座標X812、座標Y813は地点の位置を二次元座標で表したものであり、経度、緯度等でもよい。   The point data 810 stores data of a base or visited point included in telematics data, and has a point number 811, coordinates X812, and coordinates Y813. The point number 811 is an alphanumeric string that uniquely represents a point. Coordinates X 812 and Y 813 are two-dimensional coordinates of the position of a point, and may be longitude, latitude, or the like.

図8(c)に経路データの一例を示す。   An example of route data is shown in FIG.

経路データ820は、テレマティクスデータ800を基に分割した経路のデータであり、テレマティクスデータの項目(801〜805が821〜825に対応)に加え、経路番号826を持つ。経路番号826は、経路を識別する文字列であり、経路番号826ごとに到着順序825を新たに採番する。また、地点番号822は地点データ810の地点番号811に対応する。   The route data 820 is data of a route divided based on the telematics data 800, and has a route number 826 in addition to the telematics data items (801 to 805 correspond to 821 to 825). The route number 826 is a character string identifying a route, and an arrival order 825 is newly assigned to each route number 826. Also, the point number 822 corresponds to the point number 811 of the point data 810.

図9(d)にDTW値計算結果の一例を示す。   FIG. 9D shows an example of the result of the DTW value calculation.

DTW値計算結果900は、2つの経路の間のDTW値(類似度)の計算結果データであり、2つの経路番号901と902、DTW値903を持つ。2つの経路番号901と902は、DTW値の計算対象となって経路の組合せを表し、DTW値903は計算されたDTW値を表す。   The DTW value calculation result 900 is calculation result data of a DTW value (similarity) between two paths, and has two path numbers 901 and 902 and a DTW value 903. The two path numbers 901 and 902 represent the combination of paths for which the DTW value is calculated, and the DTW value 903 represents the calculated DTW value.

図9(e)に地点番号対応付け結果の一例を示す。   An example of a point number matching result is shown in FIG.

地点番号対応付け結果910は、DTW値の計算時に得られる2つの経路の保持する地点同士の対応付け結果データであり、各対応付けの対応番号911と2つの経路番号と地点番号の組912,913と914,915を持つ。2つの経路番号と地点番号の組912,913と914,915は経路が保持する地点同士の対応関係を表し、1つの経路番号と地点番号の組に対して、複数の対応する経路番号と地点番号の組が存在してもよい。   The point number association result 910 is association result data of points held by two routes obtained at the time of calculation of the DTW value, and the association number 911 of each association, a pair of two route numbers and point numbers 912, It has 913 and 914, 915. Two route numbers and point number pairs 912, 913 and 914, 915 indicate the correspondence between points held by the route, and for one route number and point number pair, a plurality of corresponding route numbers and points There may be a set of numbers.

図9(f)に時間コスト距離換算結果の一例を示す。   An example of the time cost distance conversion result is shown in FIG.

時間コスト距離換算結果920は、地点番号対応付け結果の各対応付けに対し、時刻の差異を距離換算した結果データであり、地点番号対応付け結果の項目に加え、各経路番号の各地点番号の基準時刻924および927と各対応付けの距離928を持つ。基準時刻924、927はテレマティクスデータ800から例えば到着時刻と出発時刻の中間時刻を取るなどの方法で算出する。距離928は各地点番号の基準時刻924および927より算出される2つの地点間の時間的距離を表す。   The time cost distance conversion result 920 is result data obtained by converting the time difference to the distance for each correspondence of the point number correspondence result, and in addition to the item of the point number correspondence result, each point number of each route number It has reference times 924 and 927 and a distance 928 of each correspondence. The reference times 924 and 927 are calculated from the telematics data 800 by, for example, taking an intermediate time between arrival time and departure time. The distance 928 represents the temporal distance between two points calculated from the reference time 924 and 927 of each point number.

図9(g)に時間コスト加算結果の一例を示す。   FIG. 9 (g) shows an example of the time cost addition result.

時間コスト加算結果930は、900で得られたDTW値に920で得られた距離の平均値を加算した結果データであり、DTW値計算結果と同様のデータ項目を持つ。   The time cost addition result 930 is data obtained by adding the average value of the distances obtained at 920 to the DTW value obtained at 900, and has the same data items as the DTW value calculation results.

以上で本実施例で使用するデータの説明を終了する。   This is the end of the description of the data used in the present embodiment.

図10は地点番号対応付け結果のイメージを示す。   FIG. 10 shows an image of the point number correspondence result.

イメージ1000は2つの経路データであり、白丸、黒丸がそれぞれの経路データ内の地点列を表している。イメージ1001はDTWによる対応付け後の2つの経路データであり、各点が点線で表される対応付け結果を保持している。この対応付けは1002のように一つの地点が複数の地点(1003,1004)と対応してもよい。   An image 1000 is two route data, and white circles and black circles represent point sequences in each route data. An image 1001 is two route data after association by the DTW, and holds an association result in which each point is represented by a dotted line. In this association, one point may correspond to a plurality of points (1003, 1004) as in 1002.

図10に示すようにDTWによる対応付けでは、相互の経路の地点間の時間的な差異はシフトして調整されるため、その結果算出されるDTW値には時間的差異は含まれない。そこで、ステップS103にて時間的差異を距離換算してDTW値に加えることにより、時間的差異を考慮できるようにしている。   As shown in FIG. 10, in the correspondence by the DTW, the temporal difference between the points of the mutual paths is shifted and adjusted, and therefore, the temporal difference is not included in the DTW value calculated as a result. Therefore, the time difference can be taken into consideration by converting the time difference into a distance and adding it to the DTW value in step S103.

図5では、図4のステップS102で記述した、テレマティクスデータの経路分割処理について詳述する。テレマティクスデータは、拠点から出発し、訪問地点を回り、拠点に到着するというデータを1または複数回連続して保持している。本処理では、この、拠点から出発し、訪問地点を回り、拠点に到着するまでを一つの経路として認識するための番号を付与する。   In FIG. 5, the path division processing of telematics data described in step S102 of FIG. 4 will be described in detail. Telematics data holds one or more consecutive data of departure from a site, traveling around a visiting point, and arriving at a site. In this process, a number is given to recognize the route from the base, the visiting point, and the arrival at the base as one route.

ステップS201では、ステップS202,S203,S204,S205,S206,S207,S208の各処理に対し、ループ処理を行う。ループは車台番号ごとに行う。例えば、図8(a)に示されるテレマティクスデータの場合、車台番号Aおよび車台番号Bに対してループを行う。   In step S201, loop processing is performed on each of steps S202, S203, S204, S205, S206, S207, and S208. Looping is done for each chassis number. For example, in the case of telematics data shown in FIG. 8A, a loop is performed for the chassis number A and the chassis number B.

ステップS202では、空の経路を作成する。   In step S202, an empty route is created.

ステップS203では、ステップS204,S205,S206,S207,S208の各処理に対し、ループ処理を行う。ループは各レコードに対して行う。例えば、ステップS201で車台番号Aのループが行われている場合、図8(a)に示すテレマティクスデータの1レコード目から8レコード目までのループ処理を行う。   In step S203, loop processing is performed on each of steps S204, S205, S206, S207, and S208. A loop is performed for each record. For example, when the loop of the chassis number A is performed in step S201, the loop process from the first record to the eighth record of the telematics data shown in FIG. 8A is performed.

ステップS204では、処理中のレコードに対し、拠点の到着判定を行う。拠点の到着判定は地点により行う。例えば、図8(a)のテレマティクスデータの1レコード目から8レコード目では、1レコード目が出発拠点となるため、地点番号が同一である4レコード目および8レコード目が到着と判定される。   In step S204, the arrival determination of the base is performed on the record being processed. The arrival judgment of the base is performed by the point. For example, in the first to eighth records of the telematics data in FIG. 8A, since the first record is the departure point, it is determined that the fourth and eighth records having the same point number are arrived.

ステップS205では、ステップS204で判定された結果により条件分岐を行う。拠点到着と判定された場合はS206を行い、拠点到着と判定されなかった場合はS208を行う。例えば、図8(a)のテレマティクスデータの1レコード目から9レコード目では、4レコード目と9レコード目を処理中にはS206を行い、それ以外の場合はS208を行う。以下、処理順の都合からS208から説明を記述する。   In step S205, conditional branching is performed based on the result determined in step S204. If it is determined that the base has arrived, S206 is performed, and if it is not determined that the base has arrived, S208 is performed. For example, in the first to ninth records of the telematics data in FIG. 8A, S206 is performed during processing of the fourth and ninth records, and otherwise S208 is performed. Hereinafter, the explanation will be described from S208 for convenience of the processing order.

ステップS208では、ステップS202で作成した経路に対して、現在のレコードを追加する。例えば、図8(a)のテレマティクスデータの1レコード目では、空の経路は1レコード目のみの経路となり、2レコード目では、1レコード目と2レコード目からなる経路となる。   In step S208, the current record is added to the route created in step S202. For example, in the first record of telematics data in FIG. 8A, the empty route is the route of only the first record, and the second record is the route consisting of the first record and the second record.

ステップS206では、これまでのステップで作成した経路を経路データとして保存する。この際、現在のレコードを到着レコードとして経路データに追加した上で保存する。例えば、図8(a)のテレマティクスデータの4レコード目では、これまでのステップで作成した1レコード目から3レコード目までのデータからなる経路データに、出発時刻を空として到着レコードとした4レコード目を追加し、経路番号A−1として保存する。   In step S206, the route created in the previous steps is saved as route data. At this time, the current record is added to the route data as an arrival record and stored. For example, in the fourth record of telematics data in FIG. 8A, in the route data consisting of the data from the first record to the third record created in the steps up to now, the four records with the departure time as empty and the arrival record Add an eye and save as path number A-1.

ステップS207では、次の経路として、空の経路を作成する。また、この後に行われるステップS208においては、現在のレコードを、到着時刻を空とした出発レコードして追加する。例えば、図8(a)の4レコード目では、ステップS207およびS208により、到着時刻を空としたレコードのみからなる経路が作成される。   In step S207, an empty route is created as the next route. In addition, in step S208 to be performed later, the current record is added as a departure record with an empty arrival time. For example, in the fourth record of FIG. 8A, a route consisting of only the records in which the arrival time is empty is created by steps S207 and S208.

ステップS209は、ステップS203からの繰り返し処理の終端である。   Step S209 is the end of the iterative process from step S203.

ステップS210は、ステップS201からの繰り返し処理の終端である。   Step S210 is the end of the iterative process from step S201.

以上で、ステップS102の経路分割処理の説明を終了する。   This is the end of the description of the route division processing in step S102.

図6では、図4のステップS103で記述した、類似経路探索処理について詳述する。   In FIG. 6, the similar route search process described in step S103 of FIG. 4 will be described in detail.

ステップS301では、ステップS302、ステップS303の処理についてループ処理を行う。ループ処理は、すべての経路番号の組合せに対して行う。例えば、図8(c)の経路データの場合、経路番号A−1とA−2、A−1とB−1、A−2とB−1に対してループ処理を行う。   In step S301, loop processing is performed for the processing in steps S302 and S303. Loop processing is performed on all combinations of path numbers. For example, in the case of the route data of FIG. 8C, loop processing is performed on route numbers A-1 and A-2, A-1 and B-1, and A-2 and B-1.

ステップS302では、DTW法を用いてDTW値の計算を行う。DTW法は2つの時系列波形の時間および周期の差異を調整して波形どうしの類似度(値が小さいほど類似性が高い)を求めるために考案された手法であり、DTW法を経路データに適用すれば、2つの経路の地点の出発時刻や到着時刻、移動速度の差異を調整して経路どうしの乖離度を算出することができる。例えば、経路番号A−1とA−2の組に対するループの場合、標準的なDTW法を実施することで、当該経路の組に対するDTW値(類似度)を得ることができる。また、DTW法以外に、地図上に描かれた経路に対し二次元形状の類似度を算出する諸手法を適用してもよく、地点どうしの対応付けを行うことで経路どうしの類似度を算出できる方法であればよい。   In step S302, the DTW value is calculated using the DTW method. The DTW method is a method devised to adjust the difference between the time and period of two time-series waveforms and find the similarity between the waveforms (the smaller the value is, the higher the similarity). If applied, it is possible to calculate the degree of divergence between the routes by adjusting the difference between the departure time and the arrival time of the points of the two routes and the moving speed. For example, in the case of a loop for a set of path numbers A-1 and A-2, it is possible to obtain a DTW value (similarity) for the set of paths by implementing the standard DTW method. In addition to the DTW method, various methods for calculating the similarity between two-dimensional shapes may be applied to the route drawn on the map, and the similarity between the routes is calculated by correlating the points. Any method can be used.

ステップS301とステップS302により経路番号の組合せに対するDTW値、経路番号の組合せに対する地点番号の対応付け結果を得ることができる。図9(d)、図9(e)に一例を示す。   In step S301 and step S302, it is possible to obtain the DTW value for the combination of route numbers, and the result of associating the point numbers for the combination of route numbers. An example is shown to FIG.9 (d) and FIG.9 (e).

ステップS303では、ステップS302により得られた地点番号の対応付け結果を元に、各対応付けに対する時間的距離を算出し、その平均値をDTW値へ加算する。例えば、図9(f)において、対応地点番号の基準時刻の差異1分につき距離0.1相当と設定すると、対応番号1における距離は19と設定される。このように算出した各対応番号の距離の平均値をステップS302により算出したDTW値へ加算することで、図9(g)に示す時間コスト加算結果を得る。   In step S303, based on the association result of the point numbers obtained in step S302, the temporal distance for each association is calculated, and the average value thereof is added to the DTW value. For example, in FIG. 9F, when the distance corresponding to a difference of 1 minute of the reference time of the corresponding point number is set to 0.1, the distance at the corresponding number 1 is set to 19. The time cost addition result shown in FIG. 9G is obtained by adding the average value of the distances of the corresponding numbers calculated in this manner to the DTW value calculated in step S302.

ステップS304は、ステップS301からの繰り返し処理の終端である。   Step S304 is the end of the iterative process from step S301.

ステップS305では、DTW値が基準値以下となっている経路番号の組を抽出する。例えば、図9(d)において、基準値が25となっている場合、経路番号A−2とB−1の組のみが類似経路として抽出される。   In step S305, a set of path numbers for which the DTW value is less than or equal to the reference value is extracted. For example, in FIG. 9D, when the reference value is 25, only the pair of path numbers A-2 and B-1 is extracted as a similar path.

ステップS306では、時間コスト加算結果のDTW値が基準値以下となっている経路番号の組を抽出する。例えば、図9(g)において、基準値が60となっている場合、経路番号A−1とB−1の組およびA−2とB−1の組が類似経路として抽出される。   In step S306, a set of path numbers for which the DTW value of the time cost addition result is less than or equal to the reference value is extracted. For example, in FIG. 9G, when the reference value is 60, a pair of path numbers A-1 and B-1 and a pair of A-2 and B-1 are extracted as similar paths.

以上で、ステップS103の類似経路探索処理の説明を終了する。
図11、図12、図13、図14を参照して、図4のステップS104で記述した、類似経路の出力方法について詳述する。
This is the end of the description of the similar route search process of step S103.
The output method of the similar route described in step S104 of FIG. 4 will be described in detail with reference to FIGS. 11, 12, 13 and 14.

図11は経路表示画面の一例を示す画面イメージである。   FIG. 11 is a screen image showing an example of the route display screen.

経路表示画面1100は、類似経路探索の対象となった経路の一覧を表示する。例えば、経路番号A−1,A−2,B−1の経路を、経路番号ごとに色分け、または、線の形状を変える等して出力する。類似経路探索結果ボタン1103を押下することにより、図12の類似経路探索結果画面に遷移する。   The route display screen 1100 displays a list of routes that have become targets for similar route search. For example, the routes of route numbers A-1, A-2, and B-1 are color-coded for each route number, or output by changing the shape of a line or the like. By pressing the similar route search result button 1103, a transition is made to the similar route search result screen of FIG.

図12は類似経路探索結果画面の一例を示す画面イメージである。   FIG. 12 is a screen image showing an example of the similar route search result screen.

類似経路探索結果画面1200は、ステップS305で抽出された類似経路の情報を表示する。   The similar route search result screen 1200 displays information on the similar route extracted in step S305.

類似経路探索結果画面1200では、経路表示欄1201と、経路情報表示欄1202を表示する。経路表示欄1201には類似経路に対する地図上の経路を表示し、経路情報表示欄1202には類似経路に関する各種情報を表示する。抽出された類似経路が複数ある場合は、前後ボタン1203を押下することにより別の類似経路の情報を表示する。なお、ステップS305にて抽出された類似経路だけでなく、前後ボタン1203を押下することにより全経路の情報を類似度の順に表示するようにしてもよい。経路表示ボタン1204を押下することにより、図11の経路表示画面に遷移する。また、時間考慮類似経路表示ボタン1205を押下することにより、図13、図14の時間考慮類似経路探索結果画面に遷移する。   In the similar route search result screen 1200, a route display field 1201 and a route information display field 1202 are displayed. The route display column 1201 displays the route on the map for the similar route, and the route information display column 1202 displays various information on the similar route. If there are a plurality of extracted similar routes, information on another similar route is displayed by pressing the back and forth button 1203. Note that not only the similar route extracted in step S305, but by pressing the back and forth button 1203, information on all routes may be displayed in order of similarity. When the route display button 1204 is pressed, the screen changes to the route display screen of FIG. Further, by pressing the time consideration similar route display button 1205, the screen transits to the time consideration similar route search results screen of FIG. 13 and FIG.

図13、図14は時間考慮類似経路探索結果画面の一例を示す画面イメージである。   13 and 14 are screen images showing an example of the time-considered similar route search result screen.

時間考慮類似経路探索結果画面1300は、ステップS306で抽出された時間考慮類似経路の情報を表示する。
時間考慮類似経路探索結果画面1300は、経路表示欄1301と、経路情報表示欄1302を表示する。経路表示欄1301には時間考慮類似経路を含む経路に対する地図上の経路に加え、各経路の各地点の対応付け結果を対応付け結果の時間差異が識別できるよう表示する(1303)。例えば、1303では横方向に時刻を取り、経路の各地点を、基準時刻を元に並べることで、経路同士の時間差異を識別する。図13では、2つの経路が比較的近い時刻に出発・到着をしている例を示している。一方、図14の1401に示すように、2つの経路が大きく離れた時刻に出発・到着する場合、それを識別することが可能となる。また、タイムチャート形式以外に、表形式で対応する地点どうしの時刻の情報を表示してもよい。
経路情報表示欄1302には時間考慮類似経路に関する各種情報を表示する。最初に表示されているのは、ステップS305で算出された時間コストを考慮した乖離度である。抽出された類似経路が複数ある場合は前後ボタン1303を押下することにより、別の時間考慮類似経路の情報を表示する。前後ボタン1303を押下することにより全経路の情報を類似度の順に表示するようにしてもよい。経路表示ボタン1304を押下することにより、図11の経路表示画面に遷移する。また、類似経路表示ボタン1305を押下することにより、図12の類似経路探索結果画面に遷移する。
The time consideration similar route search result screen 1300 displays the information of the time consideration similar route extracted in step S306.
The time-considered similar route search result screen 1300 displays a route display field 1301 and a route information display field 1302. In addition to the route on the map for the route including the time consideration similar route, the route display column 1301 displays the association result of each point of each route so that the time difference of the association result can be identified (1303). For example, in 1303, time is taken in the horizontal direction, and time differences between the routes are identified by arranging each point of the route based on the reference time. FIG. 13 shows an example in which two routes depart and arrive relatively close to each other. On the other hand, as shown in 1401 of FIG. 14, when two routes depart and arrive at a time when they are greatly separated, it becomes possible to identify them. Further, in addition to the time chart format, information on the time between corresponding points may be displayed in a tabular format.
The route information display column 1302 displays various information related to the time-considered similar route. What is initially displayed is the degree of deviation in consideration of the time cost calculated in step S305. When there are a plurality of extracted similar routes, information on another time-considered similar route is displayed by pressing the back and forth button 1303. Information on all routes may be displayed in order of similarity by pressing the back and forth button 1303. When the route display button 1304 is pressed, the screen changes to the route display screen of FIG. When the similar route display button 1305 is pressed, the screen changes to the similar route search result screen of FIG.

上記により、複数の異なる経路の中から時間を考慮して類似する経路を判別することができるようになる。   According to the above, it becomes possible to determine similar routes taking time into consideration among a plurality of different routes.

以上、一実施形態について示したが、本発明は、例えば、システム、装置、方法、プログラムもしくは記録媒体等としての実施態様をとることが可能であり、具体的には、複数の機器から構成されるシステムに適用しても良いし、また、一つの機器からなる装置に適用しても良い。   As mentioned above, although one Embodiment was shown, this invention can take the embodiment as a system, an apparatus, a method, a program, a recording medium etc., for example, and, specifically, it is comprised from a some apparatus The present invention may be applied to a single system or to an apparatus comprising a single device.

また、本発明におけるプログラムは、各図に示すフローチャートの処理方法をコンピュータが実行可能なプログラムであり、本発明の記憶媒体は各図の処理方法をコンピュータが実行可能なプログラムが記憶されている。なお、本発明におけるプログラムは各図の各装置の処理方法ごとのプログラムであってもよい。   Further, the program in the present invention is a program that enables a computer to execute the processing method of the flowchart shown in each drawing, and the storage medium of the present invention stores a program that can execute the processing method in each drawing. The program in the present invention may be a program for each processing method of each device in each drawing.

以上のように、前述した実施形態の機能を実現するプログラムを記録した記録媒体を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記録媒体に格納されたプログラムを読出し実行することによっても、本発明の目的が達成されることは言うまでもない。   As described above, the recording medium recording the program for realizing the functions of the above-described embodiments is supplied to the system or apparatus, and the computer (or CPU or MPU) of the system or apparatus stores the program stored in the recording medium. It goes without saying that the object of the present invention can be achieved also by reading and executing.

この場合、記録媒体から読み出されたプログラム自体が本発明の新規な機能を実現することになり、そのプログラムを記憶した記録媒体は本発明を構成することになる。   In this case, the program itself read out from the recording medium realizes the novel function of the present invention, and the recording medium storing the program constitutes the present invention.

プログラムを供給するための記録媒体としては、例えば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM、CD−R、DVD−ROM、磁気テープ、不揮発性のメモリカード、ROM、EEPROM、シリコンディスク、ソリッドステートドライブ等を用いることができる。   As a recording medium for supplying the program, for example, a flexible disk, hard disk, optical disk, magneto-optical disk, CD-ROM, CD-R, DVD-ROM, magnetic tape, non-volatile memory card, ROM, EEPROM, silicon Disks, solid state drives, etc. can be used.

また、コンピュータが読み出したプログラムを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムの指示に基づき、コンピュータ上で稼働しているOS(オペレーティングシステム)等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, by executing the program read by the computer, not only the functions of the above-described embodiment are realized, but also an operating system (OS) or the like running on the computer is actually executed based on the instructions of the program. It goes without saying that the processing is partially or entirely performed, and the processing realizes the functions of the above-described embodiments.

さらに、記録媒体から読み出されたプログラムが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Furthermore, after the program read from the recording medium is written to the memory provided to the function expansion board inserted into the computer or the function expansion unit connected to the computer, the function expansion board is read based on the instruction of the program code. It goes without saying that the case where the CPU or the like provided in the function expansion unit performs part or all of the actual processing and the functions of the above-described embodiment are realized by the processing.

また、本発明は、複数の機器から構成されるシステムに適用しても、1つの機器からなる装置に適用してもよい。また、本発明は、システムあるいは装置にプログラムを供給することによって達成される場合にも適応できることは言うまでもない。この場合、本発明を達成するためのプログラムを格納した記録媒体を該システムあるいは装置に読み出すことによって、そのシステムあるいは装置が、本発明の効果を享受することが可能となる。   Further, the present invention may be applied to a system constituted by a plurality of devices or to an apparatus comprising a single device. It goes without saying that the present invention can also be applied to the case where it is achieved by supplying a program to a system or apparatus. In this case, by reading a recording medium storing a program for achieving the present invention into the system or apparatus, the system or apparatus can receive the effects of the present invention.

さらに、本発明を達成するためのプログラムをネットワーク上のサーバ、データベース等から通信プログラムによりダウンロードして読み出すことによって、そのシステムあるいは装置が、本発明の効果を享受することが可能となる。   Further, by downloading and reading out a program for achieving the present invention from a server on a network, a database or the like by a communication program, the system or apparatus can receive the effects of the present invention.

なお、上述した各実施形態およびその変形例を組み合わせた構成も全て本発明に含まれるものである。   In addition, the structure which combined each embodiment mentioned above and its modification is also contained in this invention altogether.

100 類似経路探索システム
101a/b クライアント端末
102 データサーバ
103 ネットワーク
100 Similar Route Search System 101a / b Client Terminal 102 Data Server 103 Network

Claims (7)

複数の地点を巡る経路毎に各地点の位置情報及び当該地点に到着または当該地点を出発した時間情報を記憶する記憶手段を備え、各地点の位置情報に基づいて、異なる前記経路の間での地点どうしの位置の類似性を判定する情報処理装置であって、
異なる前記経路の間で、地点どうしの位置が類似すると判定された一の経路の第一の地点と他の経路の第二の地点とを対応付ける対応付け手段と、
前記対応付けられた前記第一の地点と前記第二の地点それぞれに対応する当該地点に到着または当該地点を出発した時間情報を表示する表示制御手段と
を備えることを特徴とする情報処理装置。
Storage means for storing location information of each location and time information of arrival or departure from the location for each route around a plurality of locations, and based on the location information of each location, between the different routes It is an information processing apparatus which determines the similarity of the position of points,
Matching means for matching the first point of one path whose position is determined to be similar between the different paths with the second point of another path;
An information processing apparatus comprising: display control means for displaying information on time when arrival or departure from the point corresponding to the first point and the second point associated with each other.
前記表示制御手段は、前記対応付けられた前記第一の地点と前記第二の地点の時間情報をタイムチャート上に表示することを特徴とする請求項1に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the display control means displays time information of the first point and the second point that are associated with each other on a time chart. 異なる前記経路の間で、前記対応付けられた前記第一の地点と前記第二の地点の位置情報の差異および時間情報の差異から当該異なる経路の間の類似性を示す評価値を算出する類似度算出手段を備えることを特徴とする請求項1または2に記載の情報処理装置。   Among the different routes, a similarity value is calculated that indicates the similarity between the different routes from the difference in positional information of the first point and the second point associated with each other and the difference in time information. The information processing apparatus according to claim 1, further comprising a degree calculation unit. 前記類似度算出手段は、前記対応付けられた前記第一の地点と前記第二の地点の位置情報の差異および時間情報の差異の重みづけ和により当該異なる経路の間の類似性を示す評価値を算出することを特徴とする請求項3に記載の情報処理装置。   The similarity calculation means is an evaluation value indicating the similarity between the different routes by a weighted sum of the difference between the position information of the first point and the second point and the difference of time information associated with each other. The information processing apparatus according to claim 3, wherein: 前記算出された評価値に従って異なる経路の組合せを抽出する抽出手段を備えることを特徴とする請求項3または4に記載の情報処理装置。   5. The information processing apparatus according to claim 3, further comprising extraction means for extracting a combination of different routes according to the calculated evaluation value. 複数の地点を巡る経路毎に各地点の位置情報及び当該地点に到着または当該地点を出発した時間情報を記憶する記憶手段を備え、各地点の位置情報に基づいて、異なる前記経路の間での地点どうしの位置の類似性を判定する情報処理装置の制御方法であって、
対応付け手段が、異なる前記経路の間で、地点どうしの位置が類似すると判定された一の経路の第一の地点と他の経路の第二の地点とを対応付ける対応付けステップと、
表示制御手段が、前記対応付けられた前記第一の地点と前記第二の地点それぞれに対応する当該地点に到着または当該地点を出発した時間情報を表示する表示制御ステップと
を備えることを特徴とする情報処理装置の制御方法。
Storage means for storing location information of each location and time information of arrival or departure from the location for each route around a plurality of locations, and based on the location information of each location, between the different routes It is a control method of an information processing apparatus which determines the similarity of the position of points.
An associating step of associating the first point of one of the paths whose positions are determined to be similar between the different paths with the second point of the other path;
A display control step of displaying information on time when arrival or departure from the point corresponding to the first point and the second point respectively associated with the display control means. Control method of the information processing apparatus.
複数の地点を巡る経路毎に各地点の位置情報及び当該地点に到着または当該地点を出発した時間情報を記憶する記憶手段を備え、各地点の位置情報に基づいて、異なる前記経路の間での地点どうしの位置の類似性を判定する情報処理装置において実行可能なプログラムであって、
前記情報処理装置を、
異なる前記経路の間で、地点どうしの位置が類似すると判定された一の経路の第一の地点と他の経路の第二の地点とを対応付ける対応付け手段と、
前記対応付けられた前記第一の地点と前記第二の地点それぞれに対応する当該地点に到着または当該地点を出発した時間情報を表示する表示制御手段
として機能させることを特徴とするプログラム。
Storage means for storing location information of each location and time information of arrival or departure from the location for each route around a plurality of locations, and based on the location information of each location, between the different routes It is a program that can be executed in an information processing apparatus that determines the similarity between positions of points,
The information processing apparatus
Matching means for matching the first point of one path whose position is determined to be similar between the different paths with the second point of another path;
A program characterized in that the program functions as display control means for displaying time information on arrival or departure from the corresponding points corresponding to the first point and the second point associated with each other.
JP2017230246A 2017-11-30 2017-11-30 Information processing device, control method, and program Pending JP2019101622A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017230246A JP2019101622A (en) 2017-11-30 2017-11-30 Information processing device, control method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017230246A JP2019101622A (en) 2017-11-30 2017-11-30 Information processing device, control method, and program

Publications (1)

Publication Number Publication Date
JP2019101622A true JP2019101622A (en) 2019-06-24

Family

ID=66973671

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017230246A Pending JP2019101622A (en) 2017-11-30 2017-11-30 Information processing device, control method, and program

Country Status (1)

Country Link
JP (1) JP2019101622A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110334171A (en) * 2019-07-05 2019-10-15 南京邮电大学 It is a kind of based on the space-time of Geohash with object method for digging
CN110909263A (en) * 2019-11-29 2020-03-24 北京明略软件系统有限公司 Method and device for determining companion relationship of identity characteristics

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110334171A (en) * 2019-07-05 2019-10-15 南京邮电大学 It is a kind of based on the space-time of Geohash with object method for digging
CN110909263A (en) * 2019-11-29 2020-03-24 北京明略软件系统有限公司 Method and device for determining companion relationship of identity characteristics
CN110909263B (en) * 2019-11-29 2022-10-25 北京明略软件系统有限公司 Method and device for determining companion relationship of identity characteristics

Similar Documents

Publication Publication Date Title
US10372319B2 (en) Method, apparatus and computer program product for enabling scrubbing of a media file
US10650598B2 (en) Augmented reality-based information acquiring method and apparatus
CN104350736A (en) Augmented reality arrangement of nearby location information
US20180202811A1 (en) Navigation using an image of a topological map
EP2306154A2 (en) Navigation device and program
EP3012587A1 (en) Image processing device, image processing method, and program
KR20070029678A (en) Method of real-time incremental zooming
US20150186426A1 (en) Searching information using smart glasses
CN111291681A (en) Method, device and equipment for detecting lane line change information
JP2019101622A (en) Information processing device, control method, and program
CN111680686A (en) Signboard information identification method, signboard information identification device, signboard information identification terminal and storage medium
CN113362474A (en) Augmented reality data display method and device, electronic equipment and storage medium
CN113009908B (en) Motion control method, device and equipment of unmanned equipment and storage medium
CN108595095B (en) Method and device for simulating movement locus of target body based on gesture control
JP2023155241A (en) Concentric range rings and distance visualization
JP6281947B2 (en) Information presentation system, method and program
JP6795768B2 (en) Information processing device, control method, program
JP6969953B2 (en) Information processing device, control method, program
JP2019114157A (en) Information processor, control method, and program
US20180164116A1 (en) Navigation system and navigation program
KR100637739B1 (en) Geography information guidance system and the method which use the quality and a data of the electronic map , and the store device which records a method
JP2015200548A (en) Map information display system, method and program
CN103968826A (en) Navigation method and device
CN116773216B (en) Test method, device, system, storage medium and electronic equipment
KR20190143666A (en) Method, system, and non-transitory computer readable record medium for converting image to location data

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20180703

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20181031

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20190115