Global Mapper SDK
| GM_LidarUtil_t .FitPointClouds Method |
Aligns a point cloud with either 3D control points or another point cloud, minimizing the X, Y, and Z differences.
Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
C#
Copy
public static GM_Error_t32 FitPointClouds(
GM_LayerList_t aLayersToCompareTo,
GM_LayerList_t aLayersToCompare,
GM_LidarBestFitSetup_t aSetup
)Parameters
- aLayersToCompareTo
-
Type:
GlobalMapper.GM_LayerList_t.LoadLayerList
IN: List of one or more loaded Lidar layers to compare against the point cloud layers in mLayersToCompareTo - aLayersToCompare
-
Type:
GlobalMapper.GM_LayerList_t.LoadLayerList
IN: List of one or more loaded Lidar layers to compare against the point cloud layers in mLayersToCompareTo - aSetup
-
Type:
GM_LidarBestFitSetup_t
Setup options for operation
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.