View Source Evision.Detail.DpSeamFinder (Evision v0.1.34)
Summary
Types
@type t() :: %Evision.Detail.DpSeamFinder{ref: reference()}
Type that represents an Detail.DpSeamFinder
struct.
ref.
reference()
The underlying erlang resource variable.
Functions
DpSeamFinder
Positional Arguments
- costFunc:
String
Return
- self:
Evision.Detail.DpSeamFinder.t()
Python prototype (for reference only):
DpSeamFinder(costFunc) -> <detail_DpSeamFinder object>
setCostFunction
Positional Arguments
- self:
Evision.Detail.DpSeamFinder.t()
- val:
String
Python prototype (for reference only):
setCostFunction(val) -> None