Click or drag to resize

NativeMethodscore_Mat_rowRange_toMatExpr Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static IntPtr core_Mat_rowRange_toMatExpr(
	IntPtr self,
	int startRow,
	int endRow
)

Parameters

self
Type: SystemIntPtr
startRow
Type: SystemInt32
endRow
Type: SystemInt32

Return Value

Type: IntPtr
See Also