Click or drag to resize

MatForeachFunctionInt32 Delegate

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

Parameters

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