View Source Evision.KinFu.VolumeParams (Evision v0.1.28)
Link to this section Summary
Functions
Coarse set of parameters that provides relatively higher performance at the cost of reconstrution quality.
Default set of parameters that provide higher quality reconstruction at the cost of slow performance.
Link to this section Types
@type t() :: %Evision.KinFu.VolumeParams{ref: reference()}
Type that represents an KinFu.VolumeParams
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section Functions
Coarse set of parameters that provides relatively higher performance at the cost of reconstrution quality.
Positional Arguments
- volumeType:
VolumeType
Return
- retval:
VolumeParams
Python prototype (for reference only):
coarseParams(_volumeType) -> retval
Default set of parameters that provide higher quality reconstruction at the cost of slow performance.
Positional Arguments
- volumeType:
VolumeType
Return
- retval:
VolumeParams
Python prototype (for reference only):
defaultParams(_volumeType) -> retval
@spec get_resolution(t()) :: Evision.KinFu.Vec3i.t()