Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (13)

Search Parameters:
Keywords = 3D point cloud facets

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
22 pages, 3270 KB  
Article
Deep Point Cloud Facet Segmentation and Applications in Downsampling and Crop Organ Extraction
by Yixuan Wang, Chuang Huang and Dawei Li
Appl. Sci. 2025, 15(15), 8638; https://doi.org/10.3390/app15158638 - 4 Aug 2025
Viewed by 925
Abstract
To address the issues in existing 3D point cloud facet generation networks, specifically, the tendency to produce a large number of empty facets and the uncertainty in facet count, this paper proposes a novel deep learning framework for robust facet segmentation. Based on [...] Read more.
To address the issues in existing 3D point cloud facet generation networks, specifically, the tendency to produce a large number of empty facets and the uncertainty in facet count, this paper proposes a novel deep learning framework for robust facet segmentation. Based on the generated facet set, two exploratory applications are further developed. First, to overcome the bottleneck where inaccurate empty-facet detection impairs the downsampling performance, a facet-abstracted downsampling method is introduced. By using a learned facet classifier to filter out and discard empty facets, retaining only non-empty surface facets, and fusing point coordinates and local features within each facet, the method achieves significant compression of point cloud data while preserving essential geometric information. Second, to solve the insufficient precision in organ segmentation within crop point clouds, a facet growth-based segmentation algorithm is designed. The network first predicts the edge scores for the facets to determine the seed facets. The facets are then iteratively expanded according to adjacent-facet similarity until a complete organ region is enclosed, thereby enhancing the accuracy of segmentation across semantic boundaries. Finally, the proposed facet segmentation network is trained and validated using a synthetic dataset. Experiments show that, compared with traditional methods, the proposed approach significantly outperforms both downsampling accuracy and instance segmentation performance. In various crop scenarios, it demonstrates excellent geometric fidelity and semantic consistency, as well as strong generalization ability and practical application potential, providing new ideas for in-depth applications of facet-level features in 3D point cloud analysis. Full article
Show Figures

Figure 1

30 pages, 33973 KB  
Article
Research on Rapid and Accurate 3D Reconstruction Algorithms Based on Multi-View Images
by Lihong Yang, Hang Ge, Zhiqiang Yang, Jia He, Lei Gong, Wanjun Wang, Yao Li, Liguo Wang and Zhili Chen
Appl. Sci. 2025, 15(8), 4088; https://doi.org/10.3390/app15084088 - 8 Apr 2025
Viewed by 2893
Abstract
Three-dimensional reconstruction entails the development of mathematical models of three-dimensional objects that are suitable for computational representation and processing. This technique constructs realistic 3D models of images and has significant practical applications across various fields. This study proposes a rapid and precise multi-view [...] Read more.
Three-dimensional reconstruction entails the development of mathematical models of three-dimensional objects that are suitable for computational representation and processing. This technique constructs realistic 3D models of images and has significant practical applications across various fields. This study proposes a rapid and precise multi-view 3D reconstruction method to address the challenges of low reconstruction efficiency and inadequate, poor-quality point cloud generation in incremental structure-from-motion (SFM) algorithms in multi-view geometry. The methodology involves capturing a series of overlapping images of campus. We employed the Scale-invariant feature transform (SIFT) algorithm to extract feature points from each image, applied the KD-Tree algorithm for inter-image matching, and Enhanced autonomous threshold adjustment by utilizing the Random sample consensus (RANSAC) algorithm to eliminate mismatches, thereby enhancing feature matching accuracy and the number of matched point pairs. Additionally, we developed a feature-matching strategy based on similarity, which optimizes the pairwise matching process within the incremental structure from a motion algorithm. This approach decreased the number of matches and enhanced both algorithmic efficiency and model reconstruction accuracy. For dense reconstruction, we utilized the patch-based multi-view stereo (PMVS) algorithm, which is based on facets. The results indicate that our proposed method achieves a higher number of reconstructed feature points and significantly enhances algorithmic efficiency by approximately ten times compared to the original incremental reconstruction algorithm. Consequently, the generated point cloud data are more detailed, and the textures are clearer, demonstrating that our method is an effective solution for three-dimensional reconstruction. Full article
Show Figures

Figure 1

20 pages, 3024 KB  
Article
Building Lightweight 3D Indoor Models from Point Clouds with Enhanced Scene Understanding
by Minglei Li, Mingfan Li, Min Li and Leheng Xu
Remote Sens. 2025, 17(4), 596; https://doi.org/10.3390/rs17040596 - 10 Feb 2025
Cited by 2 | Viewed by 3783
Abstract
Indoor scenes often contain complex layouts and interactions between objects, making 3D modeling of point clouds inherently difficult. In this paper, we design a divide-and-conquer modeling method considering the structural differences between indoor walls and internal objects. To achieve semantic understanding, we propose [...] Read more.
Indoor scenes often contain complex layouts and interactions between objects, making 3D modeling of point clouds inherently difficult. In this paper, we design a divide-and-conquer modeling method considering the structural differences between indoor walls and internal objects. To achieve semantic understanding, we propose an effective 3D instance segmentation module using a deep network Indoor3DNet combined with super-point clustering, which provides a larger receptive field and maintains the continuity of individual objects. The Indoor3DNet includes an efficient point feature extraction backbone with good operability for different object granularity. In addition, we use a geometric primitives-based modeling approach to generate lightweight polygonal facets for walls and use a cross-modal registration technique to fit the corresponding instance models for internal objects based on their semantic labels. This modeling method can restore correct geometric shapes and topological relationships while maintaining a very lightweight structure. We have tested the method on diverse datasets, and the experimental results demonstrate that the method outperforms the state-of-the-art in terms of performance and robustness. Full article
Show Figures

Graphical abstract

27 pages, 28012 KB  
Article
A Model Development Approach Based on Point Cloud Reconstruction and Mapping Texture Enhancement
by Boyang You and Barmak Honarvar Shakibaei Asli
Big Data Cogn. Comput. 2024, 8(11), 164; https://doi.org/10.3390/bdcc8110164 - 20 Nov 2024
Cited by 1 | Viewed by 2575
Abstract
To address the challenge of rapid geometric model development in the digital twin industry, this paper presents a comprehensive pipeline for constructing 3D models from images using monocular vision imaging principles. Firstly, a structure-from-motion (SFM) algorithm generates a 3D point cloud from photographs. [...] Read more.
To address the challenge of rapid geometric model development in the digital twin industry, this paper presents a comprehensive pipeline for constructing 3D models from images using monocular vision imaging principles. Firstly, a structure-from-motion (SFM) algorithm generates a 3D point cloud from photographs. The feature detection methods scale-invariant feature transform (SIFT), speeded-up robust features (SURF), and KAZE are compared across six datasets, with SIFT proving the most effective (matching rate higher than 0.12). Using K-nearest-neighbor matching and random sample consensus (RANSAC), refined feature point matching and 3D spatial representation are achieved via antipodal geometry. Then, the Poisson surface reconstruction algorithm converts the point cloud into a mesh model. Additionally, texture images are enhanced by leveraging a visual geometry group (VGG) network-based deep learning approach. Content images from a dataset provide geometric contours via higher-level VGG layers, while textures from style images are extracted using the lower-level layers. These are fused to create texture-transferred images, where the image quality assessment (IQA) metrics SSIM and PSNR are used to evaluate texture-enhanced images. Finally, texture mapping integrates the enhanced textures with the mesh model, improving the scene representation with enhanced texture. The method presented in this paper surpassed a LiDAR-based reconstruction approach by 20% in terms of point cloud density and number of model facets, while the hardware cost was only 1% of that associated with LiDAR. Full article
Show Figures

Figure 1

29 pages, 5712 KB  
Article
Advanced Semi-Automatic Approach for Identifying Damaged Surfaces in Cultural Heritage Sites: Integrating UAVs, Photogrammetry, and 3D Data Analysis
by Tudor Caciora, Alexandru Ilieș, Grigore Vasile Herman, Zharas Berdenov, Bahodirhon Safarov, Bahadur Bilalov, Dorina Camelia Ilieș, Ștefan Baias and Thowayeb H. Hassan
Remote Sens. 2024, 16(16), 3061; https://doi.org/10.3390/rs16163061 - 20 Aug 2024
Cited by 10 | Viewed by 2565
Abstract
The analysis and preservation of the cultural heritage sites are critical for maintaining their historical and architectural integrity, as they can be damaged by various factors, including climatic, geological, geomorphological, and human actions. Based on this, the present study proposes a semi-automatic and [...] Read more.
The analysis and preservation of the cultural heritage sites are critical for maintaining their historical and architectural integrity, as they can be damaged by various factors, including climatic, geological, geomorphological, and human actions. Based on this, the present study proposes a semi-automatic and non-learning-based method for detecting degraded surfaces within cultural heritage sites by integrating UAV, photogrammetry, and 3D data analysis. A 20th-century fortification from Romania was chosen as the case study due to its physical characteristics and state of degradation, making it ideal for testing the methodology. Images were collected using UAV and terrestrial sensors and processed to create a detailed 3D point cloud of the site. The developed pipeline effectively identified degraded areas, including cracks and material loss, with high accuracy. The classification and segmentation algorithms, including K-means clustering, geometrical features, RANSAC, and FACETS, improved the detection of destructured areas. The combined use of these algorithms facilitated a detailed assessment of the structural condition. This integrated approach demonstrated that the algorithms have the potential to support each other in minimizing individual limitations and accurately identifying degraded surfaces. Even though some limitations were observed, such as the potential for the overestimation of false negatives and positives areas, the damaged surfaces were extracted with high precision. The methodology proved to be a practical and economical solution for cultural heritage monitoring and conservation, offering high accuracy and flexibility. One of the greatest advantages of the method is its ease of implementation, its execution speed, and the potential of using entirely open-source software. This approach can be easily adapted to various heritage sites, significantly contributing to their protection and valorization. Full article
Show Figures

Figure 1

22 pages, 13045 KB  
Article
A Non-Contact Measurement of Animal Body Size Based on Structured Light
by Fangzhou Xu, Yuxuan Zhang, Zelin Zhang and Nan Geng
Appl. Sci. 2024, 14(2), 903; https://doi.org/10.3390/app14020903 - 20 Jan 2024
Cited by 4 | Viewed by 3188
Abstract
To improve the accuracy of non-contact measurements of animal body size and reduce costs, a new monocular camera scanning equipment based on structured light was built with a matched point cloud generation algorithm. Firstly, using the structured light 3D measurement model, the camera [...] Read more.
To improve the accuracy of non-contact measurements of animal body size and reduce costs, a new monocular camera scanning equipment based on structured light was built with a matched point cloud generation algorithm. Firstly, using the structured light 3D measurement model, the camera intrinsic matrix and extrinsic matrix could be calculated. Secondly, the least square method and the improved segment–facet intersection method were used to implement and optimize the calibration of the light plane. Then, a new algorithm was proposed to extract gray- centers as well as a denoising and matching algorithm, both of which alleviate the astigmatism of light on animal fur and the distortion or fracture of light stripes caused by the irregular shape of an animal’s body. Thirdly, the point cloud was generated via the line–plane intersection method from which animal body sizes could be measured. Finally, an experiment on live animals such as rabbits and animal specimens such as fox and the goat was conducted in order to compare our equipment with a depth camera and a 3D scanner. The result shows that the error of our equipment is approximately 5%, which is much smaller than the error of the other two pieces of equipment. This equipment provides a practicable option for measuring animal body size. Full article
Show Figures

Figure 1

22 pages, 7923 KB  
Article
Reconstruction of LoD-2 Building Models Guided by Façade Structures from Oblique Photogrammetric Point Cloud
by Feng Wang, Guoqing Zhou, Han Hu, Yuefeng Wang, Bolin Fu, Shiming Li and Jiali Xie
Remote Sens. 2023, 15(2), 400; https://doi.org/10.3390/rs15020400 - 9 Jan 2023
Cited by 26 | Viewed by 8014
Abstract
Due to the façade visibility, intuitive expression, and multi-view redundancy, oblique photogrammetry can provide optional data for large-scale urban LoD-2 reconstruction. However, the inherent noise in oblique photogrammetric point cloud resulting from the image-dense matching limits further model reconstruction applications. Thus, this paper [...] Read more.
Due to the façade visibility, intuitive expression, and multi-view redundancy, oblique photogrammetry can provide optional data for large-scale urban LoD-2 reconstruction. However, the inherent noise in oblique photogrammetric point cloud resulting from the image-dense matching limits further model reconstruction applications. Thus, this paper proposes a novel method for the efficient reconstruction of LoD-2 building models guided by façade structures from an oblique photogrammetric point cloud. First, a building planar layout is constructed combined with footprint data and the vertical planes of the building based on spatial consistency constraints. The cells in the planar layout represent roof structures with a distinct altitude difference. Then, we introduce regularity constraints and a binary integer programming model to abstract the façade with the best-fitting monotonic regularized profiles. Combined with the planar layout and regularized profiles, a 2D building topology is constructed. Finally, the vertices of building roof facets can be derived from the 2D building topology, thus generating a LoD-2 building model. Experimental results using real datasets indicate that the proposed method can generate reliable reconstruction results compared with two state-of-the-art methods. Full article
Show Figures

Graphical abstract

7 pages, 2148 KB  
Proceeding Paper
Three-Dimensional Modelling and Visualization of Stone Inscriptions Using Close-Range Photogrammetry—A Case Study of Hero Stone
by Suhas Muralidhar and Ashutosh Bhardwaj
Eng. Proc. 2022, 27(1), 35; https://doi.org/10.3390/ecsa-9-13343 - 1 Nov 2022
Cited by 4 | Viewed by 2275
Abstract
Stone inscriptions and archaeological structures are an asset to humankind which contain the history of the past. Estampage is the traditional method used to obtain the replica of the inscriptions which is primarily used to decrypt texts and for documentation purposes. Presently, close-range [...] Read more.
Stone inscriptions and archaeological structures are an asset to humankind which contain the history of the past. Estampage is the traditional method used to obtain the replica of the inscriptions which is primarily used to decrypt texts and for documentation purposes. Presently, close-range photogrammetry is a useful remote sensing technique to digitize these inscriptions for study as well as preservation. The current study focuses on the creation of a 3D model of a hero stone using digital camera technology. These photographs were acquired using a Sony Alpha7 III camera with a 35 mm full-frame CMOS sensor. Two hundred and sixty-one images/frames were acquired from different heights above ground and with various positions and angles around the stone inscription to cover it all around. The data acquired were processed in a series of steps which included image matching, dense point cloud generation, mesh reconstruction, and texturing of the model. As the sensor is non-metric, two markers acquired from the field were added to the scene to scale it accurately. The dimensions of the hero stone are computed as 2.3 × 1.3 ft and the resulting model had a reprojection error of less than 0.011 pixels. The processed model has 10,915,514 facets (TIN) and 8000 × 8000 × 4 textures providing a realistic appearance. The recent developments in computer vision using the structure from motion (SfM) approach enables the reconstruction of the hero stone accurately with realistic textures and details useful for preservation work. Full article
Show Figures

Figure 1

22 pages, 10901 KB  
Article
A Machine Learning Approach to Extract Rock Mass Discontinuity Orientation and Spacing, from Laser Scanner Point Clouds
by Elisa Mammoliti, Francesco Di Stefano, Davide Fronzi, Adriano Mancini, Eva Savina Malinverni and Alberto Tazioli
Remote Sens. 2022, 14(10), 2365; https://doi.org/10.3390/rs14102365 - 13 May 2022
Cited by 26 | Viewed by 6212
Abstract
This study wants to give a contribution to the semi-automatic evaluation of rock mass discontinuities, orientation and spacing, as important parameters used in Engineering. In complex and inaccessible study areas, a traditional geological survey is hard to conduct, therefore, remote sensing techniques have [...] Read more.
This study wants to give a contribution to the semi-automatic evaluation of rock mass discontinuities, orientation and spacing, as important parameters used in Engineering. In complex and inaccessible study areas, a traditional geological survey is hard to conduct, therefore, remote sensing techniques have proven to be a very useful tool for discontinuity analysis. However, critical expert judgment is necessary to make reliable analyses. For this reason, the open-source Python tool named DCS (Discontinuities Classification and Spacing) was developed to manage point cloud data. The tool is written in Python and is based on semi-supervised clustering. By this approach the users can: (a) estimate the number of discontinuity sets (here referred to as “clusters”) using the Error Sum of Squares (SSE) method and the K-means algorithm; (b) evaluate step by step the quality of the classification visualizing the stereonet and the scatterplot of dip vs. dip direction from the clustering; (c) supervise the clustering procedure through a manual initialization of centroids; (d) calculate the normal spacing. In contrast to other algorithms available in the literature, the DCS method does not require complex parameters as inputs for the classification and permits the users to supervise the procedure at each step. The DCS approach was tested on the steep coastal cliff of Ancona town (Italy), called the Cardeto–Passetto cliff, which is characterized by a complex fracturing and is largely affected by rockfall phenomena. The results of discontinuity orientation were validated with the field survey and compared with the ones of the FACETS plug-in of CloudCompare. In addition, the algorithm was tested and validated on regular surfaces of an anthropic wall located at the bottom of the cliff. Eventually, a kinematic analysis of rock slope stability was performed, discussing the advantages and limitations of the methods considered and making fundamental considerations on their use. Full article
(This article belongs to the Special Issue Remote Sensing in Engineering Geology - II)
Show Figures

Graphical abstract

16 pages, 6532 KB  
Article
Leaf Segmentation on Dense Plant Point Clouds with Facet Region Growing
by Dawei Li, Yan Cao, Xue-song Tang, Siyuan Yan and Xin Cai
Sensors 2018, 18(11), 3625; https://doi.org/10.3390/s18113625 - 25 Oct 2018
Cited by 44 | Viewed by 6175
Abstract
Leaves account for the largest proportion of all organ areas for most kinds of plants, and are comprise the main part of the photosynthetically active material in a plant. Observation of individual leaves can help to recognize their growth status and measure complex [...] Read more.
Leaves account for the largest proportion of all organ areas for most kinds of plants, and are comprise the main part of the photosynthetically active material in a plant. Observation of individual leaves can help to recognize their growth status and measure complex phenotypic traits. Current image-based leaf segmentation methods have problems due to highly restricted species and vulnerability toward canopy occlusion. In this work, we propose an individual leaf segmentation approach for dense plant point clouds using facet over-segmentation and facet region growing. The approach can be divided into three steps: (1) point cloud pre-processing, (2) facet over-segmentation, and (3) facet region growing for individual leaf segmentation. The experimental results show that the proposed method is effective and efficient in segmenting individual leaves from 3D point clouds of greenhouse ornamentals such as Epipremnum aureum, Monstera deliciosa, and Calathea makoyana, and the average precision and recall are both above 90%. The results also reveal the wide applicability of the proposed methodology for point clouds scanned from different kinds of 3D imaging systems, such as stereo vision and Kinect v2. Moreover, our method is potentially applicable in a broad range of applications that aim at segmenting regular surfaces and objects from a point cloud. Full article
(This article belongs to the Section Physical Sensors)
Show Figures

Figure 1

21 pages, 3173 KB  
Article
SfM-Based Method to Assess Gorgonian Forests (Paramuricea clavata (Cnidaria, Octocorallia))
by Marco Palma, Monica Rivas Casado, Ubaldo Pantaleo, Gaia Pavoni, Daniela Pica and Carlo Cerrano
Remote Sens. 2018, 10(7), 1154; https://doi.org/10.3390/rs10071154 - 21 Jul 2018
Cited by 34 | Viewed by 8707
Abstract
Animal forests promote marine habitats morphological complexity and functioning. The red gorgonian, Paramuricea clavata, is a key structuring species of the Mediterranean coralligenous habitat and an indicator species of climate effects on habitat functioning. P. clavata metrics such as population structure, morphology [...] Read more.
Animal forests promote marine habitats morphological complexity and functioning. The red gorgonian, Paramuricea clavata, is a key structuring species of the Mediterranean coralligenous habitat and an indicator species of climate effects on habitat functioning. P. clavata metrics such as population structure, morphology and biomass inform on the overall health of coralligenous habitats, but the estimation of these metrics is time and cost consuming, and often requires destructive sampling. As a consequence, the implementation of long-term and wide-area monitoring programmes is limited. This study proposes a novel and transferable Structure from Motion (SfM) based method for the estimation of gorgonian population structure (i.e., maximal height, density, abundance), morphometries (i.e., maximal width, fan surface) and biomass (i.e., coenenchymal Dry Weight, Ash Free Dried Weight). The method includes the estimation of a novel metric (3D canopy surface) describing the gorgonian forest as a mosaic of planes generated by fitting multiple 5 cm × 5 cm facets to a SfM generated point cloud. The performance of the method is assessed for two different cameras (GoPro Hero4 and Sony NEX7). Results showed that for highly dense populations (17 colonies/m2), the SfM-method had lower accuracies in estimating the gorgonians density for both cameras (60% to 89%) than for medium to low density populations (14 and 7 colonies/m2) (71% to 100%). Results for the validation of the method showed that the correlation between ground truth and SfM estimates for maximal height, maximal width and fan surface were between R2 = 0.63 and R2 = 0.9, and R2 = 0.99 for coenenchymal surface estimation. The methodological approach was used to estimate the biomass of the gorgonian population within the study area and across the coralligenous habitat between −25 to −40 m depth in the Portofino Marine Protected Area. For that purpose, the coenenchymal surface of sampled colonies was obtained and used for the calculations. Results showed biomass values of dry weight and ash free dry weight of 220 g and 32 g for the studied area and to 365 kg and 55 Kg for the coralligenous habitat in the Marine Protected Area. This study highlighted the feasibility of the methodology for the quantification of P. clavata metrics as well as the potential of the SfM-method to improve current predictions of the status of the coralligenous habitat in the Mediterranean sea and overall management of threatened ecosystems. Full article
(This article belongs to the Section Ocean Remote Sensing)
Show Figures

Graphical abstract

17 pages, 3689 KB  
Article
Registration of Airborne LiDAR Point Clouds by Matching the Linear Plane Features of Building Roof Facets
by Hangbin Wu and Hongchao Fan
Remote Sens. 2016, 8(6), 447; https://doi.org/10.3390/rs8060447 - 25 May 2016
Cited by 11 | Viewed by 8594
Abstract
This paper presents a new approach for the registration of airborne LiDAR point clouds by finding and matching corresponding linear plane features. Linear plane features are a type of common feature in an urban area and are convenient for obtaining feature parameters from [...] Read more.
This paper presents a new approach for the registration of airborne LiDAR point clouds by finding and matching corresponding linear plane features. Linear plane features are a type of common feature in an urban area and are convenient for obtaining feature parameters from point clouds. Using such linear feature parameters, the 3D rigid body coordination transformation model is adopted to register the point clouds from different trajectories. The approach is composed of three steps. In the first step, an OpenStreetMap-aided method is applied to select simply-structured roof pairs as the corresponding roof facets for the registration. In the second step, the normal vectors of the selected roof facets are calculated and input into an over-determined observation system to estimate the registration parameters. In the third step, the registration is be carried out by using these parameters. A case dataset with a two trajectory point cloud was selected to verify the proposed method. To evaluate the accuracy of the point cloud after registration, 40 checkpoints were manually selected; the results of the evaluation show that the general accuracy is 0.96 m, which is approximately 1.6 times the point cloud resolution. Furthermore, two overlap zones were selected to measure the surface-difference between the two trajectories. According to the analysis results, the average surface-distance is approximately 0.045–0.129 m. Full article
Show Figures

Graphical abstract

26 pages, 17382 KB  
Article
Fast and Accurate Plane Segmentation of Airborne LiDAR Point Cloud Using Cross-Line Elements
by Teng Wu, Xiangyun Hu and Lizhi Ye
Remote Sens. 2016, 8(5), 383; https://doi.org/10.3390/rs8050383 - 5 May 2016
Cited by 19 | Viewed by 8696
Abstract
Plane segmentation is an important step in feature extraction and 3D modeling from light detection and ranging (LiDAR) point cloud. The accuracy and speed of plane segmentation are two issues difficult to balance, particularly when dealing with a massive point cloud with millions [...] Read more.
Plane segmentation is an important step in feature extraction and 3D modeling from light detection and ranging (LiDAR) point cloud. The accuracy and speed of plane segmentation are two issues difficult to balance, particularly when dealing with a massive point cloud with millions of points. A fast and easy-to-implement algorithm of plane segmentation based on cross-line element growth (CLEG) is proposed in this study. The point cloud is converted into grid data. The points are segmented into line segments with the Douglas-Peucker algorithm. Each point is then assigned to a cross-line element (CLE) obtained by segmenting the points in the cross-directions. A CLE determines one plane, and this is the rationale of the algorithm. CLE growth and point growth are combined after selecting the seed CLE to obtain the segmented facets. The CLEG algorithm is validated by comparing it with popular methods, such as RANSAC, 3D Hough transformation, principal component analysis (PCA), iterative PCA, and a state-of-the-art global optimization-based algorithm. Experiments indicate that the CLEG algorithm runs much faster than the other algorithms. The method can produce accurate segmentation at a speed of 6 s per 3 million points. The proposed method also exhibits good accuracy. Full article
(This article belongs to the Special Issue Airborne Laser Scanning)
Show Figures

Graphical abstract

Back to TopTop