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