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

Summary

Types

t()

Type that represents an Detail.BundleAdjusterAffine struct.

Types

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

Type that represents an Detail.BundleAdjusterAffine struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

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

BundleAdjusterAffine

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

Python prototype (for reference only):

BundleAdjusterAffine() -> <detail_BundleAdjusterAffine object>
Link to this function

bundleAdjusterAffine(named_args)

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