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

Link to this section Summary

cv.detail

Positional Arguments
  • type: int

Python prototype (for reference):

Link to this section cv.detail

Positional Arguments
  • type: int

Python prototype (for reference):

createDefault(type) -> retval
Link to this function

find(self, src, corners, masks)

View Source

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.

Link to this function

find!(self, src, corners, masks)

View Source

Raising version of find/4.