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