View Source Evision.Detail.ExposureCompensator (Evision v0.1.7)

Link to this section Summary

cv.detail

Compensate exposure in the specified image.

Positional Arguments
  • type: int

Python prototype (for reference):

Positional Arguments
  • corners: [Point].

##### Return

Python prototype (for reference):

Positional Arguments
  • arg1: [Evision.Mat]

Python prototype (for reference):

Positional Arguments
  • b: bool

Python prototype (for reference):

Link to this section cv.detail

Link to this function

apply(self, index, corner, image, mask)

View Source

Compensate exposure in the specified image.

Positional Arguments
  • index: int.

    Image index

  • corner: Point.

    Image top-left corner

  • mask: Evision.Mat.

    Image mask

Return

Python prototype (for reference):

apply(index, corner, image, mask) -> image
Positional Arguments
  • type: int

Python prototype (for reference):

createDefault(type) -> retval
Link to this function

feed(self, corners, images, masks)

View Source
Positional Arguments
  • corners: [Point].

    Source image top-left corners

  • images: [Evision.Mat].

    Source images

  • masks: [Evision.Mat].

    Image masks to update (second value in pair specifies the value which should be used to detect where image is)

Python prototype (for reference):

feed(corners, images, masks) -> None

##### Return

  • arg1: [Evision.Mat].

Python prototype (for reference):

getMatGains([, arg1]) -> arg1

Python prototype (for reference):

getUpdateGain() -> retval
Positional Arguments
  • arg1: [Evision.Mat]

Python prototype (for reference):

setMatGains(arg1) -> None
Positional Arguments
  • b: bool

Python prototype (for reference):

setUpdateGain(b) -> None

Link to this section Functions

Link to this function

apply!(self, index, corner, image, mask)

View Source

Raising version of apply/5.

Raising version of createDefault/1.

Link to this function

feed!(self, corners, images, masks)

View Source

Raising version of feed/4.

Raising version of getMatGains/1.

Raising version of getUpdateGain/1.

Link to this function

setMatGains!(self, arg1)

View Source

Raising version of setMatGains/2.

Raising version of setUpdateGain/2.