- 标题
- 摘要
- 关键词
- 实验方案
- 产品
-
Intelligent Indoor Mobile Robot Navigation Using Stereo Vision
摘要: Majority of the existing robot navigation systems, which facilitate the use of laser range finders, sonar sensors or artificial landmarks, has the ability to locate itself in an unknown environment and then build a map of the corresponding environment. Stereo vision,while still being a rapidly developing technique in the field of autonomous mobile robots, are currently less preferable due to its high implementation cost. This paper aims at describing an experimental approach for the building of a stereo vision system that helps the robots to avoid obstacles and navigate through indoor environments and at the same time remaining very much cost effective. This paper discusses the fusion techniques of stereo vision and ultrasound sensors which helps in the successful navigation through different types of complex environments. The data from the sensor enables the robot to create the two dimensional topological map of unknown environments and stereo vision systems models the three dimension model of the same environment.
关键词: Point clouds,Triangulation,SLAM,Arduino,Stereo vision system
更新于2025-09-23 15:23:52
-
Leaf and wood classification framework for terrestrial LiDAR point clouds
摘要: 1. Leaf and wood separation is a key step to allow a new range of estimates from Terrestrial LiDAR data, such as quantifying above ground biomass, leaf and wood area, and their 3D spatial distributions. We present a new method to separate leaf and wood from single tree point clouds automatically. Our approach combines unsupervised classification of geometric features and shortest path analysis. 2. The automated separation algorithm and its intermediate steps are presented and validated. Validation consisted of using a testing framework with synthetic point clouds, simulated using ray-tracing and 3D tree models, and 10 field scanned tree point clouds. To evaluate results we calculated accuracy, kappa coefficient and F-score. 3. Validation using simulated data resulted in an overall accuracy of 0.83, ranging from 0.71 to 0.94. Per tree average accuracy from synthetic data ranged from 0.77 to 0.89. Field data results presented and overall average accuracy of 0.89. Analysis of each step showed accuracy ranging from 0.75 to 0.98. F-scores from both simulated and field data were similar, with scores from leaf usually higher than for wood. 4. Our separation method showed results similar to others in literature, albeit from a completely automated workflow. Analysis of each separation step suggests that the addition of path analysis improved the robustness of our algorithm. Accuracy can be improved with per tree parameter optimization. The library containing our separation script can be easily installed and applied to single tree point cloud. Average processing times are below 10 minutes for each tree.
关键词: field data,3D point clouds,simulated data,terrestrial LiDAR,material separation,LiDAR,testing framework
更新于2025-09-23 15:22:29
-
[IEEE 2018 25th IEEE International Conference on Image Processing (ICIP) - Athens, Greece (2018.10.7-2018.10.10)] 2018 25th IEEE International Conference on Image Processing (ICIP) - Block-Based Motion Estimation Speedup for Dynamic Voxelized Point Clouds
摘要: Motion estimation is a key component in dynamic point cloud analysis and compression. We present a method for reducing motion estimation computation when processing block-based partitions of temporally adjacent point clouds. We propose the use of an occupancy map containing information regarding size or other higher-order local statistics of the partitions. By consulting the map, the estimator may significantly reduce its search space, avoiding expensive block-matching evaluations. To form the maps we use 3D moment descriptors efficiently computed with one-pass update formulas and stored as scalar-values for multiple, subsequent references. Results show that a speedup of 2 produces a maximum distortion dropoff of less than 2% for the adopted PSNR-based metrics, relative to distortion of predictions attained from full search. Speedups of 5 and 10 are achievable with small average distortion dropoffs, less than 3% and 5%, respectively, for the tested dataset.
关键词: 3D,motion estimation,Point clouds,volumetric media
更新于2025-09-23 15:22:29
-
Automatic Registration Method for TLS LiDAR Data and Image-Based Reconstructed Data
摘要: Point clouds registration is an important research topic in the field of data fusion from camera and light detection and ranging (LiDAR). In this letter, a new registration method, fast multiscale registration (FMSR), takes the scale factor into account and is proposed for the registration of two point clouds obtained from camera and LiDAR. An adaptive-scale keypoint quality algorithm was used to detect and match keypoints, which were input to the coarse registration process to improve the coarse registration accuracy. A new heuristic criterion was also proposed for fine registration, which avoids falling into the local minima. Furthermore, to increase efficiency of fine registration, the k-nearest neighbors algorithm was selected to directly search the optimal matching from the raw point clouds without triangulating point clouds into mesh. The FMSR method is highly precise, insensitive to outliers, and relatively efficient. Experimental results showed that the root-mean-square error of the registration was approximately 0.2 m when the size of the object was about 20.3 m × 7.85 m × 26.56 m, the total number of matched points was 12 789, and the execution time was approximately 2.1 s, indicating that the proposed method resulted in improved accuracy and efficiency of registration.
关键词: keypoints detection and matching,point clouds,scale factor,Fast multiscale registration (FMSR)
更新于2025-09-23 15:21:01
-
Design and Evaluation of a Permanently Installed Plane-Based Calibration Field for Mobile Laser Scanning Systems
摘要: Mobile laser scanning has become an established measuring technique that is used for many applications in the fields of mapping, inventory, and monitoring. Due to the increasing operationality of such systems, quality control w.r.t. calibration and evaluation of the systems becomes more and more important and is subject to on-going research. This paper contributes to this topic by using tools from geodetic configuration analysis in order to design and evaluate a plane-based calibration field for determining the lever arm and boresight angles of a 2D laser scanner w.r.t. a GNSS/IMU unit (Global Navigation Satellite System, Inertial Measurement Unit). In this regard, the impact of random, systematic, and gross observation errors on the calibration is analyzed leading to a plane setup that provides accurate and controlled calibration parameters. The designed plane setup is realized in the form of a permanently installed calibration field. The applicability of the calibration field is tested with a real mobile laser scanning system by frequently repeating the calibration. Empirical standard deviations of <1 ... 1.5 mm for the lever arm and <0.005? for the boresight angles are obtained, which was priorly defined to be the goal of the calibration. In order to independently evaluate the mobile laser scanning system after calibration, an evaluation environment is realized consisting of a network of control points as well as TLS (Terrestrial Laser Scanning) reference point clouds. Based on the control points, both the horizontal and vertical accuracy of the system is found to be < 10 mm (root mean square error). This is confirmed by comparisons to the TLS reference point clouds indicating a well calibrated system. Both the calibration field and the evaluation environment are permanently installed and can be used for arbitrary mobile laser scanning systems.
关键词: plane-based calibration field,evaluation,configuration analysis,mobile laser scanning,control points,accuracy,TLS reference point clouds,boresight angles,controllability,lever arm
更新于2025-09-23 15:19:57
-
Have I Seen This Place Before? A Fast and Robust Loop Detection and Correction Method for 3D Lidar SLAM
摘要: In this paper, we present a complete loop detection and correction system developed for data originating from lidar scanners. Regarding detection, we propose a combination of a global point cloud matcher with a novel registration algorithm to determine loop candidates in a highly effective way. The registration method can deal with point clouds that are largely deviating in orientation while improving the efficiency over existing techniques. In addition, we accelerated the computation of the global point cloud matcher by a factor of 2–4, exploiting the GPU to its maximum. Experiments demonstrated that our combined approach more reliably detects loops in lidar data compared to other point cloud matchers as it leads to better precision–recall trade-offs: for nearly 100% recall, we gain up to 7% in precision. Finally, we present a novel loop correction algorithm that leads to an improvement by a factor of 2 on the average and median pose error, while at the same time only requires a handful of seconds to complete.
关键词: loop detection,point clouds,lidar
更新于2025-09-19 17:15:36
-
An Offline Coarse-To-Fine Precision Optimization Algorithm for 3D Laser SLAM Point Cloud
摘要: 3D laser simultaneous localization and mapping (SLAM) technology is one of the most efficient methods to capture spatial information. However, the low-precision of 3D laser SLAM point cloud limits its application in many fields. In order to improve the precision of 3D laser SLAM point cloud, we presented an offline coarse-to-fine precision optimization algorithm. The point clouds are first segmented and registered at the local level. Then, a pose graph of point cloud segments is constructed using feature similarity and global registration. At last, all segments are aligned and merged into the final optimized result. In addition, a cycle based error edge elimination method is utilized to guarantee the consistency of the pose graph. The experimental results demonstrated that our algorithm achieved good performance both in our test datasets and the Cartographer public dataset. Compared with the reference data obtained by terrestrial laser scanning (TLS), the average point-to-point distance root mean square errors (RMSE) of point clouds generated by Google’s Cartographer and LOAM laser SLAM algorithms are reduced by 47.3% and 53.4% respectively after optimization in our datasets. And the average plane-to-plane distances of them are reduced by 50.9% and 52.1% respectively.
关键词: laser SLAM,point clouds,LiDAR,precision optimization,mobile mapping
更新于2025-09-19 17:13:59
-
Using Training Samples Retrieved from a Topographic Map and Unsupervised Segmentation for the Classification of Airborne Laser Scanning Data
摘要: The labeling of point clouds is the fundamental task in airborne laser scanning (ALS) point clouds processing. Many supervised methods have been proposed for the point clouds classification work. Training samples play an important role in the supervised classification. Most of the training samples are generated by manual labeling, which is time-consuming. To reduce the cost of manual annotating for ALS data, we propose a framework that automatically generates training samples using a two-dimensional (2D) topographic map and an unsupervised segmentation step. In this approach, input point clouds, at first, are separated into the ground part and the non-ground part by a DEM filter. Then, a point-in-polygon operation using polygon maps derived from a 2D topographic map is used to generate initial training samples. The unsupervised segmentation method is applied to reduce the noise and improve the accuracy of the point-in-polygon training samples. Finally, the super point graph is used for the training and testing procedure. A comparison with the point-based deep neural network Pointnet++ (average F1 score 59.4%) shows that the segmentation based strategy improves the performance of our initial training samples (average F1 score 65.6%). After adding the intensity value in unsupervised segmentation, our automatically generated training samples have competitive results with an average F1 score of 74.8% for ALS data classification while using the ground truth training samples the average F1 score is 75.1%. The result shows that our framework is feasible to automatically generate and improve the training samples with low time and labour costs.
关键词: graph convolutional neural network,automatic training samples generation,unsupervised segmentation,ALS point clouds
更新于2025-09-19 17:13:59
-
Using Tree Detection Based on Airborne Laser Scanning to Improve Forest Inventory Considering Edge Effects and the Co-Registration Factor
摘要: The estimation of forest biophysical attributes improves when airborne laser scanning (ALS) is integrated. Individual tree detection methods (ITD) and traditional area-based approaches (ABA) are the two main alternatives in ALS-based forest inventory. This study evaluated the performance of the enhanced area-based approach (EABA), an edge-correction method based on ALS data that combines ITD and ABA, at improving the estimation of forest biophysical attributes, while testing its efficiency when considering co-registration errors that bias remotely sensed predictor variables. The study was developed based on a stone pine forest (Pinus pinea L.) in Central Spain, in which tree spacing and scanning conditions were optimal for the ITD approach. Regression modeling was used to select the optimal predictor variables to estimate forest biophysical attributes. The accuracy of the models improved when using EABA, despite the low-density of the ALS data. The relative mean improvement of EABA in terms of root mean squared error was 15.2%, 17.3%, and 7.2% for growing stock volume, stand basal area, and dominant height, respectively. The impact of co-registration errors in the models was clear in the ABA, while the effect was minor and mitigated under EABA. The implementation of EABA can highly contribute to improve modern forest inventory applications.
关键词: forest modeling,3D point clouds,positioning,precision forestry,remote sensing
更新于2025-09-12 10:27:22
-
Structural 3D Reconstruction of Indoor Space for 5G Signal Simulation with Mobile Laser Scanning Point Clouds
摘要: 3D modelling of indoor environment is essential in smart city applications such as building information modelling (BIM), spatial location application, energy consumption estimation, and signal simulation, etc. Fast and stable reconstruction of 3D models from point clouds has already attracted considerable research interest. However, in the complex indoor environment, automated reconstruction of detailed 3D models still remains a serious challenge. To address these issues, this paper presents a novel method that couples linear structures with three-dimensional geometric surfaces to automatically reconstruct 3D models using point cloud data from mobile laser scanning. In our proposed approach, a fully automatic room segmentation is performed on the unstructured point clouds via multi-label graph cuts with semantic constraints, which can overcome the over-segmentation in the long corridor. Then, the horizontal slices of point clouds with individual room are projected onto the plane to form a binary image, which is followed by line extraction and regularization to generate ?oorplan lines. The 3D structured models are reconstructed by multi-label graph cuts, which is designed to combine segmented room, line and surface elements as semantic constraints. Finally, this paper proposed a novel application that 5G signal simulation based on the output structural model to aim at determining the optimal location of 5G small base station in a large-scale indoor scene for the future. Four datasets collected using handheld and backpack laser scanning systems in di?erent locations were used to evaluate the proposed method. The results indicate our proposed methodology provides an accurate and e?cient reconstruction of detailed structured models from complex indoor scenes.
关键词: mobile laser scanning,point clouds,5G signal simulation,3D reconstruction,indoor modelling
更新于2025-09-11 14:15:04