Click or drag to resize

NativeMethodscore_MatExpr_submat 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_MatExpr_submat(
	IntPtr self,
	int rowStart,
	int rowEnd,
	int colStart,
	int colEnd
)

Parameters

self
Type: SystemIntPtr
rowStart
Type: SystemInt32
rowEnd
Type: SystemInt32
colStart
Type: SystemInt32
colEnd
Type: SystemInt32

Return Value

Type: IntPtr
See Also