Click or drag to resize

MatForeachFunctionVec2s Delegate

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

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

Parameters

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