Click or drag to resize

NativeMethodscore_Mat_ones2 Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_ones2(System.Int32,System.Int32[],System.Int32,System.IntPtr@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_Mat_ones2(
	int ndims,
	int[] sz,
	int type,
	out IntPtr returnValue
)

Parameters

ndims
Type: SystemInt32

[Missing <param name="ndims"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_ones2(System.Int32,System.Int32[],System.Int32,System.IntPtr@)"]

sz
Type: SystemInt32

[Missing <param name="sz"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_ones2(System.Int32,System.Int32[],System.Int32,System.IntPtr@)"]

type
Type: SystemInt32

[Missing <param name="type"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_ones2(System.Int32,System.Int32[],System.Int32,System.IntPtr@)"]

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_ones2(System.Int32,System.Int32[],System.Int32,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_ones2(System.Int32,System.Int32[],System.Int32,System.IntPtr@)"]

See Also