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

Link to this section Summary

cv.detail

Positional Arguments
Return

Python prototype (for reference):

##### Keyword Arguments

##### Keyword Arguments

Positional Arguments
  • bl_width: int
  • bl_height: int
  • nr_feeds: int

Python prototype (for reference):

##### Return

Positional Arguments
  • umv: [Evision.Mat]

Python prototype (for reference):

Link to this section cv.detail

Link to this function

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

View Source
Positional Arguments
Return

Python prototype (for reference):

apply(index, corner, image, mask) -> image
Link to this function

detail_BlocksGainCompensator()

View Source

##### Keyword Arguments

  • bl_width: int.
  • bl_height: int.

Python prototype (for reference):

BlocksGainCompensator([, bl_width[, bl_height]]) -> <detail_BlocksGainCompensator object>
Link to this function

detail_BlocksGainCompensator(opts)

View Source

##### Keyword Arguments

  • bl_width: int.
  • bl_height: int.

Python prototype (for reference):

BlocksGainCompensator([, bl_width[, bl_height]]) -> <detail_BlocksGainCompensator object>
Link to this function

detail_BlocksGainCompensator(bl_width, bl_height, nr_feeds)

View Source
Positional Arguments
  • bl_width: int
  • bl_height: int
  • nr_feeds: int

Python prototype (for reference):

BlocksGainCompensator(bl_width, bl_height, nr_feeds) -> <detail_BlocksGainCompensator object>

##### Return

  • umv: [Evision.Mat].

Python prototype (for reference):

getMatGains([, umv]) -> umv
Positional Arguments
  • umv: [Evision.Mat]

Python prototype (for reference):

setMatGains(umv) -> None

Link to this section Functions

Link to this function

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

View Source

Raising version of apply/5.

Link to this function

detail_BlocksGainCompensator!()

View Source

Raising version of detail_BlocksGainCompensator/0.

Link to this function

detail_BlocksGainCompensator!(opts)

View Source

Raising version of detail_BlocksGainCompensator/1.

Link to this function

detail_BlocksGainCompensator!(bl_width, bl_height, nr_feeds)

View Source

Raising version of detail_BlocksGainCompensator/3.

Raising version of getMatGains/1.

Raising version of setMatGains/2.