Currently setting both K and radius is not allowed, e.g. for normal estimation. Here is the source code: line 138 in feature.hpp ```cpp 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.