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

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(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