View Source Evision.MergeMertens (Evision v0.1.8)

Link to this section Summary

cv

Python prototype (for reference):

Python prototype (for reference):

Python prototype (for reference):

Short version of process, that doesn't take extra arguments.

Short version of process, that doesn't take extra arguments.

Positional Arguments
Return

Python prototype (for reference):

Positional Arguments
Return

Python prototype (for reference):

Positional Arguments
  • contrast_weiht: float

Python prototype (for reference):

Positional Arguments
  • exposure_weight: float

Python prototype (for reference):

Positional Arguments
  • saturation_weight: float

Python prototype (for reference):

Link to this section cv

Python prototype (for reference):

getContrastWeight() -> retval

Python prototype (for reference):

getExposureWeight() -> retval
Link to this function

getSaturationWeight(self)

View Source

Python prototype (for reference):

getSaturationWeight() -> retval

Short version of process, that doesn't take extra arguments.

Positional Arguments
  • src: [Evision.Mat].

    vector of input images

Return

Python prototype (for reference):

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

process(self, src, opts)

View Source

Short version of process, that doesn't take extra arguments.

Positional Arguments
  • src: [Evision.Mat].

    vector of input images

Return

Python prototype (for reference):

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

process(self, src, times, response)

View Source
Positional Arguments
Return

Python prototype (for reference):

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

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

View Source
Positional Arguments
Return

Python prototype (for reference):

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

setContrastWeight(self, contrast_weiht)

View Source
Positional Arguments
  • contrast_weiht: float

Python prototype (for reference):

setContrastWeight(contrast_weiht) -> None
Link to this function

setExposureWeight(self, exposure_weight)

View Source
Positional Arguments
  • exposure_weight: float

Python prototype (for reference):

setExposureWeight(exposure_weight) -> None
Link to this function

setSaturationWeight(self, saturation_weight)

View Source
Positional Arguments
  • saturation_weight: float

Python prototype (for reference):

setSaturationWeight(saturation_weight) -> None

Link to this section Functions

Link to this function

getContrastWeight!(self)

View Source

Raising version of getContrastWeight/1.

Link to this function

getExposureWeight!(self)

View Source

Raising version of getExposureWeight/1.

Link to this function

getSaturationWeight!(self)

View Source

Raising version of getSaturationWeight/1.

Raising version of process/2.

Link to this function

process!(self, src, opts)

View Source

Raising version of process/3.

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.

Link to this function

setContrastWeight!(self, contrast_weiht)

View Source

Raising version of setContrastWeight/2.

Link to this function

setExposureWeight!(self, exposure_weight)

View Source

Raising version of setExposureWeight/2.

Link to this function

setSaturationWeight!(self, saturation_weight)

View Source

Raising version of setSaturationWeight/2.