#include <opencv2/rgbd/volume.hpp>
|
| Volume (float _voxelSize, Matx44f _pose, float _raycastStepFactor) |
|
virtual | ~Volume () |
|
virtual void | fetchNormals (InputArray points, OutputArray _normals) const =0 |
|
virtual void | fetchPointsNormals (OutputArray points, OutputArray normals) const =0 |
|
virtual void | fetchPointsNormalsColors (OutputArray, OutputArray, OutputArray) const |
|
virtual void | integrate (InputArray _depth, float depthFactor, const Matx44f &cameraPose, const kinfu::Intr &intrinsics, const int frameId=0)=0 |
|
virtual void | integrate (InputArray _depth, InputArray _rgb, float depthFactor, const Matx44f &cameraPose, const kinfu::Intr &intrinsics, const Intr &rgb_intrinsics, const int frameId=0)=0 |
|
virtual void | raycast (const Matx44f &cameraPose, const kinfu::Intr &intrinsics, const Size &frameSize, OutputArray points, OutputArray normals) const =0 |
|
virtual void | raycast (const Matx44f &cameraPose, const kinfu::Intr &intrinsics, const Size &frameSize, OutputArray points, OutputArray normals, OutputArray colors) const =0 |
|
virtual void | reset ()=0 |
|
◆ Volume()
cv::kinfu::Volume::Volume |
( |
float | _voxelSize, |
|
|
Matx44f | _pose, |
|
|
float | _raycastStepFactor ) |
|
inline |
◆ ~Volume()
virtual cv::kinfu::Volume::~Volume |
( |
| ) |
|
|
inlinevirtual |
◆ fetchNormals()
◆ fetchPointsNormals()
◆ fetchPointsNormalsColors()
◆ integrate() [1/2]
virtual void cv::kinfu::Volume::integrate |
( |
InputArray | _depth, |
|
|
float | depthFactor, |
|
|
const Matx44f & | cameraPose, |
|
|
const kinfu::Intr & | intrinsics, |
|
|
const int | frameId = 0 ) |
|
pure virtual |
◆ integrate() [2/2]
virtual void cv::kinfu::Volume::integrate |
( |
InputArray | _depth, |
|
|
InputArray | _rgb, |
|
|
float | depthFactor, |
|
|
const Matx44f & | cameraPose, |
|
|
const kinfu::Intr & | intrinsics, |
|
|
const Intr & | rgb_intrinsics, |
|
|
const int | frameId = 0 ) |
|
pure virtual |
◆ raycast() [1/2]
◆ raycast() [2/2]
◆ 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: