| GM_PixelsToPoints_t .PixelsToPoints Method | 
                    Runs a pixels-to-points operation that creates point cloud, orthoimage, and/or mesh data from pictures captured using a drone or UAV. The setup object provides a list/folder of drone images with EXIF position data embedded, and those are analyzed using SFM (Structure From Motion) to determine a point cloud.          
                
                                                Namespace:GlobalMapper.Lidar
                                                Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
 Syntax
                        Syntax
                    C#
Copy
public static GM_Error_t32 PixelsToPoints(
                        GM_P2PSetup_t aSetup,
                        IntPtr aReserved
                )Parameters
- aSetup
- 
                            Type: 
                            GlobalMapper.Lidar.GM_P2PSetup_t
 IN: Options and output for the P2P operation
- aReserved
- 
                            Type: 
                            System.IntPtr
 IN: Reserved for future use, must be NULL
Return Value
Type: GM_Error_t32A GM Error Code
 See Also
                        See Also