#include <VoxelPooling.h>
|
| | Accumulator () |
| |
| template<class Derived , class Derived2 , class Derived3 > |
| void | AddPoint (const Eigen::MatrixBase< Derived > &pos, const Eigen::MatrixBase< Derived2 > &voxel_center, const Eigen::ArrayBase< Derived3 > &feat) |
| |
| Eigen::Array< TReal, 3, 1 > | Position () const |
| |
| Eigen::Array< TFeat, Eigen::Dynamic, 1 > | Features () const |
| |
| int | Count () const |
| |
◆ Accumulator()
template<class TReal , class TFeat , AccumulationFn POS_FN, AccumulationFn FEAT_FN>
◆ AddPoint()
template<class TReal , class TFeat , AccumulationFn POS_FN, AccumulationFn FEAT_FN>
template<class Derived , class Derived2 , class Derived3 >
| void open3d::ml::impl::Accumulator< TReal, TFeat, POS_FN, FEAT_FN >::AddPoint |
( |
const Eigen::MatrixBase< Derived > & |
pos, |
|
|
const Eigen::MatrixBase< Derived2 > & |
voxel_center, |
|
|
const Eigen::ArrayBase< Derived3 > & |
feat |
|
) |
| |
|
inline |
◆ Count()
template<class TReal , class TFeat , AccumulationFn POS_FN, AccumulationFn FEAT_FN>
◆ Features()
template<class TReal , class TFeat , AccumulationFn POS_FN, AccumulationFn FEAT_FN>
◆ Position()
template<class TReal , class TFeat , AccumulationFn POS_FN, AccumulationFn FEAT_FN>
The documentation for this class was generated from the following file: