View Source Evision.Rapid.Rapid (Evision v0.1.26-rc1)

Link to this section Summary

Types

t()

Type that represents an Rapid.Rapid struct.

Link to this section Types

@type t() :: %Evision.Rapid.Rapid{ref: reference()}

Type that represents an Rapid.Rapid struct.

  • ref. reference()

    The underlying erlang resource variable.

Link to this section Functions

@spec create(Evision.Mat.maybe_mat_in(), Evision.Mat.maybe_mat_in()) ::
  t() | {:error, String.t()}

create

Positional Arguments
Return
  • retval: Evision.Rapid.Evision.Rapid.Rapid

Python prototype (for reference only):

create(pts3d, tris) -> retval