Click or drag to resize

MatForeachFunctionVec4i Delegate

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

Parameters

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