Table of Contents

Delegate MatForeachFunctionVec4d

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

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

public delegate void MatForeachFunctionVec4d(Vec4d* value, int* position)

Parameters

value Vec4d*

Pointer to the element value.

position int*

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