Struct nabo::Parameters [−][src]
pub struct Parameters<T: Scalar> {
pub epsilon: T,
pub max_radius: T,
pub allow_self_match: bool,
pub sort_results: bool,
}Expand description
Advanced search parameters
Fields
epsilon: Tmaximal ratio of error for approximate search, 0 for exact search; has no effect if the number of neighbours found is smaller than the number requested
max_radius: Tmaximum radius in which to search, can be used to prune search, is not affected by epsilon
allow_self_match: boolallows the return of the same point as the query, if this point is in the point cloud
sort_results: boolsort points by distances, when k > 1