geometric_features_dist: This function obtains geometric features at point level

View source: R/RcppExports.R

geometric_features_distR Documentation

This function obtains geometric features at point level

Description

This function obtains geometric features at point level

Usage

geometric_features_dist(points,
                        dist,
                        Anisotropy = FALSE,
                        Eigenentropy = FALSE,
                        Eigenvalue_sum = FALSE,
                        First_eigenvalue = FALSE,
                        Linearity = FALSE,
                        Normal_x = FALSE,
                        Normal_y = FALSE,
                        Normal_z = FALSE,
                        Number_of_points = FALSE,
                        Omnivariance = FALSE,
                        PCA_1 = FALSE,
                        PCA_2 = FALSE,
                        Planarity = FALSE,
                        Second_eigenvalue = FALSE,
                        Sphericity = FALSE,
                        Surface_density = FALSE,
                        Surface_variation = FALSE,
                        Third_eigenvalue = FALSE,
                        Verticality = FALSE,
                        Volume_density = FALSE,
                        num_threads = 0,
                        use_spatial_index = TRUE,
                        grid_cell_size = -1.0)

Arguments

points

points

dist

dist

Anisotropy

Anisotropy

Eigenentropy

Eigenentropy

Eigenvalue_sum

Eigenvalue_sum

First_eigenvalue

First_eigenvalue

Linearity

Linearity

Normal_x

Normal_x

Normal_y

Normal_y

Normal_z

Normal_z

Number_of_points

Number_of_points

Omnivariance

Omnivariance

PCA_1

PCA_1

PCA_2

PCA_2

Planarity

Planarity

Second_eigenvalue

Second_eigenvalue

Sphericity

Sphericity

Surface_density

Surface_density

Surface_variation

Surface_variation

Third_eigenvalue

Third_eigenvalue

Verticality

Verticality

Volume_density

Volume_density

num_threads

num_threads

use_spatial_index

use_spatial_index

grid_cell_size

grid_cell_size

Value

Data frame

Author(s)

Juan Alberto Molina-Valero


FORTLS documentation built on Nov. 11, 2025, 5:06 p.m.