log

Function log 

Source
pub fn log(
    src: &impl ToInputArray,
    dst: &mut impl ToOutputArray,
    stream: &mut impl StreamTrait,
) -> Result<()>
Expand description

Computes a natural logarithm of absolute value of each matrix element.

§Parameters

  • src: Source matrix.
  • dst: Destination matrix with the same size and type as src .
  • stream: Stream for the asynchronous version.

§See also

log

§C++ default parameters

  • stream: Stream::Null()