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