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

Link to this section Summary

cv.detail

Positional Arguments
  • masks: [Evision.Mat]
  • corners: [Point]
Return
  • weight_maps: [Evision.Mat]

Python prototype (for reference):

##### Keyword Arguments

##### Keyword Arguments

Positional Arguments

Python prototype (for reference):

Positional Arguments
  • dst_roi: Rect

Python prototype (for reference):

Positional Arguments
  • val: float

Python prototype (for reference):

Python prototype (for reference):

Link to this section cv.detail

Link to this function

blend(self, dst, dst_mask)

View Source

##### Return

Python prototype (for reference):

blend(dst, dst_mask) -> dst, dst_mask
Link to this function

createWeightMaps(self, masks, corners, weight_maps)

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

Python prototype (for reference):

createWeightMaps(masks, corners, weight_maps) -> retval, weight_maps

##### Keyword Arguments

  • sharpness: float.

Python prototype (for reference):

FeatherBlender([, sharpness]) -> <detail_FeatherBlender object>
Link to this function

detail_FeatherBlender(opts)

View Source

##### Keyword Arguments

  • sharpness: float.

Python prototype (for reference):

FeatherBlender([, sharpness]) -> <detail_FeatherBlender object>
Link to this function

feed(self, img, mask, tl)

View Source
Positional Arguments

Python prototype (for reference):

feed(img, mask, tl) -> None
Positional Arguments
  • dst_roi: Rect

Python prototype (for reference):

prepare(dst_roi) -> None
Positional Arguments
  • val: float

Python prototype (for reference):

setSharpness(val) -> None

Python prototype (for reference):

sharpness() -> retval

Link to this section Functions

Link to this function

blend!(self, dst, dst_mask)

View Source

Raising version of blend/3.

Link to this function

createWeightMaps!(self, masks, corners, weight_maps)

View Source

Raising version of createWeightMaps/4.

Link to this function

detail_FeatherBlender!()

View Source

Raising version of detail_FeatherBlender/0.

Link to this function

detail_FeatherBlender!(opts)

View Source

Raising version of detail_FeatherBlender/1.

Link to this function

feed!(self, img, mask, tl)

View Source

Raising version of feed/4.

Raising version of prepare/2.

Link to this function

setSharpness!(self, val)

View Source

Raising version of setSharpness/2.

Raising version of sharpness/1.