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