Class to store featrues for registration.
More...
#include <Feature.h>
Class to store featrues for registration.
◆ Dimension()
size_t open3d::registration::Feature::Dimension |
( |
| ) |
const |
|
inline |
Returns feature dimensions per point.
◆ Num()
size_t open3d::registration::Feature::Num |
( |
| ) |
const |
|
inline |
Returns number of points.
◆ Resize()
void open3d::registration::Feature::Resize |
( |
int |
dim, |
|
|
int |
n |
|
) |
| |
|
inline |
Resize feature data buffer to dim x n
.
- Parameters
-
dim | Feature dimension per point. |
n | Number of points. |
◆ data_
Eigen::MatrixXd open3d::registration::Feature::data_ |
Data buffer storing features.
The documentation for this class was generated from the following file:
- /home/yixing/repo/Open3D/src/Open3D/Registration/Feature.h