View source: R/weighted_returns_point_cloud_function.R
weighted_returns_point_cloud | R Documentation |
Function that normalizes return weights in point clouds by dividing the value 1 by the total count of returns in a voxel column of a given horizontal resolution, e.g. if there are 4 returns in one vertical column each gets a weight of 0.25
weighted_returns_point_cloud(pc, cell.size = 1)
pc |
Data frame of the point cloud with first 3 columns representing X-, Y- and Z-coordinates |
cell.size |
Horizontal side length of one spatial subunit (voxel column width in X- and Y-direction) |
Data frame of the point cloud with additional column "ReturnWeight"
Nikolai Knapp
in progress
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.