View Source Evision.Detail.BundleAdjusterReproj (Evision v0.2.9)

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

bundleAdjusterReproj(named_args)

View Source
@spec bundleAdjusterReproj(Keyword.t()) :: any() | {:error, String.t()}