WO2016050081A1 - 建筑物内导航系统及其应用系统 - Google Patents

建筑物内导航系统及其应用系统 Download PDF

Info

Publication number
WO2016050081A1
WO2016050081A1 PCT/CN2015/079422 CN2015079422W WO2016050081A1 WO 2016050081 A1 WO2016050081 A1 WO 2016050081A1 CN 2015079422 W CN2015079422 W CN 2015079422W WO 2016050081 A1 WO2016050081 A1 WO 2016050081A1
Authority
WO
WIPO (PCT)
Prior art keywords
building
mobile client
dimensional image
file
information
Prior art date
Application number
PCT/CN2015/079422
Other languages
English (en)
French (fr)
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 苏州四方万象信息科技有限公司
Publication of WO2016050081A1 publication Critical patent/WO2016050081A1/zh

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/13Architectural design, e.g. computer-aided architectural design [CAAD] related to design of buildings, bridges, landscapes, production plants or roads
    • 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/10Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 by using measurements of speed or acceleration
    • G01C21/12Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 by using measurements of speed or acceleration executed aboard the object being navigated; Dead reckoning
    • G01C21/16Navigation; Navigational instruments not provided for in groups G01C1/00 - G01C19/00 by using measurements of speed or acceleration executed aboard the object being navigated; Dead reckoning by integrating acceleration or speed, i.e. inertial navigation
    • G01C21/18Stabilised platforms, e.g. by gyroscope
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T19/00Manipulating 3D models or images for computer graphics
    • G06T19/003Navigation within 3D models or images

Definitions

  • the invention belongs to information technology, in particular to a navigation system in a building and an application system thereof.
  • DXF is a CAD data file format developed by Autodesk for the exchange of CAD data between AutoCAD and other software.
  • DXF is an open vector data format that can be divided into two categories: ASCII format and binary format; ASCII has good readability, but it occupies a large space; binary format occupies less space and reads faster. Since Autocad is now the most popular cad system, DXF is also widely used as the de facto standard.
  • the basic composition of a DXF file is as follows:
  • HEADER section the overall information of the graph. Each parameter has a variable name and corresponding value.
  • the CLASSES section - contains information about the classes defined by the application, which will be displayed in the BLOCKS, ENTITIES, and OBJECTS sections. Information that is sufficient for interaction with other applications is generally not included. TABLES section - This section includes definitions for named entries.
  • APPID Application ID
  • BLOCK_RECORD Block Recod
  • DIMSTYPE Dimension Style
  • Layer LAYER
  • Linetype Linetype
  • LTYLE Text style
  • UCS User Coordinate System
  • View Viewport configuration
  • VPORT Viewport configuration
  • BLOCKS part this part includes the Block Definition entity used to define the composition of each block.
  • ENTITIES section this section is the drawing entity, including the Block References.
  • the OBJECTS section -- includes data for non-graphic objects for use by AutoLISP and ObjectARX applications.
  • THUMBNAILIMAGE section Includes a preview of the DXF file. END OF FILE.
  • the structural design of the building usually uses two-dimensional DXF drawings, which are neither intuitive nor further developed, such as many 3D applications involving buildings, such as decoration design, emergency rescue, anti-terrorism, fire fighting, general indoor navigation and so on.
  • How to "read” a two-dimensional DXF file into a three-dimensional image is one of the objects of the present invention; if it is converted into a three-dimensional image, if the three-dimensional image is displayed; and the above technology is used to construct a region, region, and city All the building plans, so that the user can view the internal structure of the designated building at any time, so as to be applied to the indoor navigation required for emergency rescue, anti-terrorism, fire fighting, etc., which are technical problems to be solved by the present invention.
  • the present invention provides an in-building navigation system by simple and convenient.
  • the technical solution of the present invention is to provide an in-building navigation system, which includes a server and a mobile client, wherein the mobile client connects to the server through a network, wherein the server includes a file database for storing Geographical location information of the building and three-dimensional image files;
  • the mobile client includes:
  • a display module responsible for displaying a three-dimensional image file of the building
  • a satellite positioning module configured to determine the location of the mobile client by satellite positioning
  • the indoor positioning module is responsible for determining the location of the mobile client according to the change of the displacement of the mobile client and the acceleration of the angle;
  • the indoor navigation module is responsible for navigating within the building according to the three-dimensional image file of the building.
  • the three-dimensional image file of the building stores a label for identifying the inner partial area.
  • the mobile client includes a retrieval module that retrieves the tag.
  • the mobile client further includes:
  • the touch screen and the gesture recognition module are responsible for recognizing and calling corresponding operations according to the gesture of the user on the touch screen;
  • the voice instruction recognition module is responsible for recognizing the voice command of the user and calling the corresponding operation.
  • the server obtains a three-dimensional image file of a building by using a method for generating a three-dimensional image based on a DXF file, and the method comprises the following steps: 1) pre-processing, manually setting a map corresponding to different building components in the DXF file Layer information, identified by the set name;
  • Identifying and processing, reading the data of the DXF file line by line, taking out the geometric information of the building component and saving separately, the geometric information of the building component includes obtaining the basic geometric data of the corresponding structure from the DXF file: point, straight line, arc, circle And rectangle; converting the building component into a closed contour according to the obtained geometric data information, thereby obtaining two-dimensional plane data required for constructing the three-dimensional building data;
  • step 1) if the buildings in the DXF file are multi-layered and the drawings of each layer are different, the corresponding drawings of each layer are separated to be separately imported.
  • the block information is all converted into basic graphic information composed of points, lines, circles and arcs in advance.
  • the server further includes a model library module responsible for automatically generating a three-dimensional image file of non-generic components within the building.
  • the mobile client connects to the server via the Internet or a 3G, 4G network.
  • the in-building navigation system of the invention can automatically analyze the DXF file, generate corresponding two-dimensional plane data drawings in the software and generate three-dimensional building data, thereby constructing a three-dimensional map of the building based on the cloud network. And use the mobile client's satellite positioning and gyroscope sensors to achieve indoor navigation.
  • An in-building navigation system of the present invention first employs a method of generating a three-dimensional image based on a DXF file to construct a three-dimensional image of a building from a two-dimensional DXF file that is most common and readily available, the method including the following step:
  • Identifying and processing, reading the data of the DXF file line by line, taking out the geometric information of the building component and saving separately, the geometric information of the building component includes obtaining the basic geometric data of the corresponding structure from the DXF file: point, straight line, arc, circle And rectangle; according to the obtained geometric data information, the building component is converted into a closed contour, thereby obtaining the two-dimensional plane data required for constructing the three-dimensional building data; if there is block information in the drawing, the block information is all converted into points in advance, Basic graphic information consisting of lines, circles, and arcs. Blocks are commonly used terms in autocad. They refer to the combination of some common structures into a whole, called blocks, to facilitate overall movement, copying, etc.
  • an in-building navigation system of the present invention includes a server and a shift
  • the client is connected to the server via the Internet or a 3G or 4G network.
  • the server includes a file database for storing geographical location information of the building and the above-mentioned three-dimensional image file of the building.
  • Mobile clients include:
  • a display module responsible for displaying a three-dimensional image file of the building
  • the satellite positioning module is responsible for determining the location of the mobile client by satellite positioning
  • the indoor positioning module is responsible for determining the position of the mobile client according to the displacement of the mobile client and the change of the acceleration of the angle;
  • the indoor navigation module is responsible for navigating the three-dimensional image files of the building inside the building.
  • a tag for identifying the internal partial area is stored in the three-dimensional image file of the building. For example, if a room inside a shopping mall is a XXX brand store, you can add LOGO to the top of the room. When you use it, you can directly search or click the LOGO to navigate.
  • the accompanying, mobile client includes a retrieval module that retrieves the tags.
  • the mobile client further includes:
  • the touch screen and the gesture recognition module are responsible for recognizing and calling corresponding operations according to the gesture of the user on the touch screen;
  • the voice instruction recognition module is responsible for recognizing the voice command of the user and calling the corresponding operation.
  • the mobile client can automatically call the building model in combination with the positioning information, and display the location in a manner such as a highlight blinking sphere.
  • the users of this system are divided into three categories:

Abstract

一种建筑物内导航系统,其包括服务器和移动客户端,所述移动客户端通过网络连接所述服务器,其特征在于,所述服务器包括一文件数据库,用于存储建筑物的地理位置信息及三维图像文件;所述移动客户端包括:显示模块,负责显示建筑物的三维图像文件;卫星定位模块,负责通过卫星定位方式确定所述移动客户端的位置;室内定位模块,负责根据所述移动客户端的位移、角度的加速度的变化确定所述移动客户端的位置;室内导航模块,负责在建筑物内部根据所述建筑物的三维图像文件进行导航。该系统可自动分析DXF文件,并自动生成三维建筑数据,从而构建出基于云网络的建筑物三维图,并利用移动客户端的卫星定位及陀螺仪等传感器实现室内导航。

Description

建筑物内导航系统及其应用系统 技术领域
本发明属于信息技术,尤其涉及建筑物内导航系统及其应用系统。
背景技术
AutoCAD(Drawing Interchange Format或者Drawing Exchange Format)绘图交换文件。DXF是Autodesk公司开发的用于AutoCAD与其它软件之间进行CAD数据交换的CAD数据文件格式。DXF是一种开放的矢量数据格式,可以分为两类:ASCII格式和二进制格式;ASCII具有可读性好,但占有空间较大;二进制格式占有空间小、读取速度快。由于Autocad现在是最流行的cad系统,DXF也被广泛使用,成为事实上的标准。DXF文件的基本组成如下所示:
HEADER部分-图的总体信息。每个参数都有一个变量名和相应的值。CLASSES部分-包括应用程序定义的类的信息,这些实例将显示在BLOCKS、ENTITIES以及OBJECTS部分。通常不包括用于充分用于与其它应用程序交互的信息。TABLES部分-这部分包括命名条目的定义。Application ID(APPID)表、Block Recod(BLOCK_RECORD)表、Dimension Style(DIMSTYPE)表、Layer(LAYER)表、Linetype(LTYPE)表、Text style(STYLE)表、User Coordinate System(UCS)表、View(VIEW)表、Viewport configuration(VPORT)表BLOCKS部分,这部分包括Block Definition实体用于定义每个Block的组成。ENTITIES部分,这部分是绘图实体,包括Block References在内。OBJECTS部分--包括非图形对象的数据,供AutoLISP以及ObjectARX应用程序所使用。THUMBNAILIMAGE部分--包括DXF文件的预览图。END OF FILE。
建筑类的结构设计通常都使用二维的DXF图纸,其既不直观也不利于后续进一步开发利用,例如许多涉及建筑的3D应用,如装修设计、应急救援、反恐、消防、普通室内导航等。
如何把二维的DXF文件“读”出来并转换成三维图,是本发明研究的对象之一;转换成三维图像后,如果显示该三维图像;并且利用上述技术构建一个区域、地区、城市的全部建筑物图,从而使得用户随时可以查看指定的建筑物内部结构,以便应用于应急救援、反恐、消防等所需要的室内导航等,这些都是本发明需要解决的技术问题。
发明内容
为了解决上述问题,本发明提供一种通过简单方便的建筑物内导航系统。
本发明的技术方案是提供一种建筑物内导航系统,其包括服务器和移动客户端,所述移动客户端通过网络连接所述服务器,其特征在于,所述服务器包括一文件数据库,用于存储建筑物的地理位置信息及三维图像文件;
所述移动客户端包括:
显示模块,负责显示建筑物的三维图像文件;
卫星定位模块,负责通过卫星定位方式确定所述移动客户端的位置;
室内定位模块,负责根据所述移动客户端的位移、角度的加速度的变化确定所述移动客户端的位置;
室内导航模块,负责在建筑物内部根据所述建筑物的三维图像文件进行导航。
优选的,所述建筑物的三维图像文件中存储有对内部部分区域进行标识的标签。
优选的,所述移动客户端包括对所述标签进行检索的检索模块。
优选的,所述移动客户端还包括:
触摸屏及手势识别模块,负责根据用户在触摸屏上的手势进行识别并调用对应操作;
语音指令识别模块,负责识别用户的语音指令并调用对应操作。
优选的,所述服务器采用一种基于DXF文件生成三维图像的方法获得建筑物的三维图像文件,该方法包括以下步骤:1)预处理,人工设定DXF文件中不同的建筑构件所对应的图层信息,以设定的名称进行标识;
2)导入处理,根据设定的名称从每个图层中识别出建筑构件的信息,对DXF文件中的图层依次进行导入;
3)识别处理,逐行读取DXF文件的数据,取出建筑构件的几何信息并分别保存,建筑构件的几何信息包括从DXF文件中获取对应结构的基本几何数据:点、直线、圆弧、圆、矩形;根据所获得的几何数据信息,将建筑构件转换为闭合轮廓,从而得到构建三维建筑数据所需的二维平面数据;
4)后处理,根据图纸几何相关性,将表达出墙、窗的厚度的多层结构转化为单层结构;
5)显示和人工编辑处理,显示导入的各种建筑构件,提供人机交互界面供操作者人工对导入过程中产生的错误进行修改和完善;
6)拉伸处理,对导入的各种建筑构件的二维平面数据进行拉伸操作,生成建筑构件对应的三维数据,并保存为三维图像格式,以应用于三维显示。
优选的,所述步骤1)中,如果DXF文件中的建筑为多层结构,且每层图纸不同,则将每层所对应的图纸分开,以分别进行导入。
优选的,所述步骤3)中,如果图纸中存在块信息,则预先将块信息全部转换为点、线、圆、圆弧组成的基础图形信息。
优选的,所述服务器还包括模型库模块,负责自动生成建筑物内非通用部件的三维图像文件。
优选的,所述移动客户端通过互联网或3G、4G网络连接所述服务器。
本发明的建筑物内导航系统可自动分析DXF文件,并在软件中生成对应的二维平面数据图纸及生成三维建筑数据,从而构建出基于云网络的建筑物三维图, 并利用移动客户端的卫星定位及陀螺仪等传感器实现室内导航。
具体实施方式
下面对本发明的具体实施方式作进一步详细的描述。
本发明的一种建筑物内导航系统,其首先采用了一种基于DXF文件生成三维图像的方法,以便从最常见且容易获得的二维DXF文件中构建建筑物的三维图像,该方法包括以下步骤:
1)预处理,人工设定DXF文件中墙、门、窗、柱子等不同的建筑构件所对应的图层信息,以设定的名称进行标识;如果DXF文件中的建筑为多层结构,且每层图纸不同,则将每层所对应的图纸分开,以分别进行导入;
2)导入处理,根据设定的名称从每个图层中识别出建筑构件的信息,对DXF文件中的图层依次进行导入;
3)识别处理,逐行读取DXF文件的数据,取出建筑构件的几何信息并分别保存,建筑构件的几何信息包括从DXF文件中获取对应结构的基本几何数据:点、直线、圆弧、圆、矩形;根据所获得的几何数据信息,将建筑构件转换为闭合轮廓,从而得到构建三维建筑数据所需的二维平面数据;如果图纸中存在块信息,则预先将块信息全部转换为点、线、圆、圆弧组成的基础图形信息。块是autocad中常用的术语,是指把部分通用的结构组合成一个整体,叫做块,以便于整体移动、复制等;
4)后处理,根据图纸几何相关性,将表达出墙、窗的厚度的多层结构转化为单层结构;
5)显示和人工编辑处理,显示导入的各种建筑构件,提供人机交互界面供操作者人工对导入过程中产生的错误进行修改和完善;
6)拉伸处理,对导入的各种建筑构件的二维平面数据进行拉伸操作,生成建筑构件对应的三维数据,并保存为VTK数据格式,以应用于三维显示。
为了实现室内导航的功能,本发明的一种建筑物内导航系统包括服务器和移 动客户端,移动客户端通过互联网或3G、4G网络连接服务器,服务器包括一文件数据库,用于存储建筑物的地理位置信息及上述得到建筑物的三维图像文件。
移动客户端包括:
显示模块,负责显示建筑物的三维图像文件;
卫星定位模块,负责通过卫星定位方式确定移动客户端的位置;
室内定位模块,负责根据移动客户端的位移、角度的加速度的变化确定移动客户端的位置;
室内导航模块,负责在建筑物内部根据建筑物的三维图像文件进行导航。
建筑物的三维图像文件中存储有对内部部分区域进行标识的标签。如某商场内部的一个房间是XXX品牌卖场,可在房间的外顶部加上LOGO,使用时,直接检索或点击该LOGO即可进行导航。配套的,移动客户端包括对标签进行检索的检索模块。
进一步地,移动客户端还包括:
触摸屏及手势识别模块,负责根据用户在触摸屏上的手势进行识别并调用对应操作;
语音指令识别模块,负责识别用户的语音指令并调用对应操作。
本系统具有以下优势,移动客户端可以结合定位信息,自动调用建筑模型,并以高亮闪烁球体等方式显示所在位置。
能够选择单一楼层进行展示,选择单一楼层后,能以“抽出-展开”的方式在显示窗口内进行展示。
能够进行地标性索引查询(如:查询某商铺)。
本系统的用户分为三两类:
a)公安反恐、消防等应急救援人员,使用平台PC端及移动客户端,需要简单操作调用建筑信息,在显示终端上查看。
b)有导航需要的普通用户,大多采用移动客户端,包含IOS和Android等移动设备,调用建筑信息进行室内导航。
c)技术支持人员:采用PC端对建筑信息进行补充、修正操作,如标定建筑内部设备位置、商场等场所的商铺品牌位置等。
以上实施例仅为本发明其中的一种实施方式,其描述较为具体和详细,但并不能因此而理解为对本发明专利范围的限制。应当指出的是,对于本领域的普通技术人员来说,在不脱离本发明构思的前提下,还可以做出若干变形和改进,这些都属于本发明的保护范围。因此,本发明专利的保护范围应以所附权利要求为准。

Claims (9)

  1. 一种建筑物内导航系统,其包括服务器和移动客户端,所述移动客户端通过网络连接所述服务器,其特征在于,所述服务器包括一文件数据库,用于存储建筑物的地理位置信息及三维图像文件;
    所述移动客户端包括:
    显示模块,负责显示建筑物的三维图像文件;
    卫星定位模块,负责通过卫星定位方式确定所述移动客户端的位置;
    室内定位模块,负责根据所述移动客户端的位移、角度的加速度的变化确定所述移动客户端的位置;
    室内导航模块,负责在建筑物内部根据所述建筑物的三维图像文件进行导航。
  2. 根据权利要求1所述的建筑物内导航系统,其特征在于:所述建筑物的三维图像文件中存储有对内部部分区域进行标识的标签。
  3. 根据权利要求2所述的建筑物内导航系统,其特征在于:所述移动客户端包括对所述标签进行检索的检索模块。
  4. 根据权利要求3所述的建筑物内导航系统,其特征在于:所述移动客户端还包括:
    触摸屏及手势识别模块,负责根据用户在触摸屏上的手势进行识别并调用对应操作;
    语音指令识别模块,负责识别用户的语音指令并调用对应操作。
  5. 根据权利要求4所述的建筑物内导航系统,其特征在于,所述服务器采用一种基于DXF文件生成三维图像的方法获得建筑物的三维图像文件,该方法包括以下步骤:1)预处理,人工设定DXF文件中不同的建筑构件所对应的图层信息,以设定的名称进行标识;
    2)导入处理,根据设定的名称从每个图层中识别出建筑构件的信息,对DXF文件中的图层依次进行导入;
    3)识别处理,逐行读取DXF文件的数据,取出建筑构件的几何信息并分别保存,建筑构件的几何信息包括从DXF文件中获取对应结构的基本几何数据:点、直线、圆弧、圆、矩形;根据所获得的几何数据信息,将建筑构件转换为闭合轮廓,从而得到构建三维建筑数据所需的二维平面数据;
    4)后处理,根据图纸几何相关性,将表达出墙、窗的厚度的多层结构转化为单层结构;
    5)显示和人工编辑处理,显示导入的各种建筑构件,提供人机交互界面供操作者人工对导入过程中产生的错误进行修改和完善;
    6)拉伸处理,对导入的各种建筑构件的二维平面数据进行拉伸操作,生成建筑构件对应的三维数据,并保存为三维图像格式,以应用于三维显示。
  6. 根据权利要求5所述的建筑物内导航系统,其特征在于,所述步骤1)中,如果DXF文件中的建筑为多层结构,且每层图纸不同,则将每层所对应的图纸分开,以分别进行导入。
  7. 根据权利要求6所述的建筑物内导航系统,其特征在于,所述步骤3)中,如果图纸中存在块信息,则预先将块信息全部转换为点、线、圆、圆弧组成的基础图形信息。
  8. 根据权利要求7所述的建筑物内导航系统,其特征在于,所述服务器还包括模型库模块,负责自动生成建筑物内非通用部件的三维图像文件。
  9. 根据权利要求8所述的建筑物内导航系统,其特征在于,所述移动客户端通过互联网或3G、4G网络连接所述服务器。
PCT/CN2015/079422 2014-09-29 2015-05-21 建筑物内导航系统及其应用系统 WO2016050081A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410508509.7 2014-09-29
CN201410508509.7A CN104318513A (zh) 2014-09-29 2014-09-29 建筑物三维图像显示平台及其应用系统

Publications (1)

Publication Number Publication Date
WO2016050081A1 true WO2016050081A1 (zh) 2016-04-07

Family

ID=52373739

Family Applications (2)

Application Number Title Priority Date Filing Date
PCT/CN2015/079423 WO2016050082A1 (zh) 2014-09-29 2015-05-21 建筑物三维图像显示平台及其应用系统
PCT/CN2015/079422 WO2016050081A1 (zh) 2014-09-29 2015-05-21 建筑物内导航系统及其应用系统

Family Applications Before (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/079423 WO2016050082A1 (zh) 2014-09-29 2015-05-21 建筑物三维图像显示平台及其应用系统

Country Status (2)

Country Link
CN (1) CN104318513A (zh)
WO (2) WO2016050082A1 (zh)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110992489A (zh) * 2019-12-06 2020-04-10 国网上海市电力公司 一种适用于变电站运维管理的三维模型构建方法
CN111142128A (zh) * 2018-11-02 2020-05-12 千寻位置网络有限公司 导航完好性的监测方法及装置、无人机
CN113140037A (zh) * 2021-05-13 2021-07-20 天讯方舟(北京)信息科技有限公司 一种建筑信息模型轻量化和三维场景可视化系统

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104318513A (zh) * 2014-09-29 2015-01-28 陈奕 建筑物三维图像显示平台及其应用系统
CN106127850A (zh) * 2016-06-28 2016-11-16 武汉联图时空信息科技有限公司 一种移动端室内外一体化的三维可视化方法和装置
GB201711478D0 (en) * 2016-10-12 2017-08-30 Qcic Ltd Building control systems
CN106919753B (zh) * 2017-02-28 2020-02-04 山东师范大学 基于软构件的三维建筑模型构建方法及系统
CN108427806A (zh) * 2017-08-12 2018-08-21 中民筑友科技投资有限公司 一种基于bim的构件信息显示方法及装置
CN109545021A (zh) * 2018-11-02 2019-03-29 国家消防工程技术研究中心 避难系统检测装置
CN110009738B (zh) * 2019-03-28 2023-04-11 电子科技大学 一种面向火灾应急疏散的室内三维表达模型
CN110751724B (zh) * 2019-10-12 2023-08-08 杭州城市大数据运营有限公司 城市三维模型建立方法、装置、计算机设备及存储介质
CN111046412A (zh) * 2019-12-27 2020-04-21 深圳须弥云图空间科技有限公司 建筑数据处理方法及装置、存储介质及电子设备
CN111814244A (zh) * 2020-08-20 2020-10-23 深圳须弥云图空间科技有限公司 一种非标准元件处理方法、装置及设备
CN113642069B (zh) * 2021-07-22 2023-12-12 中南建筑设计院股份有限公司 基于bim和异构系统的建筑风荷载快速迭代设计方法
CN114065329B (zh) * 2021-11-22 2023-07-21 费哲软件无锡有限公司 一种可视化室内地图的网页绘制方法、绘制系统及设备

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101763656A (zh) * 2010-01-28 2010-06-30 北京航空航天大学 三维城市建筑分层分户模型的构建与显示控制方法
CN103591951A (zh) * 2013-11-12 2014-02-19 中国科学院深圳先进技术研究院 一种室内导航系统及方法
CN104180805A (zh) * 2014-08-29 2014-12-03 中国海洋大学 基于智能手机的室内行人定位与跟踪方法
CN104202728A (zh) * 2014-09-16 2014-12-10 孟凡琛 一种基于rssi的室内导航装置及方法
CN104318607A (zh) * 2014-09-29 2015-01-28 陈奕 将建筑物二维图像转换为三维结构的方法
CN104316948A (zh) * 2014-09-29 2015-01-28 陈奕 建筑物内导航系统及其应用系统
CN104318513A (zh) * 2014-09-29 2015-01-28 陈奕 建筑物三维图像显示平台及其应用系统

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8422825B1 (en) * 2008-11-05 2013-04-16 Hover Inc. Method and system for geometry extraction, 3D visualization and analysis using arbitrary oblique imagery
CN102509314A (zh) * 2011-09-21 2012-06-20 北京农业信息技术研究中心 日光温室施工图快速生成方法
CN102708587A (zh) * 2012-04-17 2012-10-03 中国地质大学(北京) 一种快速获取三维建筑信息的方法及系统
CN102855668A (zh) * 2012-08-06 2013-01-02 上海中和软件有限公司 工程图纸三维重构及可视化方法

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101763656A (zh) * 2010-01-28 2010-06-30 北京航空航天大学 三维城市建筑分层分户模型的构建与显示控制方法
CN103591951A (zh) * 2013-11-12 2014-02-19 中国科学院深圳先进技术研究院 一种室内导航系统及方法
CN104180805A (zh) * 2014-08-29 2014-12-03 中国海洋大学 基于智能手机的室内行人定位与跟踪方法
CN104202728A (zh) * 2014-09-16 2014-12-10 孟凡琛 一种基于rssi的室内导航装置及方法
CN104318607A (zh) * 2014-09-29 2015-01-28 陈奕 将建筑物二维图像转换为三维结构的方法
CN104316948A (zh) * 2014-09-29 2015-01-28 陈奕 建筑物内导航系统及其应用系统
CN104318513A (zh) * 2014-09-29 2015-01-28 陈奕 建筑物三维图像显示平台及其应用系统

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111142128A (zh) * 2018-11-02 2020-05-12 千寻位置网络有限公司 导航完好性的监测方法及装置、无人机
CN110992489A (zh) * 2019-12-06 2020-04-10 国网上海市电力公司 一种适用于变电站运维管理的三维模型构建方法
CN110992489B (zh) * 2019-12-06 2024-02-13 国网上海市电力公司 一种适用于变电站运维管理的三维模型构建方法
CN113140037A (zh) * 2021-05-13 2021-07-20 天讯方舟(北京)信息科技有限公司 一种建筑信息模型轻量化和三维场景可视化系统

Also Published As

Publication number Publication date
CN104318513A (zh) 2015-01-28
WO2016050082A1 (zh) 2016-04-07

Similar Documents

Publication Publication Date Title
WO2016050081A1 (zh) 建筑物内导航系统及其应用系统
US20220398844A1 (en) Shared Augmented Reality Session Recording and Playback
US11531791B2 (en) Virtual reality immersion with an architectural design software application
US10068373B2 (en) Electronic device for providing map information
CN105637564B (zh) 产生未知对象的扩增现实内容
JP5799521B2 (ja) 情報処理装置、オーサリング方法及びプログラム
EP2583254B1 (en) Mobile device based content mapping for augmented reality environment
US11263457B2 (en) Virtual item display simulations
TWI667618B (zh) Integrated sensing positioning based on 3D information model applied to construction engineering and facility equipment management system
WO2016050083A1 (zh) 将建筑物二维图像转换为三维结构的方法
WO2019058266A1 (en) SYSTEM AND METHOD FOR CONVERTING A 3D SCALE SOIL PLAN FOR THE CREATION AND RENDERING OF ARCHITECTURAL SCENES OF VIRTUAL REALITY, VIDEOS AND VISUAL IMAGES
CN104316948A (zh) 建筑物内导航系统及其应用系统
US10127667B2 (en) Image-based object location system and process
US20230093087A1 (en) Browser optimized interactive electronic model based determination of attributes of a structure
US11657085B1 (en) Optical devices and apparatuses for capturing, structuring, and using interlinked multi-directional still pictures and/or multi-directional motion pictures
US20190095083A1 (en) Map-like interface for an electronic design representation
US10169493B2 (en) Method for manipulating a computer aided design (CAD) model, computer program product and server therefore
US11520948B2 (en) Systems and methods for creating electronic indoor maps
Zheng et al. SmartCanvas: Context‐inferred Interpretation of Sketches for Preparatory Design Studies
CN105488839A (zh) 三维场景交互式操作系统及其操作方法
US9230366B1 (en) Identification of dynamic objects based on depth data
Chen et al. Integration of Augmented Reality and indoor positioning technologies for on-site viewing of BIM information
CN108062786B (zh) 以三维信息模型为基础的综合感知定位技术应用系统
US20230351706A1 (en) Scanning interface systems and methods for building a virtual representation of a location
US20240104851A1 (en) Automated Generation And Presentation Of Visual Data Enhancements On Camera View Images Captured In A Building

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 12/09/2017)

122 Ep: pct application non-entry in european phase

Ref document number: 15846882

Country of ref document: EP

Kind code of ref document: A1