KDTree search parameters for hybrid KNN and radius search.
More...
#include <KDTreeSearchParam.h>
|
double | radius_ |
| Search radius.
|
|
int | max_nn_ |
| At maximum, max_nn neighbors will be searched.
|
|
KDTree search parameters for hybrid KNN and radius search.
◆ KDTreeSearchParamHybrid()
open3d::geometry::KDTreeSearchParamHybrid::KDTreeSearchParamHybrid |
( |
double |
radius, |
|
|
int |
max_nn |
|
) |
| |
|
inline |
Default Constructor.
- Parameters
-
radius | Specifies the radius of the search. |
max_nn | Specifies the max neighbors to be searched. |
◆ max_nn_
int open3d::geometry::KDTreeSearchParamHybrid::max_nn_ |
At maximum, max_nn neighbors will be searched.
◆ radius_
double open3d::geometry::KDTreeSearchParamHybrid::radius_ |
The documentation for this class was generated from the following file: