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