Description Usage Arguments Value Author(s)
View source: R/voxelgrid_tree_model.R
Merge voxelmodels of tree point cloud and crown 3D alphashape.
1 2 3 4 5 6 7 | voxelgrid_tree_model(
tree_id = "Dummy",
pcd_vox = NA,
as3d_vox = NA,
alpha_value = 0.5,
voxel_size = 0.2
)
|
pcd_vox |
Voxelmodel of the tree point cloud (Size of the voxels (see pcd2vox) |
as3d_vox |
Voxelmodel of the tree crown 3D alphashape (see get_3d_alpha_shape) |
alpha_value |
Documented modelparameter of the pre-processed tree crown 3D alphashape (ashaped3d). |
voxel_size |
Documented modelparameter of the pre-prcessed voxelmodels (pcd, ashape). |
List object of tree with underlying modelparameter and Voxelgrid tree model (X,Y,Z,type)
Carsten Hess, last updated: 10.02.2020
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.