pub struct Kinfu_VolumeParams { /* private fields */ }

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§

Wrap the specified raw pointer Read more
Return an the underlying raw pointer while consuming this wrapper. Read more
Return the underlying raw pointer. Read more
Return the underlying mutable raw pointer Read more
Executes the destructor for this type. Read more
Type of Volume Values can be TSDF (single volume) or HASHTSDF (hashtable of volume units)
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
Resolution of volumeUnit in voxel space Number of voxels in each dimension for volumeUnit Applicable only for hashTSDF. Read more
Initial pose of the volume in meters
Length of voxels in meters
TSDF truncation distance Distances greater than value from surface will be truncated to 1.0
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
Threshold for depth truncation in meters Truncates the depth greater than threshold to 0
Length of single raycast step Describes the percentage of voxel length that is skipped per march
Type of Volume Values can be TSDF (single volume) or HASHTSDF (hashtable of volume units)
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
Resolution of volumeUnit in voxel space Number of voxels in each dimension for volumeUnit Applicable only for hashTSDF.
Initial pose of the volume in meters
Length of voxels in meters
TSDF truncation distance Distances greater than value from surface will be truncated to 1.0
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
Threshold for depth truncation in meters Truncates the depth greater than threshold to 0
Length of single raycast step Describes the percentage of voxel length that is skipped per march

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.