Applying RGB Colors to Point Clouds

Applying RGB Colors to Point Clouds#

We can add actual RGB colors to the point cloud based on an aerial orthophoto. The source of the orthophoto can be from drone imagery, for example. Alternatively, we can capture imagery from Google Earth Pro. Using Historical Imagery, we can select the closest date to the Florida Peninsular Lidar data, in this case 2017.

googleearth

Under Edit < Copy Image, we can save the file in .tif format. The image now needs to be georeferenced, either in ArcGIS or QGIS. Once georeferenced, there should be a .tfw file with the same name as your .tif. Using LAStools, we can add the RGB imagery to the point cloud.

Applying RGB Colors with lascolor#

lascolor -i "..\file.las" -image "..\file.tif" -o "..\output.las"

We now have a colorized point cloud.

colorized