Global Mapper SDK
Applies color (RGB or RGBI) or intensity to the points in a Lidar query.
Syntax
C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_LidarColorizeQuery
(
GM_LidarQueryHandle_t aLidarQuery, // IN: Lidar query specifying the points to colorize
GM_LayerHandle_t32* aImageLayers, // IN: List of loaded image layers to get the color from
uint32 aNumImageLayers, // IN: How many layers are in the list pointed to by aImageLayers
GM_LidarColorizeSetup_t* aSetup, // IN: Setup options for operation
void* aReserved // IN: Reserved for future use, must be NULL
)
Comments
0 comments
Please sign in to leave a comment.