View Source Evision.Detail.BundleAdjusterRay (Evision v0.2.2-rc2)

Summary

Types

t()

Type that represents an Detail.BundleAdjusterRay struct.

Types

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

Type that represents an Detail.BundleAdjusterRay struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

@spec bundleAdjusterRay() :: t() | {:error, String.t()}

BundleAdjusterRay

Return
  • self: Evision.Detail.BundleAdjusterRay.t()

Python prototype (for reference only):

BundleAdjusterRay() -> <detail_BundleAdjusterRay object>
Link to this function

from_struct(bundle_adjuster_ray)

View Source