View Source Evision.Detail.Blender (Evision v0.1.7)
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.
Functions
Raising version of blend/3
.
Raising version of createDefault/1
.
Raising version of createDefault/2
.
Raising version of feed/4
.
Raising version of prepare/2
.
Raising version of prepare/3
.
Link to this section cv.detail
Blends and returns the final pano.
Return
dst:
Evision.Mat
.Final pano
dst_mask:
Evision.Mat
.Final pano mask
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
Positional Arguments
- type:
int
Keyword Arguments
- try_gpu:
bool
.
Python prototype (for reference):
createDefault(type[, try_gpu]) -> retval
Processes the image.
Positional Arguments
img:
Evision.Mat
.Source image
mask:
Evision.Mat
.Source image mask
tl:
Point
.Source image top-left corners
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
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
Raising version of blend/3
.
Raising version of createDefault/1
.
Raising version of createDefault/2
.
Raising version of feed/4
.
Raising version of prepare/2
.
Raising version of prepare/3
.