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

Summary

Types

t()

Type that represents an Detail.DpSeamFinder struct.

Types

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

Type that represents an Detail.DpSeamFinder struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

Link to this function

dpSeamFinder(named_args)

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

DpSeamFinder

Positional Arguments
Return
  • self: Evision.Detail.DpSeamFinder.t()

Python prototype (for reference only):

DpSeamFinder(costFunc) -> <detail_DpSeamFinder object>
Link to this function

setCostFunction(named_args)

View Source
@spec setCostFunction(Keyword.t()) :: any() | {:error, String.t()}
Link to this function

setCostFunction(self, val)

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

setCostFunction

Positional Arguments
  • self: Evision.Detail.DpSeamFinder.t()
  • val: String

Python prototype (for reference only):

setCostFunction(val) -> None