pub struct Params { /* private fields */ }

Implementations

Default parameters A set of parameters which provides better model quality, can be very slow.

Coarse parameters A set of parameters which provides better speed, can fail to match frames in case of rapid sensor motion.

HashTSDF parameters A set of parameters suitable for use with HashTSDFVolume

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

frame size in pixels

camera intrinsics

rgb camera intrinsics

pre-scale per 1 meter for input values Typical values are: * 5000 per 1 meter for the 16-bit PNG files of TUM database * 1000 per 1 meter for Kinect 2 device * 1 per 1 meter for the 32-bit float images in the ROS bag files Read more

Depth sigma in meters for bilateral smooth

Spatial sigma in pixels for bilateral smooth

Kernel size in pixels for bilateral smooth

Number of pyramid levels for ICP

Minimal camera movement in meters Integrate new depth frame only if camera movement exceeds this value. Read more

light pose for rendering in meters

distance theshold for ICP in meters

angle threshold for ICP in radians

number of ICP iterations for each pyramid level

Threshold for depth truncation in meters All depth values beyond this threshold will be set to zero Read more

Volume parameters

frame size in pixels

camera intrinsics

rgb camera intrinsics

pre-scale per 1 meter for input values Typical values are: * 5000 per 1 meter for the 16-bit PNG files of TUM database * 1000 per 1 meter for Kinect 2 device * 1 per 1 meter for the 32-bit float images in the ROS bag files Read more

Depth sigma in meters for bilateral smooth

Spatial sigma in pixels for bilateral smooth

Kernel size in pixels for bilateral smooth

Number of pyramid levels for ICP

Minimal camera movement in meters Integrate new depth frame only if camera movement exceeds this value. Read more

light pose for rendering in meters

distance theshold for ICP in meters

angle threshold for ICP in radians

number of ICP iterations for each pyramid level

Threshold for depth truncation in meters All depth values beyond this threshold will be set to zero Read more

Volume parameters

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.