Is PointCloud equal Point Cloud?

2 posts / 0 new
Last post
PointCloud Proc...
Offline
Last seen: 11 years 4 months ago
Joined: 07.12.2012 - 16:17
Is PointCloud equal Point Cloud?

Hi guys,

I am starting up with laser scanning and data processing and what I understood so far is that the biggest challenge is the handling of the point cloud. Does every PointCloud contains the same information even when it comes from several manufactures?

Thanks,

PointCloud Processing Unit ;-)

Forum Schlüsselworte: 
Eike Thiele
Offline
Last seen: 9 years 2 months ago
Joined: 18.11.2008 - 17:25
PointCloud

a pointcloud contains:

  • x,y,z coordinates (normally in polar coordinate format)
  • intensety or reflectivity for each point in the pointcloud
  • color information if the scanner comes with camera option

Eike