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