Click or drag to resize

NativeMethodscore_Mat_forEach_Vec2i Method

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

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

Parameters

m
Type: SystemIntPtr

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

proc
Type: OpenCvSharpMatForeachFunctionVec2i

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

Return Value

Type: ExceptionStatus

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

See Also