View Source Evision.LargeKinfu.Params (Evision v0.2.9)
Summary
Functions
Coarse parameters A set of parameters which provides better speed, can fail to match frames in case of rapid sensor motion.
Default parameters A set of parameters which provides better model quality, can be very slow.
HashTSDF parameters A set of parameters suitable for use with HashTSDFVolume
Types
@type t() :: %Evision.LargeKinfu.Params{ref: reference()}
Type that represents an LargeKinfu.Params
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
Coarse parameters A set of parameters which provides better speed, can fail to match frames in case of rapid sensor motion.
Return
- retval:
Params
Python prototype (for reference only):
coarseParams() -> retval
Default parameters A set of parameters which provides better model quality, can be very slow.
Return
- retval:
Params
Python prototype (for reference only):
defaultParams() -> retval
@spec get_intr(t()) :: Evision.Mat.t()
@spec get_rgb_intr(t()) :: Evision.Mat.t()
@spec hashTSDFParams(Keyword.t()) :: any() | {:error, String.t()}
@spec hashTSDFParams(boolean()) :: t() | {:error, String.t()}
HashTSDF parameters A set of parameters suitable for use with HashTSDFVolume
Positional Arguments
- isCoarse:
bool
Return
- retval:
Params
Python prototype (for reference only):
hashTSDFParams(isCoarse) -> retval
@spec set_intr(t(), Evision.Mat.t()) :: t()
@spec set_rgb_intr(t(), Evision.Mat.t()) :: t()