View Source Evision.Detail.GraphCutSeamFinder (Evision v0.1.9)
Link to this section Summary
cv.detail
Positional Arguments
- cost_type:
String
Keyword Arguments
- terminal_cost:
float
. - bad_region_penalty:
float
.
Python prototype (for reference):
Positional Arguments
- cost_type:
String
Keyword Arguments
- terminal_cost:
float
. - bad_region_penalty:
float
.
Python prototype (for reference):
Positional Arguments
- src:
[Evision.Mat]
- corners:
[Point]
- masks:
[Evision.Mat]
Python prototype (for reference):
Functions
Raising version of detail_GraphCutSeamFinder/1
.
Raising version of detail_GraphCutSeamFinder/2
.
Raising version of find/4
.
Link to this section cv.detail
Positional Arguments
- cost_type:
String
Keyword Arguments
- terminal_cost:
float
. - bad_region_penalty:
float
.
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
.
Python prototype (for reference):
GraphCutSeamFinder(cost_type[, terminal_cost[, bad_region_penalty]]) -> <detail_GraphCutSeamFinder object>
Positional Arguments
- src:
[Evision.Mat]
- corners:
[Point]
- masks:
[Evision.Mat]
Python prototype (for reference):
find(src, corners, masks) -> None
Link to this section Functions
Raising version of detail_GraphCutSeamFinder/1
.
Raising version of detail_GraphCutSeamFinder/2
.
Raising version of find/4
.