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

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) 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

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 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

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 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

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

Performs the conversion.

Performs the conversion.

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.