|
qCC version 2.13.alpha (Qt) - 31 May 2022
Main CloudCompare application (GUI & command line)
|
Subsampling cloud dialog. More...
#include <ccSubsamplingDlg.h>


Public Types | |
| enum | CC_SUBSAMPLING_METHOD { RANDOM = 0 , SPACE = 1 , OCTREE = 2 } |
| Sub-sampling method. | |
Public Member Functions | |
| ccSubsamplingDlg (unsigned maxPointCount, double maxCloudRadius, QWidget *parent=nullptr) | |
| Default constructor. | |
| CCCoreLib::ReferenceCloud * | getSampledCloud (ccGenericPointCloud *cloud, CCCoreLib::GenericProgressCallback *progressCb=nullptr) |
| Returns subsampled version of a cloud according to current parameters. More... | |
| void | enableSFModulation (ScalarType sfMin, ScalarType sfMax) |
| Enables the SF modulation option (SPATIAL method) | |
Subsampling cloud dialog.
| CCCoreLib::ReferenceCloud * ccSubsamplingDlg::getSampledCloud | ( | ccGenericPointCloud * | cloud, |
| CCCoreLib::GenericProgressCallback * | progressCb = nullptr |
||
| ) |
Returns subsampled version of a cloud according to current parameters.
Should be called only once the dialog has been validated.