JP6795768B2 - Information processing device, control method, program - Google Patents

Information processing device, control method, program Download PDF

Info

Publication number
JP6795768B2
JP6795768B2 JP2017208761A JP2017208761A JP6795768B2 JP 6795768 B2 JP6795768 B2 JP 6795768B2 JP 2017208761 A JP2017208761 A JP 2017208761A JP 2017208761 A JP2017208761 A JP 2017208761A JP 6795768 B2 JP6795768 B2 JP 6795768B2
Authority
JP
Japan
Prior art keywords
route
information
points
similar
movement
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2017208761A
Other languages
Japanese (ja)
Other versions
JP2019082773A (en
JP2019082773A5 (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.)
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 JP2017208761A priority Critical patent/JP6795768B2/en
Publication of JP2019082773A publication Critical patent/JP2019082773A/en
Publication of JP2019082773A5 publication Critical patent/JP2019082773A5/ja
Application granted granted Critical
Publication of JP6795768B2 publication Critical patent/JP6795768B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、経路データに基づいて部分的に類似する経路を特定する技術に関する。 The present invention relates to a technique for identifying partially similar routes based on route data.

従来、自動車等の移動体に関して取得した走行データ等のテレマティクスデータの活用として、危険運転の検知や燃費の改善を対象とすることが多い。例えば、特許文献1では、車両の速度及び走行距離のデータから危険運転判定を行う手法が考案されている。 Conventionally, as a utilization of telematics data such as driving data acquired for a moving body such as an automobile, it is often targeted to detect dangerous driving and improve fuel efficiency. For example, Patent Document 1 devises a method for determining dangerous driving from data on vehicle speed and mileage.

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

特開2017−138769号公報Japanese Unexamined Patent Publication No. 2017-138769 特開2012−097603号公報Japanese Unexamined Patent Publication No. 2012-097603 特開2011−069845号公報Japanese Unexamined Patent Publication No. 2011-069845

DTW等の分析手法を使用して、テレマティクスデータに対する類似経路探索を行う際に、部分的に類似した経路どうしを検出したい場合がある。例えば、2つの経路の部分的な無駄を判断する場合や、2つの経路を部分的に統合して車等の移動の効率化を図る場合などである。しかし、現状の分析手法では、部分的に類似している経路どうしであっても、全体経路どうしが類似していなければ、類似した経路として検知することができない。 When searching for similar routes to telematics data using an analysis method such as DTW, it may be desired to detect partially similar routes. For example, there is a case where a partial waste of two routes is determined, or a case where the two routes are partially integrated to improve the efficiency of movement of a vehicle or the like. However, with the current analysis method, even if the routes are partially similar, they cannot be detected as similar routes unless the entire routes are similar.

そこで、本発明は、複数の異なる経路の中から部分的に類似する経路を特定できる仕組みを提供することを目的とする。
The present invention aims to provide a mechanism which can identify the partially similar route from among a plurality of different paths.

本発明は、移動に基づく複数の地点の位置情報を含む移動情報を複数記憶する情報処理装置であって、前記複数の移動情報に含まれる複数の地点の位置情報に基づき、前記複数の移動情報から抽出される部分の地点により決定される複数の部分経路を比較する比較手段と、前記比較した結果に基づき、前記複数の移動情報において類似する複数の部分経路を表示する表示制御手段とを備えることを特徴とする。
The present invention is an information processing device that stores a plurality of movement information including position information of a plurality of points based on the movement, and the plurality of movement information is based on the position information of a plurality of points included in the plurality of movement information. It is provided with a comparison means for comparing a plurality of partial routes determined by the points of the portions extracted from, and a display control means for displaying a plurality of similar partial routes in the plurality of movement information based on the comparison result. It is characterized by that.

本発明により、複数の異なる経路の中から部分的に類似する経路を特定できる仕組みを提供可能となる。 INDUSTRIAL APPLICABILITY According to the present invention, it is possible to provide a mechanism capable of identifying a partially similar route from a plurality of different routes.

本発明の実施形態である類似経路探索システムの構成の一例を示すシステム構成図である。It is a system block diagram which shows an example of the structure of the similar route search system which is an embodiment of this invention. 類似経路探索システムを構成する情報処理機器に適用可能なハードウェア構成の一例を示すブロック図である。It is a block diagram which shows an example of the hardware composition which can be applied to the information processing equipment which constitutes a similar route search system. 類似経路探索システムの機能構成の一例を示すブロック図である。It is a block diagram which shows an example of the functional structure of a similar route search system. 類似経路探索及び表示処理の一例を示すフローチャートである。It is a flowchart which shows an example of the similar route search and display processing. 経路分割処理の一例を示すフローチャートである。It is a flowchart which shows an example of the route division processing. 経路経路探索処理の一例を示すフローチャートである。It is a flowchart which shows an example of a route route search process. 部分類似経路探索処理の一例を示すフローチャートである。It is a flowchart which shows an example of a partial similarity route search process. 類似経路探索システムで使用するデータ類の一例を示すデータ構成図である。It is a data structure diagram which shows an example of data used in a similar route search system. 類似経路探索システムで使用するデータ類の一例を示すデータ構成図である。It is a data structure diagram which shows an example of data used in a similar route search system. 実施例で使用する地理的前提を説明する図である。It is a figure explaining the geographical premise used in the Example. 地点どうしの対応付けの概要を説明する図である。It is a figure explaining the outline of correspondence between points. 経路表示画面の一例を示す画面イメージである。It is a screen image showing an example of a route display screen. 類似経路表示画面の一例を示す画面イメージである。It is a screen image showing an example of a similar route display screen. 部分類似経路表示画面の一例を示す画面イメージである。It is a screen image which shows an example of a partially similar 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 in the present invention.

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

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

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

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

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

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

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

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

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

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

本発明を実現するための後述する各種プログラムは、外部メモリ211に記録されており、必要に応じてRAM203にロードされることによりCPU201によって実行されるものである。さらに、上記プログラムの実行時に用いられる定義ファイル及び各種情報テーブル等も、外部メモリ211に格納されており、これらについての詳細な説明も後述する。 Various programs described later for realizing the present invention are recorded in the external memory 211, and are executed by the CPU 201 by being loaded into the RAM 203 as needed. Further, a definition file and various information tables used when executing the above program are also stored in the external memory 211, and 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 that stores telematics data that is sequentially transmitted from a target moving object or telematics data that is 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 partial 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 partially similar route detection unit 313 detects a partially similar route based on the route data. The similar route display unit 314 displays information on the detected similar route.

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

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

以下、本実施形態における類似経路探索システム100の処理の流れを説明する。 Hereinafter, the processing flow 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 the similar route search process in the similar route search system 100. Each processing step is executed by the CPU 201 of the client terminal 101.

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

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

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

ステップS103では、類似経路の探索を行う。類似経路探索処理については、図6で詳述する。ここでは、経路データ(図8(c))および、地点データ(図8(b))を元に、DTW値計算結果(図9(d))を出力し、DTW値計算結果が閾値よりも小さいものを、類似経路として保持すると同時に、地点番号対応付け結果(図9(e))を出力し、これを元に部分類似経路データ(図9(f))を出力する。 In step S103, a search for a similar route is performed. The similar route search process will be described in detail with reference to FIG. Here, the DTW value calculation result (FIG. 9 (d)) is output based on the route data (FIG. 8 (c)) and the point data (FIG. 8 (b)), and the DTW value calculation result is larger than the threshold value. At the same time as holding the small one as a similar route, the point number association result (FIG. 9 (e)) is output, and the partial similar route data (FIG. 9 (f)) is output based on this.

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

以上で、図4の類似経路探索処理の説明を終了する。
ここで、図8、図9を参照して、上記に記述した本実施例で使用するデータについて説明する。
This is the end of the description of the similar route search process in FIG.
Here, the data used in the present embodiment described above will be described with reference to FIGS. 8 and 9.

図8(a)にテレマティクスデータの一例を示す。 FIG. 8A 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 visited point of the vehicle, and has a chassis number 801 and a point number 802, an arrival time 803, a departure time 804, and an arrival order 805. Chassis number 801 is an alphanumeric string that identifies the vehicle used. The point number 802 represents the 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 times when the vehicle arrives and departs at that point. The arrival order 805 represents the order in which the vehicles arrive at the point.

図8(b)に地点データの一例を示す。 FIG. 8B shows an example of point data.

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

図8(c)に経路データの一例を示す。 FIG. 8C shows an example of route data.

経路データ820は、テレマティクスデータ800を基に分割した経路のデータであり、テレマティクスデータの項目(801〜805が821〜825に対応)に加え、経路番号826を持つ。経路番号826は、経路を識別する文字列であり、経路番号826ごとに到着順序825を新たに採番する。また、地点番号822は地点データ810の地点番号811に対応する。 The route data 820 is route data 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 that identifies the route, and a new arrival order 825 is assigned to each route number 826. Further, 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 DTW value calculation result.

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

図9(e)に地点番号対応付け結果の一例を示す。 FIG. 9E shows an example of the point number association result.

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

ここで、図11を参照して、2つの経路に含まれる地点どうしの対応付けの概要について説明する。 Here, with reference to FIG. 11, the outline of the correspondence between the points included in the two routes will be described.

イメージ1100は2つの経路データを示しており、白丸、黒丸がそれぞれの経路データ内の地点列を表している。イメージ1101はDTWによる対応付け後の2つの経路データであり、各点が点線で表される対応付け結果を保持している。この対応付けは1つの地点が複数の地点と対応する場合もある(例えば、1102に1103と1104が対応)。 Image 1100 shows two route data, and white circles and black circles represent a sequence of points in each route data. Image 1101 is two route data after being associated by DTW, and holds the association result in which each point is represented by a dotted line. In this association, one point may correspond to a plurality of points (for example, 1102 corresponds to 1103 and 1104).

図9(f)は部分類似経路データの一例を示す。 FIG. 9 (f) shows an example of partially similar route data.

部分経路類似データ920は、地点番号対応付け結果を元に得られる2つの経路の部分的な類似を表すデータであり、地点番号対応付け結果のデータ項目(922〜927が911〜916に対応)に加え、類似経路番号921を持つ。類似経路番号921は部分類似経路を識別する文字列である。 The partial route similarity data 920 is data representing the partial similarity of the two routes obtained based on the point number association result, and is a data item of the point number association result (922-927 corresponds to 911 to 916). In addition, it has a similar route number 921. Similar route number 921 is a character string that identifies a partially similar route.

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

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

ステップS201では、ステップS202,S203,S204,S205,S206,S207,S208の各処理に対し、ループ処理を行う。ループは車台番号ごとに行う。例えば、図8(a)に示されるテレマティクスデータの場合、車台番号Aおよび車台番号Bに対してループを行う。 In step S201, a loop process is performed for each process of steps S202, S203, S204, S205, S206, S207, and S208. The loop is performed for each chassis number. For example, in the case of the 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, a loop process is performed for each process of steps S204, S205, S206, S207, and S208. Loop for each record. For example, when the loop of chassis number A is performed in step S201, the loop processing 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 of the base is determined for the record being processed. The arrival of the base is judged by the point. For example, in the 1st to 8th records of the telematics data of FIG. 8A, since the 1st record is the departure base, the 4th and 8th records having the same point number are determined to arrive.

ステップ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 vehicle has arrived at the base, S206 is performed, and if it is not determined that the vehicle has arrived at the base, S208 is performed. For example, in the 1st to 9th records of the telematics data of FIG. 8A, S206 is performed during processing of the 4th and 9th records, and S208 is performed in other cases. Hereinafter, the description will be described from S208 for the 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 the telematics data of FIG. 8A, the empty route is the route of only the first record, and in the second record, the route is composed 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 then saved. For example, in the fourth record of the telematics data of FIG. 8A, four records are set as arrival records with the departure time as an empty in the route data consisting of the data from the first record to the third record created in the previous steps. Add eyes and save as route number A-1.

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

ステップ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 completes the description of the route division process 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, a loop process is performed for the processes of steps S302 and S303. Loop processing is performed for all combinations of route numbers. For example, in the case of the route data of FIG. 8C, loop processing is performed on the 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 in time and period between two time-series waveforms to obtain the degree of deviation (or similarity. The smaller the value, the higher the similarity) between the waveforms. Is applied to the route data, the difference between the departure time, the arrival time, and the movement speed of the points of the two routes can be adjusted to calculate the degree of deviation between the routes. For example, in the case of a loop for a set of route numbers A-1 and A-2, a DTW value (degree of deviation) for the set of the route can be obtained by performing a standard DTW method. In addition to the DTW method, various methods for calculating the similarity or divergence of two-dimensional shapes may be applied to the paths drawn on the map, and the paths are similar to each other by associating the points with each other. Any method that can calculate the degree or the degree of deviation may be used.

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

ステップS303では、ステップS302により得られた地点番号の対応付け結果を元に、経路番号の組合せに対する部分類似経路の探索を行う。部分類似経路の探索については図8で詳述する。ここでは、図9(e)を元に、図9(f)の部分類似経路データを出力する。 In step S303, a search for a partially similar route for the combination of route numbers is performed based on the association result of the point numbers obtained in step S302. The search for a partially similar route will be described in detail in FIG. Here, based on FIG. 9 (e), the partially similar route data of FIG. 9 (f) is output.

ステップ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 route numbers whose DTW value is equal to or less than the reference value is extracted. For example, in FIG. 9D, when the reference value is 25, only the pair of route numbers A-2 and B-1 is extracted as a similar route.

ステップS306では、、部分類似経路が存在している経路番号の組を抽出する。例えば、図9(f)においては、経路番号A−1と経路番号B−1の組が抽出される。 In step S306, a set of route numbers in which partially similar routes exist is extracted. For example, in FIG. 9 (f), a pair of route number A-1 and route number B-1 is extracted.

以上で、ステップS103の類似経路探索処理の説明を終了する。 This completes the description of the similar route search process in step S103.

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

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

ステップS402では、ステップS403〜ステップS408の各処理に対し、ループ処理を行う。ループは各地点番号の対応付けに対して行う。例えば、図9(e)に示す地点番号対応付け結果の1レコード目から5レコード目までのループ処理を行う。 In step S402, a loop process is performed for each process of steps S403 to S408. The loop is performed for the association of each point number. For example, the loop processing from the first record to the fifth record of the point number association result shown in FIG. 9E is performed.

ステップS403では、処理中のレコードに対し、距離の判定を行う。レコードの距離が基準値以下の場合はS404の処理を行い、基準値より大きい場合はS406の処理を行う。つまり、対応付けらた地点どうしの距離が近いかにより部分類似経路の一部となり得るかを判断する。基準値以下であれば例えば、基準値を20とした場合、図9(e)の地点番号対応付け結果の1レコード目から3レコード目まででは基準値より小さいと判定され、4レコード目では大きいと判定される。 In step S403, the distance is determined for the record being processed. If the record distance is less than or equal to the reference value, the process of S404 is performed, and if it is larger than the reference value, the process of S406 is performed. That is, it is determined whether or not it can be a part of the partially similar route depending on whether the associated points are close to each other. If it is less than or equal to the reference value, for example, when the reference value is 20, it is determined that the first to third records of the point number association result in FIG. 9 (e) are smaller than the reference value, and the fourth record is large. Is determined.

ステップS404では、ステップS401で作成した経路に対して、現在のレコードを追加する。例えば、図9(e)の地点番号対応付け結果の1レコード目では、空の経路は1レコード目のみの経路となり、2レコード目では、1レコード目と2レコード目からなる経路となる。 In step S404, the current record is added to the route created in step S401. For example, in the first record of the point number association result in FIG. 9 (e), the empty route is the route of only the first record, and in the second record, the route is composed of the first record and the second record.

ステップS405では、最終地点の判定を行う。地点番号対応付け結果の最終レコードの場合、最終地点と判定する。最終地点の場合、ステップS406の処理を行い、最終地点でない場合は、ステップS409の処理を行う。 In step S405, the final point is determined. In the case of the final record of the point number association result, it is determined to be the final point. If it is the final point, the process of step S406 is performed, and if it is not the final point, the process of step S409 is performed.

ステップS406では、現在の経路の数の判定を行う。一定数以上であればステップS407の処理を行い、一定数より少なければステップS408の処理を行う。つまり、近い地点どうしが一定数連続していれば部分類似経路と判断する。例えば、一定数を3レコードとした場合、図9(e)の地点番号対応付け結果の4レコード目では、現在の経路が3レコード(図9(e)の1レコード目から3レコード目)のため一定数以上と判定される。 In step S406, the number of current routes is determined. If it is a certain number or more, the process of step S407 is performed, and if it is less than a certain number, the process of step S408 is performed. In other words, if a certain number of close points are continuous, it is judged to be a partially similar route. For example, when a fixed number is set to 3 records, the current route is 3 records (1st to 3rd records in FIG. 9E) in the 4th record of the point number association result in FIG. 9 (e). Therefore, it is judged to be more than a certain number.

ステップS407では、現在の経路と部分類似経路として保存する。例えば、図9(e)の地点番号対応付け結果の4レコード目では、現在の経路(図9(e)の1レコード目から3レコード目)が保存される。 In step S407, it is saved as a partially similar route to the current route. For example, in the fourth record of the point number association result in FIG. 9 (e), the current route (first to third records in FIG. 9 (e)) is stored.

ステップS408では、現在の経路を破棄し、次の経路を作成する。 In step S408, the current route is discarded and the next route is created.

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

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

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

経路表示画面1200は、類似経路探索の対象となった経路の一覧を経路図表示欄1201、経路情報表示欄1202として表示する。例えば、経路図表示欄1201では、経路番号A−1,A−2,B−1の経路を、経路番号ごとに色分け、または、線の形状を変える等して出力する。類似経路探索結果ボタン1203を押下することにより、図13の類似経路表示画面に遷移する。 The route display screen 1200 displays a list of routes targeted for similar route search as a route map display field 1201 and a route information display field 1202. For example, in the route map display field 1201, the routes of the route numbers A-1, A-2, and B-1 are output by color-coding each route number or changing the shape of the line. By pressing the similar route search result button 1203, the screen transitions to the similar route display screen of FIG.

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

類似経路表示画面1300は、ステップS305で抽出された類似経路の情報を表示する。 The similar route display screen 1300 displays the information of the similar route extracted in step S305.

類似経路表示画面1300では、類似経路図表示欄1301と、類似経路情報表示欄1302を表示する。類似経路図表示欄1301には類似経路に対する地図上の経路を表示し、類似経路情報表示欄1302には類似経路に関する各種情報を表示する。抽出された類似経路が複数ある場合は、前後ボタン1303を押下することにより別の類似経路の情報を表示する。なお、ステップS305にて抽出された類似経路だけでなく、前後ボタン1303を押下することにより全経路の組合せに対する情報を類似度の順(DTW値(乖離度)の小さい順)に表示するようにしてもよい。全経路表示ボタン1304を押下することにより、図12の経路表示画面に遷移する。また、部分類似経路表示ボタン1305を押下することにより、図14の部分類似経路表示画面に遷移する。 On the similar route display screen 1300, the similar route map display field 1301 and the similar route information display field 1302 are displayed. The similar route map display column 1301 displays the route on the map for the similar route, and the similar route information display column 1302 displays various information related to the similar route. When there are a plurality of extracted similar routes, information on another similar route is displayed by pressing the front / rear button 1303. By pressing the front and rear buttons 1303 as well as the similar routes extracted in step S305, the information for the combinations of all routes is displayed in the order of similarity (in ascending order of DTW value (deviation degree)). You may. By pressing the all route display button 1304, the transition to the route display screen of FIG. 12 is performed. Further, by pressing the partially similar route display button 1305, the screen transitions to the partially similar route display screen of FIG.

図14は部分類似経路表示画面の一例を示す画面イメージである。 FIG. 14 is a screen image showing an example of a partially similar route display screen.

部分類似経路表示画面1400は、ステップS306で抽出された部分類似経路の情報を表示する。 The partially similar route display screen 1400 displays the information of the partially similar route extracted in step S306.

部分類似経路表示画面1400は、部分類似経路表示欄1401と、部分類似経路情報表示欄1402を表示する。部分類似経路表示欄1401には部分類似経路を含む経路に対する地図上の経路を表示し、部分類似経路を色分け、または線の形状、大きさを変える等して出力する。本表示例では、部分類似経路に含まれる地点を白抜き丸印(経路間で地点が異なる場合)または白抜き二重丸印(経路間で地点が一致する場合)で表し、対応する地点どうしを二重線で結んでいる。部分類似経路情報表示欄1402には部分類似経路に関する各種情報を表示する。1つの経路の組内に抽出された部分類似経路が複数ある場合は前後ボタン1403を押下することにより別の部分類似経路の情報を表示する。また、異なる経路の組内に部分類似経路が存在する場合は前後ボタン1404を押下することにより、別の経路内の部分類似経路の情報を表示する。前後ボタン1403,1404を押下することにより全経路の組合せに対する情報を類似度の順に表示するようにしてもよい。その場合、部分類似経路が存在しなければ、部分類似経路に関する部分は表示されない。経路表示ボタン1405を押下することにより、図12の経路表示画面に遷移する。また、類似経路表示ボタン1406を押下することにより、図13の類似経路表示画面に遷移する。 The partially similar route display screen 1400 displays the partially similar route display field 1401 and the partially similar route information display field 1402. The partially similar route display field 1401 displays the route on the map for the route including the partially similar route, and outputs the partially similar route by color-coding or changing the shape and size of the line. In this display example, the points included in the partially similar routes are represented by white circles (when the points are different between the routes) or white double circles (when the points match between the routes), and the corresponding points are connected to each other. Are connected by a double line. Various information related to the partially similar route is displayed in the partially similar route information display field 1402. When there are a plurality of partially similar routes extracted in one route set, information on another partially similar route is displayed by pressing the front / rear button 1403. When a partially similar route exists in a set of different routes, the information of the partially similar route in another route is displayed by pressing the front / rear button 1404. By pressing the front and rear buttons 1403 and 1404, the information for all the route combinations may be displayed in the order of similarity. In that case, if the partially similar route does not exist, the part related to the partially similar route is not displayed. By pressing the route display button 1405, the screen transitions to the route display screen shown in FIG. Further, by pressing the similar route display button 1406, the screen transitions to the similar route display screen of FIG.

上記により、部分的に類似する経路を精度よく検出できるようになる。 As a result, it becomes possible to accurately detect partially similar routes.

以上、一実施形態について示したが、本発明は、例えば、システム、装置、方法、プログラムもしくは記録媒体等としての実施態様をとることが可能であり、具体的には、複数の機器から構成されるシステムに適用しても良いし、また、一つの機器からなる装置に適用しても良い。 Although one embodiment has been described above, the present invention can take an embodiment as a system, an apparatus, a method, a program, a recording medium, or the like, and specifically, is composed of a plurality of devices. It may be applied to a system or a device consisting of one device.

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

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

この場合、記録媒体から読み出されたプログラム自体が本発明の新規な機能を実現することになり、そのプログラムを記憶した記録媒体は本発明を構成することになる。 In this case, the program itself read 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、シリコンディスク、ソリッドステートドライブ等を用いることができる。 Recording media for supplying programs include, for example, flexible disks, hard disks, optical disks, magneto-optical disks, CD-ROMs, CD-Rs, DVD-ROMs, magnetic tapes, non-volatile memory cards, ROMs, EEPROMs, and silicon. Disks, solid state drives, etc. can be used.

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

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

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

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

なお、上述した各実施形態およびその変形例を組み合わせた構成も全て本発明に含まれるものである。 It should be noted that all the configurations in which each of the above-described embodiments and modifications thereof are combined are also included in the present invention.

100 類似経路探索システム
101a/b クライアント端末
102 データサーバ
103 ネットワーク
100 Similar route search system 101a / b Client terminal 102 Data server 103 Network

Claims (6)

移動に基づく複数の地点の位置情報を含む移動情報を複数記憶する情報処理装置であって
前記複数の移動情報に含まれる複数の地点の位置情報に基づき、前記複数の移動情報から抽出される部分の地点により決定される複数の部分経路を比較する比較手段と、
前記比較した結果に基づき、前記複数の移動情報において類似する複数の部分経路を表示する表示制御手段と
を備えることを特徴とする情報処理装置。
An information processing device that stores a plurality of movement information including position information of a plurality of points based on movement .
A comparison means for comparing a plurality of partial routes determined by the points of the portion extracted from the plurality of movement information based on the position information of the plurality of points included in the plurality of movement information .
An information processing apparatus including a display control means for displaying a plurality of similar partial routes in the plurality of movement information based on the result of the comparison .
前記比較手段は、前記複数の移動情報から抽出される所定数連続する地点どうしを比較することにより当該地点により決定される複数の部分経路を比較することを特徴とする請求項1に記載の情報処理装置。 The information according to claim 1, wherein the comparison means compares a plurality of partial routes determined by the points by comparing a predetermined number of consecutive points extracted from the plurality of movement information. Processing equipment. 前記表示制御手段は、前記複数の移動情報の間で、前記類似する複数の部分経路の中の地点どうしの対応関係を識別可能に表示することを特徴とする請求項1または2に記載の情報処理装置。 The information according to claim 1 or 2, wherein the display control means identifiablely displays the correspondence between points in the similar plurality of partial routes among the plurality of movement information. Processing equipment. 前記複数の移動情報の間で、前記類似する部分経路の中の地点どうしは、動的時間伸縮法より対応付けられることを特徴とする請求項1〜3のいずれか1項に記載の情報処理装置。 The information processing according to any one of claims 1 to 3, wherein points in the similar partial path are associated with each other by the dynamic time expansion / contraction method among the plurality of movement information. apparatus. 移動に基づく複数の地点の位置情報を含む移動情報を複数記憶する情報処理装置の制御方法であって、
比較手段が、前記複数の移動情報に含まれる複数の地点の位置情報に基づき、前記複数の移動情報から抽出される部分の地点により決定される複数の部分経路を比較する比較ステップと、
表示制御手段が、前記比較した結果に基づき、前記複数の移動情報において類似する複数の部分経路を表示する表示制御ステップと
を備えることを特徴とする情報処理装置の制御方法。
It is a control method of an information processing device that stores a plurality of movement information including position information of a plurality of points based on the movement .
Comparison means comprises a comparison step of comparing a plurality of partial paths based on said plurality of position information of the plurality of points included in the movement information is determined by the point of the portion to be extracted from said plurality of mobile information,
A control method for an information processing apparatus, wherein the display control means includes a display control step for displaying a plurality of similar partial routes in the plurality of movement information based on the result of the comparison .
移動に基づく複数の地点の位置情報を含む移動情報を複数記憶する情報処理装置において実行可能なプログラムであって、
前記情報処理装置を
前記複数の移動情報に含まれる複数の地点の位置情報に基づき、前記複数の移動情報から抽出される部分の地点により決定される複数の部分経路を比較する比較手段と、
前記比較した結果に基づき、前記複数の移動情報において類似する複数の部分経路を表示する表示制御手段
として機能させるためのプログラム。
It is a program that can be executed in an information processing device that stores multiple movement information including position information of multiple points based on movement .
Said information processing apparatus,
A comparison means for comparing a plurality of partial routes determined by the points of the portion extracted from the plurality of movement information based on the position information of the plurality of points included in the plurality of movement information .
A program for functioning as a display control means for displaying a plurality of similar partial routes in the plurality of movement information based on the results of the comparison .
JP2017208761A 2017-10-30 2017-10-30 Information processing device, control method, program Active JP6795768B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017208761A JP6795768B2 (en) 2017-10-30 2017-10-30 Information processing device, control method, program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017208761A JP6795768B2 (en) 2017-10-30 2017-10-30 Information processing device, control method, program

Publications (3)

Publication Number Publication Date
JP2019082773A JP2019082773A (en) 2019-05-30
JP2019082773A5 JP2019082773A5 (en) 2020-03-19
JP6795768B2 true JP6795768B2 (en) 2020-12-02

Family

ID=66670428

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017208761A Active JP6795768B2 (en) 2017-10-30 2017-10-30 Information processing device, control method, program

Country Status (1)

Country Link
JP (1) JP6795768B2 (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3315767B2 (en) * 1993-06-30 2002-08-19 株式会社東芝 Delivery route creation device
JP2000155036A (en) * 1998-11-19 2000-06-06 Mitsubishi Electric Corp Route predicting device
KR20080021427A (en) * 2006-09-04 2008-03-07 성균관대학교산학협력단 Spatio-temporal reasoning method of moving object based path data
JP2012226584A (en) * 2011-04-20 2012-11-15 Nec Corp Path searching device, path searching method, and path searching program
JP2012247358A (en) * 2011-05-30 2012-12-13 Toyota Motor Corp Driving support device

Also Published As

Publication number Publication date
JP2019082773A (en) 2019-05-30

Similar Documents

Publication Publication Date Title
CN109074376B (en) Contextual ink labeling in a drawing interface
US9710970B2 (en) Method and apparatus for providing contents including augmented reality information
US20110077850A1 (en) Navigation device, method and program
CN103703436A (en) Data processing device, data processing method, data processing program, and computer-readable recording medium which records program
CN110909009A (en) Track accompanying behavior analysis method based on ticket, terminal equipment and storage medium
KR20190023547A (en) Method and system of attention memory for locating an object through visual dialogue
CN111680686B (en) Signboard information identification method, device, terminal and storage medium
US20150006538A1 (en) Information processing system, method for controlling information processing system, program, and information recording medium
CN110796701A (en) Identification method, device and equipment of mark points and storage medium
CN110672102B (en) Visual auxiliary robot initialization positioning method, robot and readable storage medium
CN112306447A (en) Interface navigation method, device, terminal and storage medium
JP2019101622A (en) Information processing device, control method, and program
JP6795768B2 (en) Information processing device, control method, program
CN110198487B (en) Video playing method, device, equipment and storage medium
CN112487871A (en) Handwriting data processing method and device and electronic equipment
CN112487876A (en) Intelligent pen character recognition method and device and electronic equipment
CN108595095B (en) Method and device for simulating movement locus of target body based on gesture control
JP6969953B2 (en) Information processing device, control method, program
JP6281947B2 (en) Information presentation system, method and program
CN115424125A (en) Media content processing method, device, equipment, readable storage medium and product
CN103547982A (en) Identifying contacts and contact attributes in touch sensor data using spatial and temporal features
CN111401229A (en) Visual small target automatic labeling method and device and electronic equipment
JP2019114157A (en) Information processor, control method, and program
JP2001184359A (en) Device and method for retrieving map and recording medium stored with map retrieval control program
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

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20191025

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200204

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200916

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20201026

R151 Written notification of patent or utility model registration

Ref document number: 6795768

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250