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

Link to this section Summary

cv.detail

Blends and returns the final pano.

Positional Arguments
  • type: int
Keyword Arguments
  • try_gpu: bool.

Python prototype (for reference):

Positional Arguments
  • type: int
Keyword Arguments
  • try_gpu: bool.

Python prototype (for reference):

Processes the image.

Positional Arguments
  • dst_roi: Rect

Has overloading in C++

Prepares the blender for blending.

Link to this section cv.detail

Link to this function

blend(self, dst, dst_mask)

View Source

Blends and returns the final pano.

Return

Python prototype (for reference):

blend(dst, dst_mask) -> dst, dst_mask
Positional Arguments
  • type: int
Keyword Arguments
  • try_gpu: bool.

Python prototype (for reference):

createDefault(type[, try_gpu]) -> retval
Link to this function

createDefault(type, opts)

View Source
Positional Arguments
  • type: int
Keyword Arguments
  • try_gpu: bool.

Python prototype (for reference):

createDefault(type[, try_gpu]) -> retval
Link to this function

feed(self, img, mask, tl)

View Source

Processes the image.

Positional Arguments

Python prototype (for reference):

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

Has overloading in C++

Python prototype (for reference):

prepare(dst_roi) -> None
Link to this function

prepare(self, corners, sizes)

View Source

Prepares the blender for blending.

Positional Arguments
  • corners: [Point].

    Source images top-left corners

  • sizes: [Size].

    Source image sizes

Python prototype (for reference):

prepare(corners, sizes) -> None

Link to this section Functions

Link to this function

blend!(self, dst, dst_mask)

View Source

Raising version of blend/3.

Raising version of createDefault/1.

Link to this function

createDefault!(type, opts)

View Source

Raising version of createDefault/2.

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

prepare!(self, corners, sizes)

View Source

Raising version of prepare/3.