View Source Evision.Detail.SeamFinder (Evision v0.1.8)
Link to this section Summary
Link to this section cv.detail
Positional Arguments
- type:
int
Python prototype (for reference):
createDefault(type) -> retval
Estimates seams.
Positional Arguments
src:
[Evision.Mat]
.Source images
corners:
[Point]
.Source image top-left corners
Return
masks:
[Evision.Mat]
.Source image masks to update
Python prototype (for reference):
find(src, corners, masks) -> masks
Link to this section Functions
Raising version of createDefault/1
.
Raising version of find/4
.