Difference between revisions of "Point Cloud Library Wrapper (plugin)"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
The following methods are currently accessible though this interface: | The following methods are currently accessible though this interface: | ||
* Estimate Normals and Curvature (to compute the normals - and optionally the curvature - of a point cloud) | * Estimate Normals and Curvature (to compute the normals - and optionally the curvature - of a point cloud) | ||
− | * [ | + | * [[Fast Global Registration]] (to registration point clouds - with normals - with no initial/rough alignment) |
− | * [ | + | * [https://pcl.readthedocs.io/projects/tutorials/en/latest/statistical_outlier.html Statistical Outliers Removal] (cleaning filter) '''[since version 2.6.2, the [[SOR_filter | SOR filter]] is integrated into the standalone version of CloudCompare]''' |
+ | * [https://pcl.readthedocs.io/projects/tutorials/en/latest/resampling.html MLS (Moving Least Squares) smoothing / upsampling] (to smooth - and optionally to upsample - a point cloud) |
Latest revision as of 15:31, 22 November 2021
Introduction
qPCL is a simple interface to some methods of the PCL library.
Therefore, if you use this tool for a scientific publication, please cite the PCL project before citing CloudCompare (which is also very good but less important in this particular case ;).
CloudCompare simply adds dialogs to set some parameters (see below) and a seamless integration in its own workflow.
This plugin has been developed by Luca Penasa (University of Padova).
Available methods
The following methods are currently accessible though this interface:
- Estimate Normals and Curvature (to compute the normals - and optionally the curvature - of a point cloud)
- Fast Global Registration (to registration point clouds - with normals - with no initial/rough alignment)
- Statistical Outliers Removal (cleaning filter) [since version 2.6.2, the SOR filter is integrated into the standalone version of CloudCompare]
- MLS (Moving Least Squares) smoothing / upsampling (to smooth - and optionally to upsample - a point cloud)