Table of Contents

Method Log

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Log(InputArray, OutputArray)

computes natural logarithm of absolute value of each matrix element: dst = log(abs(src))

public static void Log(InputArray src, OutputArray dst)

Parameters

src InputArray

The source array

dst OutputArray

The destination array; will have the same size and same type as src