WO2020019162A1 - Map data reconstruction method and apparatus thereof, and recording medium - Google Patents

Map data reconstruction method and apparatus thereof, and recording medium Download PDF

Info

Publication number
WO2020019162A1
WO2020019162A1 PCT/CN2018/096830 CN2018096830W WO2020019162A1 WO 2020019162 A1 WO2020019162 A1 WO 2020019162A1 CN 2018096830 W CN2018096830 W CN 2018096830W WO 2020019162 A1 WO2020019162 A1 WO 2020019162A1
Authority
WO
WIPO (PCT)
Prior art keywords
map data
level
unit
units
size
Prior art date
Application number
PCT/CN2018/096830
Other languages
French (fr)
Chinese (zh)
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 CN201880042785.5A priority Critical patent/CN110869921A/en
Priority to PCT/CN2018/096830 priority patent/WO2020019162A1/en
Publication of WO2020019162A1 publication Critical patent/WO2020019162A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/29Geographical information databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions

Definitions

  • the present disclosure relates to a method, a device, and a recording medium for reconstructing, querying, and utilizing map data, and in particular, a method, a device, and a recording medium for reconstructing, querying, and utilizing map data.
  • map data is expressed in various forms.
  • multi-level map data such as octomap, 2.5D elevation map, multi-level map, etc.
  • the structure of multi-level map data is not conducive to querying the map data, and may even lead to a significant reduction in map query efficiency, such as limiting the use frequency of path planning.
  • the present disclosure has been made to solve the above-mentioned technical problems.
  • An aspect of the present disclosure provides a method for reconstructing map data.
  • the map data is multi-level map data composed of at least one upper unit including multiple lower units.
  • the method is characterized by comprising: In the multi-level map data, each of the map data units is read by using the unit size of the lower-level unit as the size of the map data unit; according to each of the read map data units, only the map data unit is generated. In the formed single-level map data, the position of each map data unit in the multi-level map data is consistent with the position in the single-level map data.
  • Another aspect of the present disclosure provides a map data query method that uses the single-level map data generated in the map data reconstruction method of the one aspect to perform a query.
  • Another aspect of the present disclosure provides a map data utilization method, including: generating the multi-level map data in the map data reconstruction method of the one aspect; generating the single-level map data; using the multi-level map data; The hierarchical map data is used to save and / or update the map data; the single-level map data is used to query the map data, and the content of the multi-level map data and the single-level map data are always consistent.
  • Another aspect of the present disclosure provides a map data reconstruction device including a processor and a memory, and computer-executable instructions are stored in the memory, and when the instructions are executed by the processor, the processing is performed.
  • the processor executes the map data reconstruction method of the one aspect.
  • Another aspect of the present disclosure provides a map data query device, including a processor and a memory, where computer-executable instructions are stored in the memory, and when the instructions are executed by the processor, the processor The map data query method of the another aspect is performed.
  • Another aspect of the present disclosure provides a map data utilization device including a processor and a memory, where computer-executable instructions are stored in the memory, and when the instructions are executed by the processor, the processor The map data utilization method of the another aspect is performed.
  • Another aspect of the present disclosure provides a recording medium storing executable instructions that, when executed by a processor, cause the processor to execute the map data reconstruction method of the one aspect, or the map of the other aspect A data query method, or a map data utilization method according to the other aspect.
  • FIG. 1 schematically illustrates a structure diagram of multiple secondary map data according to an embodiment of the present disclosure.
  • FIG. 2 schematically illustrates a schematic flowchart of a map data reconstruction method according to an embodiment of the present disclosure.
  • FIG. 3 schematically illustrates a brief flowchart of reading steps of multi-level map data in a map data reconstruction method according to an embodiment of the present disclosure.
  • FIG. 4 schematically illustrates a brief flowchart of a reconstruction process of a single-level map data in a map data reconstruction method according to an embodiment of the present disclosure.
  • FIG. 5 schematically illustrates a schematic flowchart of a map data query method according to another embodiment of the present disclosure.
  • FIG. 6 schematically illustrates a structure diagram of a map data reconstruction / query / utilization apparatus according to another embodiment of the present disclosure.
  • the robot needs to save the detected map data to provide it to other functional modules, such as obstacle avoidance module, navigation module, and perception module.
  • the robots here include: drones, self-driving cars, self-propelled robots, and other equipment that need to be mapped. They are not limited here. We will use drones as an example.
  • FIG. 1 schematically illustrates a structure diagram of multiple secondary map data according to an embodiment of the present disclosure.
  • the map represents the position and size of the map data stored in the drone in three dimensions.
  • the multi-level map data in the embodiment of the present disclosure may include a grid Grid level, a cell Cell level included in the grid Grid level, and a block Level included in the cell Cell level.
  • the grid Grid level may have a three-dimensional structure of 16m * 16m * 16m, which may include multiple cells Cell as its lower level unit (ie, second level).
  • a cell Cell, and each of the plurality of cells Cell may have a size of, for example, 1m * 1m * 1m, that is, the resolution of the grid Grid level may be considered to be 1m * 1m * 1m (low resolution).
  • a plurality of cells Cells are continuously arranged in a predetermined order (a first order, for example, a predetermined order in which the plurality of Cells are arranged in the grid Grid hierarchy).
  • the overall size of the cell Cell may be 1m * 1m * 1m as described above.
  • the cell Cell can be divided into two types.
  • One type of cell Cell is shown in the cell Cell-1 of FIG. 1, which can include multiple block blocks as its lower-level unit (ie, the third level).
  • 8 * 8 * 8 block blocks, and the size of each of the plurality of block blocks can be, for example, 0.125m * 0.125m * 0.125m, that is, the resolution of the cell cell level can be considered to be 0.125m * 0.125m * 0.125m (high resolution) .
  • a plurality of block Blocks are also continuously arranged in a predetermined order (a second order, for example, a predetermined order in which the plurality of block blocks are arranged in the cell Cell level).
  • a second order for example, a predetermined order in which the plurality of block blocks are arranged in the cell Cell level.
  • Another type of cell Cell is shown in the cell Cell-2 of FIG. 1, which does not include a lower-level cell, but as a unit of 1m * 1m * 1m Cell is included in the Grid hierarchy as a whole.
  • the reason for the existence of these two types of cells Cell can be considered, for example, in the process of saving or updating multi-level map data, in order to improve the efficiency of saving or updating, high resolution is usually adopted for areas with obstacles (considering the need for refinement) High-level multi-level data structures such as Cell-1, and only low-resolution even single-level data structures such as Cell-2 are used for areas such as no obstacles or areas with the same obstacle as a whole.
  • a method of tree storage based on the first order and the second order it may be considered as follows: For example, first, in a grid Grid level, a first cell Cell is found in the first order Then, in the first cell Cell, all data in the first cell Cell are continuously stored in the second order, and then, in the grid Grid level, the second cell Cell is found in the first order, And so on, until all cells Cell are found in the grid Grid level and all data is continuously stored in all cells Cell.
  • the upper left corner indicates the arrangement direction of the map data unit (for example, including Cell or Block).
  • the x-axis can represent the far and near direction
  • the y-axis can represent the left-right direction
  • the z-axis can represent the high and low direction.
  • the above only shows the structure of common 3D three-level map data as an example.
  • the map data can also have a two-dimensional structure. At this time, it can be considered as: for example, on the basis of a two-dimensional xy coordinate plane, labeling binary values at each xy coordinate point, or directly labeling the binary height. Value to represent another dimension beyond 2 dimensions.
  • it can also be a multi-level map data structure with more than three levels.
  • the block level can continue to include sub-block levels as subordinate units, and it can even be divided into micro-blocks and more. Small levels, that is, can be divided into the smallest level allowed by the resolution.
  • the multi-level map data shown in FIG. 1 is beneficial to the preservation and / or update of the map data, the structure of such multi-level map data is not conducive to querying the map data, and may even lead to maps.
  • the query efficiency is greatly reduced, for example, the use frequency of path planning is limited.
  • the inventors of the present disclosure have studied a single-level map data reconstruction method based on multi-level map data in order to improve query efficiency for such multi-level map data.
  • FIG. 2 schematically illustrates a schematic flowchart of a map data reconstruction method according to an embodiment of the present disclosure.
  • the map data reconstruction method may include reading of multi-level map data (step S1) and reconstruction of single-level map data (step S2).
  • the structure of the map data is as described above, and it may be multi-level map data configured such that at least one upper unit includes a plurality of lower units.
  • the multiple lower-level cells may not only refer to a structure such as a grid Grid level including multiple cell Cell levels, and / or a cell Cell level further including multiple block Block levels, but also may refer to, for example, and / or block Block levels It further includes a sub-block Sub-Block hierarchy, and even a sub-block Sub-Block hierarchy further includes a structure such as a micro-block Micro-Block and a smaller hierarchy.
  • the at least one higher-level cell is as shown in FIG. 1.
  • the higher-level cell Cell-1 including a plurality of lower-level cells, it may be considered that there may be a cell-2 that does not include a lower-level cell.
  • each of the map data units is read from the multi-level map data with the unit size of the lower-level unit as the size of the map data unit.
  • each map data unit may be read with the size of the block Block (i.e., 0.125m * 0.125m * 0.125m) as shown in FIG.
  • step S2 based on the map data unit read in the reading of the multi-level map data (step S1), only the respective map data units are generated.
  • Single-level map data for example, a structure of (16 * 8) * (16 * 8) * (16 * 8)
  • a map data unit for example, a block block of 0.125m * 0.125m * 0.125m).
  • the content of the single-level map data that is finally generated is consistent with the content of the multi-level map data, that is, the content of the single-level map data is a "snapshot" of the content of the multi-level map data. That is, the position of each map data unit in the multi-level map data is consistent with the position in the single-level map data.
  • the single-level map data can be used to perform an efficient and fast query directly, thereby avoiding the inefficient problem such as the hierarchical query in the multi-level map data query.
  • a block Block level further includes a sub-block Sub-Block level
  • a sub-block Sub-Block level further includes a smaller level such as a micro-block Micro-Block
  • the unit size is preferably the unit size of the unit at the lowest level.
  • the lowest level is the sub-block Sub-Block level
  • the micro-block Micro-Block level it is preferable to use the micro-block level.
  • the size of the block Micro-Block is taken as the unit size.
  • FIG. 3 schematically illustrates a brief flowchart of reading steps of multi-level map data in a map data reconstruction method according to an embodiment of the present disclosure.
  • step S1 in the reading of the multi-level map data, it may further specifically include: reading for an upper unit including a lower unit (step S1-1) and Reading of the upper unit (step S1-2).
  • step S1-1 for the upper unit including the lower unit, for example, for the at least one upper unit (for example, in the grid Grid hierarchy shown in FIG. 1) Cell-1), according to the first predetermined order of the superior unit (that is, the first order, for example, a predetermined order in which a plurality of cells are arranged in a Grid hierarchy) and the superior unit includes A second predetermined order of the lower-level cells (that is, the second order, for example, a predetermined order in which a plurality of blocks are arranged in the cell Cell level) to read each of the map data units.
  • the first predetermined order of the superior unit that is, the first order, for example, a predetermined order in which a plurality of cells are arranged in a Grid hierarchy
  • the superior unit includes A second predetermined order of the lower-level cells (that is, the second order, for example, a predetermined order in which a plurality of blocks are arranged in the cell Cell level) to read each of the map data units.
  • a table preset with indexes of various levels may be stored in advance, for example, a grid Grid level table stores the indexes of each cell Cell included, and a cell Cell level table stores each index included The index of the block.
  • the at least one higher-level unit (for example, the cell Cell-1 in the grid Grid level shown in FIG. 1) is included in the first predetermined order of the upper-level unit and the upper-level unit includes Reading each of the map data units in a second predetermined order of the lower-level units may specifically include: obtaining an upper-level unit index (for example, a network of the upper-level unit (for example, the cell Cell) according to the first predetermined order).
  • the Grid hierarchy uses the index of each cell Cell included in the table); according to the second predetermined order of the lower cell included in the upper cell corresponding to the higher cell index, the lower cell is obtained (for example, Block )
  • a lower-level unit index for example, the index of each block Block included in the table for the cell Cell hierarchy; read the map data unit according to the obtained lower-level unit index.
  • step S1-2 in the reading (step S1-2) for a higher-level unit that does not include a lower-level unit, for the other higher-level units (for example, the one shown in FIG. 1) other than the at least one higher-level unit Cell-2), in accordance with the first predetermined order of the upper-level cells (that is, the first order, for example, a predetermined order in which a plurality of cells are arranged in a grid Grid level), using the map data
  • the size of the unit eg, the size of the block 0.125m * 0.125m * 0.125m
  • the map data units can be sized in any order (for example, blocks
  • the size of the block is 0.125m * 0.125m * 0.125m) to read each of said map data units.
  • the same reading method as in Cell-1 may be selected for reading.
  • FIG. 4 schematically illustrates a brief flowchart of a reconstruction process of a single-level map data in a map data reconstruction method according to an embodiment of the present disclosure.
  • step S2 in the reconstruction of the single-level map data (step S2), it may further specifically include: setting the data arrangement direction (step S2-1) and reconstructing the data according to the arrangement direction (step S2) -2).
  • the plurality of arrangement directions may include an X-axis direction representing a near-far direction, a Y-axis direction representing a left-right direction, and a Z-axis direction representing a high-low direction.
  • each of the plurality of arrangement directions (for example, the X-axis direction, the Y-axis direction, and the Z-axis can be arranged).
  • Direction to arrange each of the map data units to generate the single-level map data.
  • priorities respectively for the plurality of arrangement directions; and to arrange the map data units according to the plurality of arrangement directions according to the priorities to generate the single-level map data.
  • the priority may be preferably set as: the Z-axis direction> the Y-axis direction> the X-axis direction. In this way, since the arrangement in the Z-axis direction is performed first, the content of the reconstructed single-level map data can be more easily made consistent with the content of the original single-level map data.
  • the data query is performed by using the single-level map data generated by the map data reconstruction method of the embodiment of the present disclosure, which can avoid the inefficient problem such as separate hierarchical query when querying the multi-level map data.
  • the single-level map data to perform efficient and fast query directly, the query speed and efficiency can be greatly improved, and the user experience can be improved.
  • the map data query method is a map data query method that uses the single-layer map data generated by the map data reconstruction method according to the embodiment of the present disclosure to perform a query.
  • the map data query method may include: updating the multi-level map data (step S11), and generating the updated single-level map data (Step S12) and query using single-level map data (Step S13).
  • the multi-level map data is updated; in the generating of the updated single-level map data (step S12), according to the updated
  • the multi-level map data is generated by using the map data reconstruction method in the embodiment of the present disclosure to generate the updated single-level map data; in the query using the single-level map data (step S13) , Using the generated the updated single-level map data for query processing.
  • the query speed and efficiency can also be greatly improved, and the user experience can be improved.
  • the multi-level map data and the single-level map data in the map data reconstruction method according to the embodiment of the present disclosure may be provided at the same time.
  • the multiple secondary map data is used for saving and / or updating, and the single-level map data is used for querying.
  • the map data utilization method may include: generating the multi-level map data in the map data reconstruction method according to the embodiment of the present disclosure; using the map data reconstruction method according to the embodiment of the present disclosure to generate The single-level map data; using the multi-level map data to save and / or update the map data; and using the single-level map data to query the map data, wherein the multi-level map data and The content of the single-level map data is always consistent, that is, the content of the single-level map data is a "snapshot" of the content of the multi-level map data.
  • FIG. 7 uses FIG. 7 as an example to describe another apparatus that implements the map data reconstruction / query / utilization method in a hardware manner.
  • FIG. 6 schematically illustrates a structure diagram of a map data reconstruction / query / utilization apparatus according to another embodiment of the present disclosure.
  • the device 300 may include a processor 310 (for example, a CPU, etc.) and a memory 320 (for example, a hard disk HDD, a read-only memory ROM, etc.).
  • a readable storage medium 321 for example, a magnetic disk, an optical disc CD-ROM, USB, etc. indicated by a dotted line may be included.
  • FIG. 6 is only an example, and does not limit the technical solution of the present disclosure.
  • Each part of the apparatus 300 may be one or more.
  • the processor 310 may be one or multiple processors.
  • the process described above with reference to the flowchart (FIGS. 2-5) of the map data reconstruction / query / utilization method of the embodiment of the present disclosure can be implemented as a computer software program.
  • the computer software program may be one or more.
  • the computer software program is stored in the memory 320 of the device 300 as a storage device, and by executing the computer software program, one or more processors 310 of the device 300 execute the diagram of the present disclosure.
  • 2- The method for reconstructing / querying / utilizing the map data shown in the flowcharts of FIG. 5 and the like, and a variant thereof.
  • map data reconstruction / inquiry / utilization method may also be stored as a computer program in a computer-readable storage medium (for example, the readable storage medium 521 shown in FIG. 6).
  • the computer program It may include code / computer-executable instructions to cause a computer to execute the map data reconstruction / query / utilization method shown in the flowcharts of FIG. 2 to FIG. 5 and the like, and a modification thereof.
  • the computer-readable storage medium may be, for example, any medium capable of containing, storing, transmitting, propagating, or transmitting instructions.
  • a readable storage medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, device, device, or propagation medium.
  • Specific examples of readable storage media include: magnetic storage devices such as magnetic tapes or hard disk drives (HDD); optical storage devices such as optical disks (CD-ROM); memories such as random access memory (RAM) or flash memory; and / or wired / Wireless communication link.
  • the computer program may be configured to have computer program code including, for example, a computer program module.
  • computer program module the division manner and number of modules are not fixed, and those skilled in the art may use appropriate program modules or program module combinations according to actual conditions.
  • program module combinations are executed by a computer (or processor), the computer For example, the process of the map data reconstruction / query / utilization method described above in conjunction with Figs. 2-5 and its variants can be performed.

Abstract

The present invention provides a map data reconstruction, query, and utilization method and an apparatus thereof, and a recording medium. The map data is multilevel map data constituted in a mode that at least one superior unit comprises multiple subordinate units. The map data reconstruction method comprises: from the multilevel map data, reading multiple map data units by taking the unit size of the subordinate unit as the size of the map data units; and generating single level map data constituted only by the multiple map data units according to the read map data units, the positions of the map data units in the multilevel map data being consistent with the positions in the single level map data.

Description

地图数据重构方法及其装置、记录介质Map data reconstruction method, device and recording medium 技术领域Technical field
本公开涉及一种地图数据重构、查询、利用方法及其装置、记录介质,尤其涉及多层级地图数据重构、查询、利用方法及其装置、记录介质。The present disclosure relates to a method, a device, and a recording medium for reconstructing, querying, and utilizing map data, and in particular, a method, a device, and a recording medium for reconstructing, querying, and utilizing map data.
背景技术Background technique
随着机器人(例如,包括无人机、自动驾驶型汽车、自走型机器人等自走型设备)技术的快速发展,对导航技术即地图数据的处理要求也越来越高。With the rapid development of robot (for example, self-propelled devices such as drones, self-driving cars, and self-propelled robots), the requirements for navigation technology, that is, map data processing, have become higher and higher.
其中,例如针对无人机等自走型设备,常常需要快速查询地图数据,以确定该设备当前可行区域和/或指示该设备躲避障碍物等。这样,复杂的导航任务或者复杂的导航环境就需要以较高的频率查询地图数据,能否高效的查询地图数据显得至关重要。Among them, for self-propelled devices such as drones, it is often necessary to quickly query map data to determine the current feasible area of the device and / or instruct the device to avoid obstacles. In this way, complex navigation tasks or complex navigation environments need to query the map data at a higher frequency, and it is important to be able to query the map data efficiently.
然而,现有的地图数据的表达形式多种多样,其中,例如octomap、2.5D高程图、多级地图等这样的多层级地图数据,虽然有利于地图数据的保存和/或更新,但这样的多层级地图数据的结构并不利于地图数据的查询,甚至会导致地图查询效率的大大降低,例如会使路径规划的使用频率受限。However, the existing map data is expressed in various forms. Among them, multi-level map data such as octomap, 2.5D elevation map, multi-level map, etc., although it is beneficial to save and / or update map data, The structure of multi-level map data is not conducive to querying the map data, and may even lead to a significant reduction in map query efficiency, such as limiting the use frequency of path planning.
由此,如何重构地图数据的结构以提高查询速度和/或如何构建和利用地图数据以兼顾有利于数据更新和数据查询,以提升用户体验,就成为本领域急切有待解决的技术问题。Therefore, how to reconstruct the structure of the map data to improve the query speed and / or how to construct and use the map data to take into account both the data update and the data query in order to improve the user experience has become an urgent technical problem in this field.
发明内容Summary of the Invention
本公开就是为了解决上述这样的技术问题而做出的。The present disclosure has been made to solve the above-mentioned technical problems.
本公开的一个方面提供了一种地图数据重构方法,该地图数据是以至少1个上级单元包含多个下级单元的方式构成的多层级地图数据,该方法的特征在于,包括:从所述多层级地图数据中,以所述下级单元的单元尺寸作为地图数据单元的尺寸来读取各个所述地图数据单元;根据所读取的各个所述地图数据单元来生成仅由各个该地图数据单元构成的单层级地图数据,各个所述地图数据单元在所述多层级地图数据中的位置与在所述单层级地图数据中位置一致。An aspect of the present disclosure provides a method for reconstructing map data. The map data is multi-level map data composed of at least one upper unit including multiple lower units. The method is characterized by comprising: In the multi-level map data, each of the map data units is read by using the unit size of the lower-level unit as the size of the map data unit; according to each of the read map data units, only the map data unit is generated. In the formed single-level map data, the position of each map data unit in the multi-level map data is consistent with the position in the single-level map data.
本公开的另一个方面提供了一种地图数据查询方法,利用所述一个方面的地图数据重构方法中生成的所述单层级地图数据来进行查询。Another aspect of the present disclosure provides a map data query method that uses the single-level map data generated in the map data reconstruction method of the one aspect to perform a query.
本公开的另一个方面提供了一种地图数据利用方法,包括:生成所述一个方面的地图数据重构方法中的所述多层级地图数据;生成所述单层级地图数据;利用所述多层级地图数据来进行地图数据的保存和/或更新;利用所述单层级地图数据来进行地图数据的查询,所述多层级地图数据与所述单层级地图数据的内容始终保持一致。Another aspect of the present disclosure provides a map data utilization method, including: generating the multi-level map data in the map data reconstruction method of the one aspect; generating the single-level map data; using the multi-level map data; The hierarchical map data is used to save and / or update the map data; the single-level map data is used to query the map data, and the content of the multi-level map data and the single-level map data are always consistent.
本公开的另一个方面提供了一种地图数据重构装置,包括处理器和存储器,在所述存储器中存储有计算机可执行指令,在所述指令被所述处理器执行时,使所述处理器执行所述一个方面的地图数据重构方法。Another aspect of the present disclosure provides a map data reconstruction device including a processor and a memory, and computer-executable instructions are stored in the memory, and when the instructions are executed by the processor, the processing is performed. The processor executes the map data reconstruction method of the one aspect.
本公开的另一个方面提供了一种地图数据查询装置,包括处理器和存储器,在所述存储器中存储有计算机可执行指令,在所述指令被所述处理器执行时,使所述处理器执行所述另一个方面的地图数据查询方法。Another aspect of the present disclosure provides a map data query device, including a processor and a memory, where computer-executable instructions are stored in the memory, and when the instructions are executed by the processor, the processor The map data query method of the another aspect is performed.
本公开的另一个方面提供了一种地图数据利用装置,包括处理器和存储器,在所述存储器中存储有计算机可执行指令,在所述指令被所述处理器执行时,使所述处理器执行所述另一个方面的地图数据利用方法。Another aspect of the present disclosure provides a map data utilization device including a processor and a memory, where computer-executable instructions are stored in the memory, and when the instructions are executed by the processor, the processor The map data utilization method of the another aspect is performed.
本公开的另一个方面提供了一种记录介质,存储有可执行指令,该指令被处理器执行时使该处理器执行所述一个方面的地图数据重构方法、或所述另一方面的地图数据查询方法、或所述另一方面的地图数据利用方法。Another aspect of the present disclosure provides a recording medium storing executable instructions that, when executed by a processor, cause the processor to execute the map data reconstruction method of the one aspect, or the map of the other aspect A data query method, or a map data utilization method according to the other aspect.
附图说明BRIEF DESCRIPTION OF THE DRAWINGS
为了更完整地理解本公开及其优势,现在将参考结合附图的以下描述,其中:For a more complete understanding of the disclosure and its advantages, reference will now be made to the following description in conjunction with the accompanying drawings, in which:
图1示意性示出了本公开实施例的多次级地图数据的结构简图。FIG. 1 schematically illustrates a structure diagram of multiple secondary map data according to an embodiment of the present disclosure.
图2示意性示出了本公开实施例的地图数据重构方法的简要流程图。FIG. 2 schematically illustrates a schematic flowchart of a map data reconstruction method according to an embodiment of the present disclosure.
图3示意性示出了本公开实施例的地图数据重构方法中的多层级地图数据的读取步骤的简要流程图。FIG. 3 schematically illustrates a brief flowchart of reading steps of multi-level map data in a map data reconstruction method according to an embodiment of the present disclosure.
图4示意性示出了本公开实施例的地图数据重构方法中的单层级地图数据的重构步骤的简要流程图。FIG. 4 schematically illustrates a brief flowchart of a reconstruction process of a single-level map data in a map data reconstruction method according to an embodiment of the present disclosure.
图5示意性示出了本公开另一实施例的地图数据查询方法的简要流程图。FIG. 5 schematically illustrates a schematic flowchart of a map data query method according to another embodiment of the present disclosure.
图6示意性示出了本公开另一实施例的地图数据重构/查询/利用装置的结构简图。FIG. 6 schematically illustrates a structure diagram of a map data reconstruction / query / utilization apparatus according to another embodiment of the present disclosure.
具体实施方式detailed description
随着机器人技术的发展,机器人对于周围环境的探测越来越重要,机器人需要将探测到的地图数据进行保存,以提供给其它的功能模块来使用,例如:避障模块、导航模块、感知模块等等,这里的机器人包括:无人机、自动驾驶型汽车、自走型机器人等需要进行地图构建的设备,这里并不做限定,后续我们以无人机为例进行说明。With the development of robot technology, the detection of the surrounding environment by the robot is more and more important. The robot needs to save the detected map data to provide it to other functional modules, such as obstacle avoidance module, navigation module, and perception module. Wait, the robots here include: drones, self-driving cars, self-propelled robots, and other equipment that need to be mapped. They are not limited here. We will use drones as an example.
以下,将参照附图来描述本公开的实施例。Hereinafter, embodiments of the present disclosure will be described with reference to the drawings.
图1示意性示出了本公开实施例的多次级地图数据的结构简图。FIG. 1 schematically illustrates a structure diagram of multiple secondary map data according to an embodiment of the present disclosure.
这里,为了方便理解,作为示例仅仅示出了一种常见的3维三层级地图数据的结构。该地图表示无人机所保存的地图数据在三维空间中的位置和大小。Here, in order to facilitate understanding, as an example, only a common structure of three-dimensional three-level map data is shown. The map represents the position and size of the map data stored in the drone in three dimensions.
如图1所示,本公开实施例的多次级地图数据可以包括网格Grid层级、该网格Grid层级包含的单元Cell层级和该单元Cell层级包含的块Block层级。As shown in FIG. 1, the multi-level map data in the embodiment of the present disclosure may include a grid Grid level, a cell Cell level included in the grid Grid level, and a block Level included in the cell Cell level.
其中,网格Grid层级例如整体尺寸可以为一个16m*16m*16m的3 维结构,其可以包含作为其下级单元(即第二层级)的多个单元Cell,这里,例如16*16*16个单元Cell,所述多个单元Cell各自的尺寸例如可以为1m*1m*1m,即可以认为网格Grid层级的分辨率为1m*1m*1m(低分辨率)。此外,例如,在内存的网格Grid层级中,多个单元Cell是以预定的顺序(第一顺序,例如,预先规定的在网格Grid层级中多个单元Cell排列的顺序)连续排列的。Among them, the grid Grid level, for example, may have a three-dimensional structure of 16m * 16m * 16m, which may include multiple cells Cell as its lower level unit (ie, second level). A cell Cell, and each of the plurality of cells Cell may have a size of, for example, 1m * 1m * 1m, that is, the resolution of the grid Grid level may be considered to be 1m * 1m * 1m (low resolution). In addition, for example, in the grid Grid hierarchy of the memory, a plurality of cells Cells are continuously arranged in a predetermined order (a first order, for example, a predetermined order in which the plurality of Cells are arranged in the grid Grid hierarchy).
在单元Cell层级中,其单元Cell整体尺寸如上所述可以为1m*1m*1m。其中,单元Cell可以分为两类,一类单元Cell如图1的单元Cell-1所示,其可以包含作为其下级单元(即第三层级)的多个块Block,这里,例如8*8*8个块Block,所述多个块Block各自的尺寸例如可以为0.125m*0.125m*0.125m,即可以认为单元Cell层级的分辨率为0.125m*0.125m*0.125m(高分辨率)。此外,例如,在内存的单元Cell层级中,多个块Block也是以预定的顺序(第二顺序,例如,预先规定的在单元Cell层级中多个块Block排列的顺序)连续排列的。另一类单元Cell如图1的单元Cell-2所示,其不包含下级单元,而作为一个1m*1m*1m的单元Cell整体包含于Grid层级中。存在这两类单元Cell的原因例如可以考虑为:在多层级地图数据的保存或更新过程中,为了提高保存或更新效率,通常对于例如存在障碍物的区域(考虑到需要细化)采用高分辨率的例如Cell-1这样的多层级数据结构,而对于例如不存在障碍物的区域或整体为同一障碍物的区域仅采用低分辨率的例如Cell-2这样的甚至单层级数据结构。In the cell Cell level, the overall size of the cell Cell may be 1m * 1m * 1m as described above. Among them, the cell Cell can be divided into two types. One type of cell Cell is shown in the cell Cell-1 of FIG. 1, which can include multiple block blocks as its lower-level unit (ie, the third level). Here, for example, 8 * 8 * 8 block blocks, and the size of each of the plurality of block blocks can be, for example, 0.125m * 0.125m * 0.125m, that is, the resolution of the cell cell level can be considered to be 0.125m * 0.125m * 0.125m (high resolution) . In addition, for example, in the cell Cell level of the memory, a plurality of block Blocks are also continuously arranged in a predetermined order (a second order, for example, a predetermined order in which the plurality of block blocks are arranged in the cell Cell level). Another type of cell Cell is shown in the cell Cell-2 of FIG. 1, which does not include a lower-level cell, but as a unit of 1m * 1m * 1m Cell is included in the Grid hierarchy as a whole. The reason for the existence of these two types of cells Cell can be considered, for example, in the process of saving or updating multi-level map data, in order to improve the efficiency of saving or updating, high resolution is usually adopted for areas with obstacles (considering the need for refinement) High-level multi-level data structures such as Cell-1, and only low-resolution even single-level data structures such as Cell-2 are used for areas such as no obstacles or areas with the same obstacle as a whole.
这里,作为基于所述第一顺序及所述第二顺序的树形存储的一种方式,可以考虑为:例如,首先,在网格Grid层级中,按照所述第一顺序找到第一单元Cell,然后,在该第一单元Cell中,按照所述第二顺序将该第一单元Cell中所有数据连续存储,然后,在网格Grid层级中,按照所述第一顺序找到第二单元Cell,以此类推,直至在网格Grid层级中找完所有单元Cell并在所有单元Cell中连续存储完所有数据。Here, as a method of tree storage based on the first order and the second order, it may be considered as follows: For example, first, in a grid Grid level, a first cell Cell is found in the first order Then, in the first cell Cell, all data in the first cell Cell are continuously stored in the second order, and then, in the grid Grid level, the second cell Cell is found in the first order, And so on, until all cells Cell are found in the grid Grid level and all data is continuously stored in all cells Cell.
另外,在图1中,左上角标示了地图数据单元(例如包括Cell或Block)的排列方向,例如,x轴可以表示远近方向,y轴可以表示左右方向,z轴可以表示高低方向。In addition, in FIG. 1, the upper left corner indicates the arrangement direction of the map data unit (for example, including Cell or Block). For example, the x-axis can represent the far and near direction, the y-axis can represent the left-right direction, and the z-axis can represent the high and low direction.
此外,以上作为一种示例仅示出了常见的3维三层级地图数据的结构。不言而喻,地图数据当然也可以为2维结构,这时,可以考虑为:例如,在2维的xy坐标平面的基础上,在各xy坐标点处标注二进制数值,或者直接标注二进制高度值,以表示2维之外的另一维度。而且,还可以为三层级以上的多层级地图数据的结构,例如,在块Block层级中还可以继续包含作为更下级单元的子块Sub-Block层级,甚至可以划分到微块Micro-Block等更小层级,即可以划分到分辨率容许的最小层级即可。In addition, the above only shows the structure of common 3D three-level map data as an example. It goes without saying that the map data can also have a two-dimensional structure. At this time, it can be considered as: for example, on the basis of a two-dimensional xy coordinate plane, labeling binary values at each xy coordinate point, or directly labeling the binary height. Value to represent another dimension beyond 2 dimensions. In addition, it can also be a multi-level map data structure with more than three levels. For example, the block level can continue to include sub-block levels as subordinate units, and it can even be divided into micro-blocks and more. Small levels, that is, can be divided into the smallest level allowed by the resolution.
如上所述,如图1所示的这种多层级地图数据,虽然有利于地图数据的保存和/或更新,但这样的多层级地图数据的结构并不利于地图数据的查询,甚至会导致地图查询效率的大大降低,例如会使路径规划的使用频率受限。As mentioned above, although the multi-level map data shown in FIG. 1 is beneficial to the preservation and / or update of the map data, the structure of such multi-level map data is not conducive to querying the map data, and may even lead to maps. The query efficiency is greatly reduced, for example, the use frequency of path planning is limited.
为此,本公开的发明人针对这种多层级地图数据,为了提高查询效率而研究了一种基于多层级地图数据的单层级地图数据重构方法。To this end, the inventors of the present disclosure have studied a single-level map data reconstruction method based on multi-level map data in order to improve query efficiency for such multi-level map data.
下面,参照图2-图4来说明本公开实施例的地图数据重构方法。Hereinafter, a map data reconstruction method according to an embodiment of the present disclosure will be described with reference to FIGS. 2 to 4.
图2示意性示出了本公开实施例的地图数据重构方法的简要流程图。FIG. 2 schematically illustrates a schematic flowchart of a map data reconstruction method according to an embodiment of the present disclosure.
如图2所示,本公开实施例的地图数据重构方法可以包括:多层级地图数据的读取(步骤S1)和单层级地图数据的重构(步骤S2)。其中,所述地图数据的结构如上所述,可以是以至少1个上级单元包含多个下级单元的方式构成的多层级地图数据。这里,所述多个下级单元不仅可以指例如网格Grid层级包含多个单元Cell层级,和/或单元Cell层级进一步包含多个块Block层级这样的结构,还可以指例如和/或块Block层级进一步包含子块Sub-Block层级,甚至子块Sub-Block层级进一步包含微块Micro-Block等更小层级这样的结构。另外,这里,所谓至少1个上级单元是如图1所示那样,考虑到除了包含多个下级单元的上级单元Cell-1以外,还存在不包含下级单元的Cell-2的情形。As shown in FIG. 2, the map data reconstruction method according to the embodiment of the present disclosure may include reading of multi-level map data (step S1) and reconstruction of single-level map data (step S2). The structure of the map data is as described above, and it may be multi-level map data configured such that at least one upper unit includes a plurality of lower units. Here, the multiple lower-level cells may not only refer to a structure such as a grid Grid level including multiple cell Cell levels, and / or a cell Cell level further including multiple block Block levels, but also may refer to, for example, and / or block Block levels It further includes a sub-block Sub-Block hierarchy, and even a sub-block Sub-Block hierarchy further includes a structure such as a micro-block Micro-Block and a smaller hierarchy. In addition, here, the at least one higher-level cell is as shown in FIG. 1. In addition to the higher-level cell Cell-1 including a plurality of lower-level cells, it may be considered that there may be a cell-2 that does not include a lower-level cell.
在所述多层级地图数据的读取(步骤S1)中,从所述多层级地图数据中,以所述下级单元的单元尺寸作为地图数据单元的尺寸来读取各个所述地图数据单元。例如,可以以图1所示的块Block的尺寸(即0.125m*0.125m*0.125m)作为地图数据单元的尺寸来读取各个所述地图 数据单元。In the reading of the multi-level map data (step S1), each of the map data units is read from the multi-level map data with the unit size of the lower-level unit as the size of the map data unit. For example, each map data unit may be read with the size of the block Block (i.e., 0.125m * 0.125m * 0.125m) as shown in FIG.
接着,在所述单层级地图数据的重构(步骤S2)中,根据在所述多层级地图数据的读取(步骤S1)中所读取的所述地图数据单元来生成仅由各个该地图数据单元(例如,0.125m*0.125m*0.125m的块Block)构成的单层级地图数据(例如,(16*8)*(16*8)*(16*8)的结构)。Next, in the reconstruction of the single-level map data (step S2), based on the map data unit read in the reading of the multi-level map data (step S1), only the respective map data units are generated. Single-level map data (for example, a structure of (16 * 8) * (16 * 8) * (16 * 8)) constituted by a map data unit (for example, a block block of 0.125m * 0.125m * 0.125m).
而且,最终生成的所述单层级地图数据的内容与所述多层级地图数据的内容保持一致,即所述单层级地图数据的内容是所述多层级地图数据的内容的“快照”。也就是说,各个所述地图数据单元在所述多层级地图数据中的位置与在所述单层级地图数据中位置一致。Moreover, the content of the single-level map data that is finally generated is consistent with the content of the multi-level map data, that is, the content of the single-level map data is a "snapshot" of the content of the multi-level map data. That is, the position of each map data unit in the multi-level map data is consistent with the position in the single-level map data.
由此,在数据查询时就能够利用所述单层级地图数据直接进行高效的快速查询,避免了多层级地图数据查询时的分别逐层级查询那样的低效问题。Therefore, in the data query, the single-level map data can be used to perform an efficient and fast query directly, thereby avoiding the inefficient problem such as the hierarchical query in the multi-level map data query.
另外,在所述多层级地图数据的结构是例如块Block层级进一步包含子块Sub-Block层级,甚至子块Sub-Block层级进一步包含微块Micro-Block等更小层级这样的结构的情况下,所述单元尺寸(即地图数据单元的尺寸)优选为最下层级的单元的单元尺寸。例如,在最下层级是子块Sub-Block层级的情况下,优选以子块Sub-Block的尺寸作为所述单元尺寸,在最下层级是微块Micro-Block层级的情况下,优选以微块Micro-Block的尺寸作为所述单元尺寸。由此,能够充分提高利用单层级地图数据进行查询的查询效率。In addition, in a case where the structure of the multi-level map data is, for example, a block Block level further includes a sub-block Sub-Block level, and even a sub-block Sub-Block level further includes a smaller level such as a micro-block Micro-Block, The unit size (ie, the size of the map data unit) is preferably the unit size of the unit at the lowest level. For example, in the case where the lowest level is the sub-block Sub-Block level, it is preferable to use the size of the sub-block Sub-Block as the unit size, and when the lowest level is the micro-block Micro-Block level, it is preferable to use the micro-block level. The size of the block Micro-Block is taken as the unit size. As a result, the query efficiency of querying using single-level map data can be sufficiently improved.
下面,参照图3、图4进一步具体说明本公开实施例的地图数据重构方法中的细节。Hereinafter, details of the map data reconstruction method according to the embodiment of the present disclosure will be further specifically described with reference to FIGS. 3 and 4.
图3示意性示出了本公开实施例的地图数据重构方法中的多层级地图数据的读取步骤的简要流程图。FIG. 3 schematically illustrates a brief flowchart of reading steps of multi-level map data in a map data reconstruction method according to an embodiment of the present disclosure.
如图3所示,在所述多层级地图数据的读取(步骤S1)中,还可以具体包括:针对包含下级单元的上级单元的读取(步骤S1-1)和针对不包含下级单元的上级单元的读取(步骤S1-2)。As shown in FIG. 3, in the reading of the multi-level map data (step S1), it may further specifically include: reading for an upper unit including a lower unit (step S1-1) and Reading of the upper unit (step S1-2).
具体而言,在所述针对包含下级单元的上级单元的读取(步骤S1-1)中,例如,针对所述至少1个所述上级单元(例如,图1所示的网格Grid层级中的单元Cell-1),按照所述上级单元的第一预定顺序(即所述 第一顺序,例如,预先规定的在网格Grid层级中多个单元Cell排列的顺序)以及该上级单元中包含的所述下级单元的第二预定顺序(即所述第二顺序,例如,预先规定的在单元Cell层级中多个块Block排列的顺序)来读取各个所述地图数据单元。Specifically, in the reading (step S1-1) for the upper unit including the lower unit, for example, for the at least one upper unit (for example, in the grid Grid hierarchy shown in FIG. 1) Cell-1), according to the first predetermined order of the superior unit (that is, the first order, for example, a predetermined order in which a plurality of cells are arranged in a Grid hierarchy) and the superior unit includes A second predetermined order of the lower-level cells (that is, the second order, for example, a predetermined order in which a plurality of blocks are arranged in the cell Cell level) to read each of the map data units.
更具体而言,可以预先保存有预设了各个层级的索引的表格,例如网格Grid层级用表格中存储有所包含的各个单元Cell的索引,单元Cell层级用表格中存储有所包含的各个块Block的索引。这样,所述针对所述至少1个所述上级单元(例如,图1所示的网格Grid层级中的单元Cell-1)按照所述上级单元的第一预定顺序以及所述上级单元中包含的所述下级单元的第二预定顺序来读取各个所述地图数据单元可以具体包括:按照所述第一预定顺序来获取所述上级单元(例如,单元Cell)的上级单元索引(例如,网格Grid层级用表格中包含的各个单元Cell的索引);按照该上级单元索引所对应的该上级单元中包含的所述下级单元的所述第二预定顺序来获取该下级单元(例如,块Block)的下级单元索引(例如,单元Cell层级用表格中包含的各个块Block的索引);根据所获取的所述下级单元索引来读取所述地图数据单元。More specifically, a table preset with indexes of various levels may be stored in advance, for example, a grid Grid level table stores the indexes of each cell Cell included, and a cell Cell level table stores each index included The index of the block. In this way, the at least one higher-level unit (for example, the cell Cell-1 in the grid Grid level shown in FIG. 1) is included in the first predetermined order of the upper-level unit and the upper-level unit includes Reading each of the map data units in a second predetermined order of the lower-level units may specifically include: obtaining an upper-level unit index (for example, a network of the upper-level unit (for example, the cell Cell) according to the first predetermined order). The Grid hierarchy uses the index of each cell Cell included in the table); according to the second predetermined order of the lower cell included in the upper cell corresponding to the higher cell index, the lower cell is obtained (for example, Block ) A lower-level unit index (for example, the index of each block Block included in the table for the cell Cell hierarchy); read the map data unit according to the obtained lower-level unit index.
接着,在所述针对不包含下级单元的上级单元的读取(步骤S1-2)中,针对除了所述至少1个所述上级单元以外的其他所述上级单元(例如,图1所示的Cell-2),按照所述上级单元的所述第一预定顺序(即所述第一顺序,例如,预先规定的在网格Grid层级中多个单元Cell排列的顺序),以所述地图数据单元的尺寸(例如,块Block的尺寸0.125m*0.125m*0.125m)来读取各个所述地图数据单元。也就是说,在所述其他所述上级单元(例如,图1所示的Cell-2)中,由于没有下层级单元,故可以按任意顺序,以所述地图数据单元的尺寸(例如,块Block的尺寸0.125m*0.125m*0.125m)来读取其中的各个所述地图数据单元。Next, in the reading (step S1-2) for a higher-level unit that does not include a lower-level unit, for the other higher-level units (for example, the one shown in FIG. 1) other than the at least one higher-level unit Cell-2), in accordance with the first predetermined order of the upper-level cells (that is, the first order, for example, a predetermined order in which a plurality of cells are arranged in a grid Grid level), using the map data The size of the unit (eg, the size of the block 0.125m * 0.125m * 0.125m) to read each of said map data units. That is, in the other upper-level units (for example, Cell-2 shown in FIG. 1), since there is no lower-level unit, the map data units can be sized in any order (for example, blocks The size of the block is 0.125m * 0.125m * 0.125m) to read each of said map data units.
在一些实施例中,可以选取和Cell-1中相同的读取方法进行读取。In some embodiments, the same reading method as in Cell-1 may be selected for reading.
图4示意性示出了本公开实施例的地图数据重构方法中的单层级地图数据的重构步骤的简要流程图。FIG. 4 schematically illustrates a brief flowchart of a reconstruction process of a single-level map data in a map data reconstruction method according to an embodiment of the present disclosure.
如图4所示,在所述单层级地图数据的重构(步骤S2)中,还可以具体包括:数据排列方向的设定(步骤S2-1)和按照排列方向重构数据(步骤S2-2)。As shown in FIG. 4, in the reconstruction of the single-level map data (step S2), it may further specifically include: setting the data arrangement direction (step S2-1) and reconstructing the data according to the arrangement direction (step S2) -2).
具体而言,在所述数据排列方向的设定(步骤S2-1)中,可以如图1所示那样,针对所述地图数据整体,按照所述地图数据单元的排列方向划分为相互垂直的多个排列方向。例如,所述多个排列方向可以包括:表示远近方向的X轴方向、表示左右方向的Y轴方向、和表示高低方向的Z轴方向。Specifically, in the setting of the data arrangement direction (step S2-1), as shown in FIG. 1, for the entire map data, according to the arrangement direction of the map data unit, it can be divided into vertical directions. Multiple alignment directions. For example, the plurality of arrangement directions may include an X-axis direction representing a near-far direction, a Y-axis direction representing a left-right direction, and a Z-axis direction representing a high-low direction.
在所述按照排列方向重构数据(步骤S2-2)中,可以按照所述多个排列方向中的每个排列方向(例如,所述X轴方向、所述Y轴方向、所述Z轴方向)来排列各个所述地图数据单元,以生成所述单层级地图数据。此外,还优选给所述多个排列方向分别设定优先级;并根据所述优先级来按照所述多个排列方向来排列各个所述地图数据单元,以生成所述单层级地图数据。以图1为例,例如,可以优选设定所述优先级为:所述Z轴方向>所述Y轴方向>所述X轴方向。这样,由于最先在Z轴方向上进行排列,由此,能够更容易使重构的所述单层级地图数据的内容与原本的所述单层级地图数据的内容保持一致。In the reconstruction data according to the arrangement direction (step S2-2), each of the plurality of arrangement directions (for example, the X-axis direction, the Y-axis direction, and the Z-axis can be arranged). Direction) to arrange each of the map data units to generate the single-level map data. In addition, it is also preferable to set priorities respectively for the plurality of arrangement directions; and to arrange the map data units according to the plurality of arrangement directions according to the priorities to generate the single-level map data. Taking FIG. 1 as an example, for example, the priority may be preferably set as: the Z-axis direction> the Y-axis direction> the X-axis direction. In this way, since the arrangement in the Z-axis direction is performed first, the content of the reconstructed single-level map data can be more easily made consistent with the content of the original single-level map data.
由此,利用本公开实施例的地图数据重构方法所生成的单层级地图数据来进行数据查询,由于避免了多层级地图数据查询时的分别逐层级查询那样的低效问题,而能够利用所述单层级地图数据直接进行高效的快速查询,因此能够很大程度上提高查询速度和效率,从而能够提升用户体验。Therefore, the data query is performed by using the single-level map data generated by the map data reconstruction method of the embodiment of the present disclosure, which can avoid the inefficient problem such as separate hierarchical query when querying the multi-level map data. Using the single-level map data to perform efficient and fast query directly, the query speed and efficiency can be greatly improved, and the user experience can be improved.
下面,针对本公开另一实施例的地图数据查询方法,参照图5进行说明。Hereinafter, a map data query method according to another embodiment of the present disclosure will be described with reference to FIG. 5.
所述地图数据查询方法是利用了本公开实施例的所述地图数据重构方法所生成的所述单层地图数据来进行查询的地图数据查询方法。The map data query method is a map data query method that uses the single-layer map data generated by the map data reconstruction method according to the embodiment of the present disclosure to perform a query.
如图5所示,在对所述多层级地图数据进行更新的情况下,所述地图数据查询方法可以包括:多层级地图数据的更新(步骤S11)、生成更新后的单层级地图数据(步骤S12)和利用单层级地图数据进行查询(步骤S13)。As shown in FIG. 5, in a case where the multi-level map data is updated, the map data query method may include: updating the multi-level map data (step S11), and generating the updated single-level map data ( Step S12) and query using single-level map data (Step S13).
具体而言,在所述多层级地图数据的更新(步骤S11)中,对所述多层级地图数据进行更新;在所述生成更新后的单层级地图数据(步骤S12)中,根据更新后的所述多层级地图数据,利用本公开实施例的所述地图数据重构方法来生成更新后的所述单层级地图数据;在所述利用单层级地图数据进行查询(步骤S13)中,利用所生成的所述更新后的所述单层级地图数据进行查询处理。Specifically, in the updating of the multi-level map data (step S11), the multi-level map data is updated; in the generating of the updated single-level map data (step S12), according to the updated The multi-level map data is generated by using the map data reconstruction method in the embodiment of the present disclosure to generate the updated single-level map data; in the query using the single-level map data (step S13) , Using the generated the updated single-level map data for query processing.
由此,同样能够很大程度上提高查询速度和效率,从而能够提升用户体验。As a result, the query speed and efficiency can also be greatly improved, and the user experience can be improved.
另外,作为本公开另一实施例的地图数据利用方法,也可以通过同时具备本公开实施例的所述地图数据重构方法中的所述多次级地图数据和所述单层级地图数据,并利用所述多次级地图数据来进行保存和/或更新,而利用所述单层级地图数据来进行查询。In addition, as a map data utilization method according to another embodiment of the present disclosure, the multi-level map data and the single-level map data in the map data reconstruction method according to the embodiment of the present disclosure may be provided at the same time. The multiple secondary map data is used for saving and / or updating, and the single-level map data is used for querying.
具体而言,所述地图数据利用方法可以包括:生成本公开实施例的所述地图数据重构方法中的所述多层级地图数据;利用本公开实施例的所述地图数据重构方法来生成所述单层级地图数据;利用所述多层级地图数据来进行地图数据的保存和/或更新;利用所述单层级地图数据来进行地图数据的查询,其中,所述多层级地图数据与所述单层级地图数据的内容始终保持一致,即所述单层级地图数据的内容是所述多层级地图数据的内容的“快照”。Specifically, the map data utilization method may include: generating the multi-level map data in the map data reconstruction method according to the embodiment of the present disclosure; using the map data reconstruction method according to the embodiment of the present disclosure to generate The single-level map data; using the multi-level map data to save and / or update the map data; and using the single-level map data to query the map data, wherein the multi-level map data and The content of the single-level map data is always consistent, that is, the content of the single-level map data is a "snapshot" of the content of the multi-level map data.
由此,就能够实现兼顾有利于数据保存和/或更新以及有利于数据查询,以进一步提升用户体验。In this way, it is possible to achieve a balance between facilitating data storage and / or updating and facilitating data query, so as to further improve the user experience.
下面,以图7为例,说明另一种以硬件方式来实现了所述地图数据重构/查询/利用方法的装置。The following uses FIG. 7 as an example to describe another apparatus that implements the map data reconstruction / query / utilization method in a hardware manner.
图6示意性示出了本公开另一实施例的地图数据重构/查询/利用装置的结构简图。FIG. 6 schematically illustrates a structure diagram of a map data reconstruction / query / utilization apparatus according to another embodiment of the present disclosure.
如图6所示,装置300可以包括:处理器310(例如,CPU等)、和存储器320(例如,硬盘HDD、只读存储器ROM等)。此外,还可以包括用虚线表示的可读存储介质321(例如,磁盘、光盘CD-ROM、USB等)。As shown in FIG. 6, the device 300 may include a processor 310 (for example, a CPU, etc.) and a memory 320 (for example, a hard disk HDD, a read-only memory ROM, etc.). In addition, a readable storage medium 321 (for example, a magnetic disk, an optical disc CD-ROM, USB, etc.) indicated by a dotted line may be included.
此外,该图6仅是一个示例,并不限定本公开的技术方案。其中, 装置300中的各个部分均可以是一个或多个,例如,处理器310既可以是一个也可以是多个处理器。In addition, FIG. 6 is only an example, and does not limit the technical solution of the present disclosure. Each part of the apparatus 300 may be one or more. For example, the processor 310 may be one or multiple processors.
这样,不言而喻,本公开实施例的所述地图数据重构/查询/利用方法的上文参考流程图(图2-图5)描述的过程可以被实现为计算机软件程序。在此,该计算机软件程序也可以为一个或多个。In this way, it goes without saying that the process described above with reference to the flowchart (FIGS. 2-5) of the map data reconstruction / query / utilization method of the embodiment of the present disclosure can be implemented as a computer software program. Here, the computer software program may be one or more.
于是,例如,所述计算机软件程序存储于所述装置300的作为存储装置的存储器320中,通过执行该计算机软件程序,从而使所述装置300的一个或多个处理器310执行本公开的图2-图5等流程图所示的所述地图数据重构/查询/利用方法及其变形。Thus, for example, the computer software program is stored in the memory 320 of the device 300 as a storage device, and by executing the computer software program, one or more processors 310 of the device 300 execute the diagram of the present disclosure. 2- The method for reconstructing / querying / utilizing the map data shown in the flowcharts of FIG. 5 and the like, and a variant thereof.
由此,同样能够为用户提供快速且高效的数据查询,并且同时兼顾有利于数据的保存和/或更新,从而很大程度上提高了用户体验。Therefore, it is also possible to provide users with fast and efficient data query, and at the same time, it is beneficial to the preservation and / or update of data, thereby greatly improving the user experience.
此外,不言而喻,所述地图数据重构/查询/利用方法同样可以作为计算机程序而存储于计算机可读存储介质(例如,图6所示的可读存储介质521)中,该计算机程序可以包括代码/计算机可执行指令,使计算机执行例如本公开的图2-图5等流程图所示的所述地图数据重构/查询/利用方法及其变形。In addition, it goes without saying that the map data reconstruction / inquiry / utilization method may also be stored as a computer program in a computer-readable storage medium (for example, the readable storage medium 521 shown in FIG. 6). The computer program It may include code / computer-executable instructions to cause a computer to execute the map data reconstruction / query / utilization method shown in the flowcharts of FIG. 2 to FIG. 5 and the like, and a modification thereof.
此外,计算机可读存储介质,例如可以是能够包含、存储、传送、传播或传输指令的任意介质。例如,可读存储介质可以包括但不限于电、磁、光、电磁、红外或半导体系统、装置、器件或传播介质。可读存储介质的具体示例包括:磁存储装置,如磁带或硬盘(HDD);光存储装置,如光盘(CD-ROM);存储器,如随机存取存储器(RAM)或闪存;和/或有线/无线通信链路。In addition, the computer-readable storage medium may be, for example, any medium capable of containing, storing, transmitting, propagating, or transmitting instructions. For example, a readable storage medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, device, device, or propagation medium. Specific examples of readable storage media include: magnetic storage devices such as magnetic tapes or hard disk drives (HDD); optical storage devices such as optical disks (CD-ROM); memories such as random access memory (RAM) or flash memory; and / or wired / Wireless communication link.
另外,计算机程序可被配置为具有例如包括计算机程序模块的计算机程序代码。应当注意,模块的划分方式和个数并不是固定的,本领域技术人员可以根据实际情况使用合适的程序模块或程序模块组合,当这些程序模块组合被计算机(或处理器)执行时,使得计算机可以执行例如上面结合图2-图5所描述的地图数据重构/查询/利用方法的流程及其变形。In addition, the computer program may be configured to have computer program code including, for example, a computer program module. It should be noted that the division manner and number of modules are not fixed, and those skilled in the art may use appropriate program modules or program module combinations according to actual conditions. When these program module combinations are executed by a computer (or processor), the computer For example, the process of the map data reconstruction / query / utilization method described above in conjunction with Figs. 2-5 and its variants can be performed.
本领域技术人员可以理解,本公开的各个实施例和/或权利要求中记载的特征可以进行多种组合或/或结合,即使这样的组合或结合没有明确 记载于本公开中。特别地,在不脱离本公开精神和教导的情况下,本公开的各个实施例和/或权利要求中记载的特征可以进行多种组合和/或结合。所有这些组合和/或结合均落入本公开的范围。Those skilled in the art can understand that the features described in the various embodiments and / or claims of the present disclosure can be combined or combined in various ways, even if such a combination or combination is not explicitly described in this disclosure. In particular, various features and / or combinations of features described in various embodiments and / or claims of the present disclosure may be made without departing from the spirit and teachings of the present disclosure. All of these combinations and / or combinations fall within the scope of the disclosure.
尽管已经参照本公开的特定示例性实施例示出并描述了本公开,但是本领域技术人员应该理解,在不背离所附权利要求及其等同物限定的本公开的精神和范围的情况下,可以对本公开进行形式和细节上的多种改变。因此,本公开的范围不应该限于所述实施例,而是应该不仅由所附权利要求来进行确定,还由所附权利要求的等同物来进行限定。Although the present disclosure has been shown and described with reference to specific exemplary embodiments thereof, those skilled in the art will understand that without departing from the spirit and scope of the present disclosure as defined by the appended claims and their equivalents, Various changes in form and detail have been made to the present disclosure. Therefore, the scope of the present disclosure should not be limited to the embodiments described, but should be determined not only by the appended claims, but also by the equivalents of the appended claims.

Claims (26)

  1. 一种地图数据重构方法,其特征在于,该地图数据是以至少1个上级单元包含多个下级单元的方式构成的多层级地图数据,该方法的特征在于,包括:A method for reconstructing map data, which is characterized in that the map data is multi-level map data composed of at least one upper unit including a plurality of lower units, and the method is characterized in that it includes:
    从所述多层级地图数据中,以所述下级单元的单元尺寸作为地图数据单元的尺寸来读取各个所述地图数据单元;Reading each of the map data units from the multi-level map data with the unit size of the lower-level unit as the size of the map data unit;
    根据所读取的各个所述地图数据单元来生成仅由各个该地图数据单元构成的单层级地图数据,Generating single-level map data composed of each of the map data units according to each of the read map data units,
    各个所述地图数据单元在所述多层级地图数据中的位置与在所述单层级地图数据中位置一致。The position of each map data unit in the multi-level map data is consistent with the position in the single-level map data.
  2. 根据权利要求1所述的地图数据重构方法,其特征在于,The method for reconstructing map data according to claim 1, wherein:
    所述从所述多层级地图数据中,以所述下级单元的单元尺寸作为地图数据单元的尺寸来读取各个所述地图数据单元包括:The reading each map data unit from the multi-level map data with the unit size of the lower-level unit as the size of the map data unit includes:
    针对所述至少1个上级单元,按照所述上级单元的第一预定顺序以及该上级单元中包含的所述下级单元的第二预定顺序来读取各个所述地图数据单元。For the at least one higher-level unit, each of the map data units is read according to a first predetermined order of the upper-level unit and a second predetermined order of the lower-level unit included in the higher-level unit.
  3. 根据权利要求2所述的地图数据重构方法,其特征在于,The method for reconstructing map data according to claim 2, wherein:
    所述针对所述至少1个上级单元,按照所述上级单元的第一预定顺序以及所述上级单元中包含的所述下级单元的第二预定顺序来读取各个所述地图数据单元包括:For the at least one superior unit, reading each of the map data units according to a first predetermined order of the superior unit and a second predetermined order of the lower units included in the superior unit includes:
    按照所述第一预定顺序来获取所述上级单元的上级单元索引;Obtaining an upper unit index of the upper unit according to the first predetermined sequence;
    按照该上级单元索引所对应的该上级单元中包含的所述下级单元的所述第二预定顺序来获取该下级单元的下级单元索引;Obtaining the lower unit index of the lower unit according to the second predetermined order of the lower unit contained in the upper unit corresponding to the higher unit index;
    根据所获取的所述下级单元索引来读取所述地图数据单元。Reading the map data unit according to the obtained lower-level unit index.
  4. 根据权利要求2所述的地图数据重构方法,其特征在于,The method for reconstructing map data according to claim 2, wherein:
    所述从所述多层级地图数据中,以所述下级单元的单元尺寸作为地图数据单元的尺寸来读取各个所述地图数据单元还包括:The reading each map data unit from the multi-level map data with the unit size of the lower-level unit as the size of the map data unit further includes:
    针对除了所述至少1个上级单元以外的其他所述上级单元,按照所述上级单元的所述第一预定顺序,以所述地图数据单元的尺寸来读取各个所述地图数据单元。For each of the higher-level units other than the at least one higher-level unit, each of the map data units is read in the size of the map data unit in the first predetermined order of the higher-level unit.
  5. 根据权利要求1所述的地图数据重构方法,其特征在于,The method for reconstructing map data according to claim 1, wherein:
    所述根据所读取的各个所述地图数据单元来生成仅由各个该地图数据单元构成的单层级地图数据包括:The generating single-level map data composed of only each of the map data units according to the read each of the map data units includes:
    针对所述地图数据整体,按照所述地图数据单元的排列方向划分为相互垂直的多个排列方向;For the map data as a whole, it is divided into a plurality of mutually orthogonal arrangement directions according to the arrangement direction of the map data units;
    按照所述多个排列方向中的每个排列方向来排列各个所述地图数据单元,以生成所述单层级地图数据。Each of the map data units is arranged in each of the plurality of arrangement directions to generate the single-level map data.
  6. 根据权利要求5所述的地图数据重构方法,其特征在于,The method for reconstructing map data according to claim 5, wherein:
    所述按照所述多个排列方向中的每个排列方向来排列各个所述地图数据单元,以生成所述单层级地图数据包括:Arranging each of the map data units according to each arrangement direction of the plurality of arrangement directions to generate the single-level map data includes:
    给所述多个排列方向分别设定优先级;Setting priorities for the plurality of arrangement directions respectively;
    根据所述优先级来按照所述多个排列方向来排列各个所述地图数据单元,以生成所述单层级地图数据。Arranging each of the map data units according to the priority in accordance with the plurality of arrangement directions to generate the single-level map data.
  7. 根据权利要求1-6中任一项所述的地图数据重构方法,其特征在于,The method for reconstructing map data according to any one of claims 1-6, wherein:
    所述地图数据为3维地图数据。The map data is 3-dimensional map data.
  8. 根据权利要求7所述的地图数据重构方法,其特征在于,The method for reconstructing map data according to claim 7, wherein:
    所述多个排列方向包括:表示远近方向的X轴方向、表示左右方向的Y轴方向、和表示高低方向的Z轴方向。The plurality of alignment directions include an X-axis direction representing a near-far direction, a Y-axis direction representing a left-right direction, and a Z-axis direction representing a high-low direction.
  9. 根据权利要求8所述的地图数据重构方法,其特征在于,The method for reconstructing map data according to claim 8, wherein:
    所述优先级为:所述Z轴方向大于所述Y轴方向,且所述Y轴方向大于所述X轴方向。The priority is: the Z-axis direction is greater than the Y-axis direction, and the Y-axis direction is greater than the X-axis direction.
  10. 根据权利要求1-6中任一项所述的地图数据重构方法,其特征在于,The method for reconstructing map data according to any one of claims 1-6, wherein:
    所述单元尺寸为最下层级的所述下级单元的单元尺寸。The unit size is a unit size of the lower-level unit.
  11. 一种地图数据查询方法,其特征在于,A map data query method is characterized in that:
    利用权利要求1-10所述的地图数据重构方法中生成的所述单层级地图数据来进行查询。The query is performed using the single-level map data generated in the map data reconstruction method according to claims 1-10.
  12. 根据权利要求11所述的地图数据查询方法,其特征在于,The method for querying map data according to claim 11, wherein:
    在所述多层级地图数据进行更新的情况下,In the case where the multi-level map data is updated,
    根据更新后的所述多层级地图数据来生成更新后的所述单层级地图数据,Generating the updated single-level map data according to the updated multi-level map data,
    利用所述更新后的所述单层级地图数据来进行查询。The query is performed using the updated single-level map data.
  13. 一种地图数据利用方法,其特征在于,包括:A method for utilizing map data, comprising:
    生成权利要求1-10所述的地图数据重构方法中的所述多层级地图数据;Generating the multi-level map data in the map data reconstruction method according to claims 1-10;
    生成所述单层级地图数据;Generating the single-level map data;
    利用所述多层级地图数据来进行地图数据的保存和/或更新;Using the multi-level map data to save and / or update map data;
    利用所述单层级地图数据来进行地图数据的查询,Querying map data by using the single-level map data,
    所述多层级地图数据与所述单层级地图数据的内容始终保持一致。The contents of the multi-level map data and the single-level map data are always consistent.
  14. 一种地图数据重构装置,其特征在于,该地图数据是以至少1个上级单元包含多个下级单元的方式构成的多层级地图数据,A map data reconstruction device, characterized in that the map data is multi-level map data constructed in such a manner that at least one upper unit includes a plurality of lower units,
    所述地图数据重构装置包括处理器和存储器,The map data reconstruction device includes a processor and a memory,
    在所述存储器中存储有计算机可执行指令,在所述指令被所述处理器执行时,使所述处理器执行:Computer-executable instructions are stored in the memory, and when the instructions are executed by the processor, cause the processor to execute:
    从所述多层级地图数据中,以所述下级单元的单元尺寸作为地图数据单元的尺寸来读取各个所述地图数据单元;Reading each of the map data units from the multi-level map data with the unit size of the lower-level unit as the size of the map data unit;
    根据所读取的各个所述地图数据单元来生成仅由各个该地图数据单元构成的单层级地图数据,Generating single-level map data composed of each of the map data units according to each of the read map data units,
    各个所述地图数据单元在所述多层级地图数据中的位置与在所述单层级地图数据中位置一致。The position of each map data unit in the multi-level map data is consistent with the position in the single-level map data.
  15. 根据权利要求14所述的地图数据重构装置,其特征在于,The apparatus for reconstructing map data according to claim 14, wherein:
    所述从所述多层级地图数据中,以所述下级单元的单元尺寸作为地图数据单元的尺寸来读取各个所述地图数据单元包括:The reading each map data unit from the multi-level map data with the unit size of the lower-level unit as the size of the map data unit includes:
    针对所述至少1个上级单元,按照所述上级单元的第一预定顺序以及该上级单元中包含的所述下级单元的第二预定顺序来读取各个所述地图数据单元。For the at least one higher-level unit, each of the map data units is read according to a first predetermined order of the upper-level unit and a second predetermined order of the lower-level unit included in the higher-level unit.
  16. 根据权利要求15所述的地图数据重构装置,其特征在于,The map data reconstruction device according to claim 15, wherein:
    所述针对所述至少1个上级单元,按照所述上级单元的第一预定顺序以及所述上级单元中包含的所述下级单元的第二预定顺序来读取各个所述地图数据单元包括:For the at least one superior unit, reading each of the map data units according to a first predetermined order of the superior unit and a second predetermined order of the lower units included in the superior unit includes:
    按照所述第一预定顺序来获取所述上级单元的上级单元索引;Obtaining an upper unit index of the upper unit according to the first predetermined sequence;
    按照该上级单元索引所对应的该上级单元中包含的所述下级单元的所述第二预定顺序来获取该下级单元的下级单元索引;Obtaining the lower unit index of the lower unit according to the second predetermined order of the lower unit contained in the upper unit corresponding to the higher unit index;
    根据所获取的所述下级单元索引来读取所述地图数据单元。Reading the map data unit according to the obtained lower-level unit index.
  17. 根据权利要求15所述的地图数据重构装置,其特征在于,The map data reconstruction device according to claim 15, wherein:
    所述从所述多层级地图数据中,以所述下级单元的单元尺寸作为地图数据单元的尺寸来读取各个所述地图数据单元还包括:The reading each map data unit from the multi-level map data with the unit size of the lower-level unit as the size of the map data unit further includes:
    针对除了所述至少1个上级单元以外的其他所述上级单元,按照所述上级单元的所述第一预定顺序,以所述地图数据单元的尺寸来读取各个所述地图数据单元。For each of the higher-level units other than the at least one higher-level unit, each of the map data units is read in the size of the map data unit in the first predetermined order of the higher-level unit.
  18. 根据权利要求14所述的地图数据重构装置,其特征在于,The apparatus for reconstructing map data according to claim 14, wherein:
    所述根据所读取的各个所述地图数据单元来生成仅由各个该地图数据单元构成的单层级地图数据包括:The generating single-level map data composed of only each of the map data units according to the read each of the map data units includes:
    针对所述地图数据整体,按照所述地图数据单元的排列方向划分为相互垂直的多个排列方向;For the map data as a whole, it is divided into a plurality of mutually orthogonal arrangement directions according to the arrangement direction of the map data units;
    按照所述多个排列方向中的每个排列方向来排列各个所述地图数据单元,以生成所述单层级地图数据。Each of the map data units is arranged in each of the plurality of arrangement directions to generate the single-level map data.
  19. 根据权利要求18所述的地图数据重构装置,其特征在于,The map data reconstruction device according to claim 18, wherein
    所述按照所述多个排列方向中的每个排列方向来排列各个所述地图数据单元,以生成所述单层级地图数据包括:Arranging each of the map data units according to each arrangement direction of the plurality of arrangement directions to generate the single-level map data includes:
    给所述多个排列方向分别设定优先级;Setting priorities for the plurality of arrangement directions respectively;
    根据所述优先级来按照所述多个排列方向来排列各个所述地图数据单元,以生成所述单层级地图数据。Arranging each of the map data units according to the priority in accordance with the plurality of arrangement directions to generate the single-level map data.
  20. 根据权利要求14-19中任一项所述的地图数据重构装置,其特征在于,The map data reconstruction device according to any one of claims 14 to 19, wherein:
    所述地图数据为3维地图数据。The map data is 3-dimensional map data.
  21. 根据权利要求20所述的地图数据重构装置,其特征在于,The map data reconstruction device according to claim 20, wherein:
    所述多个排列方向包括:表示远近方向的X轴方向、表示左右方向的Y轴方向、和表示高低方向的Z轴方向。The plurality of alignment directions include an X-axis direction representing a near-far direction, a Y-axis direction representing a left-right direction, and a Z-axis direction representing a high-low direction.
  22. 根据权利要求21所述的地图数据重构装置,其特征在于,The map data reconstruction device according to claim 21, wherein
    所述优先级为:所述Z轴方向大于所述Y轴方向,且所述Y轴方向大于所述X轴方向。The priority is: the Z-axis direction is greater than the Y-axis direction, and the Y-axis direction is greater than the X-axis direction.
  23. 根据权利要求14-19中任一项所述的地图数据重构装置,其特征在于,The map data reconstruction device according to any one of claims 14 to 19, wherein:
    所述单元尺寸为最下层级的所述下级单元的单元尺寸。The unit size is a unit size of the lower-level unit.
  24. 一种地图数据查询装置,其特征在于,包括处理器和存储器,在所述存储器中存储有计算机可执行指令,在所述指令被所述处理器执行时,使所述处理器执行权利要求11或12所述的地图数据查询方法。A map data query device, comprising a processor and a memory, wherein computer-executable instructions are stored in the memory, and when the instructions are executed by the processor, the processor executes claim 11 Or the map data query method described in 12.
  25. 一种地图数据利用装置,其特征在于,包括处理器和存储器,在所述存储器中存储有计算机可执行指令,在所述指令被所述处理器执行时,使所述处理器执行权利要求13所述的地图数据利用方法。A map data utilization device, comprising a processor and a memory, wherein computer-executable instructions are stored in the memory, and when the instructions are executed by the processor, the processor executes claim 13 The map data utilization method.
  26. 一种计算机可读的记录介质,存储有可执行指令,该指令被处理器执行时使该处理器执行权利要求1-10中任一项所述的地图数据重构方法、或权利要求11或12所述的地图数据查询方法、或权利要求13所述的地图数据利用方法。A computer-readable recording medium storing executable instructions that, when executed by a processor, cause the processor to execute the map data reconstruction method according to any one of claims 1-10, or claim 11 or The map data query method according to 12 or the map data use method according to claim 13.
PCT/CN2018/096830 2018-07-24 2018-07-24 Map data reconstruction method and apparatus thereof, and recording medium WO2020019162A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201880042785.5A CN110869921A (en) 2018-07-24 2018-07-24 Map data reconstruction method, map data reconstruction device, and recording medium
PCT/CN2018/096830 WO2020019162A1 (en) 2018-07-24 2018-07-24 Map data reconstruction method and apparatus thereof, and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2018/096830 WO2020019162A1 (en) 2018-07-24 2018-07-24 Map data reconstruction method and apparatus thereof, and recording medium

Publications (1)

Publication Number Publication Date
WO2020019162A1 true WO2020019162A1 (en) 2020-01-30

Family

ID=69181104

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/096830 WO2020019162A1 (en) 2018-07-24 2018-07-24 Map data reconstruction method and apparatus thereof, and recording medium

Country Status (2)

Country Link
CN (1) CN110869921A (en)
WO (1) WO2020019162A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023219014A1 (en) * 2022-05-09 2023-11-16 Ap Tech株式会社 Encoding device and decoding device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102819982A (en) * 2012-08-10 2012-12-12 桂林易创精益信息技术有限公司 Electronic map for manufacturing execution system (MES) and using method of electronic map
US20140188386A1 (en) * 2012-12-28 2014-07-03 Hitachi, Ltd. Map distribution server for automotive navigation systems, map data distribution system, and road difference data production method
CN104182475A (en) * 2014-07-31 2014-12-03 北京大学 Location information quick search method based on mask technology and subdivision coding
CN107391745A (en) * 2017-08-10 2017-11-24 国家基础地理信息中心 Extensive spatial data classification fast indexing method and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488633B (en) * 2012-06-08 2016-08-17 北京华胜天成科技股份有限公司 Network electronic map information processing method
CN103488736B (en) * 2013-09-18 2017-01-25 中国科学技术大学 Method and system for establishing multisource geospatial information correlation model
CN105159903B (en) * 2015-04-29 2018-09-28 北京交通大学 Based on the big data Organization And Management method and system for dividing shape multistage honeycomb grid

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102819982A (en) * 2012-08-10 2012-12-12 桂林易创精益信息技术有限公司 Electronic map for manufacturing execution system (MES) and using method of electronic map
US20140188386A1 (en) * 2012-12-28 2014-07-03 Hitachi, Ltd. Map distribution server for automotive navigation systems, map data distribution system, and road difference data production method
CN104182475A (en) * 2014-07-31 2014-12-03 北京大学 Location information quick search method based on mask technology and subdivision coding
CN107391745A (en) * 2017-08-10 2017-11-24 国家基础地理信息中心 Extensive spatial data classification fast indexing method and device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023219014A1 (en) * 2022-05-09 2023-11-16 Ap Tech株式会社 Encoding device and decoding device

Also Published As

Publication number Publication date
CN110869921A (en) 2020-03-06

Similar Documents

Publication Publication Date Title
KR20210021258A (en) Methods and apparatus to tile walk a tensor for convolution operations
Giachetta A framework for processing large scale geospatial and remote sensing data in MapReduce environment
US10922316B2 (en) Using computing resources to perform database queries according to a dynamically determined query size
CN107016924A (en) Tile map generation method, update method and device in virtual map
US9400767B2 (en) Subgraph-based distributed graph processing
US10482154B2 (en) Distributed processing of data records
WO2017020637A1 (en) Task allocation method and task allocation apparatus for distributed data calculation
WO2015078238A1 (en) Dispatching map matching tasks by cluster server in internet of vehicles
WO2019242520A1 (en) Logistics distribution station planning method, and server
Hongchao et al. Distributed data organization and parallel data retrieval methods for huge laser scanner point clouds
US10191880B2 (en) Semiconductor device and information processing device using the topology of an ising model
CN102937993B (en) A kind of method for access key and device
CN108959510A (en) A kind of partition level connection method of distributed data base and device
Giordano et al. Dynamic load balancing in parallel execution of cellular automata
CN111009034B (en) Three-dimensional model monomer method, system, storage medium and equipment
Bakli et al. Distributed moving object data management in MobilityDB
WO2020019162A1 (en) Map data reconstruction method and apparatus thereof, and recording medium
US20150293971A1 (en) Distributed queries over geometric objects
US8995789B2 (en) Efficient collaging of a large image
Akdogan et al. ToSS-it: A cloud-based throwaway spatial index structure for dynamic location data
JP2008225686A (en) Data arrangement management device and method in distributed data processing platform, and system and program
Johnpaul et al. A Cypher query based NoSQL data mining on protein datasets using Neo4j graph database
US20240104790A1 (en) Optimizing grid-based compute graphs
JP6127206B2 (en) Method, apparatus and system for establishing secondary indexes in a distributed storage system
US9792352B1 (en) Modeling and persisting multiple related states of data

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18928010

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18928010

Country of ref document: EP

Kind code of ref document: A1