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