Open3D (C++ API)
0.19.0
|
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... | |
std::shared_ptr< Feature > | SelectByIndex (const std::vector< size_t > &indices, bool invert=false) const |
Selects features from input Feature group, with indices in indices , and returns a new Feature group with selected features. 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. |
std::shared_ptr< Feature > open3d::pipelines::registration::Feature::SelectByIndex | ( | const std::vector< size_t > & | indices, |
bool | invert = false |
||
) | const |
Eigen::MatrixXd open3d::pipelines::registration::Feature::data_ |
Data buffer storing features.