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