Struct opencv::rgbd::Kinfu_VolumeParams [−][src]
pub struct Kinfu_VolumeParams { /* fields omitted */ }
Implementations
Default set of parameters that provide higher quality reconstruction at the cost of slow performance.
Coarse set of parameters that provides relatively higher performance at the cost of reconstrution quality.
Trait Implementations
Type of Volume Values can be TSDF (single volume) or HASHTSDF (hashtable of volume units) Read more
Resolution of voxel space Number of voxels in each dimension. Applicable only for TSDF Volume. HashTSDF volume only supports equal resolution in all three dimensions Read more
Resolution of volumeUnit in voxel space Number of voxels in each dimension for volumeUnit Applicable only for hashTSDF. Read more
Length of voxels in meters
TSDF truncation distance Distances greater than value from surface will be truncated to 1.0 Read more
Max number of frames to integrate per voxel Represents the max number of frames over which a running average of the TSDF is calculated for a voxel Read more
Threshold for depth truncation in meters Truncates the depth greater than threshold to 0 Read more
Length of single raycast step Describes the percentage of voxel length that is skipped per march Read more
Type of Volume Values can be TSDF (single volume) or HASHTSDF (hashtable of volume units) Read more
Resolution of voxel space Number of voxels in each dimension. Applicable only for TSDF Volume. HashTSDF volume only supports equal resolution in all three dimensions Read more
Resolution of volumeUnit in voxel space Number of voxels in each dimension for volumeUnit Applicable only for hashTSDF. Read more
Length of voxels in meters
TSDF truncation distance Distances greater than value from surface will be truncated to 1.0 Read more
Max number of frames to integrate per voxel Represents the max number of frames over which a running average of the TSDF is calculated for a voxel Read more
Threshold for depth truncation in meters Truncates the depth greater than threshold to 0 Read more
Length of single raycast step Describes the percentage of voxel length that is skipped per march Read more