View Source Evision.Tonemap (Evision v0.1.7)

Link to this section Summary

cv

Python prototype (for reference):

Tonemaps image

Tonemaps image

Positional Arguments
  • gamma: float

Python prototype (for reference):

Functions

Raising version of getGamma/1.

Raising version of process/2.

Raising version of process/3.

Raising version of setGamma/2.

Link to this section cv

Python prototype (for reference):

getGamma() -> retval

Tonemaps image

Positional Arguments
  • src: Evision.Mat.

    source image - CV_32FC3 Mat (float 32 bits 3 channels)

Return
  • dst: Evision.Mat.

    destination image - CV_32FC3 Mat with values in [0, 1] range

Python prototype (for reference):

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

process(self, src, opts)

View Source

Tonemaps image

Positional Arguments
  • src: Evision.Mat.

    source image - CV_32FC3 Mat (float 32 bits 3 channels)

Return
  • dst: Evision.Mat.

    destination image - CV_32FC3 Mat with values in [0, 1] range

Python prototype (for reference):

process(src[, dst]) -> dst
Positional Arguments
  • gamma: float

Python prototype (for reference):

setGamma(gamma) -> None

Link to this section Functions

Raising version of getGamma/1.

Raising version of process/2.

Link to this function

process!(self, src, opts)

View Source

Raising version of process/3.

Raising version of setGamma/2.