Table of Contents

Delegate MatForeachFunctionVec2s

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

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

public delegate void MatForeachFunctionVec2s(Vec2s* value, int* position)

Parameters

value Vec2s*

Pointer to the element value.

position int*

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