#include <opencv2/rgbd/volume.hpp>
|
| Volume (float _voxelSize, cv::Affine3f _pose, float _raycastStepFactor) |
|
virtual | ~Volume () |
|
virtual void | fetchNormals (cv::InputArray points, cv::OutputArray _normals) const =0 |
|
virtual void | fetchPointsNormals (cv::OutputArray points, cv::OutputArray normals) const =0 |
|
virtual void | integrate (InputArray _depth, float depthFactor, const cv::Affine3f &cameraPose, const cv::kinfu::Intr &intrinsics)=0 |
|
virtual void | raycast (const cv::Affine3f &cameraPose, const cv::kinfu::Intr &intrinsics, cv::Size frameSize, cv::OutputArray points, cv::OutputArray normals) const =0 |
|
virtual void | reset ()=0 |
|
◆ Volume()
cv::kinfu::Volume::Volume |
( |
float |
_voxelSize, |
|
|
cv::Affine3f |
_pose, |
|
|
float |
_raycastStepFactor |
|
) |
| |
|
inline |
◆ ~Volume()
virtual cv::kinfu::Volume::~Volume |
( |
| ) |
|
|
inlinevirtual |
◆ fetchNormals()
◆ fetchPointsNormals()
◆ integrate()
◆ raycast()
◆ reset()
virtual void cv::kinfu::Volume::reset |
( |
| ) |
|
|
pure virtual |
◆ pose
◆ raycastStepFactor
const float cv::kinfu::Volume::raycastStepFactor |
◆ voxelSize
const float cv::kinfu::Volume::voxelSize |
◆ voxelSizeInv
const float cv::kinfu::Volume::voxelSizeInv |
The documentation for this class was generated from the following file: