Table of Contents

Delegate MatForeachFunctionVec6b

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

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

public delegate void MatForeachFunctionVec6b(Vec6b* value, int* position)

Parameters

value Vec6b*

Pointer to the element value.

position int*

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