View Source Evision.Rapid.Rapid (Evision v0.1.34)
Summary
Functions
create
Types
@type t() :: %Evision.Rapid.Rapid{ref: reference()}
Type that represents an Rapid.Rapid
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
@spec create(Evision.Mat.maybe_mat_in(), Evision.Mat.maybe_mat_in()) :: t() | {:error, String.t()}
create
Positional Arguments
- pts3d:
Evision.Mat.t()
- tris:
Evision.Mat.t()
Return
- retval:
Rapid
Python prototype (for reference only):
create(pts3d, tris) -> retval