Click or drag to resize

MatForeachFunctionByte Delegate

[Missing <summary> documentation for "T:OpenCvSharp.MatForeachFunctionByte"]

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

Parameters

value
Type: SystemByte*
position
Type: SystemInt32*
See Also