View Source Evision.Detail.HomographyBasedEstimator (Evision v0.1.38)

Summary

Types

t()

Type that represents an Detail.HomographyBasedEstimator struct.

Functions

HomographyBasedEstimator

HomographyBasedEstimator

Types

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

Type that represents an Detail.HomographyBasedEstimator struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

Link to this function

homographyBasedEstimator()

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

HomographyBasedEstimator

Keyword Arguments
  • is_focals_estimated: bool.
Return
  • self: Evision.Detail.HomographyBasedEstimator.t()

Python prototype (for reference only):

HomographyBasedEstimator([, is_focals_estimated]) -> <detail_HomographyBasedEstimator object>
Link to this function

homographyBasedEstimator(opts)

View Source
@spec homographyBasedEstimator([{atom(), term()}, ...] | nil) ::
  t() | {:error, String.t()}

HomographyBasedEstimator

Keyword Arguments
  • is_focals_estimated: bool.
Return
  • self: Evision.Detail.HomographyBasedEstimator.t()

Python prototype (for reference only):

HomographyBasedEstimator([, is_focals_estimated]) -> <detail_HomographyBasedEstimator object>