globalmapper.PixelsToPoints

globalmapper.PixelsToPoints(GM_P2PSetup_t  aSetup, uint32 aReserved=0) GM_Error_t32, GM_P2PSetup_t[source]

Runs a pixels-to-points operation (creating point cloud, orthoimage, and/or mesh from pictures).

Parameters:
  • aSetup (GM_P2PSetup_t) – Options and output for the pixels-to-points operation.

  • aReserved (uint32) – Reserved for future use; defaults to 0

Returns:

Error Code

Return type:

GM_Error_t32

Returns:

The P2P setup/output object containing the results of the operation. Note that this will be identical to the input GM_P2PSetup_t, which gets modified by the operation; it’s repeated as output for convenience.

Return type:

GM_P2PSetup_t