Returns a function which computes some normals for a 3D points
cloud.
Usage
getSomeNormals(nbNeighbors, method = "pca")
Value
A function which takes just one argument: a numeric matrix with
three columns, each row represents a point, and the function returns a
matrix of the same size as the input matrix, whose each row gives one
unit normal for each point.
Arguments
nbNeighbors
integer, number of neighbors used to compute the normals