Click or drag to resize

MatForeachFunctionVec6b Delegate

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

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

Parameters

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