Click or drag to resize

MatForeachFunctionVec2b Delegate

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

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

Parameters

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