#include <opencv2/rgbd/volume.hpp>
|
| Volume (float _voxelSize, Matx44f _pose, float _raycastStepFactor) |
|
虚函数 | ~Volume () |
|
虚函数 void | fetchNormals (InputArray points, OutputArray _normals) const =0 |
|
虚函数 void | fetchPointsNormals (OutputArray points, OutputArray normals) const =0 |
|
虚函数 void | fetchPointsNormalsColors (OutputArray, OutputArray, OutputArray) const |
|
虚函数 void | integrate (InputArray _depth, float depthFactor, const Matx44f &cameraPose, const kinfu::Intr &intrinsics, const int frameId=0)=0 |
|
虚函数 void | integrate (InputArray _depth, InputArray _rgb, float depthFactor, const Matx44f &cameraPose, const kinfu::Intr &intrinsics, const Intr &rgb_intrinsics, const int frameId=0)=0 |
|
虚函数 void | raycast (const Matx44f &cameraPose, const kinfu::Intr &intrinsics, const Size &frameSize, OutputArray points, OutputArray normals) const =0 |
|
虚函数 void | raycast (const Matx44f &cameraPose, const kinfu::Intr &intrinsics, const Size &frameSize, OutputArray points, OutputArray normals, OutputArray colors) const =0 |
|
虚函数 void | reset ()=0 |
|
◆ Volume()
cv::kinfu::Volume::Volume |
( |
float | _voxelSize, |
|
|
Matx44f | _pose, |
|
|
float | _raycastStepFactor ) |
|
内联函数 |
◆ ~Volume()
virtual cv::kinfu::Volume::~Volume |
( |
| ) |
|
|
内联函数虚函数 |
◆ 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 ) |
|
纯虚函数 |
◆ 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 ) |
|
纯虚函数 |
◆ raycast() [1/2]
◆ raycast() [2/2]
◆ reset()
virtual void cv::kinfu::Volume::reset |
( |
| ) |
|
|
纯虚函数 |
◆ pose
◆ raycastStepFactor
const float cv::kinfu::Volume::raycastStepFactor |
◆ voxelSize
const float cv::kinfu::Volume::voxelSize |
◆ voxelSizeInv
const float cv::kinfu::Volume::voxelSizeInv |
此类的文档是从以下文件生成的: