OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::kinfu 名前空間

名前空間

namespace  detail
 

クラス

struct  Intr
 
class  KinFu
 KinectFusion の実装。 続き...
 
struct  Params
 
class  Volume
 
struct  VolumeParams
 

列挙型

enum class  VolumeType {
  TSDF = 0 ,
  HASHTSDF = 1 ,
  COLOREDTSDF = 2
}
 

関数

Ptr< VolumemakeVolume (const VolumeParams &_volumeParams)
 
Ptr< VolumemakeVolume (VolumeType _volumeType, float _voxelSize, Matx44f _pose, float _raycastStepFactor, float _truncDist, int _maxWeight, float _truncateThreshold, Vec3i _resolution)
 

列挙型詳解

◆ VolumeType

enum class cv::kinfu::VolumeType
strong
列挙値
TSDF 
HASHTSDF 
COLOREDTSDF 

関数詳解

◆ makeVolume() [1/2]

Ptr< Volume > cv::kinfu::makeVolume ( const VolumeParams & _volumeParams)
Python:
cv.kinfu.makeVolume(_volumeType, _voxelSize, _pose, _raycastStepFactor, _truncDist, _maxWeight, _truncateThreshold, _resolution) -> retval

◆ makeVolume() [2/2]

Ptr< Volume > cv::kinfu::makeVolume ( VolumeType _volumeType,
float _voxelSize,
Matx44f _pose,
float _raycastStepFactor,
float _truncDist,
int _maxWeight,
float _truncateThreshold,
Vec3i _resolution )
Python:
cv.kinfu.makeVolume(_volumeType, _voxelSize, _pose, _raycastStepFactor, _truncDist, _maxWeight, _truncateThreshold, _resolution) -> retval