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