Click or drag to resize

MatForeachFunctionInt32 Delegate

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

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

Parameters

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