|
Open3D (C++ API)
0.18.0+252c867
|
Class to store featrues for registration. More...
#include <Feature.h>
Public Member Functions | |
| void | Resize (int dim, int n) |
| size_t | Dimension () const |
| Returns feature dimensions per point. More... | |
| size_t | Num () const |
| Returns number of points. More... | |
Data Fields | |
| Eigen::MatrixXd | data_ |
| Data buffer storing features. More... | |
Class to store featrues for registration.
|
inline |
Returns feature dimensions per point.
|
inline |
Returns number of points.
|
inline |
Resize feature data buffer to dim x n.
| dim | Feature dimension per point. |
| n | Number of points. |
| Eigen::MatrixXd open3d::pipelines::registration::Feature::data_ |
Data buffer storing features.