View Source Evision.KinFu.VolumeParams (Evision v0.1.34)
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.
Types
@type t() :: %Evision.KinFu.VolumeParams{ref: reference()}
Type that represents an KinFu.VolumeParams
struct.
ref.
reference()
The underlying erlang resource variable.
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()