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

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

from_struct(bundle_adjuster_affine)

View Source