Click or drag to resize

MatForeachFunctionByte Delegate

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public delegate void MatForeachFunctionByte(
	byte* value,
	int* position
)

Parameters

value
Type: System.Byte*
position
Type: System.Int32*
See Also