Click or drag to resize

MatForeachFunctionVec6b Delegate

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

Parameters

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