KR20240064140A - Method and apparatus for finding matching routes between different map databases using the minimum distance maximum values - Google Patents

Method and apparatus for finding matching routes between different map databases using the minimum distance maximum values Download PDF

Info

Publication number
KR20240064140A
KR20240064140A KR1020220145817A KR20220145817A KR20240064140A KR 20240064140 A KR20240064140 A KR 20240064140A KR 1020220145817 A KR1020220145817 A KR 1020220145817A KR 20220145817 A KR20220145817 A KR 20220145817A KR 20240064140 A KR20240064140 A KR 20240064140A
Authority
KR
South Korea
Prior art keywords
path
candidate
nodes
distance
obtaining
Prior art date
Application number
KR1020220145817A
Other languages
Korean (ko)
Inventor
이진호
Original Assignee
주식회사 위밋모빌리티
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 주식회사 위밋모빌리티 filed Critical 주식회사 위밋모빌리티
Priority to KR1020220145817A priority Critical patent/KR20240064140A/en
Publication of KR20240064140A publication Critical patent/KR20240064140A/en

Links

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/3446Details of route searching algorithms, e.g. Dijkstra, A*, arc-flags, using precalculated routes
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/26Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 specially adapted for navigation in a road network
    • G01C21/34Route searching; Route guidance
    • G01C21/3453Special cost functions, i.e. other than distance or default speed limit of road segments
    • G01C21/3492Special cost functions, i.e. other than distance or default speed limit of road segments employing speed data or traffic data, e.g. real-time or historical
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/38Electronic maps specially adapted for navigation; Updating thereof
    • G01C21/3804Creation or updating of map data
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C21/00Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00
    • G01C21/38Electronic maps specially adapted for navigation; Updating thereof
    • G01C21/3863Structures of map data
    • G01C21/387Organisation of map data, e.g. version management or database structures

Landscapes

  • Engineering & Computer Science (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Automation & Control Theory (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

노드와 링크로 구성된 서로 다른 지도 데이터 베이스 사이에서, 제 1 지도 데이터 베이스의 경로인 제 1 경로와 매칭되는 제 2 지도 데이터 베이스의 제 2 경로를 획득하는 방법이 개시된다. 상기 방법은: 제 1 경로의 시작 노드(Start node)의 좌표 정보와 제 1 경로의 종료 노드(End node)의 좌표 정보를 획득하는 단계; 상기 획득한 좌표 정보에 기초하여, 제 2 지도 데이터 베이스상의 임시 시작 노드와 임시 종료 노드를 획득하는 단계; 상기 임시 시작 노드, 상기 임시 종료 노드, 그리고 패딩 거리(Padding distance)에 기초하여 바운딩 박스(Bounding box)를 획득하는 단계; 상기 임시 시작 노드와의 거리에 기초하여 상기 바운딩 박스 내에서 n1개의 후보 시작 노드를 결정하고, 상기 임시 종료 노드와의 거리에 기초하여 상기 바운딩 박스 내에서 n2개의 후보 종료 노드를 결정하는 단계; 상기 n1개의 후보 시작 노드 중 m1개의 후보 시작 노드 각각과 n2개의 후보 종료 노드 중 m2개의 후보 종료 노드 각각을 잇는 경로들 각각의 거리 정보에 기초하여, 복수개의 후보 경로들을 결정하는 단계; 상기 제 1 경로에 대한 최소거리 최대값을 후보 경로들 각각에 대해 산출하는 단계; 및 산출된 제 1 경로에 대한 최소거리 최대값에 기초하여 제 2 경로를 획득하는 단계; 를 포함하고, 상기 최소거리의 최대값은:
후보 경로에 포함된 노드와 상기 제 1 경로에 포함된 노드들과의 거리값 중 최소값을 산출하는 단계; 및 후보 경로에 포함된 노드들 각각의 최소거리 값 중 최대값을 산출하는 단계(여기서 산출된 최대값이 제 1 경로에 대한 최소거리 최대값임); 를 포함하는 방법에 의해 산출될 수 있다.
A method of obtaining a second path of a second map database that matches a first path of a first map database between different map databases composed of nodes and links is disclosed. The method includes: acquiring coordinate information of a start node of the first path and coordinate information of an end node of the first path; Obtaining a temporary start node and a temporary end node on a second map database based on the obtained coordinate information; Obtaining a bounding box based on the temporary start node, the temporary end node, and a padding distance; determining n1 candidate start nodes within the bounding box based on the distance from the temporary start node and determining n2 candidate end nodes within the bounding box based on the distance from the temporary end node; determining a plurality of candidate paths based on distance information of each of the paths connecting each of the m1 candidate start nodes among the n1 candidate start nodes and each of the m2 candidate end nodes among the n2 candidate end nodes; calculating a minimum distance maximum value for the first path for each of the candidate paths; and acquiring a second route based on the calculated minimum distance and maximum value for the first route. Including, and the maximum value of the minimum distance is:
calculating a minimum value among distance values between nodes included in a candidate path and nodes included in the first path; and calculating the maximum value among the minimum distance values of each of the nodes included in the candidate path (where the calculated maximum value is the maximum minimum distance value for the first path); It can be calculated by a method including.

Description

최소거리 최대값을 이용하여 서로 다른 지도 데이터 베이스 사이에서 매칭되는 경로를 찾는 방법 및 장치{METHOD AND APPARATUS FOR FINDING MATCHING ROUTES BETWEEN DIFFERENT MAP DATABASES USING THE MINIMUM DISTANCE MAXIMUM VALUES}Method and device for finding matching routes between different map databases using minimum distance maximum value {METHOD AND APPARATUS FOR FINDING MATCHING ROUTES BETWEEN DIFFERENT MAP DATABASES USING THE MINIMUM DISTANCE MAXIMUM VALUES}

본 개시는 최소거리 최대값을 이용하여 서로 다른 지도 데이터 베이스 사이에서 매칭되는 경로를 찾기 위한 방법을 위한 것이다. The present disclosure is for a method for finding a matching route between different map databases using the minimum distance maximum value.

국가에서 국내 도로 교통 현황을 지도 데이터에 매칭시켜 제공하고 있다. 다만, 다른 지도 데이터 양식을 활용하여 서비스를 제공하는 경우, 국내 도로 교통현황을 반영할 수 없는 문제점이 있다. 특히, 해외에서 제공하는 지도 데이터를 활용하는 경우 국가에서 제공하는 지도 데이터와 정확히 매칭되지 않으며, 그 결과, 해외의 지도 데이터를 활용하여 서비스를 제공하는 회사들은 국내 도로 교통현황을 제공하기 힘든 문제점이 있었다.The country provides domestic road traffic status by matching it with map data. However, when providing services using other map data formats, there is a problem that domestic road traffic conditions cannot be reflected. In particular, when using map data provided overseas, it does not match accurately with map data provided by the country. As a result, companies that provide services using overseas map data have difficulty providing domestic road traffic status. there was.

이를 해결하기 위해서, 다른 지도 데이터 사이에서 정확히 매칭되는 경로를 찾기 위한 방법이 연구되고 있다.To solve this problem, methods for finding exactly matching routes between different map data are being studied.

등록 특허 제 1538042호는 다른 데이터 방식(2D 와 3D) 사이에서 경로를 변환하는 방법을 제공하고 있다.Registered Patent No. 1538042 provides a method for converting paths between different data formats (2D and 3D).

본 개시는 전술한 배경기술에 대응하여 안출 된 것으로, 서로 다른 지도 데이터 베이스 사이에서, 제 1 지도 데이터 베이스의 경로와 매칭되는 제 2 지도 데이터베이스의 경로를 찾는 방법을 제공하고자 한다.This disclosure was created in response to the above-described background technology, and seeks to provide a method of finding a path in a second map database that matches a path in a first map database between different map databases.

전술한 과제를 해결하기 위하여, 노드와 링크로 구성된 서로 다른 지도 데이터 베이스 사이에서, 제 1 지도 데이터 베이스의 경로인 제 1경로와 매칭되는 제 2 지도 데이터 베이스의 제 2 경로를 획득하는 방법에 있어서, 제 1 경로의 시작 노드(Start node)의 좌표 정보와 제 1 경로의 종료 노드(End node)의 좌표 정보를 획득하는 단계; 상기 획득한 좌표 정보에 기초하여, 제 2 지도 데이터 베이스상의 임시 시작 노드와 임시 종료 노드를 획득하는 단계; 상기 임시 시작 노드, 상기 임시 종료 노드, 그리고 패딩 거리(Padding distance)에 기초하여 바운딩 박스(Bounding box)를 획득하는 단계; 상기 임시 시작 노드와의 거리에 기초하여 상기 바운딩 박스 내에서 n1개의 후보 시작 노드를 결정하고, 상기 임시 종료 노드와의 거리에 기초하여 상기 바운딩 박스 내에서 n2개의 후보 종료 노드를 결정하는 단계; 상기 n1개의 후보 시작 노드 중 m1개의 후보 시작 노드 각각과 n2개의 후보 종료 노드 중 m2개의 후보 종료 노드 각각을 잇는 경로들 각각의 거리 정보에 기초하여, 복수개의 후보 경로들을 결정하는 단계; 상기 제 1 경로에 대한 최소거리 최대값을 후보 경로들 각각에 대해 산출하는 단계; 및 산출된 제 1 경로에 대한 최소거리 최대값에 기초하여 제 2 경로를 획득하는 단계; 를 포함하고, 상기 최소거리의 최대값은: 후보 경로에 포함된 노드와 상기 제 1 경로에 포함된 노드들과의 거리값 중 최소값을 산출하는 단계; 및 후보 경로에 포함된 노드들 각각의 최소거리 값 중 최대값을 산출하는 단계(여기서 산출된 최대값이 제 1 경로에 대한 최소거리 최대값임); 를 포함하는 방법에 의해 산출되는, 제 1 데이터 베이스의 경로인 제 1 경로와 매칭되는 제 2 데이터 베이스의 제 2 경로를 획득하는 방법을 제공할 수 있다.In order to solve the above-described problem, in a method of obtaining a second path of a second map database that matches the first path, which is a path of a first map database, between different map databases composed of nodes and links, , acquiring coordinate information of the start node of the first path and coordinate information of the end node of the first path; Obtaining a temporary start node and a temporary end node on a second map database based on the obtained coordinate information; Obtaining a bounding box based on the temporary start node, the temporary end node, and a padding distance; determining n1 candidate start nodes within the bounding box based on the distance from the temporary start node and determining n2 candidate end nodes within the bounding box based on the distance from the temporary end node; determining a plurality of candidate paths based on distance information of each of the paths connecting each of the m1 candidate start nodes among the n1 candidate start nodes and each of the m2 candidate end nodes among the n2 candidate end nodes; calculating a minimum distance maximum value for the first path for each of the candidate paths; and acquiring a second route based on the calculated minimum distance and maximum value for the first route. The maximum value of the minimum distance includes: calculating the minimum value among the distance values between the nodes included in the candidate path and the nodes included in the first path; and calculating the maximum value among the minimum distance values of each of the nodes included in the candidate path (where the calculated maximum value is the maximum minimum distance value for the first path); It is possible to provide a method of obtaining a second path of a second database that matches the first path, which is the path of the first database, calculated by a method including.

또한, 상기 복수개의 후보 경로들을 결정하는 단계는: 후보 시작 노드와 후보 종료 노드를 잇는 경로들의 거리 각각을 산출하고 산출된 거리가 짧은 순으로 K개를 선택함으로써 K개의 후보 경로를 획득하는 제 1 후보 경로 탐색 방법을 m1개의 후보 시작 노드 및 m2개의 후보 종료 노드 각각에 대하여 수행함으로써, K*m1*m2개의 후보 경로들을 획득할 수 있다.In addition, the step of determining the plurality of candidate paths includes: obtaining K candidate paths by calculating the distances of each of the paths connecting the candidate start node and the candidate end node and selecting K in descending order of the calculated distances. By performing the candidate path search method on each of m1 candidate start nodes and m2 candidate end nodes, K*m1*m2 candidate paths can be obtained.

또한, n1 및 n2는 동일한 수일 수 있고, m1 및 m2는 동일한 수일 수 있다.Additionally, n1 and n2 may be the same number, and m1 and m2 may be the same number.

또한, n1, n2, m1 및 m2는 모두 동일한 수일 수 있다.Additionally, n1, n2, m1, and m2 may all be the same number.

또한, 제 1 항에 있어서, 제 2 경로를 획득하는 단계는, 후보 경로들 중 상기 제 1 경로에 대한 최소거리 최대값이 가장 작은 후보 경로를 제 2 경로로 획득할 수 있다.Additionally, according to claim 1, in the step of acquiring the second path, a candidate path having the smallest minimum distance maximum value with respect to the first path among candidate paths may be acquired as the second path.

또한, 상기 임시 시작 노드와의 거리에 기초하여 상기 바운딩 박스 내에서 n1개의 후보 시작 노드를 결정하고, 상기 임시 종료 노드와의 거리에 기초하여 상기 바운딩 박스 내에서 n2개의 후보 종료 노드를 결정하는 단계는, 상기 바운딩 박스 내에서 임시 시작 노드와의 직선 거리가 짧은 순서로 n1개의 노드를 선택함으로써 n1개의 후보 시작 노드를 결정하고, 상기 바운딩 박스 내에서 임시 종료 노드와의 직선 거리가 짧은 순서로 n2개의 노드를 선택함으로써 n2개의 후보 시작 노드를 결정할 수 있다.Additionally, determining n1 candidate start nodes within the bounding box based on the distance from the temporary start node and determining n2 candidate end nodes within the bounding box based on the distance from the temporary end node. Determines n1 candidate start nodes by selecting n1 nodes in the order of shortest straight-line distance to the temporary start node within the bounding box, and n2 candidate start nodes in order of shortline distance to the temporary end node within the bounding box. By selecting nodes, n2 candidate starting nodes can be determined.

또한, 상기 좌표 정보는 위경도 좌표에 대한 정보일 수 있다.Additionally, the coordinate information may be information about latitude and longitude coordinates.

전술한 과제를 해결하기 위한 컴퓨터 판독가능 저장 매체에 저장된 컴퓨터 프로그램으로서, 상기 컴퓨터 프로그램은 하나 이상의 프로세서가 노드와 링크로 구성된 서로 다른 지도 데이터 베이스 사이에서 제 1 지도 데이터 베이스의 경로인 제 1 경로와 매칭되는 제 2 지도 데이터 베이스의 제 2 경로를 획득하도록 하는 명령들을 포함하며, 상기 명령들은, 제 1 경로의 시작 노드(Start node)의 좌표 정보와 제 1 경로의 종료 노드(End node)의 좌표 정보를 획득하는 단계; 상기 획득한 좌표 정보에 기초하여, 제 2 지도 데이터 베이스상의 임시 시작 노드와 임시 종료 노드를 획득하는 단계; 상기 임시 시작 노드, 상기 임시 종료 노드, 그리고 패딩 거리(Padding distance)에 기초하여 바운딩 박스(Bounding box)를 획득하는 단계; 상기 임시 시작 노드와의 거리에 기초하여 상기 바운딩 박스 내에서 n1개의 후보 시작 노드를 결정하고, 상기 임시 종료 노드와의 거리에 기초하여 상기 바운딩 박스 내에서 n2개의 후보 종료 노드를 결정하는 단계; 상기 n1개의 후보 시작 노드 중 m1개의 후보 시작 노드 각각과 n2개의 후보 종료 노드 중 m2개의 후보 종료 노드 각각을 잇는 경로들 각각의 거리 정보에 기초하여, 복수개의 후보 경로들을 결정하는 단계; 상기 제 1 경로에 대한 최소거리 최대값을 후보 경로들 각각에 대해 산출하는 단계; 및 산출된 제 1 경로에 대한 최소거리 최대값에 기초하여 제 2 경로를 획득하는 단계; 를 포함하고, 상기 최소거리의 최대값은: 후보 경로에 포함된 노드와 상기 제 1 경로에 포함된 노드들과의 거리값 중 최소값을 산출하는 단계; 및 후보 경로에 포함된 노드들 각각의 최소거리 값 중 최대값을 산출하는 단계(여기서 산출된 최대값이 제 1 경로에 대한 최소거리 최대값임);를 포함하는 방법에 의해 산출되는, 컴퓨터 판독가능 저장 매체에 저장된 컴퓨터 프로그램을 제공할 수 있다.A computer program stored in a computer-readable storage medium for solving the above-described problem, wherein the computer program configures one or more processors to: a first path, which is a path of a first map database, between different map databases composed of nodes and links; It includes commands for obtaining a second route of a matching second map database, wherein the commands include coordinate information of a start node of the first route and coordinates of an end node of the first route. Obtaining information; Obtaining a temporary start node and a temporary end node on a second map database based on the obtained coordinate information; Obtaining a bounding box based on the temporary start node, the temporary end node, and a padding distance; determining n1 candidate start nodes within the bounding box based on the distance from the temporary start node and determining n2 candidate end nodes within the bounding box based on the distance from the temporary end node; determining a plurality of candidate paths based on distance information of each of the paths connecting each of the m1 candidate start nodes among the n1 candidate start nodes and each of the m2 candidate end nodes among the n2 candidate end nodes; calculating the minimum distance maximum value for the first path for each of the candidate paths; and acquiring a second route based on the calculated minimum distance and maximum value for the first route. The maximum value of the minimum distance includes: calculating the minimum value among the distance values between the nodes included in the candidate path and the nodes included in the first path; and calculating the maximum value among the minimum distance values of each of the nodes included in the candidate path (where the calculated maximum value is the minimum distance maximum value for the first path). A computer readable method calculated by a method comprising: A computer program stored on a storage medium may be provided.

본 개시는 제 1 지도 데이터 베이스의 경로와 정확히 매칭되는 제 2 지도 데이터베이스의 경로를 획득할 수 있다.The present disclosure can obtain a path in a second map database that exactly matches the path in the first map database.

도 1 은 본 개시의 일 실시예에 따른 지도 데이터 베이스를 설명하기 위한 도면이다.
도 2 는 본 개시의 일 실시예에 따른 컴퓨팅 장치(100)를 설명하기 위한 도면이다.
도 3 내지 도 7 은 본 개시의 일 실시예에 따라, 컴퓨팅 장치(100)가 제 2 경로를 획득하기 위한 후보 경로들을 획득하는 방법을 설명하기 위한 도면이다.
도 8은 본 개시의 일 실시예에 따라 제 2 경로를 획득하기 위한 방법을 설명하기 위한 도면이다.
도 9는 본 개시의 다른 실시예에 따라 제 2 경로를 획득하는 방법을 설명하기 위한 도면이다.
도 10은 본 개시의 일 실시예에 따라 후보경로에 대한 바운딩 박스를 결정하는 방법을 설명하기 위한 도면이다.
도 11 및 도 13은 본 개시의 다른 실시예에 따라, 최소거리 최대값에 기초하여 제 2경로를 획득하는 방법을 설명하기 위한 도면이다.
도 14는 본 개시의 다른 실시예에 따라, 픽셀의 수에 기초하여 제 2 경로를 획득하는 방법을 설명하기 위한 도면이다.
도 15 및 16은 본 개시의 다른 실시예에 따라, 제 1 경로와 후보 경로 사이의 영역에 기초하여 제 2 경로를 획득하는 방법을 설명하기 위한 도면이다.
도 17은 본 개시의 일 실시예에 따라, 컴퓨팅 장치(100)가 대상 경로의 현재 속도를 예측하는 방법을 설명하기 위한 도면이다.
도 18은 대상 경로와 연결된 적어도 하나의 경로를 설명하기 위한 도면이다.
도 19는 대상 경로와 연결된 경로가 복수개인 경우를 설명하기 위한 도면이다.
도 20은 본 개시의 실시예들이 구현될 수 있는 예시적인 컴퓨팅 환경에 대한 일반적인 개략도이다.
1 is a diagram for explaining a map database according to an embodiment of the present disclosure.
FIG. 2 is a diagram for explaining a computing device 100 according to an embodiment of the present disclosure.
3 to 7 are diagrams for explaining a method by which the computing device 100 acquires candidate paths for acquiring a second path, according to an embodiment of the present disclosure.
FIG. 8 is a diagram illustrating a method for acquiring a second path according to an embodiment of the present disclosure.
Figure 9 is a diagram for explaining a method of obtaining a second path according to another embodiment of the present disclosure.
Figure 10 is a diagram for explaining a method of determining a bounding box for a candidate path according to an embodiment of the present disclosure.
11 and 13 are diagrams for explaining a method of obtaining a second path based on the minimum distance maximum value, according to another embodiment of the present disclosure.
FIG. 14 is a diagram illustrating a method of obtaining a second path based on the number of pixels, according to another embodiment of the present disclosure.
15 and 16 are diagrams for explaining a method of obtaining a second path based on an area between a first path and a candidate path, according to another embodiment of the present disclosure.
FIG. 17 is a diagram illustrating a method by which the computing device 100 predicts the current speed of a target route, according to an embodiment of the present disclosure.
Figure 18 is a diagram for explaining at least one path connected to the target path.
Figure 19 is a diagram for explaining a case where there are multiple paths connected to a target path.
Figure 20 is a general schematic diagram of an example computing environment in which embodiments of the present disclosure may be implemented.

다양한 실시예들이 이제 도면을 참조하여 설명된다. 본 명세서에서, 다양한 설명들이 본 개시의 이해를 제공하기 위해서 제시된다. 그러나, 이러한 실시예들은 이러한 구체적인 설명 없이도 실행될 수 있음이 명백하다.Various embodiments are now described with reference to the drawings. In this specification, various descriptions are presented to provide an understanding of the disclosure. However, it is clear that these embodiments may be practiced without these specific descriptions.

본 명세서에서 사용되는 용어 "컴포넌트", "모듈", "시스템" 등은 컴퓨터-관련 엔티티, 하드웨어, 펌웨어, 소프트웨어, 소프트웨어 및 하드웨어의 조합, 또는 소프트웨어의 실행을 지칭한다. 예를 들어, 컴포넌트는 프로세서상에서 실행되는 처리과정(procedure), 프로세서, 객체, 실행 스레드, 프로그램, 및/또는 컴퓨터일 수 있지만, 이들로 제한되는 것은 아니다. 예를 들어, 컴퓨팅 장치에서 실행되는 애플리케이션 및 컴퓨팅 장치 모두 컴포넌트일 수 있다. 하나 이상의 컴포넌트는 프로세서 및/또는 실행 스레드 내에 상주할 수 있다. 일 컴포넌트는 하나의 컴퓨터 내에 로컬화 될 수 있다. 일 컴포넌트는 2개 이상의 컴퓨터들 사이에 분배될 수 있다. 또한, 이러한 컴포넌트들은 그 내부에 저장된 다양한 데이터 구조들을 갖는 다양한 컴퓨터 판독가능한 매체로부터 실행할 수 있다. 컴포넌트들은 예를 들어 하나 이상의 데이터 패킷들을 갖는 신호(예를 들면, 로컬 시스템, 분산 시스템에서 다른 컴포넌트와 상호작용하는 하나의 컴포넌트로부터의 데이터 및/또는 신호를 통해 다른 시스템과 인터넷과 같은 네트워크를 통해 전송되는 데이터)에 따라 로컬 및/또는 원격 처리들을 통해 통신할 수 있다.As used herein, the terms “component,” “module,” “system,” and the like refer to a computer-related entity, hardware, firmware, software, a combination of software and hardware, or an implementation of software. For example, a component may be, but is not limited to, a process running on a processor, a processor, an object, a thread of execution, a program, and/or a computer. For example, both an application running on a computing device and the computing device can be a component. One or more components may reside within a processor and/or thread of execution. A component may be localized within one computer. A component may be distributed between two or more computers. Additionally, these components can execute from various computer-readable media having various data structures stored thereon. Components may transmit signals, for example, with one or more data packets (e.g., data and/or signals from one component interacting with other components in a local system, a distributed system, to other systems and over a network such as the Internet). Depending on the data being transmitted, they may communicate through local and/or remote processes.

더불어, 용어 "또는"은 배타적 "또는"이 아니라 내포적 "또는"을 의미하는 것으로 의도된다. 즉, 달리 특정되지 않거나 문맥상 명확하지 않은 경우에, "X는 A 또는 B를 이용한다"는 자연적인 내포적 치환 중 하나를 의미하는 것으로 의도된다. 즉, X가 A를 이용하거나; X가 B를 이용하거나; 또는 X가 A 및 B 모두를 이용하는 경우, "X는 A 또는 B를 이용한다"가 이들 경우들 어느 것으로도 적용될 수 있다. 또한, 본 명세서에 사용된 "및/또는"이라는 용어는 열거된 관련 아이템들 중 하나 이상의 아이템의 가능한 모든 조합을 지칭하고 포함하는 것으로 이해되어야 한다.Additionally, the term “or” is intended to mean an inclusive “or” and not an exclusive “or.” That is, unless otherwise specified or clear from context, “X utilizes A or B” is intended to mean one of the natural implicit substitutions. That is, either X uses A; X uses B; Or, if X uses both A and B, “X uses A or B” can apply to either of these cases. Additionally, the term “and/or” as used herein should be understood to refer to and include all possible combinations of one or more of the related listed items.

또한, "포함한다" 및/또는 "포함하는"이라는 용어는, 해당 특징 및/또는 구성요소가 존재함을 의미하는 것으로 이해되어야 한다. 다만, "포함한다" 및/또는 "포함하는"이라는 용어는, 하나 이상의 다른 특징, 구성요소 및/또는 이들의 그룹의 존재 또는 추가를 배제하지 않는 것으로 이해되어야 한다. 또한, 달리 특정되지 않거나 단수 형태를 지시하는 것으로 문맥상 명확하지 않은 경우에, 본 명세서와 청구범위에서 단수는 일반적으로 "하나 또는 그 이상"을 의미하는 것으로 해석되어야 한다.Additionally, the terms “comprise” and/or “comprising” should be understood to mean that the corresponding feature and/or element is present. However, the terms “comprise” and/or “comprising” should be understood as not excluding the presence or addition of one or more other features, elements and/or groups thereof. Additionally, unless otherwise specified or the context is clear to indicate a singular form, the singular terms herein and in the claims should generally be construed to mean “one or more.”

그리고, “A 또는 B 중 적어도 하나”이라는 용어는, “A만을 포함하는 경우”, “B 만을 포함하는 경우”, “A와 B의 구성으로 조합된 경우”를 의미하는 것으로 해석되어야 한다. And, the term “at least one of A or B” should be interpreted to mean “if it contains only A,” “if it contains only B,” or “if it is a combination of A and B.”

당업자들은 추가적으로 여기서 개시된 실시예들과 관련되어 설명된 다양한 예시적 논리적 블록들, 구성들, 모듈들, 회로들, 수단들, 로직들, 및 알고리즘 단계들이 전자 하드웨어, 컴퓨터 소프트웨어, 또는 양쪽 모두의 조합들로 구현될 수 있음을 인식해야 한다. 하드웨어 및 소프트웨어의 상호교환성을 명백하게 예시하기 위해, 다양한 예시적 컴포넌트들, 블록들, 구성들, 수단들, 로직들, 모듈들, 회로들, 및 단계들은 그들의 기능성 측면에서 일반적으로 위에서 설명되었다. 그러한 기능성이 하드웨어로 또는 소프트웨어로서 구현되는지 여부는 전반적인 시스템에 부과된 특정 어플리케이션(application) 및 설계 제한들에 달려 있다. 숙련된 기술자들은 각각의 특정 어플리케이션들을 위해 다양한 방법들로 설명된 기능성을 구현할 수 있다. 다만, 그러한 구현의 결정들이 본 개시내용의 영역을 벗어나게 하는 것으로 해석되어서는 안된다.Those skilled in the art will additionally recognize that the various illustrative logical blocks, components, modules, circuits, means, logic, and algorithm steps described in connection with the embodiments disclosed herein may be implemented using electronic hardware, computer software, or a combination of both. It must be recognized that it can be implemented with To clearly illustrate the interchangeability of hardware and software, various illustrative components, blocks, configurations, means, logics, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented in hardware or software will depend on the specific application and design constraints imposed on the overall system. A skilled technician can implement the described functionality in a variety of ways for each specific application. However, such implementation decisions should not be construed as causing a departure from the scope of the present disclosure.

제시된 실시예들에 대한 설명은 본 개시의 기술 분야에서 통상의 지식을 가진 자가 본 발명을 이용하거나 또는 실시할 수 있도록 제공된다. 이러한 실시예들에 대한 다양한 변형들은 본 개시의 기술 분야에서 통상의 지식을 가진 자에게 명백할 것이다. 여기에 정의된 일반적인 원리들은 본 개시의 범위를 벗어남이 없이 다른 실시예들에 적용될 수 있다. 그리하여, 본 발명은 여기에 제시된 실시예 들로 한정되는 것이 아니다. 본 발명은 여기에 제시된 원리들 및 신규한 특징들과 일관되는 최광의의 범위에서 해석되어야 할 것이다. The description of the presented embodiments is provided to enable anyone skilled in the art to use or practice the present invention. Various modifications to these embodiments will be apparent to those skilled in the art. The general principles defined herein may be applied to other embodiments without departing from the scope of the disclosure. Therefore, the present invention is not limited to the embodiments presented herein. The present invention is to be interpreted in the broadest scope consistent with the principles and novel features presented herein.

도 1 은 본 개시의 일 실시예에 따른 지도 데이터 베이스를 설명하기 위한 도면이다.1 is a diagram for explaining a map database according to an embodiment of the present disclosure.

본 개시의 일 실시예에 따르면, 지도 데이터 베이스는 노드와 링크로 구성될 수 있다. According to one embodiment of the present disclosure, a map database may be composed of nodes and links.

여기서, 노드는 차량이 도로를 주행함에 있어 속도의 변화가 발생되는 곳을 표현한 것일 수 있다. 구체적으로, 노드는 교차로, 고가도로시종점, 도로의 시종점, 지하차도 시종점, 터널 시종점, 행정 경계 등을 표현한 것일 수 있으며, 이에 한정되지 않는다.Here, the node may represent a place where a change in speed occurs as the vehicle drives on the road. Specifically, a node may represent an intersection, an overpass start and end point, a road start and end point, an underpass start and end point, a tunnel start and end point, an administrative boundary, etc., but is not limited thereto.

또한, 링크는 속도변화 발생점인 노드와 노드를 연결한 선을 의미할 수 있으며, 현실의 도로를 표현한 것일 수 있다. 구체적으로, 링크는 도로, 교량, 고가도로, 지하차도, 터널 등을 표현할 것일 수 있으며, 이에 한정되지 않는다.Additionally, a link may mean a line connecting a node, which is a point at which a speed change occurs, and may represent a road in reality. Specifically, the link may represent a road, bridge, overpass, underpass, tunnel, etc., but is not limited thereto.

지도 데이터 베이스는 구축의 주체에 따라 상이하게 구축될 수 있다. 예를 들어, 국내의 동일한 장소에 대해서 지도 데이터 베이스를 구축하더라도, 한국에서 구축한 지도 데이터와 해외의 국가에서 구축한 지도 데이터는 서로 상이할 수 있다.A map database can be constructed differently depending on the constructor. For example, even if a map database is constructed for the same location in Korea, the map data constructed in Korea and the map data constructed in an overseas country may be different.

한국의 정부에서는 교통량 데이터를 정부에서 구축한 지도 데이터에 매칭시켜서 제공하고 있다. 그 결과, 다른 주체가 구축한 국내의 지도 데이터를 활용하여 서비스를 제공하는 경우, 교통량 데이터를 활용하기 어려운 단점이 있어, 국내에서 구축한 지도데이터와 해외의 국가에서 구축한 지도 데이터를 매칭시킬 필요가 있다.The Korean government provides traffic volume data by matching it with government-constructed map data. As a result, when providing services using domestic map data constructed by other entities, there is a disadvantage in utilizing traffic volume data, so it is necessary to match map data constructed domestically with map data constructed in foreign countries. There is.

도 1 의 (a)는, 본개시의 일 실시예에 따라, 제 1 지도 데이터 베이스에서 노드와 링크로 이루어진 하나의 경로(예를 들어, 제 1 경로)를 나타낸다. 제 2 의 (b)는 제 2 지도 데이터 베이스에서 제 1 경로의 인근을 표현한 데이터이며, 이하, 제 2 지도 데이터베이스에서 제 1 경로와 매칭되는 경로를 찾는 방법을 개시한다.(a) of FIG. 1 shows one path (eg, a first path) consisting of nodes and links in a first map database, according to an embodiment of the present disclosure. The second (b) is data representing the vicinity of the first route in the second map database. Hereinafter, a method of finding a route matching the first route in the second map database is disclosed.

도 2 는 본 개시의 일 실시예에 따른 컴퓨팅 장치(100)를 설명하기 위한 도면이다.FIG. 2 is a diagram for explaining a computing device 100 according to an embodiment of the present disclosure.

도 2에 도시된 컴퓨팅 장치(100)의 구성은 간략화 하여 나타낸 예시일 뿐이다. 본 개시의 일 실시예에서 컴퓨팅 장치(100)는 컴퓨팅 장치(100)의 컴퓨팅 환경을 수행하기 위한 다른 구성들이 포함될 수 있고, 개시된 구성들 중 일부만이 컴퓨팅 장치(100)를 구성할 수도 있다. The configuration of the computing device 100 shown in FIG. 2 is only a simplified example. In one embodiment of the present disclosure, the computing device 100 may include different components for performing the computing environment of the computing device 100, and only some of the disclosed components may configure the computing device 100.

컴퓨팅 장치(100)는 프로세서(110), 메모리(130), 네트워크부(150)를 포함할 수 있다.The computing device 100 may include a processor 110, a memory 130, and a network unit 150.

프로세서(110)는 하나 이상의 코어로 구성될 수 있으며, 컴퓨팅 장치의 중앙 처리 장치(CPU: central processing unit), 범용 그래픽 처리 장치 (GPGPU: general purpose graphics processing unit), 텐서 처리 장치(TPU: tensor processing unit) 등의 데이터 분석, 딥러닝을 위한 프로세서를 포함할 수 있다. 프로세서(110)는 메모리(130)에 저장된 컴퓨터 프로그램을 판독하여 본 개시의 일 실시예에 따른 기계 학습을 위한 데이터 처리를 수행할 수 있다. 본 개시의 일 실시예에 따라 프로세서(110)는 신경망의 학습을 위한 연산을 수행할 수 있다. 프로세서(110)는 딥러닝(DL: deep learning)에서 학습을 위한 입력 데이터의 처리, 입력 데이터에서의 피처 추출, 오차 계산, 역전파(backpropagation)를 이용한 신경망의 가중치 업데이트 등의 신경망의 학습을 위한 계산을 수행할 수 있다. 프로세서(110)의 CPU, GPGPU, 및 TPU 중 적어도 하나가 네트워크 함수의 학습을 처리할 수 있다. 예를 들어, CPU 와 GPGPU가 함께 네트워크 함수의 학습, 네트워크 함수를 이용한 데이터 분류를 처리할 수 있다. 또한, 본 개시의 일 실시예에서 복수의 컴퓨팅 장치의 프로세서를 함께 사용하여 네트워크 함수의 학습, 네트워크 함수를 이용한 데이터 분류를 처리할 수 있다. 또한, 본 개시의 일 실시예에 따른 컴퓨팅 장치에서 수행되는 컴퓨터 프로그램은 CPU, GPGPU 또는 TPU 실행가능 프로그램일 수 있다.The processor 110 may be composed of one or more cores, and may include a central processing unit (CPU), a general purpose graphics processing unit (GPGPU), and a tensor processing unit (TPU) of a computing device. unit) may include a processor for data analysis and deep learning. The processor 110 may read a computer program stored in the memory 130 and perform data processing for machine learning according to an embodiment of the present disclosure. According to an embodiment of the present disclosure, the processor 110 may perform an operation for learning a neural network. The processor 110 is used for learning neural networks, such as processing input data for learning in deep learning (DL), extracting features from input data, calculating errors, and updating the weights of the neural network using backpropagation. Calculations can be performed. At least one of the CPU, GPGPU, and TPU of the processor 110 may process learning of the network function. For example, CPU and GPGPU can work together to process learning of network functions and data classification using network functions. Additionally, in one embodiment of the present disclosure, the processors of a plurality of computing devices can be used together to process learning of network functions and data classification using network functions. Additionally, a computer program executed in a computing device according to an embodiment of the present disclosure may be a CPU, GPGPU, or TPU executable program.

본 개시의 일 실시예에 따르면, 메모리(130)는 프로세서(110)가 생성하거나 결정한 임의의 형태의 정보 및 네트워크부(150)가 수신한 임의의 형태의 정보를 저장할 수 있다.According to an embodiment of the present disclosure, the memory 130 may store any type of information generated or determined by the processor 110 and any type of information received by the network unit 150.

본 개시의 일 실시예에 따르면, 메모리(130)는 플래시 메모리 타입(flash memory type), 하드디스크 타입(hard disk type), 멀티미디어 카드 마이크로 타입(multimedia card micro type), 카드 타입의 메모리(예를 들어 SD 또는 XD 메모리 등), 램(Random Access Memory, RAM), SRAM(Static Random Access Memory), 롬(Read-Only Memory, ROM), EEPROM(Electrically Erasable Programmable Read-Only Memory), PROM(Programmable Read-Only Memory), 자기 메모리, 자기 디스크, 광디스크 중 적어도 하나의 타입의 저장매체를 포함할 수 있다. 컴퓨팅 장치(100)는 인터넷(internet) 상에서 상기 메모리(130)의 저장 기능을 수행하는 웹 스토리지(web storage)와 관련되어 동작할 수도 있다. 전술한 메모리에 대한 기재는 예시일 뿐, 본 개시는 이에 제한되지 않는다.According to an embodiment of the present disclosure, the memory 130 is a flash memory type, hard disk type, multimedia card micro type, or card type memory (e.g. (e.g. SD or -Only Memory), and may include at least one type of storage medium among magnetic memory, magnetic disk, and optical disk. The computing device 100 may operate in connection with web storage that performs a storage function of the memory 130 on the Internet. The description of the memory described above is merely an example, and the present disclosure is not limited thereto.

본 개시의 일 실시예에 따른 네트워크부(150)는 공중전화 교환망(PSTN: Public Switched Telephone Network), xDSL(x Digital Subscriber Line), RADSL(Rate Adaptive DSL), MDSL(Multi Rate DSL), VDSL(Very High Speed DSL), UADSL(Universal Asymmetric DSL), HDSL(High Bit Rate DSL) 및 근거리 통신망(LAN) 등과 같은 다양한 유선 통신 시스템들을 사용할 수 있다. The network unit 150 according to an embodiment of the present disclosure includes Public Switched Telephone Network (PSTN), x Digital Subscriber Line (xDSL), Rate Adaptive DSL (RADSL), Multi Rate DSL (MDSL), and VDSL ( A variety of wired communication systems can be used, such as Very High Speed DSL), Universal Asymmetric DSL (UADSL), High Bit Rate DSL (HDSL), and Local Area Network (LAN).

또한, 본 명세서에서 제시되는 네트워크부(150)는 CDMA(Code Division Multi Access), TDMA(Time Division Multi Access), FDMA(Frequency Division Multi Access), OFDMA(Orthogonal Frequency Division Multi Access), SC-FDMA(Single Carrier-FDMA) 및 다른 시스템들과 같은 다양한 무선 통신 시스템들을 사용할 수 있다. In addition, the network unit 150 presented in this specification includes Code Division Multi Access (CDMA), Time Division Multi Access (TDMA), Frequency Division Multi Access (FDMA), Orthogonal Frequency Division Multi Access (OFDMA), and SC-FDMA ( A variety of wireless communication systems can be used, such as Single Carrier-FDMA) and other systems.

본 개시에서 네트워크부(150)는 유선 및 무선 등과 같은 그 통신 양태를 가리지 않고 구성될 수 있으며, 단거리 통신망(PAN: Personal Area Network), 근거리 통신망(WAN: Wide Area Network) 등 다양한 통신망으로 구성될 수 있다. 또한, 상기 네트워크는 공지의 월드와이드웹(WWW: World Wide Web)일 수 있으며, 적외선(IrDA: Infrared Data Association) 또는 블루투스(Bluetooth)와 같이 단거리 통신에 이용되는 무선 전송 기술을 이용할 수도 있다.In the present disclosure, the network unit 150 may be configured regardless of the communication mode, such as wired or wireless, and may be composed of various communication networks such as a personal area network (PAN) and a wide area network (WAN). You can. Additionally, the network may be the well-known World Wide Web (WWW), and may also use wireless transmission technology used for short-distance communication, such as Infrared Data Association (IrDA) or Bluetooth.

본 개시의 컴퓨팅 장치(100)는 노드와 링크로 구성된 서로 다른 지도 데이터 베이스 사이에서, 제 1 지도 데이터 베이스의 경로인 제 1 경로와 매칭되는 제 2 지도 데이터 베이스의 제 2 경로를 획득할 수 있다. The computing device 100 of the present disclosure can obtain a second path of the second map database that matches the first path, which is the path of the first map database, between different map databases composed of nodes and links. .

도 3 내지 도 7 은 본 개시의 일 실시예에 따라, 컴퓨팅 장치(100)가 제 2 경로를 획득하기 위한 후보경로들을 획득하는 방법을 설명하기 위한 도면이다.3 to 7 are diagrams for explaining a method by which the computing device 100 acquires candidate paths for acquiring a second path, according to an embodiment of the present disclosure.

단계 S310에서, 컴퓨팅 장치(100)는 제 1 경로의 시작 노드(Start node)의 좌표 정보와 제 1 경로의 종료 노드(End node)의 좌표 정보를 획득할 수 있다.In step S310, the computing device 100 may obtain coordinate information of the start node of the first path and coordinate information of the end node of the first path.

도 4를 참조하는 경우, 컴퓨팅 장치(100)는 제 1 지도데이터베이스 상의 경로에 대한 데이터를 획득할 수 있고, 이 경우, 경로의 시작 노드(시작점 ID)에 대한 정보와 종료 노드(끝점 ID)에 대한 정보도 획득할 수 있다. Referring to FIG. 4, the computing device 100 may acquire data about the route on the first map database. In this case, information about the start node (start point ID) of the route and the end node (end point ID) Information can also be obtained.

시작 노드에 대한 정보는 시작 노드의 좌표 정보(예를 들어, 위도 및/또는 경도 정보 등)를 포함할 수 있고, 종료 노드에 대한 정보는 좌표 정보(예를 들어, 위도 및/또는 경도에 대한 정보)를 포함할 수 있다.The information about the starting node may include coordinate information (e.g., latitude and/or longitude information, etc.) of the starting node, and the information about the ending node may include coordinate information (e.g., latitude and/or longitude information, etc.). information) may be included.

단계 S320에서, 컴퓨팅 장치(100)는 획득한 좌표 정보에 기초하여, 제 2 지도 데이터 베이스상의 임시 시작 노드와 임시 종료 노드를 획득할 수 있다.In step S320, the computing device 100 may obtain a temporary start node and a temporary end node on the second map database based on the acquired coordinate information.

예를 들어, 컴퓨팅 장치(100)는 제 1 경로의 시작 노드의 좌표 정보를 제 2 지도 데이터베스상에 투영함으로써 임시 시작 노드(TSN, Temporary Start Node)를 획득할 수 있고, 제 1 경로의 종료 노드의 좌표 정보를 제 2 지도 데이터베스상에 투영함으로써 임시 종료 노드(TEN, Temporary End Node)를 획득할 수 있다. 이 경우, 임시 시작 노드와 임시 종료 노드는 제 2 지도 데이터베이스 상의 노드일 수 있다. For example, the computing device 100 may obtain a temporary start node (TSN) by projecting the coordinate information of the start node of the first path onto the second map database, and the end of the first path. A temporary end node (TEN) can be obtained by projecting the coordinate information of the node onto the second map database. In this case, the temporary start node and temporary end node may be nodes on the second map database.

단계 S330에서, 컴퓨팅 장치(100)는 임시 시작 노드, 상기 임시 종료 노드, 그리고 패딩 거리(Padding distance)에 기초하여 바운딩 박스(Bounding box)를 획득할 수 있다. In step S330, the computing device 100 may obtain a bounding box based on a temporary start node, the temporary end node, and a padding distance.

바운딩 박스는 제 2 경로를 찾기 위한 임의의 영역으로으로서, 사각형으로 구현될 수 있다.The bounding box is an arbitrary area for finding the second path and can be implemented as a square.

도 5a를 참조하는 경우, 컴퓨팅 장치(100)는 임시 시작 노드와 임시 종료 노드의 위치 정보를 사전 결정된 알고리즘에 적용함으로써 바운딩 박스를 획득할 수 있다. 구체적으로, 컴퓨팅 장치(100)는 임시 시작 노드와 임시 종료 노드의 좌표 정보들을 활용하여 사각형의 박스를 산출하고, 여기에 패딩 거리(예를 들어, D1, D2, D3, D4) 만큼의 거리를 더 넓힘으로써, 제 2 경로를 획득하기 위한 바운딩 박스를 획득할 수 있다.Referring to FIG. 5A , the computing device 100 may obtain a bounding box by applying the location information of the temporary start node and the temporary end node to a predetermined algorithm. Specifically, the computing device 100 calculates a rectangular box using the coordinate information of the temporary start node and the temporary end node, and adds a distance equal to the padding distance (e.g., D1, D2, D3, D4) to it. By expanding it further, a bounding box for obtaining the second path can be obtained.

본 개시의 다른 실시예에 따라, 도 5b를 참조하는 경우, 컴퓨팅 장치(100)는 제 1 경로를 사전 결정된 알고리즘에 적용함으로써 바운딩 박스를 획득할 수 있다. 구체적으로, 컴퓨팅 장치(100)는 제 1 경로에 기초하여 직사각형 형태의 바운딩 박스를 결정할 수 있다(a). 또한, 컴퓨팅 장치(100)는 결정된 바운딩 박스의 가로 길이(d1)만큼 바운딩 박스의 좌우로 패딩(padding)하고 결정된 바운딩 박스의 세로 길이(d2)만큼 상하로 패딩(padding)함으로써, 제 2 경로를 획득하기 위한 바운딩 박스를 최종적으로 획득할 수 있다. According to another embodiment of the present disclosure, when referring to FIG. 5B, the computing device 100 may obtain the bounding box by applying the first path to a predetermined algorithm. Specifically, the computing device 100 may determine a rectangular bounding box based on the first path (a). In addition, the computing device 100 pads the left and right sides of the bounding box as much as the horizontal length (d1) of the determined bounding box and up and down as much as the determined vertical length (d2) of the bounding box, thereby creating a second path. You can finally obtain the bounding box to obtain it.

단계 S340에서, 컴퓨팅 장치(100)는 임시 시작 노드와의 거리에 기초하여 상기 바운딩 박스 내에서 n1개의 후보 시작 노드를 결정하고, 상기 임시 종료 노드와의 거리에 기초하여 상기 바운딩 박스 내에서 n2개의 후보 종료 노드를 결정할 수 있다.In step S340, the computing device 100 determines n1 candidate start nodes within the bounding box based on the distance from the temporary start node, and n2 candidate start nodes within the bounding box based on the distance from the temporary end node. Candidate termination nodes can be determined.

예를 들어, 컴퓨팅 장치(100)는 Bounding box 내에 포함되는 제 2 지도 데이터베이스 상의 노드와 링크들의 집합을 추출할 수 있다. For example, the computing device 100 may extract a set of nodes and links on the second map database included in the bounding box.

또한, 도 6을 참조하는 경우, 컴퓨팅 장치(100)는 바운딩 박스내의 노드들 중 임시 시작 노드와 가까운 거리 순서로 n1(n1은 자연수)개를 선택함으로써, n1개의 후보 시작 노드를 결정할 수 있다. 이 경우, 거리 계산은 유클리드 거리가 사용될 수 있으며, 임시 시작 노드의 좌표는 미터(m)로 프로젝션된 좌표로 변환되어 사용될 수 있다(예를 들어, EPSG 변환 후 사용).Additionally, referring to FIG. 6 , the computing device 100 may determine n1 candidate start nodes by selecting n1 (n1 is a natural number) among the nodes in the bounding box in order of distance closest to the temporary start node. In this case, the Euclidean distance can be used to calculate the distance, and the coordinates of the temporary start node can be converted to coordinates projected in meters (e.g., used after EPSG transformation).

또한, 도 6을 참조하는 경우, 컴퓨팅 장치(100)는 바운딩 박스내의 노드들 중 임시 종료 노드와 가까운 거리 순서로 n2(n2은 자연수)개를 선택함으로써, n2개의 후보 종료 노드를 결정할 수 있다. 이 경우, 거리 계산은 유클리드 거리가 사용될 수 있으며, 임시 종료 노드의 좌표는 미터(m)로 프로젝션된 좌표로 변환되어 사용될 수 있다(예를 들어, EPSG 변환 후 사용). 이 경우, n1과 n2는 동일할 수 있으며, 이에 한정되지 않는다. Additionally, referring to FIG. 6 , the computing device 100 may determine n2 candidate end nodes by selecting n2 (n2 is a natural number) nodes in the bounding box in order of distance closest to the temporary end node. In this case, the Euclidean distance can be used to calculate the distance, and the coordinates of the temporary end node can be converted to coordinates projected in meters (m) (e.g., used after EPSG transformation). In this case, n1 and n2 may be the same, but are not limited thereto.

단계 S350에서, 컴퓨팅 장치(100)는 n1개의 후보 시작 노드 중 m1개의 후보 시작 노드 각각과 n2개의 후보 종료 노드 중 m2개의 후보 종료 노드 각각을 잇는 경로들 각각의 거리 정보에 기초하여, 복수개의 후보 경로들을 결정할 수 있다.In step S350, the computing device 100 selects a plurality of candidates based on the distance information of each of the paths connecting each of the m1 candidate start nodes among the n1 candidate start nodes and each of the m2 candidate end nodes among the n2 candidate end nodes. Paths can be determined.

본 개시의 일 실시예에 따르면, 컴퓨팅 장치(100)는 n1개의 후보 시작 노드 중 m1개의 후보 시작 노드를 결정할 후 있다. 예를 들어, 컴퓨팅 장치(100)는 n1개의 후보 시작 노드들 중 임시 시작 노드와 가까운 거리 순서로 m1(m1은 자연수)개를 선택함으로써, m1개의 후보 시작 노드를 결정할 수 있다.According to one embodiment of the present disclosure, the computing device 100 determines m1 candidate starting nodes among n1 candidate starting nodes. For example, the computing device 100 may determine m1 candidate start nodes by selecting m1 (m1 is a natural number) among n1 candidate start nodes in order of distance closest to the temporary start node.

또한, 컴퓨팅 장치(100)는 n2개의 후보 종료 노드 중 m2개의 후보 종료 노드를 결정할 후 있다. 예를 들어, 컴퓨팅 장치(100)는 n2개의 후보 종료 노드들 중 임시 종료 노드와 가까운 거리 순서로 m2(m2은 자연수)개를 선택함으로써, m2개의 후보 시작 노드를 결정할 수 있다. 이 경우, m1과 m2는 동일할 수 있다. 또한, n1, n2, m1, m2는 모두 동일할 수 있으며, 이에 한정되지 않는다.Additionally, the computing device 100 determines m2 candidate end nodes among the n2 candidate end nodes. For example, the computing device 100 may determine m2 candidate start nodes by selecting m2 (m2 is a natural number) among n2 candidate end nodes in order of distance closest to the temporary end node. In this case, m1 and m2 may be the same. Additionally, n1, n2, m1, and m2 may all be the same, but are not limited thereto.

m1개의 후보 시작 노드 중 하나의 노드에서 m2개의 후보 종료 노드 중 하나의 노드로 가는 경로는 복수개 존재한다. 컴퓨팅 장치(100)는 제 1 후보 경로 탐색 방법을 이용하여 복수개의 경로 중 K개의 후보 경로들을 획득할 수 있다.There are multiple paths from one of the m1 candidate start nodes to one of the m2 candidate end nodes. The computing device 100 may obtain K candidate paths among a plurality of paths using a first candidate path search method.

도 7을 참조하는 경우, 컴퓨팅 장치(100)는 후보 시작 노드와 후보 종료 노드를 잇는 경로들의 거리 각각을 산출하고 산출된 거리가 짧은 순으로 K개를 선택함으로써 K개의 후보 경로를 획득하는 제 1 후보 경로 탐색 방법을 이용할 수 있다. 이 경우, 산출된 거리는 경로에 포함된 링크들의 길이의 합일 수 있다. 경로는 여러 개의 작은 링크들의 조합으로 구성되어 있기 때문이다.Referring to FIG. 7, the computing device 100 calculates the distance of each of the paths connecting the candidate start node and the candidate end node and selects K in the order of the calculated distances to obtain K candidate paths. A candidate path search method can be used. In this case, the calculated distance may be the sum of the lengths of links included in the path. This is because a path is composed of a combination of several small links.

컴퓨팅 장치(100)는 m1개의 후보 시작 노드를 획득하고, m2 개의 후보 종료 노드를 획득하였으므로, 제 1 후보 경로 탐색 방법을 m1개의 후보 시작 노드 및 m2개의 후보 종료 노드에 적용함으로써, K*m1*m2개의 후보 경로들을 획득할 수 있다. Since the computing device 100 has acquired m1 candidate start nodes and m2 candidate end nodes, by applying the first candidate path search method to the m1 candidate start nodes and m2 candidate end nodes, K*m1* m2 candidate paths can be obtained.

예를 들어, m1이 3개(S1, S2, S3)이고 m2가 3개(E1,E2,E3)라고 가정하면, 컴퓨팅 장치(100)는 S1과 E1을 잇는 후보 경로를 K개, S1과 E2를 잇는 후보 경로를 K개,S1과 E3을 잇는 후보 경로를 K개 획득할 수 있다. 또한, 컴퓨팅 장치(100)는 S2와 E1,E2,E3를 잇는 후보 경로를 각각 K개 획득할 수 있고, S3와 E1,E2,E3를 잇는 후보 경로를 각각 K개 획득할 수 있다. 그 결과, 컴퓨팅 장치(100)는 m1(3개)*m2(3개)*K개의 후보 경로들을 획득할 수 있다.For example, assuming that m1 is 3 (S1, S2, S3) and m2 is 3 (E1, E2, E3), the computing device 100 selects K candidate paths connecting S1 and E1, S1 and K candidate paths connecting E2 can be obtained, and K candidate paths connecting S1 and E3 can be obtained. Additionally, the computing device 100 can obtain K candidate paths connecting S2 and E1, E2, and E3, and K candidate paths connecting S3 and E1, E2, and E3. As a result, the computing device 100 can obtain m1(3)*m2(3)*K candidate paths.

이 경우, m1과 m2는 동일할 수 있으며, 이에 한정되지 않는다.In this case, m1 and m2 may be the same, but are not limited thereto.

도 8은 본 개시의 일 실시예에 따라 제 2 경로를 획득하기 위한 방법을 설명하기 위한 도면이다.FIG. 8 is a diagram illustrating a method for acquiring a second path according to an embodiment of the present disclosure.

본 개시의 일 실싱예에 따르면, 컴퓨팅 장치(100)는 후보 경로들 각각의 거리 정보와 제 1 경로의 거리 정보를 비교함으로써, 제 2 경로를 획득할 수 있다.According to an exemplary embodiment of the present disclosure, the computing device 100 may obtain a second route by comparing the distance information of each of the candidate routes with the distance information of the first route.

컴퓨팅 장치(100)는 K*m1*m2개의 후보 경로들 각각에 대하여, 거리 정보를 산출할 수 있다. 예를 들어, 컴퓨팅 장치(100)는 후보 경로가 포함한 링크들의 거리를 모두 합함으로써, 후보 경로에 대한 거리 정보를 산출할 수 있다. 또한, 거리 정보를 K*m1*m2개의 후보 경로들 각각에 대해서 산출할 수 있다.The computing device 100 may calculate distance information for each of K*m1*m2 candidate paths. For example, the computing device 100 may calculate distance information about the candidate path by adding up the distances of all links included in the candidate path. Additionally, distance information can be calculated for each of K*m1*m2 candidate paths.

컴퓨팅 장치(100)는 제 1 경로의 거리 정보를 산출할 수 있다. 예를 들어, 컴퓨팅 장치(100)는 제 1 경로에 포함된 링크들의 거리를 모두 합함으로써, 제 1 경로의 거리 정보를 산출할 수 있다. The computing device 100 may calculate distance information of the first path. For example, the computing device 100 may calculate distance information of the first path by adding up the distances of all links included in the first path.

본 개시의 일 실시예에 따르면, 컴퓨팅 장치(100)는 제 1 경로의 거리 정보와 가장 가까운 거리 정보를 갖는 후보 경로를 제 2 경로로 획득할 수 있다. 구체적으로, 컴퓨팅 장치(100)는 후보 경로들 각각의 거리정보와 제 1 경로의 거리 정보와의 차이값을 산출할 수 있고(S810), 산출된 차이값이 가장 작은 후보 경로를 제 2 경로로 획득(S802)할 수 있다.According to an embodiment of the present disclosure, the computing device 100 may obtain a candidate path having distance information closest to the distance information of the first path as the second path. Specifically, the computing device 100 may calculate the difference between the distance information of each of the candidate paths and the distance information of the first path (S810), and select the candidate path with the smallest calculated difference as the second path. Can be acquired (S802).

도 9는 본 개시의 다른 실시예에 따라 제 2 경로를 획득하는 방법을 설명하기 위한 도면이다. 도 10은 본 개시의 일 실시예에 따라 후보경로에 대한 바운딩 박스를 결정하는 방법을 설명하기 위한 도면이다.Figure 9 is a diagram for explaining a method of obtaining a second path according to another embodiment of the present disclosure. Figure 10 is a diagram for explaining a method of determining a bounding box for a candidate path according to an embodiment of the present disclosure.

본 개시의 일 실시예에 따르면, 컴퓨팅 장치(100)는 후보 경로의 바운딩 박스를 결정할 수 있다. 예를 들어, 컴퓨팅 장치(100)는 후보 경로에 포함된 노드들에 대하여, 최대 위도 좌표, 최대 경도 좌표, 최소 위도 좌표, 최소 경도 좌표를 산출하여, 산출된 값에 기초하여 바운딩 박스를 결정할 수 있다. 이를 도면으로 설명한 것은 도 10에서 확인할 수 있다. 후보 경로에 대한 바운딩 박스는 직사각형 형태로 결정될 수 있고, 컴퓨팅 장치(100)는 가로*세로의 공식을 활용하여 후보 경로에 대한 바운딩 박스 영역의 넓이를 산출할 수 있다. 이 경우, 컴퓨팅 장치(100)는 K*m1*m2개의 후보 경로들 각각에 대한 바운딩 박스 영역의 넓이를 산출할 수 있다(S910).According to one embodiment of the present disclosure, the computing device 100 may determine a bounding box of a candidate path. For example, the computing device 100 may calculate the maximum latitude coordinate, maximum longitude coordinate, minimum latitude coordinate, and minimum longitude coordinate for the nodes included in the candidate path and determine the bounding box based on the calculated values. there is. This can be seen in FIG. 10 to illustrate this with drawings. The bounding box for the candidate path may be determined to have a rectangular shape, and the computing device 100 may calculate the area of the bounding box area for the candidate path using the width*height formula. In this case, the computing device 100 may calculate the area of the bounding box area for each of the K*m1*m2 candidate paths (S910).

단계 S920에서, 컴퓨팅 장치(100)는 후보 경로들 각각의 바운딩 박스 영역의 넓이와 제 1 경로의 바운딩 박스 영역의 넓이를 비교함으로써, 제 2 경로를 획득할 수 있다.In step S920, the computing device 100 may obtain the second route by comparing the area of the bounding box area of each of the candidate routes with the area of the bounding box area of the first route.

예를 들어, 컴퓨팅 장치(100)는 후보 경로들 중 제 1 경로의 바운딩 박스 영역의 넓이와 가장 가까운 바운딩 박스 영역의 넓이를 갖는 후보 경로를 제 2 경로로 획득할 수 있다. 구체적으로, 컴퓨팅 장치(100)는 후보 경로들 각각의 바운딩 박스 영역의 넓이와 제 1 경로의 바운딩 박스 영역의 넓이와의 차이값을 산출할 수 있고, 차이값이 가장 작은 후보 경로를 제 2 경로로 획득할 수 있다. 또한, 컴퓨팅 장치(100)는 후보 경로들 각각의 바운딩 박스 영역의 넓이와 제 1경로의 바운딩 박스 영역의 넓이와의 비율을 산출할 수 있고, 비율이 가장 1에 가까운 후보 경로를 제 2 경로로 획득할 수 있으며, 이에 한정되지 않는다.For example, the computing device 100 may obtain, as the second path, a candidate path having the area of the bounding box area closest to the area of the bounding box area of the first route among the candidate routes. Specifically, the computing device 100 may calculate a difference value between the area of the bounding box area of each of the candidate routes and the area of the bounding box area of the first route, and select the candidate route with the smallest difference value as the second route. It can be obtained with Additionally, the computing device 100 may calculate the ratio between the area of the bounding box area of each of the candidate paths and the area of the bounding box area of the first route, and select the candidate route whose ratio is closest to 1 as the second route. It can be obtained, but is not limited to this.

도 11 내지 도 13은 본 개시의 다른 실시예에 따라, 최소거리 최대값에 기초하여 제 2경로를 획득하는 방법을 설명하기 위한 도면이다.11 to 13 are diagrams for explaining a method of obtaining a second path based on the minimum distance maximum value, according to another embodiment of the present disclosure.

단계 S1110에서, 컴퓨팅 장치(100)는 제 1 경로에 대한 최소거리 최대값을 후보 경로들 각각에 대해 산출할 수 있다.In step S1110, the computing device 100 may calculate the maximum minimum distance for the first path for each of the candidate paths.

최소거리 최대값은 후보 경로에 포함된 노드에서 제 1 경로에 포함된 노드들 까지의 거리들 중 최소 거리를 갖는 값들의 최대값을 의미한다.The minimum distance maximum value means the maximum value of the values having the minimum distance among the distances from the node included in the candidate path to the nodes included in the first path.

구체적으로, 컴퓨팅 장치(100)는 후보 경로에 포함된 노드와 제 1 경로에 포함된 노드들과의 거리값중 최소값을 산출할 수 있고, 후보 경로에 포함된 노드들 각각의 최소거리 값 중 최대값을 산출함으로써 후보경로에 대한 최소거리 최대값을 산출할 수 있다.Specifically, the computing device 100 may calculate the minimum value among the distance values between the nodes included in the candidate path and the nodes included in the first path, and the maximum value among the minimum distance values for each of the nodes included in the candidate path. By calculating the value, the minimum distance and maximum value for the candidate path can be calculated.

도 12을 참조하면, 제 1 경로가 세개의 노드들(S1, S2, S3)을 포함하고, 후보 경로가 4개의 노드들(T1, T2, T3, T4)를 포함한다고 가정한다. 컴퓨팅 장치(100)는 T1에서 제 1 경로에 포함된 노드들 까지의 거리(D(T1S1), D(T1S2), D(T1S3))를 각각 산출할 수 있고, 이 중 최소값을 갖는 거리를 산출할 수 있다. 또한, 컴퓨팅 장치(100)는 T2에서 제 1 경로에 포함된 노드들 까지의 거리(D(T2S1), D(T2S2), D(T2S3))를 각각 산출할 수 있고, 이 중 최소값을 갖는 거리를 산출할 수 있다. 또한, 컴퓨팅 장치(100)는 T3에서 제 1 경로에 포함된 노드들 까지의 거리(D(T3S1), D(T3S2), D(T3S3))를 산출하고, 이 중 최소값을 갖는 거리를 산출할 수 있다. 또한, 컴퓨팅 장치(100)는 T4에서 제 1 경로에 포함된 노드들 까지의 거리(D(T4S1), D(T4S2), D(T4S3))를 산출하고, 이 중 최소값을 갖는 거리를 산출할 수 있다. 그 결과값은 하기와 같다고 가정한다.Referring to FIG. 12, it is assumed that the first path includes three nodes (S1, S2, and S3) and the candidate path includes four nodes (T1, T2, T3, and T4). The computing device 100 may calculate the distances (D(T1S1), D(T1S2), and D(T1S3)) from T1 to the nodes included in the first path, and calculate the distance with the minimum value among them. can do. In addition, the computing device 100 may calculate the distances (D(T2S1), D(T2S2), and D(T2S3)) from T2 to the nodes included in the first path, and the distance having the minimum value among these can be calculated. In addition, the computing device 100 calculates the distances (D(T3S1), D(T3S2), D(T3S3)) from T3 to the nodes included in the first path, and calculates the distance with the minimum value among them. You can. In addition, the computing device 100 calculates the distances (D(T4S1), D(T4S2), and D(T4S3)) from T4 to the nodes included in the first path, and calculates the distance with the minimum value among them. You can. The result is assumed to be as follows.

A.     D(T1S1), D(T1S2), D(T1S3) = 7,13,10 -> 최소값은 7A.     D(T1S1), D(T1S2), D(T1S3) = 7,13,10 -> Minimum value is 7

B.     D(T2S1), D(T2S2, D(T2S3) = 3,11,7 -> 최소값은 3B.     D(T2S1), D(T2S2, D(T2S3) = 3,11,7 -> Minimum value is 3

C.     D(T3S1), D(T3S2), D(T3S3) = 9,21,13 -> 최소값은 9C.     D(T3S1), D(T3S2), D(T3S3) = 9,21,13 -> Minimum value is 9

D.     D(T4S1), D(T4S2, D(T4S3) = 6,9,7 -> 최소값은 6D.     D(T4S1), D(T4S2, D(T4S3) = 6,9,7 -> Minimum value is 6

이 경우, 최소값들의 최대값은 9이므로, 후보 경로의 제 1 경로에 대한 최소거리 최대값은 9가 된다.In this case, since the maximum value of the minimum values is 9, the maximum value of the minimum distance for the first path of the candidate path is 9.

본 개시의 다른 실시예에 따르면, 컴퓨팅 장치(100)는 후보 경로의 제 1 경로에 대한 최소거리 최대값을 하기와 같이 산출할 수도 있다According to another embodiment of the present disclosure, the computing device 100 may calculate the minimum distance maximum value for the first path of the candidate path as follows.

도 13을 참조하면, 제 1 경로가 세개의 노드들(S1, S2, S3)을 포함하고, 후보 경로가 4개의 노드들(T1, T2, T3, T4)를 포함한다고 가정한다. 컴퓨팅 장치(100)는 S1에서 후보 경로에 포함된 노드들 까지의 거리(D(S1T1), D(S2T2), D(S1T3), D(S1T4))를 각각 산출할 수 있고, 이 중 최소값을 갖는 거리를 산출할 수 있다. 또한, 컴퓨팅 장치(100)는 S2에서 후보 경로에 포함된 노드들 까지의 거리(D(S2T1), D(S2T2), D(S2T3), D(S2T4))를 각각 산출할 수 있고, 이 중 최소값을 갖는 거리를 산출할 수 있다. 또한, 컴퓨팅 장치(100)는 S3에서 후보 경로에 포함된 노드들 까지의 거리(D(S3T1), D(S3T2), D(S3T3), D(S3T4))를 산출하고, 이 중 최소값을 갖는 거리를 산출할 수 있다. 그 결과값은 하기와 같다고 가정한다.Referring to FIG. 13, it is assumed that the first path includes three nodes (S1, S2, and S3) and the candidate path includes four nodes (T1, T2, T3, and T4). The computing device 100 can calculate the distances (D(S1T1), D(S2T2), D(S1T3), and D(S1T4)) from S1 to the nodes included in the candidate path, the minimum value of which is The distance can be calculated. In addition, the computing device 100 can calculate the distances (D(S2T1), D(S2T2), D(S2T3), and D(S2T4)) from S2 to the nodes included in the candidate path, respectively. The distance with the minimum value can be calculated. In addition, the computing device 100 calculates the distances (D(S3T1), D(S3T2), D(S3T3), and D(S3T4)) from S3 to the nodes included in the candidate path, and has the minimum value among them. Distance can be calculated. The result is assumed to be as follows.

A.     D(S1T1), D(S1T2), D(S1T3), D(S1T4) = 7,3,9,6 -> 최소값은 3A.     D(S1T1), D(S1T2), D(S1T3), D(S1T4) = 7,3,9,6 -> Minimum value is 3

B.     D(S2T1), D(S2T2), D(S2T3), D(S2T4)= 13,11,21,9 -> 최소값은 9B.     D(S2T1), D(S2T2), D(S2T3), D(S2T4)= 13,11,21,9 -> Minimum value is 9

C.     D(T3S1), D(T3S2), D(T3S3), D(S2T4)= 10,7,13,7 -> 최소값은 7C.     D(T3S1), D(T3S2), D(T3S3), D(S2T4)= 10,7,13,7 -> Minimum value is 7

이 경우, 최소값들의 최대값은 9이므로, 후보 경로의 제 1 경로에 대한 최소거리 최대값은 9가 된다.In this case, since the maximum value of the minimum values is 9, the maximum value of the minimum distance for the first path of the candidate path is 9.

본 개시의 일 실시예에 따르면, 컴퓨팅 장치(100)는 K*m1*m2개의 후보 경로들 각각에 대하여 최소거리 최대값을 산출할 수 있다. 또한, 컴퓨팅 장치(100)는 산출된 제 1 경로에 대한 최소거리 최대값에 기초하여 제 2 경로를 획득할 수 있다. 구체적으로, 컴퓨팅 장치(100)는 후보 경로들 중에서 제 1 경로에 대한 최소거리 최대값이 가장 작은 후보 경로를 제 2 경로로 획득할 수 있다.According to an embodiment of the present disclosure, the computing device 100 may calculate the maximum minimum distance for each of K*m1*m2 candidate paths. Additionally, the computing device 100 may obtain the second route based on the calculated minimum distance and maximum value for the first route. Specifically, the computing device 100 may obtain the candidate path with the smallest minimum distance maximum value with respect to the first path among the candidate paths as the second path.

도 14는 본 개시의 다른 실시예에 따라, 픽셀의 수에 기초하여 제 2 경로를 획득하는 방법을 설명하기 위한 도면이다.FIG. 14 is a diagram illustrating a method of obtaining a second path based on the number of pixels, according to another embodiment of the present disclosure.

단계 S1410에서, 컴퓨팅 장치(100)는 제 1 경로 및 복수개의 후보 경로들 각각을 이미지로 변환시킬 수 있다. In step S1410, the computing device 100 may convert the first path and each of the plurality of candidate paths into an image.

또한, 컴퓨팅 장치(100)는 후보 경로들 각각에 대해, 후보 경로별 이미지내에서의 경로 픽셀의 수를 산출할 수 있다. 또한, 제 1 경로에 대한 이미지에서 이미지 내에 제 1 경로의 픽셀의 수를 산출할 수 있다.Additionally, the computing device 100 may calculate the number of path pixels in the image for each candidate path for each candidate path. Additionally, the number of pixels of the first path in the image can be calculated from the image for the first path.

여기서, 경로 픽셀의 수는 이미지에서 경로에 포함된 노드와 링크가 차지하는 픽셀의 수를 의미한다.Here, the number of path pixels refers to the number of pixels occupied by nodes and links included in the path in the image.

단계 S1320에서, 컴퓨팅 장치(100)는 제 1경로에 대한 픽셀의 수와 후보 경로들(예를 들어, k*m1*m2개의 후보 경로들) 각각에 대한 픽셀의 수를 비교하여 제 2경로를 획득할 수 있다. 예를 들어, 컴퓨팅 장치(100)는 후보 경로들 중 후보 경로의 픽셀의 수와 제 1 경로에 대한 픽셀의 수의 비율이 가장 1에 가까운 후보 경로를 제 2 경로로 획득할 수 있다. 또한, 컴퓨팅 장치(100)는 후보 경로들 중 후보 경로의 픽셀의 수와 제 1 경로에 대한 픽셀의 수의 차이가 가장 작은 후보 경로를 제 2 경로로 획득할 수 있다.In step S1320, the computing device 100 selects the second path by comparing the number of pixels for the first path and the number of pixels for each of the candidate paths (e.g., k*m1*m2 candidate paths). It can be obtained. For example, the computing device 100 may obtain, as the second path, a candidate path whose ratio of the number of pixels of the candidate path to the number of pixels of the first path is closest to 1 among the candidate paths. Additionally, the computing device 100 may obtain, as the second path, a candidate path in which the difference between the number of pixels of the candidate path and the number of pixels of the first path is the smallest among the candidate paths.

도 15 및 도 16은 본 개시의 다른 실시예에 따라, 제 1 경로와 후보 경로 사이의 영역에 기초하여 제 2 경로를 획득하는 방법을 설명하기 위한 도면이다.15 and 16 are diagrams for explaining a method of obtaining a second path based on an area between a first path and a candidate path, according to another embodiment of the present disclosure.

단계 s1510에서 컴퓨팅 장치(100)는 제 1 경로와 후보 경로들 각각에 의해 형성되는 영역에 대한 픽셀의 수를 각각 산출할 수 있다.In step s1510, the computing device 100 may calculate the number of pixels for the area formed by each of the first path and the candidate paths.

도 16은 후보 경로와 제 1 경로가 형성하는 영역을 예시한다. 예를 들어, 컴퓨팅 장치(100)는 제 1 경로의 시작 노드(S1)와 후보 경로의 시작 노드(T1)를 직선으로 연결할 수 있다(a). 또한, 컴퓨팅 장치(100)는 제 1 경로의 종료 노드(S3)와 후보 경로의 종료 노드(T4)사이를 직선으로 연결할 수 있다(b). 이 경우, 컴퓨팅 장치(100)는 제 1 경로, 후보 경로 그리고 두개의 직선((a), (b))으로 형성된 영역(c)을 도출할 수 있고, 영역내의 픽셀의 수를 산출할 수 있다.Figure 16 illustrates the area formed by the candidate path and the first path. For example, the computing device 100 may connect the start node (S1) of the first path and the start node (T1) of the candidate path with a straight line (a). Additionally, the computing device 100 may connect the end node (S3) of the first path and the end node (T4) of the candidate path with a straight line (b). In this case, the computing device 100 can derive an area (c) formed by the first path, a candidate path, and two straight lines (a) and (b), and calculate the number of pixels in the area. .

컴퓨팅 장치(100)는 복수개의 후보 경로들(예를 들어, k*m1*m2개의 후보 경로들)각각에 대하여 제 1 경로와 형성하는 영역을 도출할 수 있고, 후보 경로들 각각에 대해 영역내의 픽셀의 수를 산출할 수 있다. 이 경우, 도형 내부 영역의 픽셀은 컴퓨터 비전 기술을 통해 산출될 수 있다.The computing device 100 may derive a first path and an area forming a region for each of a plurality of candidate paths (e.g., k*m1*m2 candidate paths), and determine a region within the region for each of the candidate paths. The number of pixels can be calculated. In this case, the pixels in the area inside the shape can be calculated through computer vision technology.

단계 S1520에서, 컴퓨팅 장치(100)는 산출된 필셀의 수에 기초하여 제 2 경로를 획득할 수 있다.In step S1520, the computing device 100 may obtain a second path based on the calculated number of pixels.

예를 들어, 컴퓨팅 장치(100)는 산출된 픽셀의 수가 가장 작은 후보 경로를 제 2 경로로 획득할 수 있다. For example, the computing device 100 may obtain a candidate path with the smallest calculated number of pixels as the second path.

도 17은 본 개시의 일 실시예에 따라, 컴퓨팅 장치(100)가 대상 경로의 현재 속도를 예측하는 방법을 설명하기 위한 도면이다.FIG. 17 is a diagram illustrating a method by which the computing device 100 predicts the current speed of a target route, according to an embodiment of the present disclosure.

본 개시의 일 실시예에 다르면, 제 1 지도 데이터베이스의 제 1 경로와 제 2 지도 데이터베이스의 제 2 경로를 매칭시키는 경우, 제 2 지도 데이터베이스의 제 2 경로에 대한 현재 속도 정보를 획득할 수 있다. 제 1 지도 데이터베이스의 경로들에는 속도 정보도 함께 부여되어 있고, 제 2 지도 데이터베이스상의 경로에 해당 속도 정보를 부여하면 되기 때문이다.According to an embodiment of the present disclosure, when matching the first path of the first map database and the second path of the second map database, current speed information about the second path of the second map database can be obtained. This is because speed information is also provided to the routes in the first map database, and the corresponding speed information can be given to the routes in the second map database.

다만, 제 2 지도 데이터베이스의 모든 경로가 제 1 지도 데이터베이스의 경로와 매칭되는 것은 아니기 때문에, 속도 정보가 없는 경로에 대한 속도를 예측하는 방법이 필요하다. 이하, 대상 경로의 현재 속도를 예측하는 방법을 설명한다.However, because not all routes in the second map database match the routes in the first map database, a method for predicting speed for a route without speed information is needed. Hereinafter, a method for predicting the current speed of the target path will be described.

단계 S1710에서, 컴퓨팅 장치(100)는 대상 경로와 연결된 적어도 하나의 경로에 대한 최대 속도 정보와 현재 속도 정보 사이의 비율값을 획득할 수 있다. 이 경우, 대상 경로는 제 2 지도 데이터베이스 상의 경로를 의미할 수 있다. 또한, 단계 S1720에서, 컴퓨팅 장치(100)는 획득한 최대 속도 정보와 현재 속도 정보 사이의 비율값에 기초하여 대상 경로의 현재 속도를 예측할 수 있다. 이 경우, 대상 경로의 현재 속도란 대상 경로에서 현재 차량이 움직이는 속도를 의미할 수 있다.In step S1710, the computing device 100 may obtain a ratio value between maximum speed information and current speed information for at least one route connected to the target route. In this case, the target path may mean a path on the second map database. Additionally, in step S1720, the computing device 100 may predict the current speed of the target route based on the ratio value between the obtained maximum speed information and current speed information. In this case, the current speed of the target path may mean the speed at which the vehicle is currently moving on the target path.

도 18은 대상 경로와 연결된 적어도 하나의 경로를 설명하기 위한 도면이다. 또한, 도 19는 대상 경로와 연결된 경로가 복수개인 경우를 설명하기 위한 도면이다.Figure 18 is a diagram for explaining at least one path connected to the target path. Additionally, Figure 19 is a diagram for explaining a case where there are multiple paths connected to the target path.

대상 경로와 연결된 적어도 하나의 경로는 대상 경로의 시작 노드를 의미할 수 있으며, 이에 한정되지 않고 대상 경로에 포함된 적어도 하나의 노드와 연결된 임의의 경로를 포함할 수 있다. At least one path connected to the target path may mean the starting node of the target path, but is not limited to this and may include any path connected to at least one node included in the target path.

도 17을 참조하는 경우, 컴퓨팅 장치(100)는 대상 경로와 연결된 경로의 최고 속도와 현재 속도 정보를 획득할 수 있다. 또한, 컴퓨팅 장치(100)는 댕상 경로와 연결된 노드의 최고 속도와 현재 속도 정보 사이의 비율값(예를 들어, 80/100*100= 80%)를 획득할 수 있다.When referring to FIG. 17, the computing device 100 may obtain the maximum speed and current speed information of the route connected to the target route. Additionally, the computing device 100 may obtain a ratio value (for example, 80/100*100=80%) between the maximum speed of the node connected to the dangling path and the current speed information.

이 경우, 최고 속도 정보는 해당 경로에 법적으로 제한된 최고 속도 정보를 의미할 수 있고, 현재 속도 정보를 해당 경로에서 현재 차량이 움직이는 속도에 대한 정보를 의미할 수 있다. In this case, the maximum speed information may mean the maximum speed legally restricted to the corresponding route, and the current speed information may mean information about the speed at which the vehicle is currently moving on the relevant route.

도 18을 참조하는 경우, 컴퓨팅 장치(100)는 대상 경로와 연결된 경로가 복수인 경우, 대상 경로와 연결된 복수개의 경로들 각각에 대한 최고 속도 정보와 현재 속도 정보를 획득할 수 있다. 구체적으로, 대상경로와 연결된 경로가 3개인 경우, 제 1 경로에 대한 속도정보(최고 속도: 100km/h, 현재 속도: 80km/h), 제 2 경로에 대한 속도정보(최고 속도: 100km/h, 현재 속도: 60km/h), 제 3 경로에 대한 속도정보(최고 속도: 100km/h, 현재 속도: 40km/h)를 획득할 수 있다. 또한, 각 경로에서의 최대 속도 정보와 현재 속도 정보 사이의 비율값을 획득할 수 있다(예를 들어, 제 1 경로:80/100*100 = 80%, 제 2 경로: 60/100*100 = 60%, 제 3 경로: 40/100*100 = 40%).Referring to FIG. 18 , when there are multiple paths connected to the target path, the computing device 100 may obtain maximum speed information and current speed information for each of the plurality of paths connected to the target path. Specifically, when there are three routes connected to the target route, speed information for the first route (maximum speed: 100 km/h, current speed: 80 km/h), speed information for the second route (maximum speed: 100 km/h) , current speed: 60 km/h), speed information for the third route (maximum speed: 100 km/h, current speed: 40 km/h) can be obtained. Additionally, it is possible to obtain a ratio value between maximum speed information and current speed information on each route (e.g., first route: 80/100*100 = 80%, second route: 60/100*100 = 60%, 3rd path: 40/100*100 = 40%).

컴퓨팅 장치(100)는 획득한 최대 속도 정보와 현재 속도 정보 사이의 비율값을 대상 경로의 최대 속도 정보에 적용함으로써, 대상 경로의 현재 속도를 예측할 수 있다. 도 18을 참조하는 경우, 컴퓨팅 장치(100)는 대상 경로의 현재 속도를 24km/h(30*80/100 = 24)으로 획득할 수 있다.The computing device 100 may predict the current speed of the target path by applying the ratio value between the obtained maximum speed information and current speed information to the maximum speed information of the target path. When referring to FIG. 18, the computing device 100 may obtain the current speed of the target route as 24 km/h (30*80/100 = 24).

본 개시의 일 실시예에 따라, 대상 경로에 연결된 적어도 하나의 경로가 복수개인 경우, 복수개의 연결된 경로 각각의 최대 속도 정보와 현재 속도 정보 사이의 비율을 평균한 값에 기초하여, 대상 경로의 현재 속도를 예측할 수 있다. 도 19를 참조하는 경우, 복수개의 연결된 경로 각각의 최대 속도 정보와 현재 속도 정보 사이의 비율을 평균한 값은 (80+60+40)/3= 60 이다. 이 값을 대상 경로의 최대 속도 정보에 적용하여, 컴퓨팅 장치(100)는 대상 경로의 현재 속도를 18km/h(30*60/100)으로 예측할 수 있다.According to an embodiment of the present disclosure, when there is a plurality of at least one path connected to the target path, the current speed of the target path is based on the average value of the ratio between the maximum speed information and the current speed information of each of the plurality of connected paths. Speed can be predicted. Referring to FIG. 19, the average ratio between maximum speed information and current speed information for each of the plurality of connected paths is (80+60+40)/3=60. By applying this value to the maximum speed information of the target path, the computing device 100 can predict the current speed of the target path to be 18 km/h (30*60/100).

본 개시의 다른 실시예에 따라, 대상 경로에 연결된 경로가 존재하지 않는 경우, 컴퓨팅 장치(100)는 대상 경로의 최대 속도의 80%를 대상 경로의 현재 속도로 예측할 수 있다. 이경우, 컴퓨팅 장치(100)는 사용자의 입력에 따라 80%의 숫자를 변경할 수 있다.According to another embodiment of the present disclosure, when there is no path connected to the target path, the computing device 100 may predict 80% of the maximum speed of the target path as the current speed of the target path. In this case, the computing device 100 can change 80% of the numbers according to the user's input.

대상 경로에 연결된 적어도 하나의 경로에 대한 현재 속도 정보가 존재하지 않는 경우, 컴퓨팅 장치(100)는 대상 경로에 연결된 적어도 하나의 경로 각각에 대하여 현재 속도를 예측하고, 그 후 대상 경로의 예상 속도를 예측할 수 있다. 예를 들어, 도 19를 참조할 때, 제 1경로에 대한 현재 속도 정보가 존재하지 않는다면, 컴퓨팅 장치(100)는 전술한 방법을 활용하여 제 1 경로에 대한 현재 속도를 예측한 후, 대상 경로에 대한 현재 속도를 예측할 수 있다.If there is no current speed information for at least one path connected to the target path, the computing device 100 predicts the current speed for each of the at least one path connected to the target path, and then calculates the expected speed of the target path. It is predictable. For example, when referring to FIG. 19, if the current speed information for the first path does not exist, the computing device 100 predicts the current speed for the first path using the above-described method and then selects the target path. The current speed can be predicted.

도 20은 본 개시의 실시예들이 구현될 수 있는 예시적인 컴퓨팅 환경에 대한 일반적인 개략도이다.Figure 20 is a general schematic diagram of an example computing environment in which embodiments of the present disclosure may be implemented.

본 개시가 일반적으로 컴퓨팅 장치에 의해 구현될 수 있는 것으로 전술되었지만, 당업자라면 본 개시가 하나 이상의 컴퓨터 상에서 실행될 수 있는 컴퓨터 실행가능 명령어 및/또는 기타 프로그램 모듈들과 결합되어 및/또는 하드웨어와 소프트웨어의 조합으로써 구현될 수 있다는 것을 잘 알 것이다.Although the present disclosure has generally been described above as being capable of being implemented by a computing device, those skilled in the art will understand that the present disclosure can be implemented in combination with computer-executable instructions and/or other program modules that can be executed on one or more computers and/or in hardware and software. It will be well known that it can be implemented as a combination.

일반적으로, 프로그램 모듈은 특정의 태스크를 수행하거나 특정의 추상 데이터 유형을 구현하는 루틴, 프로그램, 컴포넌트, 데이터 구조, 기타 등등을 포함한다. 또한, 당업자라면 본 개시의 방법이 단일-프로세서 또는 멀티프로세서 컴퓨터 시스템, 미니컴퓨터, 메인프레임 컴퓨터는 물론 퍼스널 컴퓨터, 핸드헬드(handheld) 컴퓨팅 장치, 마이크로프로세서-기반 또는 프로그램가능 가전 제품, 기타 등등(이들 각각은 하나 이상의 연관된 장치와 연결되어 동작할 수 있음)을 비롯한 다른 컴퓨터 시스템 구성으로 실시될 수 있다는 것을 잘 알 것이다.Typically, program modules include routines, programs, components, data structures, etc. that perform specific tasks or implement specific abstract data types. Additionally, those skilled in the art will understand that the methods of the present disclosure are applicable to single-processor or multiprocessor computer systems, minicomputers, mainframe computers, as well as personal computers, handheld computing devices, microprocessor-based or programmable consumer electronics, etc. It will be appreciated that each of these may be implemented in other computer system configurations, including those capable of operating in conjunction with one or more associated devices.

본 개시의 설명된 실시예들은 또한 어떤 태스크들이 통신 네트워크를 통해 연결되어 있는 원격 처리 장치들에 의해 수행되는 분산 컴퓨팅 환경에서 실시될 수 있다. 분산 컴퓨팅 환경에서, 프로그램 모듈은 로컬 및 원격 메모리 저장 장치 둘 다에 위치할 수 있다.The described embodiments of the disclosure can also be practiced in distributed computing environments where certain tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.

컴퓨터는 통상적으로 다양한 컴퓨터 판독가능 매체를 포함한다. 컴퓨터에 의해 액세스 가능한 매체는 그 어떤 것이든지 컴퓨터 판독가능 매체가 될 수 있고, 이러한 컴퓨터 판독가능 매체는 휘발성 및 비휘발성 매체, 일시적(transitory) 및 비일시적(non-transitory) 매체, 이동식 및 비-이동식 매체를 포함한다. 제한이 아닌 예로서, 컴퓨터 판독가능 매체는 컴퓨터 판독가능 저장 매체 및 컴퓨터 판독가능 전송 매체를 포함할 수 있다. 컴퓨터 판독가능 저장 매체는 컴퓨터 판독가능 명령어, 데이터 구조, 프로그램 모듈 또는 기타 데이터와 같은 정보를 저장하는 임의의 방법 또는 기술로 구현되는 휘발성 및 비휘발성 매체, 일시적 및 비-일시적 매체, 이동식 및 비이동식 매체를 포함한다. 컴퓨터 판독가능 저장 매체는 RAM, ROM, EEPROM, 플래시 메모리 또는 기타 메모리 기술, CD-ROM, DVD(digital video disk) 또는 기타 광 디스크 저장 장치, 자기 카세트, 자기 테이프, 자기 디스크 저장 장치 또는 기타 자기 저장 장치, 또는 컴퓨터에 의해 액세스될 수 있고 원하는 정보를 저장하는 데 사용될 수 있는 임의의 기타 매체를 포함하지만, 이에 한정되지 않는다.Computers typically include a variety of computer-readable media. Computer-readable media can be any medium that can be accessed by a computer, and such computer-readable media includes volatile and non-volatile media, transitory and non-transitory media, removable and non-transitory media. Includes removable media. By way of example, and not limitation, computer-readable media may include computer-readable storage media and computer-readable transmission media. Computer-readable storage media refers to volatile and non-volatile media, transient and non-transitory media, removable and non-removable, implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Includes media. Computer readable storage media may include RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital video disk (DVD) or other optical disk storage, magnetic cassette, magnetic tape, magnetic disk storage or other magnetic storage. This includes, but is not limited to, a device, or any other medium that can be accessed by a computer and used to store desired information.

컴퓨터 판독가능 전송 매체는 통상적으로 반송파(carrier wave) 또는 기타 전송 메커니즘(transport mechanism)과 같은 피변조 데이터 신호(modulated data signal)에 컴퓨터 판독가능 명령어, 데이터 구조, 프로그램 모듈 또는 기타 데이터 등을 구현하고 모든 정보 전달 매체를 포함한다. 피변조 데이터 신호라는 용어는 신호 내에 정보를 인코딩하도록 그 신호의 특성들 중 하나 이상을 설정 또는 변경시킨 신호를 의미한다. 제한이 아닌 예로서, 컴퓨터 판독가능 전송 매체는 유선 네트워크 또는 직접 배선 접속(direct-wired connection)과 같은 유선 매체, 그리고 음향, RF, 적외선, 기타 무선 매체와 같은 무선 매체를 포함한다. 상술된 매체들 중 임의의 것의 조합도 역시 컴퓨터 판독가능 전송 매체의 범위 안에 포함되는 것으로 한다.A computer-readable transmission medium typically implements computer-readable instructions, data structures, program modules, or other data on a modulated data signal, such as a carrier wave or other transport mechanism. Includes all information delivery media. The term modulated data signal refers to a signal in which one or more of the characteristics of the signal have been set or changed to encode information within the signal. By way of example, and not limitation, computer-readable transmission media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared, and other wireless media. Combinations of any of the above are also intended to be included within the scope of computer-readable transmission media.

컴퓨터(1102)를 포함하는 본 개시의 여러가지 측면들을 구현하는 예시적인 환경(1100)이 나타내어져 있으며, 컴퓨터(1102)는 처리 장치(1104), 시스템 메모리(1106) 및 시스템 버스(1108)를 포함한다. 시스템 버스(1108)는 시스템 메모리(1106)(이에 한정되지 않음)를 비롯한 시스템 컴포넌트들을 처리 장치(1104)에 연결시킨다. 처리 장치(1104)는 다양한 상용 프로세서들 중 임의의 프로세서일 수 있다. 듀얼 프로세서 및 기타 멀티프로세서 아키텍처도 역시 처리 장치(1104)로서 이용될 수 있다.An example environment 1100 is shown that implements various aspects of the present disclosure, including a computer 1102, which includes a processing unit 1104, a system memory 1106, and a system bus 1108. do. System bus 1108 couples system components, including but not limited to system memory 1106, to processing unit 1104. Processing unit 1104 may be any of a variety of commercially available processors. Dual processors and other multiprocessor architectures may also be used as processing unit 1104.

시스템 버스(1108)는 메모리 버스, 주변장치 버스, 및 다양한 상용 버스 아키텍처 중 임의의 것을 사용하는 로컬 버스에 추가적으로 상호 연결될 수 있는 몇 가지 유형의 버스 구조 중 임의의 것일 수 있다. 시스템 메모리(1106)는 판독 전용 메모리(ROM)(1110) 및 랜덤 액세스 메모리(RAM)(1112)를 포함한다. 기본 입/출력 시스템(BIOS)은 ROM, EPROM, EEPROM 등의 비휘발성 메모리(1110)에 저장되며, 이 BIOS는 시동 중과 같은 때에 컴퓨터(1102) 내의 구성요소들 간에 정보를 전송하는 일을 돕는 기본적인 루틴을 포함한다. RAM(1112)은 또한 데이터를 캐싱하기 위한 정적 RAM 등의 고속 RAM을 포함할 수 있다.System bus 1108 may be any of several types of bus structures that may further be interconnected to a memory bus, peripheral bus, and local bus using any of a variety of commercial bus architectures. System memory 1106 includes read only memory (ROM) 1110 and random access memory (RAM) 1112. The basic input/output system (BIOS) is stored in non-volatile memory 1110, such as ROM, EPROM, and EEPROM, and is a basic input/output system that helps transfer information between components within the computer 1102, such as during startup. Contains routines. RAM 1112 may also include high-speed RAM, such as static RAM, for caching data.

컴퓨터(1102)는 또한 내장형 하드 디스크 드라이브(HDD)(1114)(예를 들어, EIDE, SATA)-이 내장형 하드 디스크 드라이브(1114)는 또한 적당한 섀시(도시 생략) 내에서 외장형 용도로 구성될 수 있음-, 자기 플로피 디스크 드라이브(FDD)(1116)(예를 들어, 이동식 디스켓(1118)으로부터 판독을 하거나 그에 기록을 하기 위한 것임), 및 광 디스크 드라이브(1120)(예를 들어, CD-ROM 디스크(1122)를 판독하거나 DVD 등의 기타 고용량 광 매체로부터 판독을 하거나 그에 기록을 하기 위한 것임)를 포함한다. 하드 디스크 드라이브(1114), 자기 디스크 드라이브(1116) 및 광 디스크 드라이브(1120)는 각각 하드 디스크 드라이브 인터페이스(1124), 자기 디스크 드라이브 인터페이스(1126) 및 광 드라이브 인터페이스(1128)에 의해 시스템 버스(1108)에 연결될 수 있다. 외장형 드라이브 구현을 위한 인터페이스(1124)는 USB(Universal Serial Bus) 및 IEEE 1394 인터페이스 기술 중 적어도 하나 또는 그 둘 다를 포함한다.Computer 1102 may also include an internal hard disk drive (HDD) 1114 (e.g., EIDE, SATA)—the internal hard disk drive 1114 may also be configured for external use within a suitable chassis (not shown). Yes - a magnetic floppy disk drive (FDD) 1116 (e.g., for reading from or writing to a removable diskette 1118), and an optical disk drive 1120 (e.g., a CD-ROM for reading the disk 1122 or reading from or writing to other high-capacity optical media such as DVDs). Hard disk drive 1114, magnetic disk drive 1116, and optical disk drive 1120 are connected to system bus 1108 by hard disk drive interface 1124, magnetic disk drive interface 1126, and optical drive interface 1128, respectively. ) can be connected to. The interface 1124 for implementing an external drive includes at least one or both of Universal Serial Bus (USB) and IEEE 1394 interface technologies.

이들 드라이브 및 그와 연관된 컴퓨터 판독가능 매체는 데이터, 데이터 구조, 컴퓨터 실행가능 명령어, 기타 등등의 비휘발성 저장을 제공한다. 컴퓨터(1102)의 경우, 드라이브 및 매체는 임의의 데이터를 적당한 디지털 형식으로 저장하는 것에 대응한다. 상기에서의 컴퓨터 판독가능 매체에 대한 설명이 HDD, 이동식 자기 디스크, 및 CD 또는 DVD 등의 이동식 광 매체를 언급하고 있지만, 당업자라면 집 드라이브(zip drive), 자기 카세트, 플래쉬 메모리 카드, 카트리지, 기타 등등의 컴퓨터에 의해 판독가능한 다른 유형의 매체도 역시 예시적인 운영 환경에서 사용될 수 있으며 또 임의의 이러한 매체가 본 개시의 방법들을 수행하기 위한 컴퓨터 실행가능 명령어를 포함할 수 있다는 것을 잘 알 것이다.These drives and their associated computer-readable media provide non-volatile storage of data, data structures, computer-executable instructions, and the like. For computer 1102, drive and media correspond to storing any data in a suitable digital format. Although the description of computer-readable media above refers to removable optical media such as HDDs, removable magnetic disks, and CDs or DVDs, those skilled in the art will also recognize removable optical media such as zip drives, magnetic cassettes, flash memory cards, cartridges, etc. It will be appreciated that other types of computer-readable media, such as the like, may also be used in the example operating environment and that any such media may contain computer-executable instructions for performing the methods of the present disclosure.

운영 체제(1130), 하나 이상의 애플리케이션 프로그램(1132), 기타 프로그램 모듈(1134) 및 프로그램 데이터(1136)를 비롯한 다수의 프로그램 모듈이 드라이브 및 RAM(1112)에 저장될 수 있다. 운영 체제, 애플리케이션, 모듈 및/또는 데이터의 전부 또는 그 일부분이 또한 RAM(1112)에 캐싱될 수 있다. 본 개시가 여러가지 상업적으로 이용가능한 운영 체제 또는 운영 체제들의 조합에서 구현될 수 있다는 것을 잘 알 것이다.A number of program modules may be stored in the drive and RAM 1112, including an operating system 1130, one or more application programs 1132, other program modules 1134, and program data 1136. All or portions of the operating system, applications, modules and/or data may also be cached in RAM 1112. It will be appreciated that the present disclosure may be implemented on various commercially available operating systems or combinations of operating systems.

사용자는 하나 이상의 유선/무선 입력 장치, 예를 들어, 키보드(1138) 및 마우스(1140) 등의 포인팅 장치를 통해 컴퓨터(1102)에 명령 및 정보를 입력할 수 있다. 기타 입력 장치(도시 생략)로는 마이크, IR 리모콘, 조이스틱, 게임 패드, 스타일러스 펜, 터치 스크린, 기타 등등이 있을 수 있다. 이들 및 기타 입력 장치가 종종 시스템 버스(1108)에 연결되어 있는 입력 장치 인터페이스(1142)를 통해 처리 장치(1104)에 연결되지만, 병렬 포트, IEEE 1394 직렬 포트, 게임 포트, USB 포트, IR 인터페이스, 기타 등등의 기타 인터페이스에 의해 연결될 수 있다.A user may enter commands and information into computer 1102 through one or more wired/wireless input devices, such as a keyboard 1138 and a pointing device such as mouse 1140. Other input devices (not shown) may include microphones, IR remote controls, joysticks, game pads, stylus pens, touch screens, etc. These and other input devices are connected to the processing unit 1104 through an input device interface 1142, which is often connected to the system bus 1108, but may also include a parallel port, an IEEE 1394 serial port, a game port, a USB port, an IR interface, It can be connected by other interfaces, etc.

모니터(1144) 또는 다른 유형의 디스플레이 장치도 역시 비디오 어댑터(1146) 등의 인터페이스를 통해 시스템 버스(1108)에 연결된다. 모니터(1144)에 부가하여, 컴퓨터는 일반적으로 스피커, 프린터, 기타 등등의 기타 주변 출력 장치(도시 생략)를 포함한다.A monitor 1144 or other type of display device is also connected to system bus 1108 through an interface, such as a video adapter 1146. In addition to monitor 1144, computers typically include other peripheral output devices (not shown) such as speakers, printers, etc.

컴퓨터(1102)는 유선 및/또는 무선 통신을 통한 원격 컴퓨터(들)(1148) 등의 하나 이상의 원격 컴퓨터로의 논리적 연결을 사용하여 네트워크화된 환경에서 동작할 수 있다. 원격 컴퓨터(들)(1148)는 워크스테이션, 컴퓨팅 디바이스 컴퓨터, 라우터, 퍼스널 컴퓨터, 휴대용 컴퓨터, 마이크로프로세서-기반 오락 기기, 피어 장치 또는 기타 통상의 네트워크 노드일 수 있으며, 일반적으로 컴퓨터(1102)에 대해 기술된 구성요소들 중 다수 또는 그 전부를 포함하지만, 간략함을 위해, 메모리 저장 장치(1150)만이 도시되어 있다. 도시되어 있는 논리적 연결은 근거리 통신망(LAN)(1152) 및/또는 더 큰 네트워크, 예를 들어, 원거리 통신망(WAN)(1154)에의 유선/무선 연결을 포함한다. 이러한 LAN 및 WAN 네트워킹 환경은 사무실 및 회사에서 일반적인 것이며, 인트라넷 등의 전사적 컴퓨터 네트워크(enterprise-wide computer network)를 용이하게 해주며, 이들 모두는 전세계 컴퓨터 네트워크, 예를 들어, 인터넷에 연결될 수 있다.Computer 1102 may operate in a networked environment using logical connections to one or more remote computers, such as remote computer(s) 1148, via wired and/or wireless communications. Remote computer(s) 1148 may be a workstation, computing device computer, router, personal computer, portable computer, microprocessor-based entertainment device, peer device, or other conventional network node, and is generally connected to computer 1102. For simplicity, only memory storage device 1150 is shown, although it includes many or all of the components described. The logical connections depicted include wired/wireless connections to a local area network (LAN) 1152 and/or a larger network, such as a wide area network (WAN) 1154. These LAN and WAN networking environments are common in offices and companies and facilitate enterprise-wide computer networks, such as intranets, all of which can be connected to a worldwide computer network, such as the Internet.

LAN 네트워킹 환경에서 사용될 때, 컴퓨터(1102)는 유선 및/또는 무선 통신 네트워크 인터페이스 또는 어댑터(1156)를 통해 로컬 네트워크(1152)에 연결된다. 어댑터(1156)는 LAN(1152)에의 유선 또는 무선 통신을 용이하게 해줄 수 있으며, 이 LAN(1152)은 또한 무선 어댑터(1156)와 통신하기 위해 그에 설치되어 있는 무선 액세스 포인트를 포함하고 있다. WAN 네트워킹 환경에서 사용될 때, 컴퓨터(1102)는 모뎀(1158)을 포함할 수 있거나, WAN(1154) 상의 통신 컴퓨팅 디바이스에 연결되거나, 또는 인터넷을 통하는 등, WAN(1154)을 통해 통신을 설정하는 기타 수단을 갖는다. 내장형 또는 외장형 및 유선 또는 무선 장치일 수 있는 모뎀(1158)은 직렬 포트 인터페이스(1142)를 통해 시스템 버스(1108)에 연결된다. 네트워크화된 환경에서, 컴퓨터(1102)에 대해 설명된 프로그램 모듈들 또는 그의 일부분이 원격 메모리/저장 장치(1150)에 저장될 수 있다. 도시된 네트워크 연결이 예시적인 것이며 컴퓨터들 사이에 통신 링크를 설정하는 기타 수단이 사용될 수 있다는 것을 잘 알 것이다.When used in a LAN networking environment, computer 1102 is connected to local network 1152 through wired and/or wireless communication network interfaces or adapters 1156. Adapter 1156 may facilitate wired or wireless communication to LAN 1152, which also includes a wireless access point installed thereon for communicating with wireless adapter 1156. When used in a WAN networking environment, the computer 1102 may include a modem 1158 or be connected to a communicating computing device on the WAN 1154 or to establish communications over the WAN 1154, such as over the Internet. Have other means. Modem 1158, which may be internal or external and a wired or wireless device, is coupled to system bus 1108 via serial port interface 1142. In a networked environment, program modules described for computer 1102, or portions thereof, may be stored in remote memory/storage device 1150. It will be appreciated that the network connections shown are exemplary and that other means of establishing a communications link between computers may be used.

컴퓨터(1102)는 무선 통신으로 배치되어 동작하는 임의의 무선 장치 또는 개체, 예를 들어, 프린터, 스캐너, 데스크톱 및/또는 휴대용 컴퓨터, PDA(portable data assistant), 통신 위성, 무선 검출가능 태그와 연관된 임의의 장비 또는 장소, 및 전화와 통신을 하는 동작을 한다. 이것은 적어도 Wi-Fi 및 블루투스 무선 기술을 포함한다. 따라서, 통신은 종래의 네트워크에서와 같이 미리 정의된 구조이거나 단순하게 적어도 2개의 장치 사이의 애드혹 통신(ad hoc communication)일 수 있다.Computer 1102 may be associated with any wireless device or object deployed and operating in wireless communications, such as a printer, scanner, desktop and/or portable computer, portable data assistant (PDA), communications satellite, wirelessly detectable tag. Performs actions to communicate with any device or location and telephone. This includes at least Wi-Fi and Bluetooth wireless technologies. Accordingly, communication may be a predefined structure as in a conventional network or may simply be ad hoc communication between at least two devices.

Wi-Fi(Wireless Fidelity)는 유선 없이도 인터넷 등으로의 연결을 가능하게 해준다. Wi-Fi는 이러한 장치, 예를 들어, 컴퓨터가 실내에서 및 실외에서, 즉 기지국의 통화권 내의 아무 곳에서나 데이터를 전송 및 수신할 수 있게 해주는 셀 전화와 같은 무선 기술이다. Wi-Fi 네트워크는 안전하고 신뢰성 있으며 고속인 무선 연결을 제공하기 위해 IEEE 802.11(a, b, g, 기타)이라고 하는 무선 기술을 사용한다. 컴퓨터를 서로에, 인터넷에 및 유선 네트워크(IEEE 802.3 또는 이더넷을 사용함)에 연결시키기 위해 Wi-Fi가 사용될 수 있다. Wi-Fi 네트워크는 비인가 2.4 및 5GHz 무선 대역에서, 예를 들어, 11Mbps(802.11a) 또는 54 Mbps(802.11b) 데이터 레이트로 동작하거나, 양 대역(듀얼 대역)을 포함하는 제품에서 동작할 수 있다.Wi-Fi (Wireless Fidelity) enables connection to the Internet, etc. without wires. Wi-Fi is a wireless technology, like cell phones, that allows these devices, such as computers, to send and receive data indoors and outdoors, anywhere within the coverage area of a cell tower. Wi-Fi networks use wireless technology called IEEE 802.11 (a, b, g, etc.) to provide secure, reliable, and high-speed wireless connections. Wi-Fi can be used to connect computers to each other, to the Internet, and to wired networks (using IEEE 802.3 or Ethernet). Wi-Fi networks can operate in the unlicensed 2.4 and 5 GHz wireless bands, for example, at data rates of 11 Mbps (802.11a) or 54 Mbps (802.11b), or in products that include both bands (dual band). .

본 개시의 기술 분야에서 통상의 지식을 가진 자는 정보 및 신호들이 임의의 다양한 상이한 기술들 및 기법들을 이용하여 표현될 수 있다는 것을 이해할 것이다. 예를 들어, 위의 설명에서 참조될 수 있는 데이터, 지시들, 명령들, 정보, 신호들, 비트들, 심볼들 및 칩들은 전압들, 전류들, 전자기파들, 자기장들 또는 입자들, 광학장들 또는 입자들, 또는 이들의 임의의 결합에 의해 표현될 수 있다.Those skilled in the art will understand that information and signals may be represented using any of a variety of different technologies and techniques. For example, data, instructions, commands, information, signals, bits, symbols and chips that may be referenced in the above description include voltages, currents, electromagnetic waves, magnetic fields or particles, optical fields. It can be expressed by particles or particles, or any combination thereof.

본 개시의 기술 분야에서 통상의 지식을 가진 자는 여기에 개시된 실시예들과 관련하여 설명된 다양한 예시적인 논리 블록들, 모듈들, 프로세서들, 수단들, 회로들 및 알고리즘 단계들이 전자 하드웨어, (편의를 위해, 여기에서 소프트웨어로 지칭되는) 다양한 형태들의 프로그램 또는 설계 코드 또는 이들 모두의 결합에 의해 구현될 수 있다는 것을 이해할 것이다. 하드웨어 및 소프트웨어의 이러한 상호 호환성을 명확하게 설명하기 위해, 다양한 예시적인 컴포넌트들, 블록들, 모듈들, 회로들 및 단계들이 이들의 기능과 관련하여 위에서 일반적으로 설명되었다. 이러한 기능이 하드웨어 또는 소프트웨어로서 구현되는지 여부는 특정한 애플리케이션 및 전체 시스템에 대하여 부과되는 설계 제약들에 따라 좌우된다. 본 개시의 기술 분야에서 통상의 지식을 가진 자는 각각의 특정한 애플리케이션에 대하여 다양한 방식들로 설명된 기능을 구현할 수 있으나, 이러한 구현 결정들은 본 개시의 범위를 벗어나는 것으로 해석되어서는 안 될 것이다.Those skilled in the art will understand that the various illustrative logical blocks, modules, processors, means, circuits and algorithm steps described in connection with the embodiments disclosed herein may be used in electronic hardware, (for convenience) It will be understood that it may be implemented by various forms of program or design code (referred to herein as software) or a combination of both. To clearly illustrate this interoperability of hardware and software, various illustrative components, blocks, modules, circuits and steps have been described above generally with respect to their functionality. Whether this functionality is implemented as hardware or software depends on the specific application and design constraints imposed on the overall system. A person skilled in the art of this disclosure may implement the described functionality in various ways for each specific application, but such implementation decisions should not be construed as departing from the scope of this disclosure.

여기서 제시된 다양한 실시예들은 방법, 장치, 또는 표준 프로그래밍 및/또는 엔지니어링 기술을 사용한 제조 물품(article)으로 구현될 수 있다. 용어 제조 물품은 임의의 컴퓨터-판독가능 저장장치로부터 액세스 가능한 컴퓨터 프로그램, 캐리어, 또는 매체(media)를 포함한다. 예를 들어, 컴퓨터-판독가능 저장매체는 자기 저장 장치(예를 들면, 하드 디스크, 플로피 디스크, 자기 스트립, 등), 광학 디스크(예를 들면, CD, DVD, 등), 스마트 카드, 및 플래쉬 메모리 장치(예를 들면, EEPROM, 카드, 스틱, 키 드라이브, 등)를 포함하지만, 이들로 제한되는 것은 아니다. 또한, 여기서 제시되는 다양한 저장 매체는 정보를 저장하기 위한 하나 이상의 장치 및/또는 다른 기계-판독가능한 매체를 포함한다.The various embodiments presented herein may be implemented as a method, apparatus, or article of manufacture using standard programming and/or engineering techniques. The term article of manufacture includes a computer program, carrier, or media accessible from any computer-readable storage device. For example, computer-readable storage media include magnetic storage devices (e.g., hard disks, floppy disks, magnetic strips, etc.), optical disks (e.g., CDs, DVDs, etc.), smart cards, and flash. Includes, but is not limited to, memory devices (e.g., EEPROM, cards, sticks, key drives, etc.). Additionally, various storage media presented herein include one or more devices and/or other machine-readable media for storing information.

제시된 프로세스들에 있는 단계들의 특정한 순서 또는 계층 구조는 예시적인 접근들의 일례임을 이해하도록 한다. 설계 우선순위들에 기반하여, 본 개시의 범위 내에서 프로세스들에 있는 단계들의 특정한 순서 또는 계층 구조가 재배열될 수 있다는 것을 이해하도록 한다. 첨부된 방법 청구항들은 샘플 순서로 다양한 단계들의 엘리먼트들을 제공하지만 제시된 특정한 순서 또는 계층 구조에 한정되는 것을 의미하지는 않는다.It is to be understood that the specific order or hierarchy of steps in the processes presented is an example of illustrative approaches. It is to be understood that the specific order or hierarchy of steps in processes may be rearranged within the scope of the present disclosure, based on design priorities. The appended method claims present elements of the various steps in a sample order but are not meant to be limited to the particular order or hierarchy presented.

제시된 실시예들에 대한 설명은 임의의 본 개시의 기술 분야에서 통상의 지식을 가진 자가 본 개시를 이용하거나 또는 실시할 수 있도록 제공된다. 이러한 실시예들에 대한 다양한 변형들은 본 개시의 기술 분야에서 통상의 지식을 가진 자에게 명백할 것이며, 여기에 정의된 일반적인 원리들은 본 개시의 범위를 벗어남이 없이 다른 실시예들에 적용될 수 있다. 그리하여, 본 개시는 여기에 제시된 실시예들로 한정되는 것이 아니라, 여기에 제시된 원리들 및 신규한 특징들과 일관되는 최광의의 범위에서 해석되어야 할 것이다.The description of the presented embodiments is provided to enable any person skilled in the art to make or use the present disclosure. Various modifications to these embodiments will be apparent to those skilled in the art, and the general principles defined herein may be applied to other embodiments without departing from the scope of the disclosure. Thus, the present disclosure is not limited to the embodiments presented herein but is to be interpreted in the broadest scope consistent with the principles and novel features presented herein.

Claims (8)

노드와 링크로 구성된 서로 다른 지도 데이터 베이스 사이에서, 제 1 지도 데이터 베이스의 경로인 제 1경로와 매칭되는 제 2 지도 데이터 베이스의 제 2 경로를 획득하는 방법에 있어서,
제 1 경로의 시작 노드(Start node)의 좌표 정보와 제 1 경로의 종료 노드(End node)의 좌표 정보를 획득하는 단계;
상기 획득한 좌표 정보에 기초하여, 제 2 지도 데이터 베이스상의 임시 시작 노드와 임시 종료 노드를 획득하는 단계;
상기 임시 시작 노드, 상기 임시 종료 노드, 그리고 패딩 거리(Padding distance)에 기초하여 바운딩 박스(Bounding box)를 획득하는 단계;
상기 임시 시작 노드와의 거리에 기초하여 상기 바운딩 박스 내에서 n1개의 후보 시작 노드를 결정하고, 상기 임시 종료 노드와의 거리에 기초하여 상기 바운딩 박스 내에서 n2개의 후보 종료 노드를 결정하는 단계;
상기 n1개의 후보 시작 노드 중 m1개의 후보 시작 노드 각각과 n2개의 후보 종료 노드 중 m2개의 후보 종료 노드 각각을 잇는 경로들 각각의 거리 정보에 기초하여, 복수개의 후보 경로들을 결정하는 단계;
상기 제 1 경로에 대한 최소거리 최대값을 후보 경로들 각각에 대해 산출하는 단계; 및
산출된 제 1 경로에 대한 최소거리 최대값에 기초하여 제 2 경로를 획득하는 단계;
를 포함하고,
상기 최소거리의 최대값은:
후보 경로에 포함된 노드와 상기 제 1 경로에 포함된 노드들과의 거리값 중 최소값을 산출하는 단계; 및
후보 경로에 포함된 노드들 각각의 최소거리 값 중 최대값을 산출하는 단계(여기서 산출된 최대값이 제 1 경로에 대한 최소거리 최대값임);
를 포함하는 방법에 의해 산출되는,
제 1 데이터 베이스의 경로인 제 1 경로와 매칭되는 제 2 데이터 베이스의 제 2 경로를 획득하는 방법.
In the method of obtaining a second path of a second map database that matches the first path, which is a path of the first map database, between different map databases composed of nodes and links,
Obtaining coordinate information of a start node of the first path and coordinate information of an end node of the first path;
Obtaining a temporary start node and a temporary end node on a second map database based on the obtained coordinate information;
Obtaining a bounding box based on the temporary start node, the temporary end node, and a padding distance;
determining n1 candidate start nodes within the bounding box based on the distance from the temporary start node and determining n2 candidate end nodes within the bounding box based on the distance from the temporary end node;
determining a plurality of candidate paths based on distance information of each of the paths connecting each of the m1 candidate start nodes among the n1 candidate start nodes and each of the m2 candidate end nodes among the n2 candidate end nodes;
calculating a minimum distance maximum value for the first path for each of the candidate paths; and
Obtaining a second route based on the calculated minimum distance and maximum value for the first route;
Including,
The maximum value of the above minimum distance is:
calculating a minimum value among distance values between nodes included in a candidate path and nodes included in the first path; and
calculating the maximum value among the minimum distance values of each of the nodes included in the candidate path (where the calculated maximum value is the maximum minimum distance value for the first path);
Calculated by a method including,
A method of obtaining a second path in a second database that matches a first path that is a path in a first database.
제 1 항에 있어서, 상기 복수개의 후보 경로들을 결정하는 단계는:
후보 시작 노드와 후보 종료 노드를 잇는 경로들의 거리 각각을 산출하고 산출된 거리가 짧은 순으로 K개를 선택함으로써 K개의 후보 경로를 획득하는 제 1 후보 경로 탐색 방법을 m1개의 후보 시작 노드 및 m2개의 후보 종료 노드 각각에 대하여 수행함으로써, K*m1*m2개의 후보 경로들을 획득하는,
제 1 데이터 베이스의 경로인 제 1 경로와 매칭되는 제 2 데이터 베이스의 제 2 경로를 획득하는 방법.
The method of claim 1, wherein determining the plurality of candidate paths comprises:
The first candidate path search method, which obtains K candidate paths by calculating the distances of each of the paths connecting the candidate start node and the candidate end node and selecting K in descending order of the calculated distance, is performed using m1 candidate start nodes and m2 candidate paths. By performing this on each candidate end node, K*m1*m2 candidate paths are obtained.
A method of obtaining a second path in a second database that matches a first path that is a path in a first database.
제 2 항에 있어서, n1 및 n2는 동일한 수이고, m1 및 m2는 동일한 수인,
제 1 데이터 베이스의 경로인 제 1 경로와 매칭되는 제 2 데이터 베이스의 제 2 경로를 획득하는 방법.
The method of claim 2, wherein n1 and n2 are the same number, and m1 and m2 are the same number.
A method of obtaining a second path in a second database that matches a first path that is a path in a first database.
제 2 항에 있어서, n1, n2, m1 및 m2는 모두 동일한 수인,
제 1 데이터 베이스의 경로인 제 1 경로와 매칭되는 제 2 데이터 베이스의 제 2 경로를 획득하는 방법.
The method of claim 2, wherein n1, n2, m1 and m2 are all the same number,
A method of obtaining a second path in a second database that matches a first path that is a path in a first database.
제 1 항에 있어서, 제 2 경로를 획득하는 단계는,
후보 경로들 중 상기 제 1 경로에 대한 최소거리 최대값이 가장 작은 후보 경로를 제 2 경로로 획득하는,
제 1 데이터 베이스의 경로인 제 1 경로와 매칭되는 제 2 데이터 베이스의 제 2 경로를 획득하는 방법.
The method of claim 1, wherein obtaining the second route comprises:
Obtaining the candidate path with the smallest minimum distance maximum value with respect to the first path among the candidate paths as the second path,
A method of obtaining a second path in a second database that matches a first path that is a path in a first database.
제 1 항에 있어서, 상기 임시 시작 노드와의 거리에 기초하여 상기 바운딩 박스 내에서 n1개의 후보 시작 노드를 결정하고, 상기 임시 종료 노드와의 거리에 기초하여 상기 바운딩 박스 내에서 n2개의 후보 종료 노드를 결정하는 단계는,
상기 바운딩 박스 내에서 임시 시작 노드와의 직선 거리가 짧은 순서로 n1개의 노드를 선택함으로써 n1개의 후보 시작 노드를 결정하고, 상기 바운딩 박스 내에서 임시 종료 노드와의 직선 거리가 짧은 순서로 n2개의 노드를 선택함으로써 n2개의 후보 시작 노드를 결정하는,
제 1 데이터 베이스의 경로인 제 1 경로와 매칭되는 제 2 데이터 베이스의 제 2 경로를 획득하는 방법.
The method of claim 1, wherein n1 candidate start nodes are determined within the bounding box based on the distance from the temporary start node, and n2 candidate end nodes are determined within the bounding box based on the distance from the temporary end node. The step to decide is,
Within the bounding box, n1 candidate start nodes are determined by selecting n1 nodes in the order of the shortest straight-line distance from the temporary start node, and n2 nodes are arranged in the shortest straight-line distance from the temporary end node within the bounding box. Determine n2 candidate starting nodes by selecting ,
A method of obtaining a second path in a second database that matches a first path that is a path in a first database.
제 1 항에 있어서, 상기 좌표 정보는 위경도 좌표에 대한 정보인,
제 1 데이터 베이스의 경로인 제 1 경로와 매칭되는 제 2 데이터 베이스의 제 2 경로를 획득하는 방법.
The method of claim 1, wherein the coordinate information is information about latitude and longitude coordinates,
A method of obtaining a second path in a second database that matches a first path that is a path in a first database.
컴퓨터 판독가능 저장 매체에 저장된 컴퓨터 프로그램으로서, 상기 컴퓨터 프로그램은 하나 이상의 프로세서가 노드와 링크로 구성된 서로 다른 지도 데이터 베이스 사이에서 제 1 지도 데이터 베이스의 경로인 제 1 경로와 매칭되는 제 2 지도 데이터 베이스의 제 2 경로를 획득하도록 하는 명령들을 포함하며, 상기 명령들은,
제 1 경로의 시작 노드(Start node)의 좌표 정보와 제 1 경로의 종료 노드(End node)의 좌표 정보를 획득하는 단계;
상기 획득한 좌표 정보에 기초하여, 제 2 지도 데이터 베이스상의 임시 시작 노드와 임시 종료 노드를 획득하는 단계;
상기 임시 시작 노드, 상기 임시 종료 노드, 그리고 패딩 거리(Padding distance)에 기초하여 바운딩 박스(Bounding box)를 획득하는 단계;
상기 임시 시작 노드와의 거리에 기초하여 상기 바운딩 박스 내에서 n1개의 후보 시작 노드를 결정하고, 상기 임시 종료 노드와의 거리에 기초하여 상기 바운딩 박스 내에서 n2개의 후보 종료 노드를 결정하는 단계;
상기 n1개의 후보 시작 노드 중 m1개의 후보 시작 노드 각각과 n2개의 후보 종료 노드 중 m2개의 후보 종료 노드 각각을 잇는 경로들 각각의 거리 정보에 기초하여, 복수개의 후보 경로들을 결정하는 단계;
상기 제 1 경로에 대한 최소거리 최대값을 후보 경로들 각각에 대해 산출하는 단계; 및
산출된 제 1 경로에 대한 최소거리 최대값에 기초하여 제 2 경로를 획득하는 단계;
를 포함하고,
상기 최소거리의 최대값은:
후보 경로에 포함된 노드와 상기 제 1 경로에 포함된 노드들과의 거리값 중 최소값을 산출하는 단계; 및
후보 경로에 포함된 노드들 각각의 최소거리 값 중 최대값을 산출하는 단계(여기서 산출된 최대값이 제 1 경로에 대한 최소거리 최대값임);
를 포함하는 방법에 의해 산출되는,
컴퓨터 판독가능 저장 매체에 저장된 컴퓨터 프로그램.
A computer program stored in a computer-readable storage medium, wherein the computer program generates a second map database that matches a first path, which is a path of a first map database, between different map databases composed of nodes and links by one or more processors. Includes instructions for obtaining a second path of, wherein the instructions include:
Obtaining coordinate information of a start node of the first path and coordinate information of an end node of the first path;
Obtaining a temporary start node and a temporary end node on a second map database based on the obtained coordinate information;
Obtaining a bounding box based on the temporary start node, the temporary end node, and a padding distance;
determining n1 candidate start nodes within the bounding box based on the distance from the temporary start node and determining n2 candidate end nodes within the bounding box based on the distance from the temporary end node;
determining a plurality of candidate paths based on distance information of each of the paths connecting each of the m1 candidate start nodes among the n1 candidate start nodes and each of the m2 candidate end nodes among the n2 candidate end nodes;
calculating a minimum distance maximum value for the first path for each of the candidate paths; and
Obtaining a second route based on the calculated minimum distance and maximum value for the first route;
Including,
The maximum value of the above minimum distance is:
calculating a minimum value among distance values between nodes included in a candidate path and nodes included in the first path; and
calculating the maximum value among the minimum distance values of each of the nodes included in the candidate path (where the calculated maximum value is the maximum minimum distance value for the first path);
Calculated by a method including,
A computer program stored on a computer-readable storage medium.
KR1020220145817A 2022-11-04 2022-11-04 Method and apparatus for finding matching routes between different map databases using the minimum distance maximum values KR20240064140A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020220145817A KR20240064140A (en) 2022-11-04 2022-11-04 Method and apparatus for finding matching routes between different map databases using the minimum distance maximum values

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020220145817A KR20240064140A (en) 2022-11-04 2022-11-04 Method and apparatus for finding matching routes between different map databases using the minimum distance maximum values

Publications (1)

Publication Number Publication Date
KR20240064140A true KR20240064140A (en) 2024-05-13

Family

ID=91073679

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020220145817A KR20240064140A (en) 2022-11-04 2022-11-04 Method and apparatus for finding matching routes between different map databases using the minimum distance maximum values

Country Status (1)

Country Link
KR (1) KR20240064140A (en)

Similar Documents

Publication Publication Date Title
US20230245413A1 (en) Intelligently placing labels
US9235906B2 (en) Scalable processing for associating geometries with map tiles
US9395193B2 (en) Scalable and efficient cutting of map tiles
CN110657804B (en) Indoor location service
US9135569B2 (en) Navigation system with anomaly detection mechanism and method of operation thereof
CN114357105A (en) Pre-training method and model fine-tuning method of geographic pre-training model
CN103995816A (en) Information processing apparatus, information processing method
US20160381154A1 (en) Predicting Geolocation Of Users On Social Networks
Brass et al. Improved analysis of a multirobot graph exploration strategy
US9273972B2 (en) Navigation system with error detection mechanism and method of operation thereof
US20110119311A1 (en) Map data creating device and map drawing device
KR20240064140A (en) Method and apparatus for finding matching routes between different map databases using the minimum distance maximum values
KR20240064139A (en) Method and apparatus for finding a matching route between different map databases using an area for a candidate route
KR20240064138A (en) Method and apparatus for finding matching routes between different map databases using distance information
KR20240064142A (en) Method and apparatus for finding matching paths between different map databases using the number of pixels for candidate paths
KR20240064141A (en) Method and apparatus for finding matching paths between different map databases using the number of pixels
KR20240064143A (en) Method and apparatus for estimating speed using matching routes between different map databases
US20140153789A1 (en) Building boundary detection for indoor maps
KR102474014B1 (en) Method and apparatus for finding matching routes between different map databases
JP2005147982A (en) Map-matching method and system for conducting the same
US10830594B2 (en) Updating missing attributes in navigational map data via polyline geometry matching
CN107291873B (en) Geographical position clustering method
KR102456136B1 (en) Method, apparatus and computer program for finding possible destinations from a plurality of departure nodes
JP2005338032A (en) Positional information providing device and positional information using terminal
KR102668821B1 (en) Turn-based optimal path search method and system