Delegate MatForeachFunctionVec2i
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Callback invoked once per element when ForEachAsVec2i(MatForeachFunctionVec2i) runs the given functor over all matrix elements in parallel.
public delegate void MatForeachFunctionVec2i(Vec2i* value, int* position)