View Source Evision.Detail.GraphCutSeamFinder (Evision v0.1.11)
Link to this section Summary
Types
Type that represents an Evision.Detail.GraphCutSeamFinder
struct.
Functions
Positional Arguments
- src:
[Evision.Mat]
- corners:
[Point]
- masks:
[Evision.Mat]
Python prototype (for reference):
Positional Arguments
- cost_type:
String
Keyword Arguments
- terminal_cost:
float
. - bad_region_penalty:
float
.
Return
Python prototype (for reference):
Positional Arguments
- cost_type:
String
Keyword Arguments
- terminal_cost:
float
. - bad_region_penalty:
float
.
Return
Python prototype (for reference):
Link to this section Types
@type t() :: %Evision.Detail.GraphCutSeamFinder{ref: reference()}
Type that represents an Evision.Detail.GraphCutSeamFinder
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section Functions
@spec find(t(), [Evision.Mat.maybe_mat_in()], [{number(), number()}], [ Evision.Mat.maybe_mat_in() ]) :: :ok | {:error, String.t()}
Positional Arguments
- src:
[Evision.Mat]
- corners:
[Point]
- masks:
[Evision.Mat]
Python prototype (for reference):
find(src, corners, masks) -> None
Positional Arguments
- cost_type:
String
Keyword Arguments
- terminal_cost:
float
. - bad_region_penalty:
float
.
Return
Python prototype (for reference):
GraphCutSeamFinder(cost_type[, terminal_cost[, bad_region_penalty]]) -> <detail_GraphCutSeamFinder object>
Positional Arguments
- cost_type:
String
Keyword Arguments
- terminal_cost:
float
. - bad_region_penalty:
float
.
Return
Python prototype (for reference):
GraphCutSeamFinder(cost_type[, terminal_cost[, bad_region_penalty]]) -> <detail_GraphCutSeamFinder object>