qCC_db version 2.13.alpha (Qt) - 31 May 2022
CloudCompare 3D entities
Classes | Static Public Member Functions | List of all members
ccGriddedTools Class Reference

Tools dedicated to gridded clouds. More...

#include <ccGriddedTools.h>

Classes

struct  GridParameters
 Grid (angular) parameters. More...
 

Static Public Member Functions

static bool DetectParameters (const ccPointCloud *cloud, const ccPointCloud::Grid::Shared grid, GridParameters &parameters, bool verbose=false, ccGLMatrix *cloudToSensorTrans=nullptr)
 Detects the given grid parameters (angular span, etc.) More...
 
static ccGBLSensorComputeBestSensor (ccPointCloud *cloud, ccPointCloud::Grid::Shared grid, ccGLMatrix *cloudToSensorTrans=nullptr)
 Determines the (TLS) sensor parameters from the relative position of gridded points. More...
 

Detailed Description

Tools dedicated to gridded clouds.

Member Function Documentation

◆ ComputeBestSensor()

ccGBLSensor * ccGriddedTools::ComputeBestSensor ( ccPointCloud cloud,
ccPointCloud::Grid::Shared  grid,
ccGLMatrix cloudToSensorTrans = nullptr 
)
static

Determines the (TLS) sensor parameters from the relative position of gridded points.

Parameters
cloudcloud on which to compute the sensor parameters (should be a single grid)
gridscan grid
cloudToSensorTranstransformation from cloud coordinate system to the sensor coordinate system (optional)
Returns
sensor (if successful) or 0 otherwise

◆ DetectParameters()

bool ccGriddedTools::DetectParameters ( const ccPointCloud cloud,
const ccPointCloud::Grid::Shared  grid,
GridParameters parameters,
bool  verbose = false,
ccGLMatrix cloudToSensorTrans = nullptr 
)
static

Detects the given grid parameters (angular span, etc.)

Parameters
cloudassociated cloud
gridscan grid
parametersoutput parameters
verbosewhether the process should output some detailed information in the log/console or not
cloudToSensorTranstransformation from cloud coordinate system to the sensor coordinate system (optional)
Returns
success

The documentation for this class was generated from the following files: