OpenCV  4.4.0
Open Source Computer Vision
Classes | Enumerations | Functions
cv::kinfu Namespace Reference

Classes

struct  Intr
 
class  KinFu
 KinectFusion implementation. More...
 
struct  Params
 
class  Volume
 

Enumerations

enum  VolumeType {
  VolumeType::TSDF = 0,
  VolumeType::HASHTSDF = 1
}
 

Functions

cv::Ptr< VolumemakeVolume (VolumeType _volumeType, float _voxelSize, cv::Affine3f _pose, float _raycastStepFactor, float _truncDist, int _maxWeight, float _truncateThreshold, Point3i _resolution)
 

Enumeration Type Documentation

◆ VolumeType

enum cv::kinfu::VolumeType
strong
Enumerator
TSDF 
HASHTSDF 

Function Documentation

◆ makeVolume()

cv::Ptr<Volume> cv::kinfu::makeVolume ( VolumeType  _volumeType,
float  _voxelSize,
cv::Affine3f  _pose,
float  _raycastStepFactor,
float  _truncDist,
int  _maxWeight,
float  _truncateThreshold,
Point3i  _resolution 
)