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