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