Table of Contents

Delegate MatForeachFunctionDouble

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Callback invoked once per element when ForEachAsDouble(MatForeachFunctionDouble) runs the given functor over all matrix elements in parallel.

public delegate void MatForeachFunctionDouble(double* value, int* position)

Parameters

value double*

Pointer to the element value.

position int*

Pointer to the element's position (one int per matrix dimension).