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

Summary

Types

t()

Type that represents an Detail.BundleAdjusterAffinePartial struct.

Types

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

Type that represents an Detail.BundleAdjusterAffinePartial struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

Link to this function

bundleAdjusterAffinePartial()

View Source
@spec bundleAdjusterAffinePartial() :: t() | {:error, String.t()}

BundleAdjusterAffinePartial

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

Python prototype (for reference only):

BundleAdjusterAffinePartial() -> <detail_BundleAdjusterAffinePartial object>
Link to this function

bundleAdjusterAffinePartial(named_args)

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