View Source Evision.LargeKinfu.VolumeParams (Evision v1.0.0-rc.0)
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.LargeKinfu.VolumeParams{ref: reference()}
Type that represents an LargeKinfu.VolumeParams struct.
ref.
reference()The underlying erlang resource variable.
Functions
@spec coarseParams(Keyword.t()) :: any() | {:error, String.t()}
@spec coarseParams(Evision.KinFu.VolumeType.enum()) :: t() | {:error, String.t()}
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
@spec defaultParams(Keyword.t()) :: any() | {:error, String.t()}
@spec defaultParams(Evision.KinFu.VolumeType.enum()) :: t() | {:error, String.t()}
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_kind(t()) :: Evision.KinFu.VolumeType.enum()