Click or drag to resize

NativeMethodscore_Mat_forEach_int Method

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

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

Parameters

m
Type: SystemIntPtr

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

proc
Type: OpenCvSharpMatForeachFunctionInt32

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

Return Value

Type: ExceptionStatus

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

See Also