View Source Evision.AlignExposures (Evision v0.1.8)

Link to this section Summary

Link to this section cv

Link to this function

process(self, src, dst, times, response)

View Source

Aligns images

Positional Arguments
  • src: [Evision.Mat].

    vector of input images

  • dst: [Evision.Mat].

    vector of aligned images

  • times: Evision.Mat.

    vector of exposure time values for each image

  • response: Evision.Mat.

    256x1 matrix with inverse camera response function for each pixel value, it should have the same number of channels as images.

Python prototype (for reference):

process(src, dst, times, response) -> None

Link to this section Functions

Link to this function

process!(self, src, dst, times, response)

View Source

Raising version of process/5.