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

Summary

Types

t()

Type that represents an Detail.NoSeamFinder struct.

Types

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

Type that represents an Detail.NoSeamFinder struct.

  • ref. reference()

    The underlying erlang resource variable.

Functions

Link to this function

find(self, arg1, arg2, arg3)

View Source
@spec find(t(), [Evision.Mat.maybe_mat_in()], [{number(), number()}], [
  Evision.Mat.maybe_mat_in()
]) ::
  [Evision.Mat.t()] | {:error, String.t()}

find

Positional Arguments
  • self: Evision.Detail.NoSeamFinder.t()
  • arg1: [Evision.Mat]
  • arg2: [Point]
Return
  • arg3: [Evision.Mat]

Python prototype (for reference only):

find(arg1, arg2, arg3) -> arg3