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