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