Next Article in Journal
An Integrated Framework Combining Multiple Human Activity Features for Land Use Classification
Previous Article in Journal
Integrating Island Spatial Information and Integer Optimization for Locating Maritime Search and Rescue Bases: A Case Study in the South China Sea
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Quaternion-Based Piecewise 3D Modeling Method for Indoor Path Networks

1
Key Laboratory of Digital Earth Science, Institute of Remote Sensing and Digital Earth, Chinese Academy of Sciences, Beijing 100094, China
2
Key Laboratory for Earth Observation of Hainan Province, Sanya Institute of Remote Sensing, Hainan 572029, China
3
University of Chinese Academy of Sciences, Beijing 100049, China
*
Author to whom correspondence should be addressed.
ISPRS Int. J. Geo-Inf. 2019, 8(2), 89; https://doi.org/10.3390/ijgi8020089
Submission received: 15 December 2018 / Revised: 8 February 2019 / Accepted: 13 February 2019 / Published: 15 February 2019

Abstract

:
Generating 3D path models (with textures) from indoor paths is a good way to improve the visualization performance of 3D indoor path analysis. In this paper, a quaternion-based piecewise 3D modeling method is proposed to automatically generate highly recognizable 3D models for indoor path networks. To create such models, indoor paths are classified into four types of basic elements: corridor, stairs, elevator and node, which contain six kinds of edges and seven kinds of nodes. A quaternion-based method is devised to calculate the coordinates of the designed elements, and a piecewise 3D modeling method is implemented to create the entire 3D indoor path models in a 3D GIS scene. The numerical comparison of 3D scene primitives in different visualization modes indicates that the proposed method can generate detailed and irredundant models for indoor path networks. The result of 3D path analysis shows that indoor path models can improve the visualization performance of a 3D indoor path network by displaying paths with different shapes, textures and colors and that the models can maintain a high rendering efficiency (above 50 frames per second) in a 3D GIS scene containing more than 50,000 polygons and triangles.

1. Introduction

3D path network analysis for indoor space provides strong decision support for users in searching for optimal routes in applications such as emergency services, disaster management, security, transportation and visitor guiding [1,2,3]. Implementing indoor path analysis in 3D GIS will help users understand the results and make decisions intuitively by visualizing the virtual city environment, buildings, indoor scenes, paths, nodes, and optimal routes [4,5,6,7]. The buildings and indoor scenes can be visualized in various ways, such as detailed solid models, wireframes, boxes shaded with textures, and even translucent meshes. However, 3D paths are usually visualized simply as 3D points and lines [2,7,8], which are able to describe the paths’ shapes but make it difficult to identify the types. It would be better to generate 3D models (with textures) from the 3D points and lines, so that we can distinguish the various types and complex components of indoor paths.
Generating 3D models from lines automatically is a common task in graphical modeling and computer-aided design, e.g., in generation of pipelines [9,10] and machine parts [11,12,13]. There are many ways of calculating the coordinates of model vertices in 3D model generation, such as Euler angle methods and quaternion methods. Compared to the Euler angle calculation, quaternions are much more flexible and elegant in coordinate transformation, 3D modeling and animation [14,15,16]. In this paper, we propose a quaternion-based method of calculating the coordinates of indoor path elements (indoor corridors, stairs, elevators and nodes) according to the complex indoor path structure and advantages of quaternion operations. Afterwards, a piecewise 3D modeling procedure was implemented to automatically create the complete 3D models from indoor paths. Based on these methods, 3D indoor path models were generated from an indoor path network and applied to path analysis. Five 3D scene primitives (vertices, lines, polygons, triangles and quadrangles) in different visualization modes were compared, and frame rates of four stages (without paths, paths visualized as lines, paths visualized as models and path analysis with 3D models) were recorded to analyze the efficiency of the proposed method. The results indicate that this quaternion-based piecewise 3D modeling method could improve the visualization performance of a 3D indoor path network by displaying paths with different shapes, textures and colors and that the method could maintain a high rendering efficiency in a 3D GIS scene. Therefore, the method proposed in this paper will have promising prospects for path analysis related applications in Digital Earth and Smart Cities [4,17,18,19,20].
This paper is organized as follows. The next section introduces several related studies, including the visualization of 3D indoor path analysis and 3D model generation methods using lines. Section 3 describes data curation and methodology, including classification and development of an indoor path network, design of basic elements, the quaternion-based 3D modeling method and the piecewise 3D modeling procedure. Section 4 presents the results of 3D indoor path modeling and path analysis, and analyzes the method’s efficiency. The paper concludes with the discussion in Section 5.

2. Related Work

2.1. Visualization of 3D Indoor Path Analysis

A 3D GIS integrated model using CityGML and Oracle Spatial was developed to visualize a building model and implement 3D network analysis [4]. The building model was stored in the CityGML format and could be visualized in four different types: WireFrame, HiddenLine, Shaded, and Shaded with Texture. The indoor path network model was stored in Oracle Spatial and represented by linear networks (lines and points) in the 3D scene, and the shortest path analysis result was represented by thick black lines. An extended semantic model based on CityGML was proposed to improve the indoor navigation results by dividing the concept Space into three concepts: room, corridor and stair [6], which would clearly identify the types of spaces along the shortest path but fail to convey the types of paths because the path network was not semantically segmented, and the paths were represented by lines. The IFC (Industry Foundation Classes) standard was introduced to path plans for 3D indoor spaces because of its capability to restore both geometric information and rich semantic information of building components [7]. The geometric and semantic information of indoor space was extracted from the IFC file and transformed into 3D building models, and the shortest path was visualized as dotted or solid lines. The combined use of IndoorGML and Land Administration Domain Model (LADM) was explored to define the accessibility of indoor spaces based on the access rights for spaces [3]. The space of a building was divided into corridors, stairs, lifts, toilets, etc., and visualized with different colors, but the path network was still represented by lines.
The visualization of 3D indoor path analysis in the existing studies is mainly concerned with the (semantic) division and representation of indoor space, which indeed will help understand the process and results of path analysis; however, the paths are usually visualized as 3D lines that cannot clearly indicate the type of path. The semantic idea can also be introduced to classify the indoor path network and subsequently facilitate the visualization of indoor path analysis by generating 3D models (with textures) from 3D points and lines.

2.2. 3D Model Generation Methods from Lines

Approaches to generating 3D models from lines vary, and include Euler angle and quaternion methods. Euler angle methods usually involve many complex calculations of trigonometric functions [10,13,21], which makes the process of angle calculation difficult to understand and rather cumbersome to implement, especially in a 3D scene. Additionally, different rotational sequences can result in different 3D models based on Euler angles, so a 3D model based on Euler angles is not uniquely defined and sometimes inconvenient [14]. The concept of quaternion, first described by Irish mathematician William Rowan Hamilton in 1843 [22], is a complex digital system consisting of three complex numbers and one real number:
Q [ x , y , z , w ] = x i + y j + z k + w
i 2 = j 2 = k 2 = 1
where x, y, z and w are real numbers, and i , j and k are imaginary unit vectors.
A quaternion can express the rotation of any vector axis, and it is more efficient and flexible than the method of Euler rotation and matrix rotation. It can also avoid the problem of gimbal lock. A 3D model based on quaternions is uniquely defined because it does not depend on the rotational sequence. Thus, quaternions have been widely used in modeling, rendering, animation [15,23,24] and object control, such as that of spacecraft [14,25,26] and robots [27,28]. Generating 3D path models from indoor path networks using quaternion-based methods would be convenient and efficient.

3. Materials, Concepts and Methods

3.1. Classification and Development of an Indoor Path Network

Building a 3D topological network with nodes and edges is a fundamental task of 3D path analysis. To create detailed and vivid 3D models for the path network, the nodes and edges should be classified into different types, according to their shapes and functions. Considering that pedestrians can only move along specific paths, such as corridors and stairs, in an indoor scene, indoor paths are classified as three types in this paper: Indoor corridors, stairs and elevators. These edges and the nodes among them interconnect to form a complete indoor path network. This classification merely considers the edges and nodes that exist in the indoor path network and will contribute to 3D modeling of the path network. Hence, space concepts such as rooms will not be involved here. The edge and node types in an indoor path network are shown in Table 1 and Table 2.
The test indoor paths used in this paper were drawn in a 3D indoor scene using an interactive tool that would output indoor paths as a shapefile (*.shp) file, which contained the paths’ geographical coordinates (latitude, longitude, and elevation). Afterwards, paths and nodes were split apart according to their types defined above. After the *.shp file was imported into PostGIS, the software was used to create the topology of indoor paths. The topology construction process resulted in two tables where the geographic information of nodes and edges, such as id, geographic coordinates, source id, target id, etc., was stored. To apply path analysis algorithms and 3D path modeling algorithms, the attributes of nodes and edges (for edges, name, type, cost, and reverse cost, and for nodes, name and type) were set according to the actual situation and the classifications listed in Table 1 and Table 2. This indoor path network contained 101 edges and 88 nodes, shown in Figure 1 as a traditional (3D lines and points) visualization.

3.2. Design of Basic Elements in Indoor Paths

The basic elements in indoor paths are divided into four categories: Corridor, stair, elevator and node.
(1) Corridor element. Indoor corridors are displayed as 3D polygons or cuboids. As shown in Figure 2, the blue solid line is a 3D corridor, and the black lines are edges of the 3D corridor model generated according to user-defined width (2W) and height (H).
(2) Stair element. A stair element can be displayed simply as a 3D slope, or a solid model according to its original shape, as shown in Figure 3. The width of a stair element is the same as that of a corridor element, and the length of the slope is equal to the 3D distance between the two endpoints of the stair line segment.
(3) Elevator element. An elevator element, as shown in Figure 4, is displayed as a 3D box of size matching that of the elevator in the real world.
(4) Node element. An indoor path network may contain various kinds of nodes (N1 to N7, Table 2), but most of them (N2 to N7) can connect to other elements directly. Corridor junctions, such as intersection points and turning points, are abstracted into circular nodes and arc nodes. They can be displayed as cylinders and 3D sector models, as shown in Figure 5.

3.3. Quaternion-based Calculation of Coordinates of Basic Elements

3.3.1. Quaternion Operations

When calculating vertex coordinates with quaternions, many complicated and cumbersome trigonometric functions become unnecessary, and the angle interpolation calculation becomes more convenient. Although the quaternion rotation is in four dimensions, we do not need to know the specifics of internal calculations, and instead only set the four values of the angle and rotation vector. We can simply regard a quaternion as a rotation of θ degrees around a vector (x, y, z) in three dimensions.
Denoting the rotation vector by v ( x v , y v , z v ) and rotation angle by θ, the calculation process of the corresponding quaternion Q ( x , y , z , w ) and rotation matrix R Q is as follows:
n = v / x v 2 + y v 2 + z v 2
Q ( x , y , z , w ) = f { θ , v } = ( v sin ( θ 2 ) , cos ( θ 2 ) )
R Q = [ 1 2 ( y 2 + z 2 ) 2 ( x y z w ) 2 ( x z + y w ) 0 2 ( x y + z w ) 1 2 ( x 2 + z 2 ) 2 ( y z x w ) 0 2 ( x z y w ) 2 ( y z + x w ) 1 2 ( y 2 + y 2 ) 0 0 0 0 1 ]
Additionally, a quaternion can also be represented with a start vector v f ( x f , y f , z f ) and an end vector v t ( x t , y t , z t ) , i.e., vector v f becomes v t after rotating by a certain angle. Then, quaternion Q ( x , y , z , w ) is calculated as follows:
n f = v f / x f 2 + y f 2 + z f 2
n t = v t / x t 2 + y t 2 + z t 2
s = ( 1 + n f n t ) / 2
v x = v f ^ v t
Q ( x , y , z , w ) = f { v f , v t } = ( v x / ( 2 s ) , s )
An important advantage of quaternion rotation is the ability to achieve smooth spherical interpolation. Assuming that two different quaternions Q f and Q t are evenly interpolated into n parts, quaternion Q i (i = 1, 2, …, n) is calculated as follows:
θ = a r c cos ( Q f Q t )
s f = sin ( ( 1 i / n ) θ ) / sin θ
s t = sin ( i / n θ ) / sin θ
Q i = s l e r p ( i / n , Q f , Q t ) = Q f s f + Q t s t

3.3.2. Calculation of Coordinates of a Line Segment Vertex

The first step of 3D modeling of an indoor path network is to calculate the vertex coordinates of each basic element of the paths, and then connect the vertices to form a 3D polygon or cuboid. If the coordinates were calculated by trigonometry, the angular relations would make the process cumbersome and difficult to deduce. As shown in Figure 6, P0(x0, y0, z) and P1(x1, y1, z) are two nodes in the indoor paths; the length of P0P1 is L, and P 1 P 0 = ( a , b , 0 ) ; line AB is perpendicular to P0P1 and has the length of 2w. Coordinates of A and B are calculated by trigonometry as follows.
K A B = a b
sin α = a L , cos α = b L
Δ x = w cos α = w b L
Δ y = w sin α = w a L
P A = ( x 0 Δ x , y 0 + Δ y , z )
P B = ( x 0 + Δ x , y 0 + Δ y , z )
If quaternions are used in the calculation, it will become easier to understand, and the process will be simpler. The basic idea of calculating coordinates with quaternions is to use the final coordinates as a result of rotation of a certain point or a line segment. As shown in Figure 7, line A0B0 is on the x axis and has the same length as that of AB; then, AB can be considered a α-degree clockwise rotation of A0B0 in the negative direction of the z axis (0, 0, −1).
Considering that axis y ( y ) is normal to A0B0, and P 0 P 1 is normal to AB, the rotation angle from y to P 0 P 1 is the same as that from AB to A0B0, and so is the quaternion. Suppose that Q A B is the quaternion from AB to A0B0, M A B is the rotation matrix of AB, and the coordinates of A0 and B0 are (−w, 0, z) and (w, 0, z); then, the coordinates of A and B are calculated as follows:
Q A B = f { y , P 0 P 1 } = f { ( 0 , 1 , 0 ) , P 0 P 1 }
M A B = R o t a t e ( Q A B )
P A = ( w , 0 , z ) M A B
P B = ( w , 0 , z ) M A B
The above process shows that we need to neither care about the complex angular relationship between line segments nor perform any trigonometric operations when calculating the coordinates using quaternions.
If the middle point of the line segment is not at the origin, as shown in Figure 8, we can establish a local rectangular coordinate system at point P1 and calculate the local coordinates of A and B in x’P1y’; then, the coordinates can be translated according to the coordinates of P1.
P A = ( w , 0 , 0 ) M A B T r a n s ( P 1 )
P B = ( w , 0 , 0 ) M A B T r a n s ( P 1 )

3.3.3. Calculation of Coordinates of Circular and Arc Nodes

Every point on a circular node can be considered a clockwise rotation of PA0 (0, w, z) in the negative direction of the z axis (0, 0, −1), as shown in Figure 9. If there are n points on the circular node, the coordinates of the ith (i = 1, 2, 3, …, n) point (PA) are then calculated as follows:
Q A = f { α , z } = f { i 2 π / n , ( 0 , 0 , 1 ) }
P A = ( 0 , w , 0 ) R o t a t e ( Q A ) T r a n s ( P )
For an arc node (as shown in Figure 10, a corridor junction of P0P1 and P1P2), we should create two lines (AB and CD) before and after the intersection point P1, and then generate the arc points by uniform interpolation from AB to CD.
Suppose that AB⊥P0P1, CD⊥P1P2, P1O1 = P1O2 = d, and x’P1y’ is a local rectangular coordinate system; then, AB can be considered an α-degree clockwise rotation of A0B0, which is under the x’ axis and perpendicular to the y’ axis. The distance from A0B0 to P1 is d, and AB = A0B0 = 2w. Similarly, CD can be considered a clockwise rotation of C0D0, which is above the x’ axis, as shown in Figure 11.
Coordinates of A0 and B0 are (−w, −d, z) and (w, −d, z), and coordinates of A and B are calculated as follows:
Q A B = f { y , P 0 P 1 } = f { ( 0 , 1 , 0 ) , P 0 P 1 }
P A = ( w , d , 0 ) R o t a t e ( Q A B ) T r a n s ( P 1 )
P B = ( w , d , 0 ) R o t a t e ( Q A B ) T r a n s ( P 1 )
Similarly, coordinates of C and D are:
Q C D = f { y , P 1 P 2 } = f { ( 0 , 1 , 0 ) , P 1 P 2 }
P C = ( w , d , 0 ) R o t a t e ( Q C D ) T r a n s ( P 1 )
P D = ( w , d , 0 ) R o t a t e ( Q C D ) T r a n s ( P 1 )
Sector ABCD (with outer arc AC and inner arc BD) is composed of n interpolated lines, such as EF, all of which have equal length (2w) and go through the same center O, as shown in Figure 12. If the length of the sector radius (OO1) is r, then the lengths of the inner and outer radii are r-w and r+w, respectively. As the rotation angle from P 0 P 1 to P 1 P 2 is the same as ∠AOC, the length of P1O1 (d) and the coordinates of O are calculated as follows:
Q O = f { P 0 P 1 , P 1 P 2 }
α = A O E = A n g ( Q O ) / 2
d = r tan α
P O = ( w + r , d , 0 ) R o t a t e ( Q A B ) T r a n s ( P 1 )
Sector ABCD is interpolated using quaternions according to the length of OB and OA; then, the quaternion and the coordinates of EF for the ith (i = 1, 2, …, n) interpolated line are calculated as follows:
Q E F = s l e r p ( i / n , Q A B , Q C D )
P E = ( r w , 0 , 0 ) R o t a t e ( Q E F ) T r a n s ( O )
P F = ( r + w , 0 , 0 ) R o t a t e ( Q E F ) T r a n s ( O )

3.3.4. Calculation of Coordinates of Stair Elements

Coordinates of stair elements can be calculated by quaternion rotation and translation by establishing a local rectangular coordinate system at a stair vertex. As shown in Figure 13, P0 and P1 are endpoints of a stair element. For each step in the stair, we establish a local rectangular coordinate system at the middle point of the step line; P0P1’ is the projection of P0P1 on the xoy plane. The coordinates of every step vertex are calculated by quaternion rotation from P0P1’ to the y axis.
Δ s t e p = ( P P 1 P P 0 ) / n
P O = P P 0 + i Δ s t e p
Q O = f { y , P 0 P 1 } = f { ( 0 , 1 , 0 ) , P 0 P 1 }
P A = ( w , 0 , 0 ) R o t a t e ( Q O ) T r a n s ( P O )
P B = ( w , 0 , 0 ) R o t a t e ( Q O ) T r a n s ( P O )
Similarly, coordinates of C and D are:
P C = ( w , 0 , 0 ) R o t a t e ( Q O ) T r a n s ( P O + ( 0 , 0 , Δ s t e p . z ) )
P D = ( w , 0 , 0 ) R o t a t e ( Q O ) T r a n s ( P O + ( 0 , 0 , Δ s t e p . z ) )
If P0.z > P1.z, P0P1 points down, and the height of CD is the same as that of AB; then, coordinates of C and D are:
P C = ( w , 0 , 0 ) R o t a t e ( Q O ) T r a n s ( P O + ( Δ s t e p . x , Δ s t e p . y , 0 ) )
P D = ( w , 0 , 0 ) R o t a t e ( Q O ) T r a n s ( P O + ( Δ s t e p . x , Δ s t e p . y , 0 ) )

3.4. Piecewise 3D Modeling of an Indoor Path Network

Considering that the nodes and edges in the indoor path network have different shapes and ways of calculating coordinates, it is better to build the 3D indoor path model piecewise and successively, i.e., by processing nodes and edges in order, and building 3D models by the corresponding coordinate calculation and vertex organization methods. Some parameters, such as width, height, polygon type and model texture, can be customized by users or modelers. The steps of the piecewise method of 3D modeling of an indoor path network are shown in Figure 14.
The steps of this method can be stated as follows:
  • Preparation. Implement the calculation of coordinates, connection of vertices, and texture binding algorithms for each basic element. The types of nodes and edges defined in Table 1 and Table 2 should be considered because different types correspond to different implementations. Define the parameters of path models, including width, height, stair steps, circle sectors, polygon type, and model texture.
  • Retrieve a node or edge from tables in the spatial database, read its attributes that will be used in the 3D modeling process, including id, geometric coordinates, type, source id and target id.
  • Establish a local coordinate system according to the geometric coordinates, and convert the coordinates from the geodetic (latitude, longitude, and height) coordinate system to the local Cartesian (ECEF X, Y, Z) coordinate system [29].
  • Calculate coordinates of vertices by the algorithms proposed above.
  • 3D modeling of paths and nodes. Connect the vertices together and bind the texture image to the model in the 3D GIS rendering engine.
  • Repeat steps 2-5 until all the edges and nodes have been processed.

4. Results

4.1. 3D Modeling of an Indoor Path Network

An example of piecewise 3D modeling of an indoor path network in a 3D Cartesian coordinate system is shown in Figure 15, and the values of the optional parameters used in the example are listed in Table 3.
When generating 3D models from an indoor path network in a 3D GIS system, the earth curvature has to be considered because the 3D models will be inclined if they are created as a whole. Hence, all the coordinates of nodes and edges should first be converted from the geodetic coordinate system to the Cartesian coordinate system, transformed into 3D models separately, and then connected into an entire model of indoor paths. The result of piecewise 3D modeling of an indoor path network is shown in Figure 16. Compared with 3D lines shown in Figure 1, the 3D indoor path models can indicate the structure and types of indoor paths clearly with different shapes and textures.

4.2. Visualization of 3D Path Analysis with Indoor Path Models

As 3D models of nodes and edges are generated separately, they can be linked together to form arbitrary routes, e.g., the shortest path. Thus, 3D indoor path models can also be used to visualize the results of 3D path analysis similarly to how it is done with 3D lines. Instead of highlighted lines, the shortest path will consist of a series of highlighted continuous 3D models.
In this paper, the 3D path analysis was performed in PostGIS by using pgRouting functions (pgr_dijkstra, pgr_astar, etc.) [30,31,32]. The result of path analysis is a table that contains the sequence ids of nodes and edges in the shortest path. Using these ids, the 3D models in the shortest path were retrieved from the indoor path models and then blended with a bright color using a fragment shader.
As shown in Figure 17, the shortest path calculated by the Dijkstra algorithm is highlighted in red in the indoor path models. The direction and type of each section are easily identifiable in the 3D scene.

4.3. Efficiency Analysis

The numbers of five 3D scene primitives (vertices, lines, polygons, triangles and quadrangles) in three different visualization modes (no paths, paths visualized as lines and paths visualized as models), which can indicate the differences of newly generated entities and can be used as a reference for comparing the frame rates, were recorded. Before loading the indoor paths, the 3D scene mainly contains the meshes of the earth surface. The scene with 3D lines shown in Figure 1a contains 984 vertices and 492 lines but no triangles or quadrangles, as listed in Table 4. The scene with 3D models of indoor paths contains 34,710 vertices, 9,672 polygons and 1,512 triangles but no lines; these counts are not particularly large compared with those of triangular mesh-based models [33]. This observation means that the proposed quaternion-based 3D modeling method can generate detailed and irredundant models of indoor path networks.
The frame rates of four stages (no paths, paths visualized as lines, paths visualized as models and path analysis with 3D models) were recorded consecutively when the 3D GIS was running on a laptop with an NVIDIA GeForce GT 730M graphics card with 1GB of onboard RAM. As shown in Figure 18, the blue solid line represents the real-time frame rate, and the orange dotted line represents the change trend of the frame rate. Before the indoor paths were loaded, the system ran a 3D scene containing 34,000 vertices and 47,000 triangles at approximately 60 fps, and the visualization of 3D lines did not affect the frame rates (Stages 1 and 2, 1 to 21s). The frame rate dropped to 39 fps when 3D models were being generated but soon rose to 54 fps after the process was completed (Stage 3, 22 to 37s). The 3D path analysis algorithm did not affect the frame rate, and the efficiency of rendering highlighted paths was the same as that of rendering 3D models in Stage 3. Although the frame rate dropped by approximately 3 fps to 10 fps when the path network was being represented as 3D models, the frame rate could still remain above 50 fps in a 3D scene containing 68,000 vertices, 9000 polygons and 48,000 triangles.

5. Discussion

This paper proposed a quaternion-based piecewise 3D modeling method to automatically generate 3D models of indoor paths to support and improve the visualization performance of 3D indoor path analysis. To create 3D models of indoor path networks, the paths were classified into four types of basic elements: Corridor, stair, elevator and node, which contained six kinds of edges and seven kinds of nodes. A quaternion-based method was proposed to calculate the coordinates of the designed elements, and a piecewise 3D modeling method was implemented to create the entire 3D indoor path models in the 3D GIS scene. The numbers of 3D scene primitives indicated that the proposed quaternion-based 3D modeling method could generate detailed and irredundant models of indoor path networks. The result of 3D path analysis showed that indoor path models could not only provide a better visualization performance than that of 3D lines by displaying a path with different shapes, textures and colors, but also maintain a high rendering efficiency (above 50 fps) in a 3D scene containing more than 50,000 polygons and triangles. Thus, the proposed method will be very useful for visualizations of indoor path networks in 3D GIS, especially when there are no detailed 3D building models or when the types and structures of 3D indoor paths are viewed separately.
Although this method can generate 3D models from indoor paths automatically and highlight the chosen/optimal paths vividly, the indoor path network should be adequately prepared, for instance, by splitting the paths according to their type and by perfecting the attributes (type, cost used in path analysis, etc.) of edges and nodes in the spatial database. An interactive tool should be created to assist with these tasks in future. In addition, the texture coordinates and normal directions of vertices should be handled carefully; otherwise, the textures of models will be distorted or invalid.

Author Contributions

Conceptualization, H.J.; data curation, X.K.; formal analysis, J.L. and Q.J.; funding acquisition, X.F.; methodology, H.J.; project administration, X.F.; software, H.J.; supervision, X.F.; writing—original draft, H.J. and J.L.; writing—review & editing, X.F.

Funding

This research was funded by the Strategic Priority Research Program of the Chinese Academy of Sciences, grant No. XDA19080101, the National Key Research and Development Program of China, grant Nos. 2016YFB0501503 and 2016YFB0501502, and Hainan Provincial Department of Science and Technology, grant No. ZDKJ2016021.

Acknowledgments

The authors would like to thank the editors and anonymous reviewers for their valuable comments and suggestions. We would also like to thank Xiaoping Du, Zhenzhen Yan, Qin Zhan and Junjie Zhu for helpful discussions.

Conflicts of Interest

The authors declare no conflicts of interest. The funders had no role in the design of the study, in the collection, analyses, or interpretation of data, in the writing of the manuscript, or in the decision to publish the results.

References

  1. Isikdag, U.; Zlatanova, S.; Underwood, J. A BIM-Oriented Model for supporting indoor navigation requirements. Comput. Environ. Urban Syst. 2013, 41, 112–123. [Google Scholar] [CrossRef]
  2. Jamali, A.; Abdul Rahman, A.; Boguslawski, P.; Kumar, P.; Gold, C.M. An automated 3D modeling of topological indoor navigation network. GeoJournal 2017, 82, 157–170. [Google Scholar] [CrossRef]
  3. Alattas, A.; Zlatanova, S.; Van Oosterom, P.; Chatzinikolaou, E.; Lemmen, C.; Li, K.J. Supporting Indoor Navigation Using Access Rights to Spaces Based on Combined Use of IndoorGML and LADM Models. ISPRS Int. J. Geo-Inf. 2017, 6, 384. [Google Scholar] [CrossRef]
  4. Atila, U.; Karas, I.R.; Rahman, A.A. A 3D-GIS Implementation for Realizing 3D Network Analysis and Routing Simulation for Evacuation Purpose. In Progress and New Trends in 3D Geoinformation Sciences; Pouliot, J., Daniel, S., Hubert, F., Zamyadi, A., Eds.; Springer: Berlin/Heidelberg, Germany, 2013; pp. 249–260. [Google Scholar] [CrossRef]
  5. Lv, Z.; Yin, T.; Zhang, X.; Song, H.; Chen, G. Virtual Reality Smart City Based on WebVRGIS. IEEE Internet Things J. 2016, 3, 1015–1024. [Google Scholar] [CrossRef]
  6. Zhu, Q.; Zhao, J.; Du, Z.; Zhang, Y.; Xu, W.; Xie, X.; Ding, Y.; Wang, F.; Wang, T. Towards Semantic 3D City Modeling and Visual Explorations. In Advances in 3D Geo-Information Sciences; Kolbe, T.H., König, G., Nagel, C., Eds.; Springer: Berlin/Heidelberg, Germany, 2011; pp. 275–294. [Google Scholar] [CrossRef]
  7. Lin, Y.H.; Liu, Y.S.; Gao, G.; Han, X.G.; Lai, C.Y.; Gu, M. The IFC-based path planning for 3D indoor spaces. Adv. Eng. Inform. 2013, 27, 189–205. [Google Scholar] [CrossRef]
  8. Atila, U.; Karas, I.R.; Abdul-Rahman, A. Integration of CityGML and Oracle Spatial for implementing 3D network analysis solutions and routing simulation within 3D-GIS environment. Geo-Spat. Inf. Sci. 2013, 16, 221–237. [Google Scholar] [CrossRef] [Green Version]
  9. Wei, B.S.; Liang, H.; Wang, T.L. 3D Modeling and Visualization of City Drain-Pipes Network Based on ArcGIS and SketchUp. Adv. Mater. Res. 2013, 726–731, 3030–3034. [Google Scholar] [CrossRef]
  10. Sierla, S.A.; Karhela, T.A.; Vyatkin, V. Automatic Generation of Pipelines Into a 3D Industrial Process Model. IEEE Access 2017, 5, 26591–26603. [Google Scholar] [CrossRef]
  11. Dziegielewski, A.V.; Hemmer, M.; Schömer, E. High Precision Conservative Surface Mesh Generation for Swept Volumes. IEEE Ttans. Autom. Sci. Eng. 2015, 12, 183–191. [Google Scholar] [CrossRef] [Green Version]
  12. Sun, L.; Tierney, C.M.; Armstrong, C.G.; Robinson, T.T. Decomposing complex thin-walled CAD models for hexahedral-dominant meshing. Comput. Aided Des. 2018, 103, 118–131. [Google Scholar] [CrossRef]
  13. Wu, H.; Gao, S.; Wang, R.; Ding, M. Generation of multi-axis swept mesh in a global way. Eng. Comput. 2018. [Google Scholar] [CrossRef]
  14. Yang, Y. Quaternion-Based LQR Spacecraft Control Design Is a Robust Pole Assignment Design. J. Aerosp. Eng. 2014, 27, 168–176. [Google Scholar] [CrossRef]
  15. Pletincks, D. The Use of Quaternions for Animation, Modelling and Rendering; Springer: Berlin/Heidelberg, Germany, 1988; pp. 44–53. [Google Scholar]
  16. Meister, L.; Schaeben, H. A concise quaternion geometry of rotations. Math. Methods Appl. Sci. 2005, 28, 101–126. [Google Scholar] [CrossRef]
  17. Hijazi, I.H.; Ehlers, M.; Zlatanova, S. NIBU: A new approach to representing and analysing interior utility networks within 3D geo-information systems. Int. J. Digit. Earth 2012, 5, 22–42. [Google Scholar] [CrossRef]
  18. Song, H.; Srinivasan, R.; Sookoor, T.; Jeschke, S. Smart Cities: Foundations, Principles and Applications; Wiley: Hoboken, NJ, USA, 2017. [Google Scholar]
  19. Sun, Y.; Song, H.; Jara, A.J.; Bie, R. Internet of Things and Big Data Analytics for Smart and Connected Communities. IEEE Access 2016, 4, 766–773. [Google Scholar] [CrossRef]
  20. Schabus, S.; Scholz, J.; Lampoltshammer, T.J. Mapping Parallels between Outdoor Urban Environments and Indoor Manufacturing Environments. ISPRS Int. J. Geo-Inf. 2017, 6, 281. [Google Scholar] [CrossRef]
  21. Jüttler, B.; Mäurer, C. Cubic Pythagorean hodograph spline curves and applications to sweep surface modeling. Comput. Aided Des. 1999, 31, 73–83. [Google Scholar] [CrossRef]
  22. Wikipedia Contributors. Quaternion. Available online: https://en.wikipedia.org/w/index.php?title=Quaternion&oldid=871865680 (accessed on 6 December 2018).
  23. Meister, L. Mathematical modelling in geodesy based on quaternion Algebra. Phys. Chem. Earth Part A Solid Earth Geodesy 2000, 25, 661–665. [Google Scholar] [CrossRef]
  24. Ginzberg, P.; Walden, A.T. Quaternion VAR Modelling and Estimation. IEEE Trans. Signal Process. 2013, 61, 154–158. [Google Scholar] [CrossRef] [Green Version]
  25. Song, Y.D.; Cai, W. Quaternion Observer-Based Model-Independent Attitude Tracking Control of Spacecraft. J. Guid. Control Dyn. 2012, 32, 1476–1482. [Google Scholar] [CrossRef]
  26. Cheon, Y.; Kim, J. Unscented Filtering in a Unit Quaternion Space for Spacecraft Attitude Estimation. In Proceedings of the 2007 IEEE International Symposium on Industrial Electronics, Vigo, Spain, 4–7 June 2007; pp. 66–71. [Google Scholar]
  27. Popa, S.; Dorin, A.; Nicolescu, F.A.; Ivan, A.M. Quaternion-Based Algorithm for Direct Kinematic Model of a Kawasaki FS10E Articulated Arm Robot. Appl. Mech. Mater. 2015, 762, 6. [Google Scholar] [CrossRef]
  28. Ahn, J.-S.; Chung, W.-J.; Jung, C.-D. Realization of orientation interpolation of 6-axis articulated robot using quaternion. J. Cent. South Univ. 2012, 19, 3407–3414. [Google Scholar] [CrossRef]
  29. Jian, H.; Liao, J.; Fan, X.; Xue, Z. Augmented virtual environment: Fusion of real-time video and 3D models in the digital earth system. Int. J. Digit. Earth 2017, 10, 1177–1196. [Google Scholar] [CrossRef]
  30. Singh, P.S.; Lyngdoh, R.B.; Chutia, D.; Saikhom, V.; Kashyap, B.; Sudhakar, S. Dynamic shortest route finder using pgRouting for emergency management. Appl. Geomat. 2015, 7, 255–262. [Google Scholar] [CrossRef]
  31. pgRouting Contributors. pgRouting Manual Release v2.6.0. Available online: http://docs.pgrouting.org/pdf/en/pgRoutingDocumentation-2.6.0.pdf (accessed on 10 July 2018).
  32. Chadha, C.; Garg, S. Shortest Path Analysis on Geospatial Data Using PgRouting. In International Conference on Innovative Computing and Communications; Springer: Singapore, 2019; pp. 201–214. [Google Scholar]
  33. Wu, H.; Gao, S.; Wang, R.; Ding, M. A global approach to multi-axis swept mesh generation. In 26th International Meshing Roundtable; Owen, S., Roca, X., Mitchell, S.A., Eds.; Elsevier Science Bv: Amsterdam, The Netherlands, 2017; Volume 203, pp. 414–426. [Google Scholar]
Figure 1. Indoor path network in a 3D virtual scene. (a) Overall view. (b) Edges and nodes.
Figure 1. Indoor path network in a 3D virtual scene. (a) Overall view. (b) Edges and nodes.
Ijgi 08 00089 g001
Figure 2. Design of a corridor element.
Figure 2. Design of a corridor element.
Ijgi 08 00089 g002
Figure 3. Design of a stair element.
Figure 3. Design of a stair element.
Ijgi 08 00089 g003
Figure 4. Design of an elevator element.
Figure 4. Design of an elevator element.
Ijgi 08 00089 g004
Figure 5. Design of a node element. (a) Circular node. (b) Arc node.
Figure 5. Design of a node element. (a) Circular node. (b) Arc node.
Ijgi 08 00089 g005
Figure 6. Example of calculation of coordinates by trigonometry.
Figure 6. Example of calculation of coordinates by trigonometry.
Ijgi 08 00089 g006
Figure 7. Example of calculating coordinates with quaternions.
Figure 7. Example of calculating coordinates with quaternions.
Ijgi 08 00089 g007
Figure 8. The case of the middle point of AB not being at the origin.
Figure 8. The case of the middle point of AB not being at the origin.
Ijgi 08 00089 g008
Figure 9. Calculation of coordinates of a circular node.
Figure 9. Calculation of coordinates of a circular node.
Ijgi 08 00089 g009
Figure 10. Calculation of coordinates of an arc node.
Figure 10. Calculation of coordinates of an arc node.
Ijgi 08 00089 g010
Figure 11. Quaternion rotations at an arc node.
Figure 11. Quaternion rotations at an arc node.
Ijgi 08 00089 g011
Figure 12. Calculation of coordinates by quaternion interpolation.
Figure 12. Calculation of coordinates by quaternion interpolation.
Ijgi 08 00089 g012
Figure 13. Calculation of coordinates of stair elements. (a) Side view. (b) Stereoscopic view. (c) Top view.
Figure 13. Calculation of coordinates of stair elements. (a) Side view. (b) Stereoscopic view. (c) Top view.
Ijgi 08 00089 g013
Figure 14. Piecewise 3D modeling method of an indoor path network.
Figure 14. Piecewise 3D modeling method of an indoor path network.
Ijgi 08 00089 g014
Figure 15. Piecewise 3D modeling of the basic elements in a 3D scene.
Figure 15. Piecewise 3D modeling of the basic elements in a 3D scene.
Ijgi 08 00089 g015
Figure 16. Piecewise 3D modeling of an indoor path network in a 3D virtual scene.
Figure 16. Piecewise 3D modeling of an indoor path network in a 3D virtual scene.
Ijgi 08 00089 g016
Figure 17. Visualization of a 3D path analysis with indoor path models.
Figure 17. Visualization of a 3D path analysis with indoor path models.
Ijgi 08 00089 g017
Figure 18. Frame rates of 3D path analysis with indoor path models. Stage 1: no lines, 1–10s; Stage 2: paths visualized as lines, 11–21s; Stage 3: paths visualized as models, 22–37s; Stage 4: path analysis with 3D models: 38–53s.
Figure 18. Frame rates of 3D path analysis with indoor path models. Stage 1: no lines, 1–10s; Stage 2: paths visualized as lines, 11–21s; Stage 3: paths visualized as models, 22–37s; Stage 4: path analysis with 3D models: 38–53s.
Ijgi 08 00089 g018
Table 1. Edge types in an indoor path network.
Table 1. Edge types in an indoor path network.
IDEdge Type
E1Corridor
E2Stairs
E3Elevator shaft
E4Corridor before the stairs
E5Corridor between the stairs
E6Corridor before the elevator
Table 2. Node types in an indoor path network.
Table 2. Node types in an indoor path network.
IDNode Type
N1Corridor junction
N2Corridor—corridor before the stairs
N3Corridor—corridor before the elevator
N4Corridor before the stairs—stairs
N5Corridor between the stairs—stairs
N6Corridor before the elevator—elevator
N7Elevator shaft—floor
Table 3. Optional parameters and their values.
Table 3. Optional parameters and their values.
OptionValue
Modeling ModePolygon or cuboid
Width2 meters
Height0.2 meters
Number of stair steps12
Number of circle sectors30
Textures Ijgi 08 00089 i001
Table 4. Numerical comparison of 3D scene primitives in various visualization modes.
Table 4. Numerical comparison of 3D scene primitives in various visualization modes.
ModeVerticesLinesPolygonsTrianglesQuadrangles
None3425200471681
Lines352364920471681
Models689620967248680127

Share and Cite

MDPI and ACS Style

Jian, H.; Fan, X.; Liu, J.; Jin, Q.; Kang, X. A Quaternion-Based Piecewise 3D Modeling Method for Indoor Path Networks. ISPRS Int. J. Geo-Inf. 2019, 8, 89. https://doi.org/10.3390/ijgi8020089

AMA Style

Jian H, Fan X, Liu J, Jin Q, Kang X. A Quaternion-Based Piecewise 3D Modeling Method for Indoor Path Networks. ISPRS International Journal of Geo-Information. 2019; 8(2):89. https://doi.org/10.3390/ijgi8020089

Chicago/Turabian Style

Jian, Hongdeng, Xiangtao Fan, Jian Liu, Qingwen Jin, and Xujie Kang. 2019. "A Quaternion-Based Piecewise 3D Modeling Method for Indoor Path Networks" ISPRS International Journal of Geo-Information 8, no. 2: 89. https://doi.org/10.3390/ijgi8020089

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop