Click or drag to resize

MatForeachFunctionFloat Delegate

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

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

Parameters

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