OpenCV
4.4.0
Open Source Computer Vision
|
Classes | |
struct | Intr |
class | KinFu |
KinectFusion implementation. More... | |
struct | Params |
class | Volume |
Enumerations | |
enum | VolumeType { VolumeType::TSDF = 0, VolumeType::HASHTSDF = 1 } |
Functions | |
cv::Ptr< Volume > | makeVolume (VolumeType _volumeType, float _voxelSize, cv::Affine3f _pose, float _raycastStepFactor, float _truncDist, int _maxWeight, float _truncateThreshold, Point3i _resolution) |
|
strong |
cv::Ptr<Volume> cv::kinfu::makeVolume | ( | VolumeType | _volumeType, |
float | _voxelSize, | ||
cv::Affine3f | _pose, | ||
float | _raycastStepFactor, | ||
float | _truncDist, | ||
int | _maxWeight, | ||
float | _truncateThreshold, | ||
Point3i | _resolution | ||
) |