Skip to content

[features] "Allow setting both K and radius" #4586

@feixyz10

Description

@feixyz10

Currently setting both K and radius is not allowed, e.g. for normal estimation. Here is the source code: line 138 in feature.hpp

PCL_ERROR ("Both radius (%f) and K (%d) defined! ", search_radius_, k_);

I am wondering what is the consideration behind this kind of design.

In my opinion, it would be very useful if setting both is allowed.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions