View Source Evision.MergeExposures (Evision v0.1.8)

Link to this section Summary

Link to this section cv

Link to this function

process(self, src, times, response)

View Source

Merges images.

Positional Arguments
  • src: [Evision.Mat].

    vector of input 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.

Return

Python prototype (for reference):

process(src, times, response[, dst]) -> dst
Link to this function

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

View Source

Merges images.

Positional Arguments
  • src: [Evision.Mat].

    vector of input 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.

Return

Python prototype (for reference):

process(src, times, response[, dst]) -> dst

Link to this section Functions

Link to this function

process!(self, src, times, response)

View Source

Raising version of process/4.

Link to this function

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

View Source

Raising version of process/5.