View Source Evision.Rapid.Rapid (Evision v0.2.7)

Summary

Types

t()

Type that represents an Rapid.Rapid struct.

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(Keyword.t()) :: any() | {:error, String.t()}
@spec create(Evision.Mat.maybe_mat_in(), Evision.Mat.maybe_mat_in()) ::
  t() | {:error, String.t()}

create

Positional Arguments
Return
  • retval: Rapid

Python prototype (for reference only):

create(pts3d, tris) -> retval