View source: R/geometric.features.R
geometric.features | R Documentation |
This function fit a circle based on 3 points
geometric.features(data,
grid_method,
voxel_resolution = 6.0,
data_table_grid_cells = 20,
features = c("PCA1",
"PCA2",
"anisotropy",
"planarity",
"linearity",
"surface_variation",
"sphericity",
"verticality",
"number_neighbors",
"omnivariance",
"eigenentropy",
"surface_density",
"volume_density"),
dist = 0.05,
threads = 1,
keep_NaN = FALSE,
verbose = FALSE,
solver_threshold = 50000)
data |
data |
grid_method |
grid_method |
voxel_resolution |
voxel_resolution |
data_table_grid_cells |
data_table_grid_cells |
features |
features |
threads |
threads |
keep_NaN |
keep_NaN |
verbose |
verbose |
solver_threshold |
solver_threshold |
Data frame
Juan Alberto Molina-Valero
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.