View Source Evision.Detail.GraphCutSeamFinder (Evision v0.1.9)

Link to this section Summary

cv.detail

Positional Arguments
Keyword Arguments
  • terminal_cost: float.
  • bad_region_penalty: float.

Python prototype (for reference):

Positional Arguments
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):

Link to this section cv.detail

Link to this function

detail_GraphCutSeamFinder(cost_type)

View Source
Positional Arguments
Keyword Arguments
  • terminal_cost: float.
  • bad_region_penalty: float.

Python prototype (for reference):

GraphCutSeamFinder(cost_type[, terminal_cost[, bad_region_penalty]]) -> <detail_GraphCutSeamFinder object>
Link to this function

detail_GraphCutSeamFinder(cost_type, opts)

View Source
Positional Arguments
Keyword Arguments
  • terminal_cost: float.
  • bad_region_penalty: float.

Python prototype (for reference):

GraphCutSeamFinder(cost_type[, terminal_cost[, bad_region_penalty]]) -> <detail_GraphCutSeamFinder object>
Link to this function

find(self, src, corners, masks)

View Source
Positional Arguments
  • src: [Evision.Mat]
  • corners: [Point]
  • masks: [Evision.Mat]

Python prototype (for reference):

find(src, corners, masks) -> None

Link to this section Functions

Link to this function

detail_GraphCutSeamFinder!(cost_type)

View Source

Raising version of detail_GraphCutSeamFinder/1.

Link to this function

detail_GraphCutSeamFinder!(cost_type, opts)

View Source

Raising version of detail_GraphCutSeamFinder/2.

Link to this function

find!(self, src, corners, masks)

View Source

Raising version of find/4.