Click or drag to resize

NativeMethodscore_Mat_forEach_Vec6s Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_forEach_Vec6s(System.IntPtr,OpenCvSharp.MatForeachFunctionVec6s)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_Mat_forEach_Vec6s(
	IntPtr m,
	MatForeachFunctionVec6s proc
)

Parameters

m
Type: SystemIntPtr

[Missing <param name="m"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_forEach_Vec6s(System.IntPtr,OpenCvSharp.MatForeachFunctionVec6s)"]

proc
Type: OpenCvSharpMatForeachFunctionVec6s

[Missing <param name="proc"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_forEach_Vec6s(System.IntPtr,OpenCvSharp.MatForeachFunctionVec6s)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_forEach_Vec6s(System.IntPtr,OpenCvSharp.MatForeachFunctionVec6s)"]

See Also