Table of Contents

Delegate MatForeachFunctionFloat

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

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

public delegate void MatForeachFunctionFloat(float* value, int* position)

Parameters

value float*

Pointer to the element value.

position int*

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