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