Click or drag to resize

MatForeachFunctionVec4s Delegate

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

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

Parameters

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