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

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

from_struct(bundle_adjuster_affine_partial)

View Source