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

Link to this section Summary

cv.detail

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

Python prototype (for reference):

Link to this section cv.detail

Link to this function

find(self, src, corners, masks)

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

Python prototype (for reference):

find(src, corners, masks) -> masks

Link to this section Functions

Link to this function

find!(self, src, corners, masks)

View Source

Raising version of find/4.