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

Summary

Types

t()

Type that represents an Detail.BundleAdjusterReproj struct.

Types

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

Type that represents an Detail.BundleAdjusterReproj struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

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

BundleAdjusterReproj

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

Python prototype (for reference only):

BundleAdjusterReproj() -> <detail_BundleAdjusterReproj object>
Link to this function

from_struct(bundle_adjuster_reproj)

View Source