Next Article in Journal
Estimation of Aboveground Biomass of Potatoes Based on Characteristic Variables Extracted from UAV Hyperspectral Imagery
Previous Article in Journal
From Video to Hyperspectral: Hyperspectral Image-Level Feature Extraction with Transfer Learning
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Indoor–Outdoor Point Cloud Alignment Using Semantic–Geometric Descriptor

School of Mechatronic Engineering and Automation, Shanghai University, Shanghai 200444, China
*
Author to whom correspondence should be addressed.
Remote Sens. 2022, 14(20), 5119; https://doi.org/10.3390/rs14205119
Submission received: 21 September 2022 / Revised: 9 October 2022 / Accepted: 10 October 2022 / Published: 13 October 2022
(This article belongs to the Section Environmental Remote Sensing)

Abstract

:
Aligning indoor and outdoor point clouds is a challenging problem since the overlapping area is usually limited, thus resulting in a lack of correspondence features. The windows and doors can be observed from both sides and are usually utilized as shared features to make connections between indoor and outdoor models. However, the registration performance using the geometric features of windows and doors is limited due to the considerable number of extracted features and the mismatch of similar features. This paper proposed an indoor/outdoor alignment framework with a semantic feature matching method to solve the problem. After identifying the 3D window and door instances from the point clouds, a novel semantic–geometric descriptor (SGD) is proposed to describe the semantic information and the spatial distribution pattern of the instances. The best object match is identified with an improved Hungarian algorithm using indoor and outdoor SGDs. The matching method is effective even when the numbers of objects are not equal in the indoor and outdoor models, which is robust to measurement occlusions and feature outliers. The experimental results conducted in the collected dataset and the public dataset demonstrated that the proposed method could identify accurate object matches under complicated conditions, and the alignment accuracy reached the centimeter level.

1. Introduction

Three-dimensional (3D) building reconstruction has been studied for decades, and has promoted the technical development in autonomous navigation [1], augmented reality (AR) [2], virtual reality (VR) [3], etc. The integration of indoor and outdoor models is necessary for 3D building reconstruction as it exhibits the full view of the scene rather than only capturing the “surfaces” from one side [4]. A full 3D building model enables functions involving both the exterior and interior structures for the above-mentioned applications. For example, visitors can walk into a building in the VR world, rather than just wandering in the street [5]. Another example is ancient heritage building preservation, for which a complete digital model is necessary [6].
However, aligning the indoor and outdoor 3D models is challenging due to the lack of common visual correspondence [7]. Since the views from the two sides are often blocked by the walls, there are few overlapping areas, and thus insufficient corresponding features [8]. This problem is further aggravated when the captured data are sparse or incomplete. The shared objects observed from both sides, such as doors and windows, become the necessary links for the alignment problem. In earlier works, most researchers used the objects’ geometric features to build the connection, including points [9,10], lines [7,11] and planes [12,13,14]. However, some practical problems limited the performance of such geometric-based registration methods. On the one hand, a substantial number of geometric features can be detected, and these features are easily corrupted by measurement noises. As a result, finding a correct geometric correspondence with many outliers is difficult, and the computational cost for the feature matching algorithms is considerable. On the other hand, the previous geometric-based methods did not consider the 3D property of objects. Consequently, the matched correspondences may actually describe different parts of an object, for example, the inside and outside edges of a window frame, which could cause registration errors.
Therefore, the semantic instance is a reasonable replacement of the geometric features in correspondence identification. Compared to geometric features, the number of semantic instances is limited, and the object recognition accuracy is much less sensitive to measurement noises [15]. The first demonstration of using semantic instances is the work in [16], where the windows were adopted as the alignment reference. They detected the window instances from RGB images and provided the alignment results by examining the shape similarity for all possible correspondence pairs. Due to the demand for colorful images, their method could not be directly applied to point cloud registration. More importantly, only the shape similarity between objects was considered, but not their distribution patterns. Without the latter constraints, the algorithm loses the global understanding of the objects’ relative relationship and could fail when multiple objects shared identical or similar shapes, which is a common phenomenon in the structures of buildings.
In this paper, we proposed an indoor/outdoor point cloud alignment algorithm with a semantic feature matching method, as shown in Figure 1. The 3D window and door instances are recognized, segmented and localized from the indoor and outdoor point clouds, with a similar approach to our previous work [17]. We designed a semantic–geometric descriptor (SGD) to include both the objects’ semantic information and spatial distribution pattern. The SGD is utilized to find the best instance matches between the indoor and outdoor semantic instances, even with unequal numbers of candidates in the two sets. Then, the indoor and outdoor models can be registered and connected. The major contributions of this work include:
  • A novel framework to use semantic objects in indoor–outdoor point cloud alignment tasks is proposed. It is the first work to include the objects’ distribution pattern in model matching, which inherently prevents the ambiguity caused by objects’ shape similarity.
  • A unique feature descriptor called the SGD is proposed to include both the semantic information and relative spatial relationship of 3D objects in a scene. The Hungarian algorithm is improved to detect the same object distribution patterns automatically and output optimal matches.
  • The algorithms are tested on both an experimental dataset and a public dataset. The results show that the SGD-based indoor–outdoor alignment method can provide robust matching results and achieve matching accuracy at the centimeter level.
The rest of the paper is organized as follows. In Section 2, related works about indoor and outdoor registration are introduced. The window and door detection method and the procedure of SGD generation are proposed in Section 3, followed by the SGD matching algorithm in Section 4. The experiential results in Section 5 demonstrate the effectiveness of the proposed method and the paper is concluded in Section 6.

2. Related Works

Registering the 3D point clouds of a building’s interior and exterior models requires finding common features from both sides [18]. Previous studies have developed two types of features for this purpose: geometric-type and semantic-type features. They are all related to the doors and windows on the wall, the most commonly seen objects shared by views from the two sides.
Geometric-type features, such as points, lines and planes, can be extracted abundantly in the point clouds of a building. Muhammad Imanullah et al. [19] proposed a 2D SIFT (scale invariant feature transform) keypoint-based registration approach by extracting the SIFT features from the RGBD images. Rami Assi et al. [9] directly detected the 3D SIFT features from the point clouds. By point cloud voxelization, Biao Xiong et al. [20] caught the keypoints from the voxel grid and registered point clouds with the four-point congruent set technology. Compared to the point features above, line features, which can be extracted by sliding a sectioning plane through the point cloud [21], are more robust since they capture quadrilateral structures of the windows or doors [22]. Chenglu Wen et al. [22] used the iterative closest point (ICP) algorithm on the extracted 3D line segments. A patch-based classifier was adopted on the point cloud to identify the plane first, and the line structures were extracted from the plane. Another line-based method by Tobias Koch et al. [7] also assumed that lines located on the window plane. Rather than using ICP, they found the transformation between indoor and outdoor models by minimizing the perpendicular length of line segments. For point and line features, some researchers took plane polygons from the point clouds to restrict their positions and limit the number of potential matches, thus reducing the computational complexity. For example, Rahima Djahel et al. [12] proposed an algorithm matching the planar polygons by clustering polygons based on their normal direction and the offset in the normal direction. A plane-based descriptor that characterized the interrelation among nonparallel plane/lines was proposed by Songlin Chen et al. [23]. The difficulties of using geometric-type features in indoor–outdoor alignment mainly lie in two aspects. However, there are potentially two limits. First, it is hard to exclude geometric features that do not belong to windows or doors. As a result, there are many outliers in the feature detection. Second, plenty of geometric-type features can usually be identified in indoor and outdoor models. The large number of features decreases the matching efficiency, especially for buildings with complex structures.
With the development of deep learning technology, object recognition and segmentation technology have been fully developed. Therefore, semantic objects, such as windows and doors, can be used as prior information to find entity correspondence between the indoor and outdoor models [24,25]. In earlier works, Langyue Wang and Guoho Sohn [26,27] emphasized the benefits of having both semantic and geometric information in the full building model. However, they could only extract the semantic objects from 2D floor plans and use lines of the 3D model section planes for feature detection. The method could not provide an accurate 3D localization of the objects, and the alignment could be corrupted when the point cloud was particularly incomplete. A more recent work [16] used RGBD sensors to push forward the research into a 3D semantic object alignment direction. The authors recognized windows in the RGB images and extracted their corresponding 3D locations in the indoor and outdoor point clouds. A brute-force search was applied for all possible matching choices between the two sets of window objects by examining the shape similarity, the building outline fitness and the matched number. The one with a comparatively low cost in these three aspects was output as the correspondence matching result. The method was sensitive to symmetry conditions without considering the relative positions among the objects, and manual assistance was required to select the best candidate.
From the literature discussed above, it is clear that both geometric and semantic information is valuable for indoor–outdoor alignment tasks. On the one hand, semantic instances can provide less noisy and less complex feature expressions for the windows and doors. On the other hand, not only the shape similarities of the objects but also their relative topology and position relationships matter when finding the correct correspondence between the indoor and outdoor data. This article thereby aims to invent a unique descriptor and the corresponding matching method to solve the problem, which considers both semantic and geometric affinities between two 3D object sets.

3. SGD Construction

SGD is the essential element in this paper to describe the features of semantic instances. In this section, we introduce the method of object detection and localization as a prerequisite. With a carefully designed procedure, as shown in Figure 2, the doors and windows can be localized and bounded by 3D boxes, which provide both the semantic information and geometric location for the detected objects. Since the objects’ distribution pattern is identical in indoor and outdoor point clouds for the same scene, it can be utilized as a matching reference with a properly defined descriptor, i.e., the SGD proposed in this paper. The important abbreviations and symbols used in the paper are listed in Table 1 for clarity.

3.1. Window and Door Detection in Point Clouds

Three-dimensional object detection from LiDAR point clouds has been widely studied [28,29]. However, window and door detection is not a trivial task for two reasons. First, they usually present as hollow structures instead of solid bodies in point clouds. The nature of sparse information makes it hard to be directly identified. Second, as they are used for map alignments, the final merging error is largely affected by the localization accuracy of the semantic objects. General 3D object detection and localization techniques cannot provide 3D bounding boxes with sufficiently high precision. To solve the first problem, we used the projected 2D image of the point cloud for 3D segmentation with deep learning neural networks [30]. The details are found in our previous work in [17]. There are inevitable outliers on the 2D segmentation edges, which induce extra points in the background. We used an X–Y projection and point-clustering method to group the points, which is similar to the method in [28]. The points belonging to the target objects could be extracted as the group in the front. Since doors and windows are flat objects, a plane fitting was further used to remove possible noises induced by the edge effect [31]. Outliers were removed if their distance to the fitted plane was beyond the threshold. After the procedure above, groups of points with the rough contour of the doors and windows could be extracted.
To achieve a higher bounding-box accuracy, we designed a refining step. Due to their different geometric properties, the refining methods for the windows and doors were separately designed. For the windows, we first projected the point cloud on the fitted plane and generated a 2D image. The image was further processed by dilating and eroding it to eliminate small holes. The window edge was taken as the innermost closed edge. The 3D points with a projection inside the detected edge contour were taken as the window points, and the bounding box could be generated accordingly. As for the doors, we utilized the fact that a door usually has a different texture from the surrounding wall. Therefore, their reflection measurements are distinct. We clustered the points by their reflection value, and the group with the largest number of points was taken as the door. The surrounding points belonging to the wall were removed. The final results of the door and window localization are shown in Figure 2, as an example. With the refinement procedure, the localization accuracy is evidently improved.
It is worth mentioning that the reflectivity measurement may not be available if the data resource is not LiDAR. In this case, some steps in the procedure above may fail. The readers need to find an alternative way to obtain an accurate 3D box for the objects, for example, using the depth image to replace the reflectivity image. Alternatively, the RGB channels for an RGB-D point cloud can provide a similar function as the reflectivity measurement in the LiDAR data. No matter how the 3D localization of the windows and doors is obtained, the following SGD generation and the corresponding matching algorithms can be applied.

3.2. SGD Design

Given a point cloud F, the objects’ semantic labels and spatial positions are known after the detection procedure above (Section 3.1). The local coordinates of each object are built based on their bounding boxes. Figure 3 describes the principle of the local coordinates’ definition. The origin locates at the center of the bounding box; its x-axis points to the outside of the building, the z-axis points upward and the y-axis is built by the right-hand rule.
The SGD of F describes the number and categories of the objects, as well as their relative positions and poses with respect to each other. The SGD is defined as a matrix D R N × ( 8 N 7 ) , as illustrated in Figure 4, where N is the number of recognized objects in F. Each row element { S G D U i = ( S i , G i ) R 8 N 7 | i = 1 , . . . , N } in D is the semantic–geometric descriptor unit (SGDU) of the ith object O i . The first element S i in S G D U i describes the semantic category of O i . The other element { G i = ( 1 G i , . . . , j G i ) | j = 1 , . . . , n , . . . , N ; j i } in S G D U i depicts the relationship of O i with respect to the rest of the objects. Each component j G i in G i contains eight elements, denoted as j G i = { ( S j , d i j , α i j , β i j , θ i j , r o t x i j , r o t y i j , r o t z i j ) | j i } . Specifically, S j means the semantic label of O j , d i j represents the Euler distance between the origins of the local coordinates of O j and O i . Taking a vector from the origin of O i to the origin of O j , the included angles between this vector and the x-y-z axes in the O i coordinates are calculated as { α i j , β i j , θ i j } , respectively. { r o t x i j , r o t y i j , r o t z i j } are the Euler angles that represent the relative rotation between the O i and O j coordinates. Figure 5 illustrates the example of the components in 2 G 1 .

4. Semantic Object Matching with SGDs

The uniqueness of the SGD, compared to the commonly seen 2D and 3D descriptors, such as SIFT [32], SURF [33] and ORB [34], is that the values of the elements in an SGDU are dependent on the geometric relationship between the current object and the others. Therefore, the SGDU changes with the sequence of identified objects. As a result, we need to define the distance between two SGDUs in a creative way. The matching between the SGDs of the indoor and outdoor frames can be solved accordingly.

4.1. SGDU Distance Definition

Each SGDU represents the semantic label of one object and its spatial relationship with the other identified objects. The distance between two SGDUs describes whether they belong to the same semantic category and whether they are placed in similar relative positions with respect to the rest of the objects in the scene. Given { S G D U k = ( S k , G k ) } in frame 1 and { S G D U l = ( S l , G l ) } in frame 2, their distance C S G D U k l can be calculated in two steps. First, the semantic labels S k and S l are compared. If they have different semantic labels, the distance C S G D U k l is assigned as the infinity. Otherwise, we need to design an SGDU distance involving the similarity evaluation between S G D U k and S G D U l regarding their distribution pattern with respect to other objects. We define a distribution matrix C S G D U k l .   
C S G D U k l = C g 1 1 C g 1 2 C g 1 q C g 1 N l C g 2 1 C g 2 2 C g 2 q C g 2 N l C g p 1 C g p 2 C g p q C g p N l C g N k 1 C g N k 2 C g N k q C g N k N l
where N k and N l denote the dimensions of G k and G l separately. The element C g p q in C S G D U k l represents the matching value of the relationship between the kth object in frame 1 with the pth object in S G D U k and the relationship between the lth object in frame 2 with the qth object in S G D U l . The matching cost C g p q is set to be infinity if S p in frame 1 does not equal S q in frame 2. Otherwise, the geometric errors, d e = | d k p d l q | , α e = | α k p α l q | , β e = | β k p β l q | , θ e = | θ k p θ l q | , r o t x e = | r o t x k p r o t x l q | , r o t y e = | r o t y k p r o t y l q | and r o t z e = | r o t z k p r o t z l q | , are examined. Each error is assigned a threshold as d t , α t , β t , θ t , r o t x t , r o t y t and r o t z t , respectively. If any error is larger than its threshold, C g p q is set to infinity. Otherwise, it can be calculated by the following equation:   
C g p q = λ 1 d e + λ 2 α e + λ 3 β e + λ 4 θ e + λ 5 r o t x e + λ 6 r o t y e + λ 7 r o t z e
where { λ 1 , λ 2 , λ 3 , λ 4 , λ 5 , λ 6 and λ 7 } are the weight factors. There is no guarantee that the object sequences in S G D U k and S G D U l are identical, and the object numbers can be different. Therefore, we need to find the best sequence correspondence among all the possibilities when calculating the distance between S G D U k in frame 1 and S G D U l in frame 2. We delete all columns or rows with all elements being invalid, and the matching matrix is updated to C S G D U k l . This is to further decrease the matching candidates and save the computational cost for the following steps.
The Hungarian algorithm (HA) [35], which can solve the maximum weighted bipartite matching problem, was adopted and improved for this purpose. Given a bipartite graph that is made of two sets U and V with the same dimension and the corresponding square adjacency matrix E, the HA can find the maximum-weight matching and output the best correspondence assignment between the elements in U and V. This conventional HA requires the dimensions of U and V to be identical, which is not satisfied in the case of the indoor–outdoor object-matching problem. Therefore, we combined the HA with a brute-force searching algorithm to solve the dimension inconsistency problem. Denoting the dimensions of U and V as d U and d V , we regarded the smaller number of d U and d V as the potential matching number η . Then, we applied the HA on all square submatrices of E with a dimension of η . The best matching result should be the one with the minimum matching weight. The details of the process can be found in Algorithm 1 and its worse-case computational complexity is O ( η 4 ) . Since the object numbers in both frames are limited, the computation cost is acceptable.
Applying the improved HA on C S G D U k l , we can find the matching cost and matched object numbers between S G D U k and S G D U l , as presented in Algorithm 2. The distance between two SGDUs is their matching cost.

4.2. SGD Matching

The SGD of a frame represents the categories of the recognized objects and their spatial positions. Therefore, the SGDs of the indoor and outdoor frames contain the semantic–geometric information of the recognized windows and doors. Given the SGD D i n R m i n of the indoor frame and the SGD D o u t R m o u t of the outdoor frame, the SGD matching consists in finding the corresponding SGDUs in the two frames using their distances.
Algorithm 1: The improved Hungarian algorithm
Remotesensing 14 05119 i001
Algorithm 2: Calculating the match cost between two SGDUs
Remotesensing 14 05119 i002
Inherently, it is again an unbalanced assignment problem. Therefore, we can repeat the procedure in Section 4.1 for an optimal solution. The adjacency matrix is defined as
C S G D i n o u t = ( C S G D U 1 _ 1 , N u m 1 _ 1 ) ( C S G D U 1 _ 2 , N u m 1 _ 2 ) ( C S G D U 1 _ m o u t , N u m 1 _ m o u t ) ( C S G D U 2 _ 1 , N u m 2 _ 1 ) ( C S G D U 2 _ 2 , N u m 2 _ 2 ) ( C S G D U 2 _ m o u t , N u m 2 _ m o u t ) ( C S G D U m i n _ 1 , N u m m i n _ 1 ) ( C S G D U m i n _ 2 , N u m m i n _ 2 ) ( C S G D U m i n _ m o u t , N u m m i n _ m o u t )
The element in C S G D i n o u t is calculated according to Algorithm 2, and there are two parts for each element. The first part is the SGDU match cost of the two objects, and the second part is the number of their common neighbor objects. If the distance is infinity, the corresponding element is invalid. We delete all columns or rows with all elements being invalid to save further calculation costs, and the matching matrix is updated to C S G D i n o u t . At last, C S G D i n o u t is provided as inputs to the same HA as in Algorithm 1, and the best-matching pairs of the objects in the indoor and outdoor frames can be found.
The transformation between the two frames is finally calculated by the SVD method on the corner points of the matched window/door bounding boxes. This is a commonly used method for transformation calculation between two matched sets of points and thus is not elaborated here. The procedure of SGD matching and transformation calculation between indoor and outdoor models is presented in Algorithm 3 in detail.
Algorithm 3: SGD matching and transformation calculation between indoor and outdoor models
Remotesensing 14 05119 i003

5. Experimental Results and Discussion

5.1. Experimental Dataset Description

In this study, a custom-made laser scanning system was adopted to record the indoor and outdoor point cloud data, as shown in Figure 6. The primary sensor of the scanning system was a laser scanner (Hokuyo UST-30LX), which was installed on a rotating platform and could measure the object’s distance and reflection value. The scanning system covered a wide field of view ( 270 180 ) with a resolution of 0 . 25 0 . 1 . The system could be controlled remotely, which avoided the outliers caused by the operator. With the above configuration, the scanning system could capture the panoramic point cloud data of the environment. Additionally, the projected 2D image for each scanning was generated for the window/door detection, and one example is illustrated in Figure 7.
We collected data in two different scenarios, as shown in Figure 8. Scenario 1 included an L-shape corridor as the outdoor model and two separate rooms as the indoor model. Scenario 2 included a U-shape corridor with four separate rooms. Scene 3 and scene 4 contained two indoor frames for one large room. The outdoor frames corresponding to the indoor frames are shown as magenta points. Several outdoor point clouds were registered as a unified outdoor model for each scenario using an improved ICP method [36]. Eventually, there were two and five indoor–outdoor frame alignment tasks for scenario 1 and scenario 2, respectively. The collected dataset has been published.

5.2. Window and Door Detection Results

The indoor and outdoor frames in Figure 8 were projected as LiDAR images. After applying the 2D segmentation method from Section 3.1, the windows and doors were identified in the images, as shown in Figure 9. Though different in sizes and positions, most windows and doors were successfully separated from the background. Occasionally, some windows/doors may fail to be recognized due to occlusions in the indoor view. This only decreased the usable number of semantic objects but did not lead to assignment failures, as shown in the following content.
Figure 10 illustrates the 3D bounding box results of the recognized windows and doors. We manually specified the bounding boxes as the ground truth. The accuracy of the window and door detection was evaluated separately by calculating the mean absolute error (MAE) of the corresponding bounding box corners, and the relative error was calculated by dividing the error value by the diagonal lengths of the corresponding windows and doors. Additionally, the intersection over union (IoU) of windows and doors for each scene was calculated, respectively. Two-dimensional IoUs measured the accuracy of window/door segmentation in the LiDAR images, and 3D IoUs measured the localization accuracy of the 3D bounding boxes.
All evaluation results are shown in Table 2. Overall, the average MAEs of the windows detection were smaller than the MAEs of the doors detection, which were 0.0810 ± 0.0242 m and 0.1147 ± 0.0192 m, respectively. The relative errors were 5.6657 ± 1.5406 % and 7.9993 ± 1.1879 % , respectively. The scene size was as large as twenty times that of the objects’ size, and the detection error was less than 1 % of the scene’s dimension.
The 2D IoU was generally higher than the 3D IoU. The average 2D IoUs of the windows and doors were 0.8837 ± 0.0538 and 0.9034 ± 0.0516 , and they were 0.5179 ± 0.0896 and 0.6766 ± 0.1739 for the 3D IoUs. It is a commonly existing problem for indoor–outdoor alignment. The surfaces inside the wall are hard to fully capture by sensors. Such incomplete information is the inherent reason for a less precise position estimation perpendicular to the wall. In fact, the relative corner errors in the Y and Z directions were 7.94 % and 2.79 % , respectively, but in the X direction, they were as large as 35.07 % . Luckily, the dimensions of the windows and doors in the X direction (the thicknesses) were small, thus the absolute location error was acceptable.

5.3. Indoor and Outdoor Model Alignment Results

Figure 11 presents the identified corresponding objects of indoor and outdoor models for each scene on the left. Accordingly, the transformation between the two models was calculated, and they were aligned without visually observable errors, as shown in the middle column. Even though the numbers of windows and doors were not equal in the indoor and outdoor models, and their distribution patterns were distinct, the presented algorithm could still identify correct matches. For example, there were four windows and one door in the indoor model of scenario 2, scene 4, but only three windows and two doors, located on perpendicular walls, were found in the outdoor model. Figure 12 presents its alignment procedure. The dimension of its adjacent matrix C S G D i n o u t was 5 × 5 . After eliminating the rows and columns with all elements being invalid, the dimension of the updated adjacent matrix became 4 × 4 , and the best matches could be found with Algorithm 1 accordingly. Eventually, the algorithm successfully found the corresponding three windows and one door. The eliminated window in the indoor model was window 2, its theoretically matching window in the outdoor was not recognized in the window detection phase. As for the eliminated door in the outdoor model, it was located on the perpendicular wall to the door in the indoor model, thus could not be captured in the indoor model. Compared to the geometric-feature-based matching methods, which usually need to identify the corresponding relationships among hundreds, even thousands, of geometric features, we built the alignment only based on five semantic objects. Thus, the computational efficiency was highly improved. Taking the line-based alignment algorithm presented in [7] as an example, the number of extracted line segments was 10 2 10 3 , and the computational magnitude for feature matching was 10 4 10 6 with the classical ICP method. In comparison, the computational magnitude of the proposed SGD-based matching method hardly reached the 10 3 level, much smaller than that of the geometric-feature-based matching methods.
For each scene, the outdoor model was fixed, and the indoor model was registered to the outdoor model with the calculated transformation matrix. The accuracy was evaluated by the MAE of bounding box centers and corners between the identified windows/doors among indoor and outdoor models (Table 3). The center error mostly reflected the translational error. The corner error included translational and rotational errors, as well as the inevitable 3D box’s dimension discrepancy between the two models. The average center error was only 0.0579 m, which achieved a centimeter level. The alignment accuracy was considerably higher compared to previous related research [16].
As can be seen in Figure 13 and Figure 14, the point clouds of the outdoor models were usually very complex and noisy. The indoor data, especially in scenario 2, were captured in a cluttered lab environment. Some partially blocked windows failed to be detected in the indoor view. The overlap data between the indoor and outdoor models were highly limited. Under such challenging conditions, the method proposed in this paper managed to align all rooms with the outdoor model accurately and achieved desirable reconstruction results with complicated building structures.

5.4. Evaluation on Public Dataset

To evaluate the robustness and generality of the proposed method, we compare our method with Andrea’s method [16] on the same dataset. A diverse set of six datasets with indoor and outdoor models were provided in their paper, and four of them were open access. However, only the dataset “Hall” contained both indoor and outdoor models, so it was chosen as the comparison case. The point cloud in the dataset was reconstructed based on images with the structure-from-motion (SFM) approach and was not suitable for our window/door detection method. For simplicity, we followed the same procedure as in [16] to manually label the bounding boxes of windows/doors in the model. Then, the SGD-based registration was applied, and the result is shown in Figure 15. Eleven corresponding objects were identified after SGD matching, and the indoor–outdoor model registration was calculated accordingly. The MAE of registration by our method was 0.13 m and 32 % smaller than that of Andrea’s method, which had an MAE of 0.19 m.
The experimental result demonstrated that the proposed method could identify the corresponding windows and doors from indoor and outdoor models correctly and align them accurately. Even if semantic objects were not identical in the two models, the proposed method could still find the correct object correspondence. The accuracy of window/door detection would affect the precision of the SGD for each model significantly. The most likely cause for inaccurate window detection is the occlusion inside the window since the window detection method is based on the assumption that the laser ray can penetrate through the entire window. In addition, the resolution of the laser image is limited, and some very small windows/doors may not be recognized, which could induce a failure in the correspondence matching in extreme cases.

6. Conclusions

This study tackled the alignment problem of individual indoor and outdoor models. The proposed window and door detection method identified the semantic information and spatial relationship of windows and doors in the model accurately, and the novel SGD model captured their spatial relationships. By matching the SGDs of the indoor and outdoor models, the corresponding windows and doors were properly paired, and the transformation matrix for the indoor–outdoor alignment was obtained accordingly. Since SGD depends on high-level semantic objects, the measurement noises and irrelevant local geometric features had little influence on the values of the descriptors. Therefore, the proposed SGD matching method could output reliable alignment results for complex and noisy environment data, such as scenario 2 in Figure 14. With the proposed semantic–geometric descriptor, the average matching accuracy of indoor and outdoor model alignment reached 0.0579 m.
The SGD describes the distribution patterns for semantic objects and helps discover similarities among point cloud maps. Therefore, the method can be extended to other applications by utilizing semantic objects in more general scenes, such as typical urban views. The SGD matching method would then be able to work with sequential laser-scanning matching for unmarked map merging or loop closing for simultaneous localization and mapping in future work.

Author Contributions

Conceptualization, Y.X. and Y.Y.; methodology, Y.Y. and G.F.; software, Y.Y. and G.F.; validation, Y.Y.; writing—original draft preparation, Y.Y.; writing—review and editing, Y.X. and Z.M. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Natural Science Foundation of Shanghai, grant numbers 20ZR1419100 and 19ZR1455500, and Shanghai Shuguang Program of grant number 20SG40.

Data Availability Statement

Publicly available datasets were analyzed in this study. Available online: https://github.com/YoungRainy/Indoor-Outdoor-Point-Cloud-Dataset.git (accessed on 19 September 2022).

Acknowledgments

The authors of this paper would like to thank Nanyan Shen and Hongxia Cai for allowing us to scan their labs for our dataset.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Soheilian, B.; Tournaire, O.; Paparoditis, N.; Vallet, B.; Papelard, J.P. Generation of an integrated 3D city model with visual landmarks for autonomous navigation in dense urban areas. In Proceedings of the 2013 IEEE Intelligent Vehicles Symposium (IV), Gold Coast, QLD, Australia, 23–26 June 2013; IEEE: Gold Coast City, Australia, 2013; pp. 304–309. [Google Scholar] [CrossRef]
  2. Dudhee, V.; Vukovic, V. Building information model visualisation in augmented reality. Smart Sustain. Built Environ. 2021. ahead-of-print. [Google Scholar] [CrossRef]
  3. Tariq, M.A.; Farooq, U.; Aamir, E.; Shafaqat, R. Exploring Adoption of Integrated Building Information Modelling and Virtual Reality. In Proceedings of the 2019 International Conference on Electrical, Communication, and Computer Engineering (ICECCE), Swat, Pakistan, 24–25 July 2019; IEEE: Swat, Pakistan, 2019; pp. 1–6. [Google Scholar] [CrossRef]
  4. Wang, C.; Wen, C.; Dai, Y.; Yu, S.; Liu, M. Urban 3D modeling with mobile laser scanning: A review. Virtual Real. Intell. Hardw. 2020, 2, 175–212. [Google Scholar] [CrossRef]
  5. Cao, Y.; Li, Z. Research on Dynamic Simulation Technology of Urban 3D Art Landscape Based on VR-Platform. Math. Probl. Eng. 2022, 2022, 3252040. [Google Scholar] [CrossRef]
  6. López, F.J.; Lerones, P.M.; Llamas, J.; Gómez-García-Bermejo, J.; Zalama, E. A review of heritage building information modeling (H-BIM). Multimodal Technol. Interact. 2018, 2, 21. [Google Scholar] [CrossRef] [Green Version]
  7. Koch, T.; Korner, M.; Fraundorfer, F. Automatic alignment of indoor and outdoor building models using 3D line segments. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops, Las Vegas, NV, USA, 26 June–1 July 2016; pp. 10–18. [Google Scholar]
  8. Djahel, R.; Vallet, B.; Monasse, P. Detecting Openings For Indoor/Outdoor Registration. Int. Arch. Photogramm. Remote. Sens. Spat. Inf. Sci. 2022, XLIII-B2-2022, 177–184. [Google Scholar] [CrossRef]
  9. Assi, R.; Landes, T.; Murtiyoso, A.; Grussenmeyer, P. Assessment of a Keypoints Detector for the Registration of Indoor and Outdoor Heritage Point Clouds. Int. Arch. Photogramm. Remote Sens. Spat. Inf. Sci. 2019, 42, 133–138. [Google Scholar] [CrossRef] [Green Version]
  10. Pan, Y.; Yang, B.; Liang, F.; Dong, Z. Iterative global similarity points: A robust coarse-to-fine integration solution for pairwise 3d point cloud registration. In Proceedings of the 2018 International Conference on 3D Vision (3DV), Verona, Italy, 5–8 September 2018; pp. 180–189. [Google Scholar]
  11. Li, Z.; Zhang, X.; Tan, J.; Liu, H. Pairwise Coarse Registration of Indoor Point Clouds Using 2D Line Features. ISPRS Int. J. Geo-Inf. 2021, 10, 26. [Google Scholar] [CrossRef]
  12. Djahel, R.; Vallet, B.; Monasse, P. Towards Efficient Indoor/outdoor Registration Using Planar Polygons. ISPRS Ann. Photogramm. Remote Sens. Spat. Inf. Sci. 2021, 2, 51–58. [Google Scholar] [CrossRef]
  13. Previtali, M.; Barazzetti, L.; Brumana, R.; Scaioni, M. Laser scan registration using planar features. In Proceedings of the International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences, Riva del Garda, Italy, 23–25 June 2014; Volume 45. [Google Scholar]
  14. Favre, K.; Pressigout, M.; Marchand, E.; Morin, L. A plane-based approach for indoor point clouds registration. In Proceedings of the 2020 25th International Conference on Pattern Recognition (ICPR), Milan, Italy, 10–15 January 2021; pp. 7072–7079. [Google Scholar]
  15. Malihi, S.; Valadan Zoej, M.J.; Hahn, M.; Mokhtarzade, M. Window detection from UAS-derived photogrammetric point cloud employing density-based filtering and perceptual organization. Remote Sens. 2018, 10, 1320. [Google Scholar] [CrossRef] [Green Version]
  16. Cohen, A.; Schönberger, J.L.; Speciale, P.; Sattler, T.; Frahm, J.M.; Pollefeys, M. Indoor-outdoor 3d reconstruction alignment. In Proceedings of the European Conference on Computer Vision, Amsterdam, The Netherlands, 8–16 October 2016; pp. 285–300. [Google Scholar]
  17. Geng, H.; Gao, Z.; Fang, G.; Xie, Y. 3D Object Recognition and Localization with a Dense LiDAR Scanner. Actuators 2022, 11, 13. [Google Scholar] [CrossRef]
  18. Cai, Y.; Fan, L. An efficient approach to automatic construction of 3D watertight geometry of buildings using point clouds. Remote Sens. 2021, 13, 1947. [Google Scholar] [CrossRef]
  19. Imanullah, M.; Yuniarno, E.M.; Sumpeno, S. Sift and icp in multi-view based point clouds registration for indoor and outdoor scene reconstruction. In Proceedings of the 2019 International Seminar on Intelligent Technology and Its Applications (ISITIA), Surabaya, Indonesia, 28–29 August 2019; pp. 288–293. [Google Scholar]
  20. Xiong, B.; Jiang, W.; Li, D.; Qi, M. Voxel Grid-Based Fast Registration of Terrestrial Point Cloud. Remote Sens. 2021, 13, 1905. [Google Scholar] [CrossRef]
  21. Popișter, F.; Popescu, D.; Păcurar, A.; Păcurar, R. Mathematical Approach in Complex Surfaces Toolpaths. Mathematics 2021, 9, 1360. [Google Scholar] [CrossRef]
  22. Wen, C.; Sun, X.; Hou, S.; Tan, J.; Dai, Y.; Wang, C.; Li, J. Line structure-based indoor and outdoor integration using backpacked and TLS point cloud data. IEEE Geosci. Remote Sens. Lett. 2018, 15, 1790–1794. [Google Scholar] [CrossRef]
  23. Chen, S.; Nan, L.; Xia, R.; Zhao, J.; Wonka, P. PLADE: A plane-based descriptor for point cloud registration with small overlap. IEEE Trans. Geosci. Remote Sens. 2019, 58, 2530–2540. [Google Scholar] [CrossRef]
  24. Li, J.; Huang, S.; Cui, H.; Ma, Y.; Chen, X. Automatic point cloud registration for large outdoor scenes using a priori semantic information. Remote Sens. 2021, 13, 3474. [Google Scholar] [CrossRef]
  25. Parkison, S.A.; Gan, L.; Jadidi, M.G.; Eustice, R.M. Semantic Iterative Closest Point through Expectation-Maximization. In Proceedings of the BMVC, Newcastle, UK, 3–6 September 2018; p. 280. [Google Scholar]
  26. Wang, L.; Sohn, G. An integrated framework for reconstructing full 3d building models. In Advances in 3D Geo-Information Sciences; Springer: Berlin/Heidelberg, Germany, 2011; pp. 261–274. [Google Scholar]
  27. Wang, L.; Sohn, G. Automatic co-registration of terrestrial laser scanning data and 2D floor plan. Int. Arch. Photogramm. Remote Sens. Spat. Inf. Sci. 2010, 38, 158–164. [Google Scholar]
  28. Lang, A.H.; Vora, S.; Caesar, H.; Zhou, L.; Yang, J.; Beijbom, O. Pointpillars: Fast encoders for object detection from point clouds. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Long Beach, CA, USA, 16–20 June 2019; pp. 12697–12705. [Google Scholar]
  29. Qi, C.R.; Yi, L.; Su, H.; Guibas, L.J. Pointnet++: Deep hierarchical feature learning on point sets in a metric space. In Proceedings of the 31st International Conference on Neural Information Processing Systems, Red Hook, NY, USA, 4–9 December 2017; pp. 5105–5114. [Google Scholar]
  30. He, K.; Gkioxari, G.; Dollár, P.; Girshick, R. Mask r-cnn. In Proceedings of the IEEE international Conference on Computer Vision, Venice, Italy, 22–29 October 2017; pp. 2961–2969. [Google Scholar]
  31. Dey, E.K.; Awrangjeb, M.; Stantic, B. Outlier detection and robust plane fitting for building roof extraction from LiDAR data. Int. J. Remote Sens. 2020, 41, 6325–6354. [Google Scholar] [CrossRef]
  32. Lowe, D.G. Distinctive image features from scale-invariant keypoints. Int. J. Comput. Vis. 2004, 60, 91–110. [Google Scholar] [CrossRef]
  33. Bay, H.; Tuytelaars, T.; Gool, L.V. Surf: Speeded up robust features. In Proceedings of the European Conference on Computer Vision, Graz, Austria, 7–13 May 2006; pp. 404–417. [Google Scholar]
  34. Rublee, E.; Rabaud, V.; Konolige, K.; Bradski, G. ORB: An efficient alternative to SIFT or SURF. In Proceedings of the 2011 International Conference on Computer Vision, Barcelona, Spain, 6–13 November 2011; pp. 2564–2571. [Google Scholar]
  35. Cao, B.; Wang, J.; Fan, J.; Yin, J.; Dong, T. Querying similar process models based on the Hungarian algorithm. IEEE Trans. Serv. Comput. 2016, 10, 121–135. [Google Scholar] [CrossRef]
  36. Xie, Y.; Tang, Y.; Zhou, R.; Guo, Y.; Shi, H. Map merging with terrain-adaptive density using mobile 3D laser scanner. Robot. Auton. Syst. 2020, 134, 103649. [Google Scholar] [CrossRef]
Figure 1. The overview of the proposed method. By matching the SGDs of indoor and outdoor point clouds, the corresponding objects can be recognized and the transformation between indoor and outdoor point clouds can be calculated accordingly.
Figure 1. The overview of the proposed method. By matching the SGDs of indoor and outdoor point clouds, the corresponding objects can be recognized and the transformation between indoor and outdoor point clouds can be calculated accordingly.
Remotesensing 14 05119 g001
Figure 2. The procedure of windows and doors’ bounding-box detection from the point clouds.
Figure 2. The procedure of windows and doors’ bounding-box detection from the point clouds.
Remotesensing 14 05119 g002
Figure 3. The principle of generating local coordinates on the bounding box.
Figure 3. The principle of generating local coordinates on the bounding box.
Remotesensing 14 05119 g003
Figure 4. The SGD of a frame F: each row element in the SGD is the SGDU of object O i . The first element in an SGDU describes the semantic category of O i , and the other elements in SGDU depict the spatial relationship of O i with respect to the other objects.
Figure 4. The SGD of a frame F: each row element in the SGD is the SGDU of object O i . The first element in an SGDU describes the semantic category of O i , and the other elements in SGDU depict the spatial relationship of O i with respect to the other objects.
Remotesensing 14 05119 g004
Figure 5. The description of each element in 2 G 1 = { ( S 2 , d 1 2 , α 1 2 , β 1 2 , θ 1 2 , r o t x 1 2 , r o t y 1 2 , r o t z 1 2 ) } . S 2 is the semantic labels of object O 2 , d 1 2 is the Euler distance between O 1 and O 2 . { α 1 2 , β 1 2 , θ 1 2 } are the included angles between the vector O 1 O 2 and the x-y-z axes in O 1 . { r o t x 1 2 , r o t y 1 2 , r o t z 1 2 } are the Euler angles that transform local coordinate 1 to local coordinate 2.
Figure 5. The description of each element in 2 G 1 = { ( S 2 , d 1 2 , α 1 2 , β 1 2 , θ 1 2 , r o t x 1 2 , r o t y 1 2 , r o t z 1 2 ) } . S 2 is the semantic labels of object O 2 , d 1 2 is the Euler distance between O 1 and O 2 . { α 1 2 , β 1 2 , θ 1 2 } are the included angles between the vector O 1 O 2 and the x-y-z axes in O 1 . { r o t x 1 2 , r o t y 1 2 , r o t z 1 2 } are the Euler angles that transform local coordinate 1 to local coordinate 2.
Remotesensing 14 05119 g005
Figure 6. The custom-made laser scanning system. The primary sensor is the Hokuyo UST-30LX laser scanner, which covers a wide field of view 270 ° 180 ° .
Figure 6. The custom-made laser scanning system. The primary sensor is the Hokuyo UST-30LX laser scanner, which covers a wide field of view 270 ° 180 ° .
Remotesensing 14 05119 g006
Figure 7. Example of a generated 2D image for one laser scan.
Figure 7. Example of a generated 2D image for one laser scan.
Remotesensing 14 05119 g007
Figure 8. The collected dataset in two different scenarios. The point clouds of the indoor frames are presented in the left column, and the corresponding outdoor frames, colored in magenta, and their locations in the outdoor model are presented in the right column.
Figure 8. The collected dataset in two different scenarios. The point clouds of the indoor frames are presented in the left column, and the corresponding outdoor frames, colored in magenta, and their locations in the outdoor model are presented in the right column.
Remotesensing 14 05119 g008
Figure 9. The projected LiDAR images for two scenarios and the windows and doors in the image are recognized using the 2D segmentation method.
Figure 9. The projected LiDAR images for two scenarios and the windows and doors in the image are recognized using the 2D segmentation method.
Remotesensing 14 05119 g009
Figure 10. The extracted 3D bounding boxes of the windows and doors for each scene. The green boxes represent the door objects and the red boxes represent the window objects.
Figure 10. The extracted 3D bounding boxes of the windows and doors for each scene. The green boxes represent the door objects and the red boxes represent the window objects.
Remotesensing 14 05119 g010
Figure 11. The alignment effect using semantic object matching results. The first column illustrates the found correspondences between indoor and outdoor models. The second column depicts the point cloud after alignment on the top view, where the indoor models are colored in red, and the outdoor models are colored in purple. The third column shows the position of single-scene alignments with respect to the full outdoor models.
Figure 11. The alignment effect using semantic object matching results. The first column illustrates the found correspondences between indoor and outdoor models. The second column depicts the point cloud after alignment on the top view, where the indoor models are colored in red, and the outdoor models are colored in purple. The third column shows the position of single-scene alignments with respect to the full outdoor models.
Remotesensing 14 05119 g011
Figure 12. The alignment procedure for scenario 2, scene 4. There are four windows and one door in the indoor model and three windows and two doors in the outdoor model. The color of each element in the adjacent matrix represents the matching distance, the lighter color means a small matching distance and the darkest color means an infinite matching distance. The number in the element is the number of adjacent objects after SGDU matching. The rows and columns with all elements being invalid were eliminated (in the red line). Eventually, three windows and one door were aligned correctly.
Figure 12. The alignment procedure for scenario 2, scene 4. There are four windows and one door in the indoor model and three windows and two doors in the outdoor model. The color of each element in the adjacent matrix represents the matching distance, the lighter color means a small matching distance and the darkest color means an infinite matching distance. The number in the element is the number of adjacent objects after SGDU matching. The rows and columns with all elements being invalid were eliminated (in the red line). Eventually, three windows and one door were aligned correctly.
Remotesensing 14 05119 g012
Figure 13. The registration result of scenario 1, which is an L-shape corridor with one room located on each edge. Two indoor models are colored in magenta and claret red separately. Several outdoor point clouds in scenario 1 were registered as a unified outdoor model, and the corresponding outdoor models for two scenes are colored in the same color as their indoor models.
Figure 13. The registration result of scenario 1, which is an L-shape corridor with one room located on each edge. Two indoor models are colored in magenta and claret red separately. Several outdoor point clouds in scenario 1 were registered as a unified outdoor model, and the corresponding outdoor models for two scenes are colored in the same color as their indoor models.
Remotesensing 14 05119 g013
Figure 14. The registration result of scenario 2, which is a complex lab environment. The registered five scenes locate around a U-shape corridor and are colored in magenta, claret red, red, cyan and blue, respectively. By removing the roof part, the complex structure of the indoor model is shown in the bottom right of the figure. Even under such challenging conditions, the proposed method can achieve accurate registration between each indoor and outdoor model.
Figure 14. The registration result of scenario 2, which is a complex lab environment. The registered five scenes locate around a U-shape corridor and are colored in magenta, claret red, red, cyan and blue, respectively. By removing the roof part, the complex structure of the indoor model is shown in the bottom right of the figure. Even under such challenging conditions, the proposed method can achieve accurate registration between each indoor and outdoor model.
Remotesensing 14 05119 g014
Figure 15. The registration result for the public dataset “Hall”. The windows and doors for indoor and outdoor models were labeled manually, and the registration was conducted with the proposed SGD-based method. The alignment result is illustrated on the right side of the image, and there are no visually observable errors.
Figure 15. The registration result for the public dataset “Hall”. The windows and doors for indoor and outdoor models were labeled manually, and the registration was conducted with the proposed SGD-based method. The alignment result is illustrated on the right side of the image, and there are no visually observable errors.
Remotesensing 14 05119 g015
Table 1. List of important abbreviations and symbols used in the paper.
Table 1. List of important abbreviations and symbols used in the paper.
AbbreviationDefinitionAbbreviationDefinition
{ α i j , β i j , θ i j } The included angle between origin vector and the x–y–z axes in O i  coordinates G i The relationship of object O i with respect to other objects in the point cloud
{ α e , β e , θ e } The absolute angle errors between angle elementsHAHungarian algorithm
{ r o t x i j , r o t y i j , r o t z i j } The Euler angles that represent the rotation between O i coordinates and O j coordinatesICPIterative closest point
{ r o t x e , r o t y e , r o t z e } The absolute rotation errors between two local coordinatesIoUIntersection over union
C S G D i n o u t The adjacency matrix between indoor and outdoor modelsNThe number of recognized objects
C S G D U k l The distribution matrix between S G D U k and S G D U l O i The ith recognized object
C g p q The matching element in C S G D U S i The semantic category of object O i
DThe matrix definition of SGDSGDSemantic–geometric descriptor
d i j The Euler distance between the origins of local coordinates of O i and O j SGDUSemantic–geometric descriptor unit
d e The absolute distance error between two distance elementsSVDSingular value decomposition
Table 2. The accuracy of the windows and doors detection.
Table 2. The accuracy of the windows and doors detection.
Scenario 1 Scene 1Scenario 1 Scene 2Scenario 2 Scene 1Scenario 2 Scene 2Scenario 2 Scene 3Scenario 2 Scene 4Scenario 2 Scene 5Mean ± std
IndoorOutdoorIndoorOutdoorIndoorOutdoorIndoorOutdoorIndoorOutdoorIndoorOutdoorIndoorOutdoor
MAE of
windows (m)
0.09300.14540.08770.07110.05270.09210.05930.05010.06890.07900.07590.09400.09850.06660.0810 ± 0.0242
MAE of
doors (m)
0.12850.12510.13290.13750.13220.11870.10560.08780.09870.13220.08260.12130.11680.08550.1147 ± 0.0192
Relative error
of windows (%)
6.12009.61006.13004.98003.91006.62004.31003.77004.45005.31005.64006.38007.18004.91005.6657 ± 1.5406
Relative error
of doors (%)
8.47008.09008.42009.64009.65008.69007.82006.42006.38008.93006.19008.05008.73006.51007.9993 ± 1.1879
2D IoU of
windows
0.76810.86500.89700.80390.89080.84210.92830.88860.96210.95250.90520.85150.90630.91080.8837 ± 0.0538
2D IoU of
doors
0.89890.87650.91900.92160.94940.98100.91700.88940.89200.76180.89750.86180.94490.93730.9034 ± 0.0516
3D IoU of
windows
0.63160.54150.40170.45350.49480.58410.37580.61740.40020.46290.50720.64620.56800.56510.5179 ± 0.0896
3D IoU of
doors
0.57310.77920.70230.58290.67960.92450.58270.78610.35270.78510.73200.67370.37660.94170.6766 ± 0.1739
Table 3. The accuracy of indoor and outdoor model alignment.
Table 3. The accuracy of indoor and outdoor model alignment.
Scenario 1 Scene 1Scenario 1 Scene 2Scenario 2 Scene 1Scenario 2 Scene 2Scenario 2 Scene 3Scenario 2 Scene 4Scenario 2 Scene 5Mean ± std
MAE
of object centers (m)
0.06380.06300.11190.06140.02840.06880.00810.0579 ± 0.0328
MAE
of object corners (m)
0.13220.08210.14740.11450.11090.12210.11510.1177 ± 0.0202
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Yang, Y.; Fang, G.; Miao, Z.; Xie, Y. Indoor–Outdoor Point Cloud Alignment Using Semantic–Geometric Descriptor. Remote Sens. 2022, 14, 5119. https://doi.org/10.3390/rs14205119

AMA Style

Yang Y, Fang G, Miao Z, Xie Y. Indoor–Outdoor Point Cloud Alignment Using Semantic–Geometric Descriptor. Remote Sensing. 2022; 14(20):5119. https://doi.org/10.3390/rs14205119

Chicago/Turabian Style

Yang, Yusheng, Guorun Fang, Zhonghua Miao, and Yangmin Xie. 2022. "Indoor–Outdoor Point Cloud Alignment Using Semantic–Geometric Descriptor" Remote Sensing 14, no. 20: 5119. https://doi.org/10.3390/rs14205119

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