Global Mapper SDK
| GM_LidarUtil_t .LidarColorize Method |
Adds/updates the color or intensity fields of Lidar data from loaded image data.
Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
C#
Copy
public static GM_Error_t32 LidarColorize(
GM_Layer_t aLidarLayer,
GM_LayerList_t aImageLayers,
uint aNumImageLayers,
GM_LidarColorizeSetup_t aSetup,
IntPtr aReserved
)Parameters
- aLidarLayer
-
Type:
GlobalMapper.Types.GM_Layer_t
Lidar layer to apply color/intensity to - aImageLayers
-
Type:
GlobalMapper.Types.GM_LayerList_t
List of loaded image layers to get the color from - aNumImageLayers
-
Type:
System.UInt32
How many layers are in the list pointed to by aImageLayers - aSetup
-
Type:
GlobalMapper.Lidar.GM_LidarColorizeSetup_t
Setup options for operation - aReserved
-
Type:
System.IntPtr
IN: Reserved for future use. Must be NULL.
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.