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

Summary

Types

t()

Type that represents an Detail.AffineBasedEstimator struct.

Types

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

Type that represents an Detail.AffineBasedEstimator struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

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

AffineBasedEstimator

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

Python prototype (for reference only):

AffineBasedEstimator() -> <detail_AffineBasedEstimator object>
Link to this function

affineBasedEstimator(named_args)

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