Click or drag to resize

NativeMethodscore_Mat_forEach_Vec6i Method

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

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

Parameters

m
Type: SystemIntPtr

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

proc
Type: OpenCvSharpMatForeachFunctionVec6i

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

Return Value

Type: ExceptionStatus

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

See Also