View Source Evision.Detail.MultiBandBlender (Evision v0.1.8)

Link to this section Summary

cv.detail

##### Keyword Arguments

##### Keyword Arguments

Positional Arguments

Python prototype (for reference):

Python prototype (for reference):

Positional Arguments
  • dst_roi: Rect

Python prototype (for reference):

Positional Arguments
  • val: int

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

detail_MultiBandBlender()

View Source

##### Keyword Arguments

  • try_gpu: int.
  • num_bands: int.
  • weight_type: int.

Python prototype (for reference):

MultiBandBlender([, try_gpu[, num_bands[, weight_type]]]) -> <detail_MultiBandBlender object>
Link to this function

detail_MultiBandBlender(opts)

View Source

##### Keyword Arguments

  • try_gpu: int.
  • num_bands: int.
  • weight_type: int.

Python prototype (for reference):

MultiBandBlender([, try_gpu[, num_bands[, weight_type]]]) -> <detail_MultiBandBlender object>
Link to this function

feed(self, img, mask, tl)

View Source
Positional Arguments

Python prototype (for reference):

feed(img, mask, tl) -> None

Python prototype (for reference):

numBands() -> retval
Positional Arguments
  • dst_roi: Rect

Python prototype (for reference):

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

Python prototype (for reference):

setNumBands(val) -> None

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

detail_MultiBandBlender!()

View Source

Raising version of detail_MultiBandBlender/0.

Link to this function

detail_MultiBandBlender!(opts)

View Source

Raising version of detail_MultiBandBlender/1.

Link to this function

feed!(self, img, mask, tl)

View Source

Raising version of feed/4.

Raising version of numBands/1.

Raising version of prepare/2.

Raising version of setNumBands/2.