Click or drag to resize

NativeMethodscore_Mat_forEach_Vec3i Method

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

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

Parameters

m
Type: SystemIntPtr

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

proc
Type: OpenCvSharpMatForeachFunctionVec3i

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

Return Value

Type: ExceptionStatus

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

See Also