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