KR20080113953A - Method and system for finding nearest neighbors based on vboronoi diagram - Google Patents

Method and system for finding nearest neighbors based on vboronoi diagram Download PDF

Info

Publication number
KR20080113953A
KR20080113953A KR1020070063023A KR20070063023A KR20080113953A KR 20080113953 A KR20080113953 A KR 20080113953A KR 1020070063023 A KR1020070063023 A KR 1020070063023A KR 20070063023 A KR20070063023 A KR 20070063023A KR 20080113953 A KR20080113953 A KR 20080113953A
Authority
KR
South Korea
Prior art keywords
point
distance
minimum distance
boundary
voronoi
Prior art date
Application number
KR1020070063023A
Other languages
Korean (ko)
Other versions
KR100906313B1 (en
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 KR1020070063023A priority Critical patent/KR100906313B1/en
Priority to PCT/KR2008/002920 priority patent/WO2009002020A2/en
Publication of KR20080113953A publication Critical patent/KR20080113953A/en
Application granted granted Critical
Publication of KR100906313B1 publication Critical patent/KR100906313B1/en

Links

Images

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/36Input/output arrangements for on-board computers
    • G01C21/3679Retrieval, searching and output of POI information, e.g. hotels, restaurants, shops, filling stations, parking facilities
    • 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
    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G1/00Traffic control systems for road vehicles
    • G08G1/09Arrangements for giving variable traffic instructions
    • G08G1/0962Arrangements for giving variable traffic instructions having an indicator mounted inside the vehicle, e.g. giving voice messages
    • G08G1/0968Systems involving transmission of navigation instructions to the vehicle

Abstract

A nearest neighbor searching method and system based on the Voronoi diagram are provided to reduce the number of distance operation by not performing direct minimum distance calculation and not requiring distance update operation according to POI expansion. A nearest neighbor searching system based on the Voronoi diagram comprises a storage unit(350) which stores boundary minimum distance information, and a nearest query processing unit(370) processing a fixed number of nearest neighbor query and providing POI corresponding to the processed query result by using the boundary minimum distance information stored in the storage unit. The storage unit includes a cell minimum distance storage part for storing cell minimum distance information and a boundary minimum distance storage part for storing boundary minimum distance information.

Description

보로노이 다이어그램을 기반으로 한 최근접점 탐색 방법 및 그 시스템{METHOD AND SYSTEM FOR FINDING NEAREST NEIGHBORS BASED ON VBORONOI DIAGRAM}Near-point search method and system based on Voronoi diagram {METHOD AND SYSTEM FOR FINDING NEAREST NEIGHBORS BASED ON VBORONOI DIAGRAM}

도1은 보로노이 다이어그램의 기본 원리를 설명하기 위한 공간 분할 상태를 도시한 도면이다.1 is a diagram showing a state of spatial division for explaining the basic principle of the Voronoi diagram.

도2는 도로 네트워크에 보로노이 다이어그램을 적용한 일례를 도시한 도면이다.2 is a diagram illustrating an example of applying a Voronoi diagram to a road network.

도3은 본 발명에 따른 보로노이 다이어그램을 기반으로 한 최근접점 탐색 시스템의 구성을 도시한 도면이다.3 is a diagram illustrating a configuration of a nearest-point search system based on a Voronoi diagram according to the present invention.

도4는 본 발명에 따른 경계지점 간의 최소거리 행렬 생성 알고리즘의 전 과정을 도시한 도면이다.4 is a diagram illustrating the entire process of a minimum distance matrix generation algorithm between boundary points according to the present invention.

도5는 경계지점 간의 최소거리 행렬 생성과정을 설명하기 위한 도면이다.5 is a diagram for describing a process of generating a minimum distance matrix between boundary points.

도6은 본 발명에 따른 경계지점간의 최소거리 행렬을 기반으로 한 k-최근접점 질의 처리 알고리즘의 전 과정을 도시한 도면이다.6 is a diagram illustrating the entire process of a k-nearest point query processing algorithm based on a minimum distance matrix between boundary points according to the present invention.

도7은 본 발명의 k-최근접점 질의 처리 알고리즘에 기반이 되는 네트워크 보로노이 다이어그램을 도시한 도면이다.7 shows a network Voronoi diagram based on the k-nearest query processing algorithm of the present invention.

도8은 본 발명의 k-최근접점 질의 처리 알고리즘에 의한 구간 거리 계산 테이블을 도시한 도면이다.8 is a diagram illustrating an interval distance calculation table according to the k-nearest point query processing algorithm of the present invention.

<도면의 주요 부분에 대한 부호의 설명><Explanation of symbols for main parts of the drawings>

310: 셀 정보 저장부 330: 셀 최소거리 저장부310: cell information storage unit 330: cell minimum distance storage unit

350: 경계선 최소거리 저장부 370: 최근접 질의 처리부350: Minimum boundary line storage unit 370: Nearest query processing unit

본 발명은 최근접점 탐색 알고리즘에 관한 것으로, 더욱 상세하게는 도로 네트워크에 적용한 보로노이 다이어그램을 사용하여 k-최근접점 질의를 처리하는 최근접점 탐색 방법 및 그 시스템에 관한 것이다.The present invention relates to a nearest point search algorithm, and more particularly, to a nearest point search method and system for processing a k-nearest point query using a Voronoi diagram applied to a road network.

일반적으로, 네비게이션 시스템은 지구의 대기권상을 항행하는 GPS(global positioning system) 위성으로부터의 위상전파를 수신하여 위성과의 전파수신거리를 산정함에 의해 이동체의 현재 위치를 검출하고, 지도 데이터가 수록된 기억매체로부터 관련 지역에 대한 지도 데이터를 통해 검출된 이동체의 현재 위치를 표시한다.In general, a navigation system detects a current position of a moving object by receiving a phase propagation from a global positioning system (GPS) satellite that navigates the earth's atmosphere and calculates a radio wave reception distance from the satellite, and stores a storage medium containing map data. The current position of the moving object detected from the map data for the relevant region is displayed.

또한, 차륜회전검출센서와 같은 주행거리감지수단에 의해 판정된 주행거리와 지자기센서와 같은 방위각 검출수단에 의해 주행방위를 산출함으로써 주행개시위치로부터 주행되고 있는 위치까지의 주행경로를 화면상에 표시할 수 있다.In addition, by calculating the driving direction by the driving distance determined by the driving distance detecting means such as the wheel rotation detecting sensor and the azimuth angle detecting means such as the geomagnetic sensor, the driving route from the starting position to the running position is displayed on the screen. can do.

이동 중에 실시간으로 사용자 주변에 가까운 POI(point of interest)를 검색하는 기능은 네비게이션 시스템의 필수적인 기능이며, 이를 지원하기 위해서는 빠른 검색 방법이 요구된다.Searching for near point of interest (POI) near a user in real time while moving is an essential function of a navigation system, and a fast search method is required to support this.

GIS(geographic information system), LBS(location-based services), 텔레매틱스(telematics) 응용 분야에서도, 사용자에게 주유소, 레스토랑, 은행 등 현재위치와 인접한 몇몇의 POI를 추천해주는 서비스가 필수적이다.In geographic information system (GIS), location-based services (LBS) and telematics applications, a service that recommends a few POIs close to the current location, such as gas stations, restaurants and banks, is essential.

이러한 주변 POI 검색은 최근접 질의 처리 방법에 의해 가능하며 최근접 질의를 처리하기 위해 도로 네트워크를 저장하고 POI를 찾기 위해서 주어진 질의 지점에서 찾고자 하는 POI에 도달할 때까지 네트워크를 확장하는 알고리즘을 사용한다. 그러나, 도로 네트워크를 확장하는 데에는 많은 비용이 필요하기 때문에 비용을 절감하기 위해서 보로노이 다이어그램(voronoi diagram)을 사용하여 최근접 질의를 처리하는 알고리즘이 개발되었다.This neighbor POI search is possible by the nearest query processing method, and it uses an algorithm that stores the road network to process the nearest query and expands the network until it reaches the POI to find at a given query point to find the POI. . However, in order to reduce costs, an algorithm for processing nearest-neighbor queries using voronoi diagrams has been developed.

보로노이 다이어그램이란, 공간 상에 많은 정점들이 있을 때 각각의 정점에서의 같은 거리에 떨어진 지점들을 기준으로 공간을 분할하는 방법을 의미하는 것이다.The Voronoi diagram refers to a method of dividing a space based on points spaced at the same distance from each vertex when there are many vertices in the space.

이러한 네트워크 보로노이 다이어그램을 기반으로 한 최근접점 검색 알고리즘(voronoi-based network nearest neighbor algorithms)(이하, 'VN3'라 칭함)은 도로상의 임의의 지점으로부터 가장 인접한 k개의 객체(POI)를 검색하기 위한 최근접 질의(nearest neighbor query)를 위하여 개발되었다.These voronoi-based network nearest neighbor algorithms (hereinafter referred to as 'VN3') based on these network Voronoi diagrams are used to search for k nearest neighbors (POIs) from any point on the road. It was developed for the nearest neighbor query.

기본적으로, VN3는 보로노이 다이어그램 방법을 도로 네트워크에 적용한 것으로 네트워크 보로노이 다각형(network voronoi polygon)을 사용하면 첫 번째 최근접 객체를 빠르게 계산할 수 있다. 그리고, 서로 인접한 네트워크 보로노이 다각형을 사용하여 POI를 확장해가면서 2번째부터 k번째까지 최근접점들을 계산해 나 갈 수 있다.In essence, VN3 applies the Voronoi diagram method to road networks, using network voronoi polygons to quickly calculate the first nearest object. In addition, the POIs may be extended using network Voronoi polygons adjacent to each other to calculate the nearest points from the second to the kth.

네트워크 보로노이 다이어그램을 기반으로 한 k-최근접점 탐색방법을 설명하면 다음과 같다.The k-nearest point search method based on the network Voronoi diagram is as follows.

먼저, 상기 보로노이 다이어그램은 도1에 도시한 바와 같이 질의 지점(q)이 P1의 셀 안에 존재할 경우, P1이 질의 지점(q)의 가장 가까운 정점이라는 것을 보장한다.First, the Voronoi diagram ensures that P1 is the nearest vertex of query point q when query point q exists in the cell of P1 as shown in FIG.

도2는 도1의 보로노이 다이어그램을 도로 네트워크에 적용한 것이다. 네트워크에 보로노이 다이어그램을 적용할 경우에는 기존의 보로노이 다이어그램과 달리 각각의 보로노이 셀 간의 거리를 구하기 위해 Dijstra 알고리즘을 사용한다.FIG. 2 applies the Voronoi diagram of FIG. 1 to a road network. When the Voronoi diagram is applied to the network, unlike the Voronoi diagram, Dijstra algorithm is used to find the distance between each Voronoi cell.

상기 네트워크 보로노이 다이어그램은 각각의 보로노이 셀의 경계선을 구한 후 이를 기준으로 보로노이 다이어그램을 생성한다.The network Voronoi diagram obtains a boundary line of each Voronoi cell and then generates a Voronoi diagram based on this.

상기 네트워크 보로노이 다이어그램이 생성되면 각 셀에서 네트워크의 정점에서 경계선까지의 거리, 경계선에서 경계선까지의 거리, POI에서 경계선까지의 거리를 계산한다.When the network Voronoi diagram is generated, the distance from the vertex of the network to the boundary line, the distance from the boundary line to the boundary line, and the distance from the POI to the boundary line in each cell are calculated.

이어, 상기 계산된 거리 값들을 합산하는 방식으로 질의지점에서 POI까지의 거리를 산출한다. 그리고, 각각의 POI까지의 최소거리를 최소 힙(minimum heap)에 삽입하여 상기 최소 힙에서 가장 짧은 거리를 가진 POI를 검색하여 이를 다음 최근접점(next nearest neighbor)으로 설정하는 것이다.Then, the distance from the query point to the POI is calculated by summing the calculated distance values. Then, the minimum distance to each POI is inserted into a minimum heap to search for the POI having the shortest distance from the minimum heap, and set it as the next nearest neighbor.

그러나, 기존의 k-최근접점 탐색 방법은 최근접점 질의 수행시 질의지점(q)에서 POI를 포함한 보로노이 셀의 경계지점까지의 거리 계산과 상기 보로노이 셀의 경계지점에서 POI까지의 거리 계산을 요구하기 때문에, POI까지의 최소거리를 계산하기 위해서는 Θ(m+nlgn)(m: 에지의 개수, n: 노드의 개수)의 시간이 소요된다. 즉, k개의 POI를 찾는다면 거리를 계산하는데 kΘ(m+nlgn)의 시간이 소요된다.However, the conventional k-nearest point search method calculates the distance from the query point (q) to the boundary point of the Voronoi cell including the POI and the distance calculation from the boundary point of the Voronoi cell when performing the nearest point query. As required, it takes time Θ (m + nlgn) (m: number of edges, n: number of nodes) to calculate the minimum distance to the POI. That is, if k POIs are found, it takes kΘ (m + nlgn) to calculate the distance.

때문에, VN3는 k값이 증가하거나 데이터의 밀도가 커지는 경우에 네트워크 보로노이 다각형을 구축하는데 많은 시간이 걸리고, 질의 계산량이 기하급수적으로 증가하여 시스템 성능이 저하되는 문제점이 있다.Therefore, VN3 takes a lot of time to construct a network Voronoi polygon when the k value is increased or the data density is increased, and the computational complexity increases exponentially, resulting in a decrease in system performance.

또한, 기존의 k-최근접점 질의 탐색 알고리즘은 질의지점(q)에서 POI를 확장하면서 새로 삽입된 경계구간으로 인해 경계지점 간의 거리를 각각 계산해야 하기 때문에 2회 이상의 계산이 수행되는 구간이 발생한다. 아울러 새로 삽입된 구간으로 질의 지점(q)에서 경계지점까지의 최소거리를 갱신해야 한다.In addition, the existing k-nearest point query search algorithm needs to calculate the distance between the boundary points due to the newly inserted boundary section while extending the POI at the query point q. . In addition, the minimum distance from the query point (q) to the boundary point should be updated with the newly inserted section.

즉, 기존의 k-최근접점 질의 수행시 POI를 확장할 때 네트워크 상에서 경계지점 간의 최소거리에 대한 갱신이 발생하고 이러한 갱신이 필요하기 때문에 POI를 확장할 때마다 항상 구간거리를 반복하여 재계산을 수행해야 하는 문제가 있다.That is, when the POI is extended in the existing k-nearest point query, the minimum distance between the boundary points occurs on the network, and this update is necessary, so each time the POI is extended, the repetition of the interval is repeated. There is a problem that needs to be done.

본 발명은 네트워크 보로노이 다각형을 구축하는데 소요되는 시간을 최대한 단축하고 k-최근접점 질의 계산량을 최소화할 수 있도록 한 k-최근접점 질의 처리 알고리즘을 제공한다.The present invention provides a k-nearest query processing algorithm that minimizes the time required to construct a network Voronoi polygon and minimizes k-nearest query computation.

그리고, 본 발명은 전체 네트워크 관점에서 보로노이 셀의 경계지점 간의 최소거리를 유지하여 거리 갱신 문제를 최소화하고 k-최근접점 질의 처리 성능을 최적화하는 보로노이 다이어그램을 기반으로 한 k-최근접점 질의 처리 알고리즘을 제공한다.In addition, the present invention maintains the minimum distance between the boundary points of the Voronoi cells from the point of view of the entire network, thereby minimizing the distance update problem and optimizing the k-nearest point query processing performance. Provide an algorithm.

본 발명은 보로노이 다이어그램을 적용한 도로 전체 네트워크에서, 보로노이 셀의 경계지점 간의 최소거리 행렬을 포함하는 경계선 최소거리 정보를 저장하는 저장부; 및, 상기 저장부에 저장된 경계선 최소거리 정보를 이용하여 소정 개수의 최근접점(nearest neighbor) 질의를 처리한 후 상기 처리된 질의 결과에 해당하는 POI를 제공하는 최근접 질의 처리부를 포함하는 보로노이 다이어그램을 기반으로 한 최근접점 탐색 시스템을 제공한다.According to another aspect of the present invention, there is provided a network including: a storage unit for storing boundary minimum distance information including a minimum distance matrix between boundary points of a Voronoi cell in an entire road network to which a Voronoi diagram is applied; And a neighboring query processing unit configured to provide a POI corresponding to the processed query result after processing a predetermined number of nearest neighbor queries using the boundary minimum distance information stored in the storage unit. It provides a closest point search system based on.

그리고, 본 발명은 보로노이 다이어그램을 적용한 도로 전체 네트워크에서, 보로노이 셀의 경계지점 간의 최소거리 행렬을 포함하는 경계선 최소거리 정보를 유지하는 단계; 상기 경계선 최소거리 정보를 이용하여 임의의 질의 지점에 해당하는 소정 개수의 최근접점(nearest neighbor)을 검색하는 단계; 및, 상기 질의 지점에 대하여 검색된 최근접점에 해당하는 POI를 제공하는 단계를 포함하는 보로노이 다이어그램을 기반으로 한 최근접점 탐색 방법을 제공한다.In addition, the present invention provides a method comprising: maintaining boundary minimum distance information including a minimum distance matrix between boundary points of a Voronoi cell in a whole road network to which a Voronoi diagram is applied; Searching for a predetermined number of nearest neighbors corresponding to an arbitrary query point using the boundary minimum distance information; And providing a POI corresponding to the searched nearest point of the query point, based on a Voronoi diagram.

본 발명에 의하면, 전체 네트워크에서 보로노이 셀의 경계지점 간의 최소거리를 저장매체를 통해 유지함으로써 지역적인 거리 확장에 따른 거리 갱신 연산을 생략할 수 있으며 질의 처리 시간을 크게 단축할 수 있다.According to the present invention, by maintaining the minimum distance between the boundary points of the Voronoi cells in the entire network through the storage medium, the distance update operation according to the regional distance extension can be omitted and the query processing time can be greatly shortened.

이하에서는, 첨부된 도면을 참조하여 본 발명에 따른 보로노이 다이어그램을 기반으로 한 최근접점 탐색 시스템 및 최근접점 탐색 방법을 설명한다.Hereinafter, with reference to the accompanying drawings will be described a near-point search system and the nearest point search method based on the Voronoi diagram according to the present invention.

먼저, 도3을 참조하여 본 발명의 보로노이 다이어그램을 기반으로 한 최근접점 탐색 시스템 구성을 상세하게 설명한다.First, with reference to Figure 3 will be described in detail the configuration of the nearest-contact search system based on the Voronoi diagram of the present invention.

본 발명의 최근접점 탐색 시스템은 적어도 3개의 GPS 위성으로부터 위치신호를 수신하기 위한 GPS 수신기를 구비하는 네비게이션 단말기에 적용하고자 한 것이다.The closest point search system of the present invention is intended to be applied to a navigation terminal having a GPS receiver for receiving position signals from at least three GPS satellites.

상기 네비게이션 단말기는 GPS 수신기를 통해 위치신호를 수신하여 이동체의 위치를 계산하고 상기 계산된 이동체의 위치를 기초로 사용자에게 현재 위치를 알려주고(Location), 원하는 목적지까지의 최적 경로를 계산하며(Routing), 상기 경로에 따라 경로에 관련된 각종 정보를 제공하면서 사용자를 안내한다(Guidance).The navigation terminal receives a position signal through a GPS receiver, calculates the position of the moving object, informs the user of the current position based on the calculated position of the moving object (Location), and calculates an optimal route to a desired destination (Routing). According to the route, the user is guided while providing various information related to the route.

그리고, 상기 네비게이션 단말기는 이동체의 현재 위치를 중심으로 최근접점(nearest neighbor)을 탐색하는 기능을 제공하는데, 이러한 기능을 이용하여 경로 이동 중에 주유소, 레스토랑, 은행 등 현재위치와 인접한 각종 POI(point of interest)를 검색하여 제공한다.In addition, the navigation terminal provides a function of searching for a nearest neighbor based on the current position of the moving object. By using this function, various navigation points (POIs) adjacent to the current position such as a gas station, a restaurant, a bank, etc. during the route movement are used. search for and provide it.

본 발명은 네비게이션 단말기 상에서의 최근접점 탐색 기능을 위하여 보로노이 다이어그램을 적용한 도로 네트워크 상의 경계선 최소거리 행렬을 기반으로 한 최근접점 질의 처리 알고리즘을 제공한다.The present invention provides a nearest-contact query processing algorithm based on a boundary minimum distance matrix on a road network using a Voronoi diagram for a nearest-contact search function on a navigation terminal.

본 발명에 따른 최근접점 질의 처리 알고리즘을 제공하기 위한 시스템 구성은, 도3에 도시한 바와 같이 보로노이 다이어그램을 적용한 도로 전체 네트워크에서 보로노이 셀의 경계지점 간의 최소거리 행렬을 포함하는 경계선 최소거리 정보를 저장하는 저장부; 및, 상기 저장부에 저장된 경계선 최소거리 정보를 이용하여 소정 개수의 최근접점 질의를 처리한 후 상기 처리된 질의 결과에 해당하는 POI를 사용자에게 제공하는 최근접 질의 처리부(370)를 포함한다.The system configuration for providing the nearest-contact query processing algorithm according to the present invention includes boundary minimum distance information including a minimum distance matrix between boundary points of the Voronoi cells in the entire road network to which the Voronoi diagram is applied, as shown in FIG. Storage unit for storing; And a nearest query processing unit 370 that processes a predetermined number of nearest point queries using the boundary minimum distance information stored in the storage unit and then provides a POI corresponding to the processed query result to the user.

여기서, 상기 저장부는 상기 전체 네트워크에서 보로노이 셀의 경계지점을 포함한 셀 정보를 저장하는 셀 정보 저장부(310)와, 상기 보로노이 셀 내부의 POI(point of interest)와 노드 간의 최소거리 및, POI와 경계지점 간의 최소거리를 포함한 셀 최소거리 정보를 저장하는 셀 최소거리 저장부(330)와, 상기 전체 네트워크에서 경계지점 간의 최소거리 행렬을 포함한 경계선 최소거리 정보를 저장하는 경계선 최소거리 저장부(350)를 포함하여 구성된다.The storage unit may include a cell information storage unit 310 for storing cell information including a boundary point of a Voronoi cell in the entire network, a minimum distance between a POI (point of interest) in the Voronoi cell and a node, Cell minimum distance storage unit 330 for storing the minimum cell distance information including the minimum distance between the POI and the boundary point, and boundary minimum distance storage unit for storing the boundary minimum distance information including the minimum distance matrix between the boundary points in the entire network And 350.

그리고, 상기 저장부는 사용자가 지정하는 목적지까지의 경로 안내를 위하여 전국 지도에 대한 지도 데이터와 상기 지도 데이터와 연관된 경로 안내 데이터를 구축한 지도 데이터베이스를 더 포함하여 구성할 수도 있다.The storage unit may further include a map database for constructing map data for a nationwide map and route guidance data associated with the map data for guiding a route to a destination designated by a user.

본 발명은 최근접점 질의 처리를 위하여 전체 네트워크에 대한 셀 정보와, 셀 최소거리 정보와, 경계선 최소거리 정보를 미리 계산하여 상기 저장부를 통해 유지 및 제공하는 구성을 포함한다.The present invention includes a configuration in which cell information, cell minimum distance information, and borderline minimum distance information of the entire network are pre-calculated and maintained and provided through the storage unit for the nearest-contact query processing.

상기 최근접 질의 처리부(370)는 상기 저장된 셀 정보와, 셀 최소거리 정보와, 경계선 최소거리 정보를 이용하여 사용자의 현재 위치에 해당하는 질의지점을 기준으로 k개의 최근접점 검색하고 상기 검색결과에 따른 최근접점을 상기 네비게이션 단말기의 표시장치를 통해 POI 정보로서 제공한다.The nearest query processing unit 370 searches k nearest contact points based on the query points corresponding to the current location of the user by using the stored cell information, cell minimum distance information, and boundary minimum distance information. The closest contact is provided as POI information through the display device of the navigation terminal.

따라서, 본 발명은 전체 네트워크 상의 경계선 최소거리 정보를 미리 구축하여 유지함으로써 최근접점 질의를 수행하는 과정에서 경계지점 간의 최소거리를 산출하는 연산을 요구하지 않으며 더 나아가 최근접점 검색시 POI에 대한 지역적 확장으로 발생하는 거리 갱신 문제를 해결할 수 있다.Therefore, the present invention does not require the calculation of the minimum distance between boundary points in the process of performing the nearest-contact query by constructing and maintaining boundary minimum distance information on the entire network in advance. This can solve the problem of distance update.

이하에서, 상기 저장부에 저장된 경계지점 간의 최소거리 행렬을 생성하는 방법과, 상기 경계선 최소거리 행렬을 기반으로 질의지점에 대한 최근접점을 탐색하는 방법을 보다 구체적으로 설명한다.Hereinafter, a method of generating a minimum distance matrix between boundary points stored in the storage unit and a method of searching for the nearest point to a query point based on the boundary minimum distance matrix will be described in more detail.

도4는 본 발명에 따른 경계지점 간의 최소거리 행렬 생성 알고리즘의 전 과정을 도시한 도면이고, 도6은 본 발명에 따른 경계지점간의 최소거리 행렬을 기반으로 한 k-최근접점 질의 처리 알고리즘의 전 과정을 도시한 도면이다.FIG. 4 is a diagram illustrating the entire process of the algorithm for generating the minimum distance matrix between boundary points according to the present invention, and FIG. A diagram illustrating the process.

도4를 참조하여, 경계지점 간의 최소거리 행렬을 생성하는 방법을 먼저 설명한다.4, a method of generating a minimum distance matrix between boundary points will be described first.

도로 네트워크에 적용한 보로노이 다이어그램을 생성한 후, 보로노이 셀의 임의의 한 경계지점을 지정하고(S410) 상기 지정한 경계지점과의 거리 계산 대상이 되는 다른 경계지점을 지정한다(S420).After generating a Voronoi diagram applied to the road network, an arbitrary boundary point of the Voronoi cell is designated (S410), and another boundary point which is the object of distance calculation with the designated boundary point is designated (S420).

서로 다른 두 경계지점이 지정되면 상기 지정된 두 경계지점 간에 가능한 적어도 하나의 거리 행렬을 생성함과 아울러 상기 도로 네트워크 상에서 상기 두 경계지점을 포함하는 에지(도로, 길)를 검색한다(S430).If two different boundary points are designated, at least one distance matrix is generated between the two designated boundary points, and an edge (road, road) including the two boundary points is searched on the road network (S430).

그리고, 상기 검색된 에지를 구성하는 노드(교차점) 간의 최소거리와 상기 노드와 각 경계지점 간의 거리를 산출한다(S440~S460).The minimum distance between nodes (intersection points) constituting the searched edge and the distance between the node and each boundary point are calculated (S440 to S460).

여기서, 상기 저장부에 저장된 지도 데이터와 셀 최소거리 정보를 근거로 상기 검색된 에지를 구성하는 노드(교차점) 간의 최소거리 행렬이 존재하는지 여부 를 판단하고 상기 판단결과 상기 노드 간의 최소거리 행렬이 존재하면 해당 행렬의 노드 간의 최소거리를 읽어온다. 한편, 상기 노드 간의 최소거리 행렬이 존재하지 않을 경우 dijstra 알고리즘을 이용하여 해당 노드 간의 최소거리를 계산한다.Here, it is determined whether there is a minimum distance matrix between nodes (intersection points) constituting the searched edge on the basis of the map data stored in the storage unit and the cell minimum distance information. Read the minimum distance between nodes in the matrix. On the other hand, if there is no minimum distance matrix between the nodes using the dijstra algorithm to calculate the minimum distance between the nodes.

상기 산출된 노드 간의 최소거리 및, 상기 노드와 각 경계지점 간의 거리를 이용하여 상기 두 경계지점에 대하여 생성된 각 거리 행렬에 따라 두 경계지점 간의 거리를 각각 산출한 후, 상기 경계지점 간의 거리가 산출된 거리 행렬 중 최소 거리를 갖는 거리 행렬을 상기 두 경계지점 간의 최소거리 행렬로 저장한다(S470~S490).After calculating the distance between two boundary points according to each distance matrix generated for the two boundary points using the calculated minimum distance between the nodes and the distance between the node and each boundary point, the distance between the boundary points is The distance matrix having the minimum distance among the calculated distance matrices is stored as the minimum distance matrix between the two boundary points (S470 to S490).

예를 들어, 도5에 도시한 바와 같이 최소거리를 계산하고자 하는 두 경계 지점을 bi(1≤i≤n)와 bj(1≤j≤n)로 지정한 경우, 도시한 바와 같이 두 경계지점 간에는 4가지 경우의 거리 행렬(D1 ,1 , D1 ,2 , D2,1 , D2 ,2)이 가능하다.For example, as shown in FIG. 5, when two boundary points for which the minimum distance is to be calculated are designated b i (1 ≦ i ≦ n) and b j (1 ≦ j ≦ n), as shown in FIG. Four point distance matrices D 1 , 1 , D 1 , 2 , D 2 , 1 , D 2 , 2 are possible between points.

이때, 각 거리 행렬에 대한 두 경계지점 간의 거리(D1 ,1 , D1 ,2 , D2 ,1 , D2 ,2)는 다음과 같다.At this time, the distance (D 1 , 1 , D 1 , 2 , D 2 , 1 , D 2 , 2 ) between two boundary points for each distance matrix is as follows.

D1 ,1=Dist(n(i,1),bi)+Dist(n(i,1)+n(j,1))+Dist(n(j,1),bj)D 1 , 1 = Dist (n (i, 1) , b i ) + Dist (n (i, 1) + n (j, 1) ) + Dist (n (j, 1) , b j )

D1 ,2=Dist(n(i,1),bi)+Dist(n(i,1)+n(j,2))+Dist(n(j,2),bj)D 1 , 2 = Dist (n (i, 1) , b i ) + Dist (n (i, 1) + n (j, 2) ) + Dist (n (j, 2) , b j )

D2 ,1=Dist(n(i,2),bi)+Dist(n(i,2)+n(j,1))+Dist(n(j,1),bj)D 2 , 1 = Dist (n (i, 2) , b i ) + Dist (n (i, 2) + n (j, 1) ) + Dist (n (j, 1) , b j )

D2 ,2=Dist(n(i,2),bi)+Dist(n(i,2)+n(j,2))+Dist(n(j,2),bj)D 2 , 2 = Dist (n (i, 2) , b i ) + Dist (n (i, 2) + n (j, 2) ) + Dist (n (j, 2) , b j )

단, i≠j이며, n(i,j)(1≤i≤n, j=1|2)는 두 경계지점을 포함하는 노드이고, Dist(n(i,1),bi), Dist(n(j,1),bj)는 첫 번째 거리행렬에 대한 노드와 경계지점 간의 거리이며, Dist(n(i,1)+n(j,1))는 첫 번째 거리행렬에 대한 노드 간의 거리를 의미한다.Where i ≠ j, n (i, j) (1≤i≤n, j = 1 | 2) is a node including two boundary points, and Dist (n (i, 1) , b i ), Dist (n (j, 1) , b j ) is the distance between the node and the boundary point for the first distance matrix, and Dist (n (i, 1) + n (j, 1) ) is the node for the first distance matrix Means the distance between.

상기한 각 거리 행렬에 대한 두 경계지점 간의 거리 산출이 완료되면 그 중 최소의 거리 값을 갖는 거리 행렬을 상기 두 경계지점 간의 최소거리 행렬(MinDisti ,j)로 설정한다.When the distance calculation between the two boundary points for each distance matrix is completed, the distance matrix having the minimum distance value is set as the minimum distance matrix MinDist i , j between the two boundary points.

상기한 (S410) 내지 (S490) 과정을 반복하여 전체 네트워크 상의 모든 경계지점에 대한 경계지점 간 최소거리 행렬을 설정하고(S500), 모든 경계지점에 대하여 최소거리 행렬 설정이 완료되면 상기 경계지점 간 최소거리 행렬을 포함한 경계선 최소거리 정보를 상기 저장부에 구축한다.By repeating the above steps (S410) to (S490), a minimum distance matrix between boundary points is set for all boundary points on the entire network (S500), and when the minimum distance matrix is completed for all boundary points, the boundary points between the boundary points are completed. The boundary minimum distance information including the minimum distance matrix is constructed in the storage unit.

특히, 상기 경계지점 간 최소거리 행렬을 상기 저장부에 저장할 때, 최근접점 질의 수행시 데이터 접근이 용이하도록 경계지점 간의 거리 행렬을 단위로 저장하는 것이 바람직하다.In particular, when storing the minimum distance matrix between the boundary points in the storage unit, it is preferable to store the distance matrix between the boundary points in units so as to facilitate data access when performing the nearest-contact query.

본 발명은 저장부에 구축된 경계지점 간 최소거리 행렬을 이용하여 최근접점 질의 처리 알고리즘을 수행한다.The present invention performs the nearest-neighbor query processing algorithm using the minimum distance matrix between boundary points constructed in the storage unit.

다음으로, 본 발명의 최근접점 질의 처리 알고리즘에 의한 최근접점 탐색 방법을 도6을 참조하여 설명한다.Next, a method of searching for the nearest point by the nearest point query processing algorithm of the present invention will be described with reference to FIG.

사용자가 지정한 경로를 이동하는 과정에서 최근접점의 탐색을 요청하는 질의가 있을 경우 사용자의 현재 위치를 판단하여 상기 판단된 현재 위치를 질의지점으로 한다.When there is a query requesting the search for the nearest point in the process of moving the path designated by the user, the current position of the user is determined and the determined current position is used as the query point.

도시한 바와 같이, 도로 네트워크 상에서 상기 질의지점을 포함하는 보로노이 셀을 검색하고 상기 검색된 보로노이 셀의 POI를 첫 번째 최근접점으로 설정한다(S600).As shown in the figure, the Voronoi cell including the query point is searched on the road network and the POI of the found Voronoi cell is set as the first nearest point (S600).

이어, 상기 질의지점과 이웃하는 보로노이 셀을 대상으로 상기 질의지점과 최소거리를 가지는 POI를 차례로 검색하여 다음 최근접점으로 설정한다.Subsequently, the POI having the minimum distance with the query point is sequentially searched for the query point and the neighboring Voronoi cell, and set as the next nearest point.

상기 다음 최근접점을 설정하기 위하여, 질의지점을 포함하는 보로노이 셀의 경계지점에서 상기 질의지점까지의 거리(이하, '제1 거리'라 칭함)(A)를 결정하는 과정과, 상기 질의지점을 포함하는 보로노이 셀과 이웃하는 보로노이 셀의 경계지점 간의 최소거리(이하, '제2 거리'라 칭함)(B)를 결정하는 과정과, 상기 이웃하는 보로노이 셀의 경계지점에서 상기 이웃하는 보로노이 셀의 POI까지의 최소거리(이하, '제3 거리'라 칭함)(C)를 결정하는 과정을 차례로 수행한다.Determining a distance (A) from the boundary point of the Voronoi cell including the query point to the query point (hereinafter referred to as 'first distance') to set the next nearest point, and the query point Determining a minimum distance (hereinafter referred to as 'second distance') B between a Voronoi cell and a boundary point of a neighboring Voronoi cell, and the neighboring point at the boundary point of the neighboring Voronoi cell A process of determining a minimum distance (hereinafter referred to as 'third distance') C to the POI of the Voronoi cell is sequentially performed.

먼저, 상기 제1 거리(A)를 결정하기 위해서는 상기 질의지점을 포함하는 에지(도로나 길)의 두 노드(교차점)가 서로 다른 보로노이 셀을 포함하는지 여부를 판단한다(S620). 상기 판단결과, 상기 질의지점을 포함하는 에지의 두 노드가 하나의 보로노이 셀에 존재할 경우, 상기 질의지점을 포함하는 경계지점에서 상기 질의지점까지의 거리를 산출하여 상기 제1 거리(A)로 설정한다(S640).First, in order to determine the first distance A, it is determined whether two nodes (intersection points) of an edge (road or road) including the query point include different Voronoi cells (S620). As a result of the determination, when two nodes of the edge including the query point exist in one Voronoi cell, the distance from the boundary point including the query point to the query point is calculated to be the first distance A. Set (S640).

한편, 상기 질의지점을 포함하는 에지의 두 노드가 두 보로노이 셀을 포함하고 있을 경우, 상기 질의지점을 포함하는 보로노이 셀의 경계지점에서 상기 각 노드까지의 거리를 각각 계산하여 그 중 최소거리를 갖는 거리를 상기 제1 거리(A)로 선택한다(S630). 즉, 상기 질의지점을 포함하고 있는 에지가 두 개의 보로노이 셀을 포함할 경우 상기 두 개의 보로노이 셀을 모두 고려하여 상기 제1 거리(A)를 결정한다.On the other hand, when two nodes of the edge including the query point includes two Voronoi cells, the distance from the boundary point of the Voronoi cell including the query point to the respective nodes is calculated and the minimum distance among them In step S630, a distance having a distance is selected as the first distance A. FIG. That is, when the edge including the query point includes two Voronoi cells, the first distance A is determined by considering both Voronoi cells.

여기서, 상기 질의지점을 포함하는 에지의 두 노드가 두 보로노이 셀을 포함할 경우 상기 제1 거리(A)는 수학식 1과 같이 정의할 수 있다.Here, when two nodes of the edge including the query point include two Voronoi cells, the first distance A may be defined as in Equation 1 below.

Dist(q,bi)=Min(Dist(q,n1)+Dist(n1,bi), Dist(q,n2)+Dist(n2,bi))Dist (q, b i ) = Min (Dist (q, n 1 ) + Dist (n 1 , b i ), Dist (q, n 2 ) + Dist (n 2 , b i ))

(여기서, q: 질의지점, bi: 질의지점을 포함하는 보로노이 셀의 경계지점, Dist(q,bi): 질의지점을 포함하는 보로노이 셀의 경계지점에서 질의지점까지의 거리, n1, n2: 질의지점을 포함하는 노드, Dist(q,n1), Dist(q,n2): 질의지점에서 각 노드까지의 거리, Dist(n1,bi), Dist(n2,bi): 경계지점에서 각 노드까지의 거리)Where q is the query point, and b i is the boundary point of the Voronoi cell containing the query point, and Dist (q, b i ) is the distance from the boundary point of the Voronoi cell containing the query point to the query point, n 1 , n 2 : node containing the query point, Dist (q, n 1 ), Dist (q, n 2 ): distance from the query point to each node, Dist (n 1 , b i ), Dist (n 2 , b i ): distance from the boundary to each node)

다음, 상기 제2 거리(B)를 결정하기 위해서는 먼저 상기 저장부에 저장된 경계선 최소거리 정보를 근거로 상기 질의지점을 포함하는 보로노이 셀과 이웃하는 보로노이 셀을 검색한다(S650).Next, in order to determine the second distance B, first, the Voronoi cell including the query point and the neighboring Voronoi cell are searched based on the boundary minimum distance information stored in the storage unit (S650).

이어, 상기 저장된 경계선 최소거리 정보에서 상기 질의지점을 포함하는 보로노이 셀과 상기 이웃하는 보로노이 셀의 경계지점 간 최소거리(B)를 검색한다(S660). 이는, 상기 저장부에 저장된 경계지점 간의 최소거리 행렬에서 상기 질의지점을 포함하는 보로노이 셀의 경계지점을 검색하고 상기 질의지점을 포함한 보로노이 셀의 경계지점과 최소거리 행렬을 갖는 이웃하는 보로노이 셀의 경계지점을 검색하는 것이다. 아울러, 상기 검색과정에서 최소거리 행렬에 해당하는 질의지점을 포함한 보로노이 셀과 이웃하는 보로노이 셀의 경계지점 간 최소거리를 상기 제2 거리(B)로 한다.Subsequently, the minimum distance B between the boundary point of the neighboring Voronoi cell and the neighboring Voronoi cell is retrieved from the stored boundary minimum distance information (S660). It searches for the boundary point of the Voronoi cell including the query point in the minimum distance matrix between the boundary points stored in the storage unit, and the neighboring Voronoi having the minimum distance matrix and the boundary point of the Voronoi cell including the query point. To find the boundary of a cell. In addition, the second distance B is the minimum distance between the Voronoi cell including the query point corresponding to the minimum distance matrix and the boundary point of the neighboring Voronoi cell.

마지막으로, 상기 제3 거리(C)를 결정하기 위해서는 상기 저장부에 저장된 셀 최소거리 정보에서 상기 이웃하는 보로노이 셀에 해당하는 셀 최소거리 정보를 검색한다. 그리고, 상기 검색된 셀 최소거리 정보에서 상기 이웃하는 보로노이 셀의 경계지점과 상기 이웃하는 보로노이 셀의 POI 지점 간의 최소거리를 검색하여 이를 상기 제3 거리(C)로 설정한다(S670).Finally, in order to determine the third distance C, cell minimum distance information corresponding to the neighboring Voronoi cell is retrieved from the cell minimum distance information stored in the storage unit. The minimum distance between the boundary point of the neighboring Voronoi cell and the POI point of the neighboring Voronoi cell is searched for from the found cell minimum distance information and set as the third distance C (S670).

상기한 각 과정을 통해 상기 제1 내지 제3 거리(A)(B)(C)의 결정이 완료되면, 상기 제1 내지 제3 거리(A)(B)(C)를 모두 합산하여 상기 질의지점에서 상기 이웃하는 보로노이 셀의 POI까지의 최소거리를 산출한다(S680).When the determination of the first to third distances A, B, and C is completed through the above processes, the first to third distances A, B, and C are added together to add the query The minimum distance from the point to the POI of the neighboring Voronoi cell is calculated (S680).

상기 질의지점에서 이웃하는 보로노이 셀의 POI까지의 최소거리는 수학식 2와 같이 정의할 수 있다.The minimum distance from the query point to the POI of the neighboring Voronoi cells may be defined as in Equation 2.

MinDistq ,p=Min(Dist(q,bi)+Dist(bi,bj)+Dist(bj,p))MinDist q , p = Min (Dist (q, b i ) + Dist (bi, bj) + Dist (bj, p))

(여기서, q: 질의지점, p: POI 지점, MinDistq ,p: 질의지점에서 이웃하는 보로노이 셀의 POI 지점까지의 최소거리, bi: 질의지점을 포함하는 보로노이 셀의 경계지점, bj: 이웃하는 보로노이 셀의 경계지점, Dist(q,bi): 질의지점을 포함하는 보로노이 셀의 경계지점에서 질의지점까지의 거리(제1 거리)(A), Dist(bi,bj): 질 의지점을 포함하는 보로노이 셀과 이웃하는 보로노이 셀의 경계지점 간의 거리(제2 거리)(B), Dist(bj,p): 이웃하는 보로노이 셀의 경계지점과 POI 지점까지의 거리(제3 거리)(C))Where: q: query point, p: POI point, MinDist q , p : minimum distance from query point to POI point of neighboring Voronoi cell, b i : boundary point of Voronoi cell including query point, b j : boundary point of neighboring Voronoi cell, Dist (q, b i ): distance from the boundary point of Voronoi cell including query point to query point (first distance) (A), Dist (bi, bj ): Distance between the Voronoi cell containing the vaginal point and the boundary point of the neighboring Voronoi cell (second distance) (B), Dist (bj, p): To the boundary point and POI point of the neighboring Voronoi cell Distance (3rd street) (C)

따라서, 상기 제1 내지 제3 거리(A)(B)(C)를 결정할 때에는 상기 저장부에 저장된 셀 최소거리 정보 또는 경계선 최소거리 정보에서 미리 산출된 거리 값을 이용한다. 즉, 본 발명은 최근접점 질의 수행시 미리 계산되어 저장된 경계지점 간의 최소거리 행렬을 이용하기 때문에 경계지점 간의 거리를 직접 계산할 필요 없이 경계선 최소거리를 상기 저장부에서 검색할 수 있다.Accordingly, when determining the first to third distances A, B, and C, distance values calculated in advance from cell minimum distance information or boundary minimum distance information stored in the storage unit are used. That is, since the present invention uses the minimum distance matrix between boundary points pre-calculated and stored at the time of performing the nearest-contact query, the minimum boundary distance can be retrieved from the storage without directly calculating the distance between the boundary points.

상기에서 산출된 질의지점에서 상기 이웃하는 보로노이 셀의 POI까지의 거리를 최소 힙(minimum heap)에 삽입하여 상기 최소 힙을 통해 상기 최소거리를 가지는 이웃하는 보로노이 셀의 POI를 다음 최근접점으로 설정한다(S690).The POI of the neighboring Voronoi cell having the minimum distance through the minimum heap is inserted into the minimum heap by inserting the distance from the calculated query point to the POI of the neighboring Voronoi cell into the minimum heap. Set (S690).

상기 최근접점으로 설정된 POI의 개수가 기 설정된 개수(k)에 달성할 때까지 상기 (S650) 내지 (S690) 과정을 반복하여 다른 이웃하는 보로노이 셀을 검색하고 POI를 확장해가면서 최근접점 설정을 반복한다.Repeat the steps (S650) to (S690) until the number of POIs set as the nearest point reaches the predetermined number k, search for other neighboring Voronoi cells, and expand the POI to set the nearest point. Repeat.

도7은 본 발명의 k-최근접점 질의 처리 알고리즘에 기반이 되는 네트워크 보로노이 다이어그램의 일례를 도시한 도면이고, 도8은 도7의 네트워크 보로노이 다이어그램에 대한 구간 거리 계산 테이블을 도시한 도면이다.FIG. 7 is a diagram showing an example of a network Voronoi diagram based on the k-nearest query processing algorithm of the present invention, and FIG. 8 is a diagram showing an interval distance calculation table for the network Voronoi diagram of FIG. .

도7과 도8을 참조하여, 본 발명의 최근접점 질의 알고리즘에 따른 질의지점과 POI의 거리 계산 과정을 설명한다.7 and 8, a process of calculating the distance between the query point and the POI according to the nearest-contact query algorithm of the present invention will be described.

도7의 보로노이 다이어그램에서 최근접점 설정 순서는 질의지점(q)을 기준 으로 P1 -> P3 -> P4 -> P2 순에 따른다. P1은 질의 지점을 포함하는 보로노이 셀이므로 첫 번째 최근접점이 되고 이 때의 구간 계산은 2회 이루어 진다. 그리고, P3는 두 번째 POI이고 이 때의 구간 계산은 4회 이루어진다.In the Voronoi diagram of FIG. 7, the order of nearest contact setting is P 1 based on the query point (q). -> P 3 -> P 4 -> P 2 Follow in order. Since P 1 is the Voronoi cell containing the query point, it becomes the first nearest point and the interval calculation is performed twice. P 3 is the second POI and the interval calculation is performed four times.

P4의 경우, P4에서 P5까지의 최소거리를 계산하기 위해 P4와 P5의 경계지점을 순회하여 지나가는 모든 경우의 수를 계산하지 않고도 상기 저장부에 미리 구축된 경계지점 간 최소거리 행렬을 통해 질의 지점을 포함하는 보로노이 셀의 P1의 경계지점에서 P5까지의 최소거리를 알 수 있다. 즉, 최소거리에 대한 재계산이 필요 없기 때문에 P4의 경우 6번의 구간 계산으로 이루어진다. 아울러, P2의 경우도 질의지점에서 후보 집합까지의 최소거리를 갱신하지 않고도 전체 네트워크상의 경계지점 간 최소거리를 유지하기 때문에 P2의 선택으로 인한 갱신 연산이 필요 없다. 따라서 본 발명에서 P2의 경우 계산 횟수가 0번이다For a P 4, a minimum distance between P 4 and P 5 boundary points the circuit by building in the storage unit in advance without having to calculate the number of all cases passing the boundary point in the order from P 4 to calculate the minimum distance to P 5 Through the matrix, the minimum distance from the boundary point of P 1 of the Voronoi cell including the query point to P 5 can be known. That is, since there is no need to recalculate the minimum distance, P 4 is composed of six interval calculations. In addition, in case of P 2 , the minimum distance between the boundary points of the entire network is maintained without updating the minimum distance from the query point to the candidate set, so the update operation is not necessary due to the selection of P 2 . Therefore, in the case of P 2 in the present invention, the number of calculations is zero.

본 발명은, 전체 네트워크 상의 보로노이 셀에 대한 셀 최소거리 정보와 경계선 최소거리 정보를 저장부에 미리 구축하고 이를 최근접점 질의 수행시 이용함으로써 POI 확장으로 인한 최소거리에 대한 재계산 및 갱신 연산을 생략할 수 있다.The present invention reconstructs and updates the minimum distance due to POI extension by pre-establishing cell minimum distance information and borderline minimum distance information for a Voronoi cell on an entire network in a storage unit and using the same when performing a nearest point query. Can be omitted.

본 발명에 따른 보로노이 다이어그램을 기반으로 한 최근접점 탐색 방법은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명 령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto-optical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. 상기된 하드웨어 장치는 본 발명의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.The closest point search method based on the Voronoi diagram according to the present invention can be implemented in the form of program instructions that can be executed by various computer means and recorded in a computer readable medium. The computer readable medium may include a program command, a data file, a data structure, etc. alone or in combination. Program instructions recorded on the media may be those specially designed and constructed for the purposes of the present invention, or they may be of the kind well-known and available to those having skill in the computer software arts. Examples of computer-readable recording media include magnetic media such as hard disks, floppy disks, and magnetic tape, optical media such as CD-ROMs, DVDs, and magnetic disks, such as floppy disks. Magneto-optical media, and hardware devices specifically configured to store and execute program instructions, such as ROM, RAM, flash memory, and the like. Examples of program instructions include not only machine code generated by a compiler, but also high-level language code that can be executed by a computer using an interpreter or the like. The hardware device described above may be configured to operate as one or more software modules to perform the operations of the present invention, and vice versa.

이상과 같이 본 발명은 비록 한정된 실시예와 도면에 의해 설명되었으나, 본 발명은 상기의 실시예에 한정되는 것은 아니며, 본 발명이 속하는 분야에서 통상의 지식을 가진 자라면 이러한 기재로부터 다양한 수정 및 변형이 가능하다. As described above, although the present invention has been described with reference to limited embodiments and drawings, the present invention is not limited to the above embodiments, and those skilled in the art to which the present invention pertains various modifications and variations from such descriptions. This is possible.

그러므로, 본 발명의 범위는 설명된 실시예에 국한되어 정해져서는 아니되며, 후술하는 특허청구범위뿐 아니라 이 특허청구범위와 균등한 것들에 의해 정해져야 한다.Therefore, the scope of the present invention should not be limited to the described embodiments, but should be determined not only by the claims below but also by the equivalents of the claims.

본 발명의 보로노이 다이어그램을 기반으로 한 최근접점 탐색 방법 및 그 시스템은 전체 네트워크의 모든 보로노이 셀에 대하여 셀 최소거리 정보와 경계선 최소거리 정보를 미리 구축함으로써 최근접점 질의 수행시 POI 확장으로 인한 거리 갱신 연산을 요구하지 않는다.The closest point search method and the system based on the Voronoi diagram of the present invention pre-establish cell minimum distance information and borderline minimum distance information for all Voronoi cells of the entire network, and thus, the distance due to POI expansion when performing the nearest point query. No update operation is required.

그리고, 최근접점 질의 수행시 질의지점에서 POI까지의 최소거리를 계산하는 시간은 경계선 최소거리 정보를 유지하는 저장부에 접근하여 검색하는데 소요되는 시간에 해당하며, 경계지점 간 최소거리를 행렬 단위로 유지되므로 최소거리에 대한 접근이 용이하다.In addition, the time to calculate the minimum distance from the query point to the POI when performing the nearest-neighbor query corresponds to the time required to access and retrieve the storage that maintains the boundary minimum distance information, and the minimum distance between the boundary points is expressed in matrix units. It is easy to access the minimum distance.

따라서, 본 발명은 최근접점 질의 수행시 직접적인 최소거리 연산을 수행하지 않고 POI 확장에 따른 거리 갱신 연산을 요구하지 않으므로 전체적인 거리 연산 횟수가 현저히 감소하고 비교 연산 비용을 절감함과 동시에 최근접점 질의 처리 시간을 단축할 수 있는 효과가 있다.Therefore, the present invention does not require a direct minimum distance operation and does not require a distance update operation according to the POI extension when performing the nearest-contact query. Thus, the total number of distance operations is significantly reduced, the comparison operation cost is reduced, and the nearest-contact query processing time. This can shorten the effect.

Claims (15)

보로노이 다이어그램을 적용한 도로 전체 네트워크에서, 보로노이 셀의 경계지점 간의 최소거리 행렬을 포함하는 경계선 최소거리 정보를 저장하는 저장부; 및,In the road-wide network to which the Voronoi diagram is applied, the storage unit stores boundary minimum distance information including a minimum distance matrix between boundary points of the Voronoi cell; And, 상기 저장부에 저장된 경계선 최소거리 정보를 이용하여 소정 개수의 최근접점(nearest neighbor) 질의를 처리한 후 상기 처리된 질의 결과에 해당하는 POI를 제공하는 최근접 질의 처리부The nearest query processing unit which processes a predetermined number of nearest neighbor queries using the minimum boundary distance information stored in the storage unit and provides a POI corresponding to the processed query result. 를 포함하는 보로노이 다이어그램을 기반으로 한 최근접점 탐색 시스템.Nearest point navigation system based on Voronoi diagram, including. 제1항에 있어서,The method of claim 1, 상기 저장부는;The storage unit; 상기 전체 네트워크에서 보로노이 셀의 경계지점을 포함한 셀 정보를 저장하는 셀 정보 저장부와,A cell information storage unit for storing cell information including boundary points of Voronoi cells in the entire network; 상기 보로노이 셀 내부의 POI(point of interest)와 노드 간의 최소거리 및, POI와 경계지점 간의 최소거리를 포함한 셀 최소거리 정보를 저장하는 셀 최소거리 저장부와,A cell minimum distance storage unit for storing cell minimum distance information including a minimum distance between a point of interest (POI) and a node in the Voronoi cell and a minimum distance between the POI and a boundary point; 상기 전체 네트워크에서 경계지점 간의 최소거리 행렬을 포함한 경계선 최소거리 정보를 저장하는 경계선 최소거리 저장부Borderline minimum distance storage unit for storing borderline minimum distance information including the minimum distance matrix between the boundary points in the entire network 를 포함하는 보로노이 다이어그램을 기반으로 한 최근접점 탐색 시스템.Nearest point navigation system based on Voronoi diagram, including. 제2항에 있어서,The method of claim 2, 상기 최근접 질의 처리부는;The nearest query processing unit; 기 설정된 경로 상에서 소정 개수의 최근접점의 POI를 요청하는 질의에 따라 상기 저장부에 저장된 셀 정보, 셀 최소거리 정보, 경계선 최소거리 정보를 근거로 상기 질의 지점을 기준으로 인접한 최근접점을 검색하는 최근접점 질의 알고리즘을 제공하는 것을 특징으로 하는 보로노이 다이어그램을 기반으로 한 최근접점 탐색 시스템.According to a query for requesting POIs of a predetermined number of nearest points on a predetermined path, a recent search for a closest point of proximity based on the query point based on cell information, cell minimum distance information, and boundary minimum distance information stored in the storage unit. Nearest point search system based on Voronoi diagram, characterized by providing a contact query algorithm. 보로노이 다이어그램을 적용한 도로 전체 네트워크에서, 보로노이 셀의 경계지점 간의 최소거리 행렬을 포함하는 경계선 최소거리 정보를 유지하는 단계;Maintaining a boundary minimum distance information including a minimum distance matrix between boundary points of a Voronoi cell in a road-wide network to which a Voronoi diagram is applied; 상기 경계선 최소거리 정보를 이용하여 임의의 질의 지점에 해당하는 소정 개수의 최근접점(nearest neighbor)을 검색하는 단계; 및,Searching for a predetermined number of nearest neighbors corresponding to an arbitrary query point using the boundary minimum distance information; And, 상기 질의 지점에 대하여 검색된 최근접점에 해당하는 POI를 제공하는 단계Providing a POI corresponding to the searched nearest point with respect to the query point 를 포함하는 보로노이 다이어그램을 기반으로 한 최근접점 탐색 방법.Nearest point search method based on the Voronoi diagram comprising a. 제4항에 있어서,The method of claim 4, wherein 상기 전체 네트워크에 대하여 보로노이 셀의 경계지점을 포함한 셀 정보와, 각 보로노이 셀 내부의 POI(point of interest)와 노드 간의 최소거리 및, POI와 경계지점 간의 최소거리를 포함한 셀 최소거리 정보를 유지하는 단계Cell information including boundary points of Voronoi cells, minimum distance between points of interest (POI) and nodes within each Voronoi cell, and cell minimum distance information including minimum distances between POIs and boundary points for the entire network. Steps to maintain 를 더 포함하는 보로노이 다이어그램을 기반으로 한 최근접점 탐색 방법.Nearest point search method based on the Voronoi diagram further comprising. 제5항에 있어서,The method of claim 5, 상기 전체 네트워크에 대한 경계선 최소거리 정보를 유지하는 단계는;Maintaining borderline minimum distance information for the entire network; 서로 다른 두 경계지점을 지정하는 단계와,Specifying two different boundary points, 상기 지정된 두 경계지점 간에 가능한 적어도 하나의 거리 행렬을 생성하는 단계와,Generating at least one distance matrix possible between the two specified boundary points; 상기 생성된 적어도 하나의 거리 행렬 중 최소의 거리 값을 갖는 상기 두 경계지점 간의 최소거리 행렬을 설정하는 단계Setting a minimum distance matrix between the two boundary points having a minimum distance value among the generated at least one distance matrix 를 포함하는 보로노이 다이어그램을 기반으로 한 최근접점 탐색 방법.Nearest point search method based on the Voronoi diagram comprising a. 제6항에 있어서,The method of claim 6, 상기 두 경계지점에 대한 적어도 하나의 거리 행렬 중 최소거리 행렬을 설정하는 단계는,The step of setting a minimum distance matrix of at least one distance matrix for the two boundary points, 상기 지정된 두 경계지점을 포함하는 에지를 검색하는 단계와,Retrieving an edge including the two specified boundary points; 상기 에지를 구성하는 노드 간의 최소거리와, 상기 노드와 경계지점 간의 거리를 산출하는 단계와,Calculating a minimum distance between nodes constituting the edge and a distance between the node and a boundary point; 상기 산출된 노드 간의 최소거리 및, 상기 노드와 경계지점 간의 거리를 이용하여 각 거리 행렬에 대해 상기 두 경계지점 간의 거리를 산출하는 단계와,Calculating a distance between the two boundary points for each distance matrix by using the calculated minimum distance between the nodes and the distance between the node and the boundary point; 상기 경계지점 간의 거리가 산출된 거리 행렬 중 최소 거리를 갖는 거리 행 렬을 상기 두 경계지점 간의 최소거리 행렬로 설정하는 단계Setting a distance matrix having a minimum distance among the distance matrices from which the distance between the boundary points is calculated as a minimum distance matrix between the two boundary points; 를 포함하는 보로노이 다이어그램을 기반으로 한 최근접점 탐색 방법.Nearest point search method based on the Voronoi diagram comprising a. 제7항에 있어서,The method of claim 7, wherein 상기 각 거리 행렬에 대한 두 경계지점 간의 거리는,The distance between two boundary points for each distance matrix is 수식 1에 의해 산출되는 것을 특징으로 하는 보로노이 다이어그램을 기반으로 한 최근접점 탐색 방법.Nearest point search method based on Voronoi diagram, characterized in that calculated by Equation 1. 수식 1:Equation 1: Dx=Dist(n(i,x),bi)+Dist(n(i,x)+n(j,x))+Dist(n(j,x),bj)Dx = Dist (n (i, x) , b i ) + Dist (n (i, x) + n (j, x) ) + Dist (n (j, x) , b j ) (여기서, x: 두 경계지점 간에 가능한 거리 행렬의 경우의 수,Where x is the number of possible distance matrices between two boundary points, Dx: x 거리행렬에 대한 두 경계지점 간의 거리,Dx: distance between two boundary points for the distance matrix, bi(1≤i≤n), bj(1≤j≤n): 서로 다른 두 경계지점,b i (1≤i≤n), b j (1≤j≤n): two different boundary points, n(i,j)(1≤i≤n, j=1|2): 두 경계지점을 포함하는 노드,n (i, j) (1≤i≤n, j = 1 | 2): node containing two boundary points, Dist(n(i,x),bi), Dist(n(j,x),bj): x 거리행렬에 대한 노드와 경계지점 간의 거리,Dist (n (i, x) , b i ), Dist (n (j, x) , b j ): distance between the node and the boundary point for the distance matrix x, Dist(n(i,x)+n(j,x)): x 거리행렬에 대한 노드 간의 거리)Dist (n (i, x) + n (j, x) ): distance between nodes for the distance matrix x 제5항에 있어서,The method of claim 5, 임의의 질의 지점에 대한 소정 개수의 최근접점을 검색하는 단계는;Retrieving a predetermined number of nearest points for any query point; 상기 질의 지점을 포함하는 보로노이 셀을 검색하여 상기 검색된 보로노이 셀 내의 POI를 첫 번째 최근접점으로 설정하는 단계와,Searching for a Voronoi cell including the query point and setting a POI in the found Voronoi cell as the first nearest point; 상기 셀 정보와 셀 최소거리 정보 및 상기 경계선 최소거리 정보를 이용하여 상기 질의 지점과 이웃하는 보로노이 셀을 대상으로 상기 질의지점과 최소거리를 가지는 POI를 차례로 검색하여 다음 최근접점으로 설정하는 단계Searching for the POI having the minimum distance with the query point in sequence with respect to the query point and the neighboring Voronoi cells using the cell information, the minimum distance information of the cell, and the boundary minimum distance information, and setting the next nearest point; 를 포함하는 보로노이 다이어그램을 기반으로 한 최근접점 탐색 방법.Nearest point search method based on the Voronoi diagram comprising a. 제9항에 있어서,The method of claim 9, 상기 질의지점과 최소거리를 가지는 POI를 차례로 검색하여 다음 최근접점으로 설정하는 단계는,Searching for the POI having the minimum distance with the query point in order and setting the next nearest point, 상기 질의 지점을 포함하는 보로노이 셀을 검색하고 상기 검색된 보로노이 셀의 경계지점에서 상기 질의 지점까지의 거리(A)를 산출하는 단계와,Searching for a Voronoi cell including the query point and calculating a distance A from a boundary point of the found Voronoi cell to the query point; 상기 저장된 경계선 최소거리 정보를 근거로, 상기 질의 지점을 포함하는 보로노이 셀과 이웃하는 보로노이 셀의 경계지점 간의 최소거리(B)를 검색하는 단계와,Searching for a minimum distance (B) between a border point of a neighboring Voronoi cell and the Voronoi cell including the query point based on the stored boundary minimum distance information; 상기 이웃하는 보로노이 셀에 해당하는 셀 최소거리 정보를 근거로, 상기 이웃하는 보로노이 셀의 경계지점과 상기 이웃하는 보로노이 셀의 POI 지점 간의 최소거리(C)를 검색하는 단계와,Searching for a minimum distance (C) between a boundary point of the neighboring Voronoi cell and a POI point of the neighboring Voronoi cell based on cell minimum distance information corresponding to the neighboring Voronoi cell; 상기 산출 또는 검색된 (A), (B), (C) 거리 값들을 이용하여 상기 질의지점 에서 상기 POI 지점까지의 최소거리를 산출하는 단계Calculating a minimum distance from the query point to the POI point using the calculated or retrieved distance values (A), (B), and (C) 를 포함하는 보로노이 다이어그램을 기반으로 한 최근접점 탐색 방법.Nearest point search method based on the Voronoi diagram comprising a. 제10항에 있어서,The method of claim 10, 상기 질의지점을 포함하는 보로노이 셀의 경계지점에서 상기 질의 지점까지의 거리(A)를 산출하는 단계는,Computing the distance (A) from the boundary point of the Voronoi cell including the query point to the query point, 상기 질의 지점을 포함하는 에지의 두 노드가 서로 다른 보로노이 셀을 가질 경우, 상기 질의 지점을 포함하는 보로노이 셀의 경계지점에서 상기 각 노드까지의 거리를 계산하여 그 중 최소거리를 갖는 거리를 상기 (A) 거리로 선택하는 것을 특징으로 하는 보로노이 다이어그램을 기반으로 한 최근접점 탐색 방법.When two nodes of the edge including the query point have different Voronoi cells, the distance from the boundary point of the Voronoi cell including the query point to each node is calculated and the distance having the minimum distance among them is calculated. (A) Nearest point search method based on the Voronoi diagram, characterized in that for selecting the distance. 제11항에 있어서,The method of claim 11, 상기 질의 지점을 포함하는 보로노이 셀의 경계지점에서 상기 질의지점까지의 거리(A)는,The distance A from the boundary point of the Voronoi cell including the query point to the query point is 수식 2에 의해 산출되는 것을 특징으로 하는 보로노이 다이어그램을 기반으로 한 최근접점 탐색 방법.Nearest point search method based on the Voronoi diagram, characterized in that calculated by Equation 2. 수식 2:Equation 2: Dist(q,bi)=Min(Dist(q,n1)+Dist(n1,bi), Dist(q,n2)+Dist(n2,bi))Dist (q, b i ) = Min (Dist (q, n 1 ) + Dist (n 1 , b i ), Dist (q, n 2 ) + Dist (n 2 , b i )) (여기서, q: 질의지점,Where q is the query point, bi: 질의지점을 포함하는 보로노이 셀의 경계지점,b i : boundary point of Voronoi cell including query point, Dist(q,bi): 질의지점을 포함하는 보로노이 셀의 경계지점에서 질의지점까지의 거리,Dist (q, b i ): distance from the boundary point of the Voronoi cell containing the query point to the query point, n1, n2: 질의지점을 포함하는 노드,n 1 , n 2 : node containing the query point, Dist(q,n1), Dist(q,n2): 질의지점에서 각 노드까지의 거리,Dist (q, n 1 ), Dist (q, n 2 ): the distance from the query point to each node, Dist(n1,bi), Dist(n2,bi): 경계지점에서 각 노드까지의 거리)Dist (n 1 , b i ), Dist (n 2 , b i ): distance from the boundary to each node) 제10항에 있어서,The method of claim 10, 상기 질의지점에서 상기 POI 지점까지의 최소거리는,The minimum distance from the query point to the POI point, 수식 3에 의해 산출되는 것을 특징으로 하는 보로노이 다이어그램을 기반으로 한 최근접점 탐색 방법.The nearest point search method based on a Voronoi diagram, which is calculated by Equation 3. 수식 3:Equation 3: MinDistq ,p=Min(Dist(q,bi)+Dist(bi,bj)+Dist(bj,p))MinDist q , p = Min (Dist (q, b i ) + Dist (bi, bj) + Dist (bj, p)) (여기서, q: 질의지점,Where q is the query point, p: POI 지점,p: POI point, MinDistq ,p: 질의지점에서 이웃하는 보로노이 셀의 POI 지점까지의 최소거리,MinDist q , p : minimum distance from query point to POI point of neighboring Voronoi cells, bi: 질의지점을 포함하는 보로노이 셀의 경계지점,b i : boundary point of Voronoi cell including query point, bj: 이웃하는 보로노이 셀의 경계지점,b j : boundary point of neighboring Voronoi cells, Dist(q,bi): 질의지점을 포함하는 보로노이 셀의 경계지점에서 질의지점까지의 거리,Dist (q, b i ): distance from the boundary point of the Voronoi cell containing the query point to the query point, Dist(bi,bj): 질의지점을 포함하는 보로노이 셀과 이웃하는 보로노이 셀의 경계지점 간의 거리,Dist (bi, bj): distance between the Voronoi cell containing the query point and the boundary point of the neighboring Voronoi cell, Dist(bj,p): 이웃하는 보로노이 셀의 경계지점과 POI 지점까지의 거리)Dist (bj, p): Distance between neighboring Voronoi cells and POI points) 제10항에 있어서,The method of claim 10, 상기 질의지점과 최소거리를 가지는 POI를 차례로 검색하여 다음 최근접점으로 설정하는 단계는,Searching for the POI having the minimum distance with the query point in order and setting the next nearest point, 상기 셀 정보와 셀 최소거리 정보 및 상기 경계선 최소거리 정보를 근거로, 상기 질의 지점을 기준으로 순차적으로 POI를 확장하면서 각 POI에 대하여 상기 질의지점에서 POI 지점까지의 최소거리를 산출하는 단계와,Calculating a minimum distance from the query point to the POI point for each POI while sequentially expanding the POI based on the query point based on the cell information, the cell minimum distance information, and the boundary minimum distance information; 상기 산출된 질의지점에서 POI 지점까지의 최소거리를 최근접점을 결정하기 위한 최소 힙(minimum heap)에 삽입하여 거리 순으로 상기 질의 지점에 대한 최근접점을 결정하는 단계Inserting the calculated minimum distance from the query point to the POI point into a minimum heap for determining the nearest point, and determining the nearest point to the query point in order of distance; 를 더 포함하는 보로노이 다이어그램을 기반으로 한 최근접점 탐색 방법.Nearest point search method based on the Voronoi diagram further comprising. 제4항 내지 제14항 중 어느 한 항의 방법을 실행하기 위한 프로그램이 기록 되어 있는 것을 특징으로 하는 컴퓨터에서 판독 가능한 기록 매체.A computer-readable recording medium in which a program for executing the method of any one of claims 4 to 14 is recorded.
KR1020070063023A 2007-06-26 2007-06-26 Method and system for finding nearest neighbors based on vboronoi diagram KR100906313B1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
KR1020070063023A KR100906313B1 (en) 2007-06-26 2007-06-26 Method and system for finding nearest neighbors based on vboronoi diagram
PCT/KR2008/002920 WO2009002020A2 (en) 2007-06-26 2008-05-26 Method and system for finding nearest neighbors based on vboronoi diagram

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020070063023A KR100906313B1 (en) 2007-06-26 2007-06-26 Method and system for finding nearest neighbors based on vboronoi diagram

Publications (2)

Publication Number Publication Date
KR20080113953A true KR20080113953A (en) 2008-12-31
KR100906313B1 KR100906313B1 (en) 2009-07-06

Family

ID=40186137

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020070063023A KR100906313B1 (en) 2007-06-26 2007-06-26 Method and system for finding nearest neighbors based on vboronoi diagram

Country Status (2)

Country Link
KR (1) KR100906313B1 (en)
WO (1) WO2009002020A2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101040521B1 (en) * 2009-10-13 2011-06-16 한국기술교육대학교 산학협력단 Centroid-based method to extend coverage area of moving object with sensor
WO2011162423A1 (en) * 2010-06-22 2011-12-29 전북대학교산학협력단 Method and system for finding nearest neighbor using voronoi diagram
KR20120015550A (en) * 2010-08-12 2012-02-22 팅크웨어(주) Apparatus and method for searching around
WO2014010801A1 (en) * 2012-07-12 2014-01-16 아주대학교산학협력단 Distribution method for continuous monitoring of k-nearest neighbor queries in limited area of road network
KR20170011722A (en) * 2015-07-24 2017-02-02 성균관대학교산학협력단 Optimal location determination method based on maximizing range sum on road network
KR101712847B1 (en) * 2015-11-20 2017-03-07 경북대학교 산학협력단 A method for computing safe exit points of moving k-nearest neighbor queries in directed road networks

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4777476B1 (en) * 2010-08-31 2011-09-21 株式会社東芝 Electronic map data processing system
CN102253961A (en) * 2011-05-17 2011-11-23 复旦大学 Method for querying road network k aggregation nearest neighboring node based on Voronoi graph
CN104537858B (en) * 2015-01-15 2016-12-28 盛泽明 Refuel vehicle information promulgating platform in gas station
US10267645B2 (en) 2016-02-17 2019-04-23 International Business Machines Corporation Method, apparatus and product for efficient solution of nearest object problems
CN108595608B (en) * 2018-04-20 2022-04-29 南京邮电大学 Road network communication scene oriented neighboring object index query method
CN109253717B (en) * 2018-10-09 2020-11-27 安徽大学 Mining area ground surface settlement three-dimensional laser scanning ground surface settlement monitoring and station setting method
CN112085236B (en) * 2020-09-04 2023-06-02 武汉大学 Urban hot spot POI detection method and device based on network taxi order data

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4862373A (en) 1987-05-13 1989-08-29 Texas Instruments Incorporated Method for providing a collision free path in a three-dimensional space
JP4126138B2 (en) 1999-09-22 2008-07-30 富士通株式会社 Database creation method and apparatus, program recording medium, speed record information display device, travel time calculation device, and route search device
US20050190991A1 (en) * 2004-02-27 2005-09-01 Intergraph Software Technologies Company Forming a single image from overlapping images
US20070116357A1 (en) * 2005-11-23 2007-05-24 Agfa-Gevaert Method for point-of-interest attraction in digital images

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101040521B1 (en) * 2009-10-13 2011-06-16 한국기술교육대학교 산학협력단 Centroid-based method to extend coverage area of moving object with sensor
WO2011162423A1 (en) * 2010-06-22 2011-12-29 전북대학교산학협력단 Method and system for finding nearest neighbor using voronoi diagram
KR20120015550A (en) * 2010-08-12 2012-02-22 팅크웨어(주) Apparatus and method for searching around
WO2014010801A1 (en) * 2012-07-12 2014-01-16 아주대학교산학협력단 Distribution method for continuous monitoring of k-nearest neighbor queries in limited area of road network
KR20170011722A (en) * 2015-07-24 2017-02-02 성균관대학교산학협력단 Optimal location determination method based on maximizing range sum on road network
KR101712847B1 (en) * 2015-11-20 2017-03-07 경북대학교 산학협력단 A method for computing safe exit points of moving k-nearest neighbor queries in directed road networks

Also Published As

Publication number Publication date
KR100906313B1 (en) 2009-07-06
WO2009002020A2 (en) 2008-12-31
WO2009002020A3 (en) 2009-02-19

Similar Documents

Publication Publication Date Title
KR100906313B1 (en) Method and system for finding nearest neighbors based on vboronoi diagram
US6574553B1 (en) System and method for calculating a navigation route based on adjacent cartographic map databases
US8935096B2 (en) Apparatus for fast path search by learning heuristic function and method thereof
US9595209B2 (en) Navigation system with map matching mechanism and method of operation thereof
JP4866951B2 (en) Positioning combination determination system
WO2006060173A1 (en) Method and system for multiple route navigation
US9869559B2 (en) Method and system for obtaining trajectory pattern of route
CN101532842A (en) Path planning method for determining target route from starting point to ending point and device thereof
JP2005141107A (en) System for providing regional map for movable body
JP2012511721A (en) Map database having vectors for determining destination and vector determination method
JP3967186B2 (en) NAVIGATION DEVICE, FACILITY INFORMATION UPDATE METHOD, ITS PROGRAM, AND RECORDING MEDIUM CONTAINING THE PROGRAM
JP4502335B2 (en) Map display system, terminal device, map display server, and map display method
KR101450525B1 (en) A method for computing safe exit points of moving range queries in road networks
CN103189718B (en) Path guiding device and path guide method
KR101025360B1 (en) Method and apparatus for finding shortest path for k-nearest neighbor searching in road network databases
JP4612678B2 (en) Route guidance device, route guidance method, route guidance program, and recording medium
EP1657525A1 (en) Navigation device
CN105556510B (en) Map information processing device, data generation method, and program
US10200814B1 (en) Voronoi diagram-based algorithm for efficient progressive continuous k-nearest neighbor query for moving objects
JP3717300B2 (en) Route selection method
CN107449426B (en) Navigation logic method and indoor AR navigation system thereof
KR101097656B1 (en) Method and system for searching nearest neighbors using vboronoi diagram
JP3910203B2 (en) Route selection method
JP2013088348A (en) Navigation terminal and method for acquiring position of the same
WO2004100106A1 (en) Method and apparatus for displaying map for navigation

Legal Events

Date Code Title Description
A201 Request for examination
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20130619

Year of fee payment: 5

FPAY Annual fee payment

Payment date: 20140618

Year of fee payment: 6

FPAY Annual fee payment

Payment date: 20150626

Year of fee payment: 7

LAPS Lapse due to unpaid annual fee