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

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

@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(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