Click or drag to resize

MatForeachFunctionDouble Delegate

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

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

Parameters

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