Click or drag to resize

NativeMethods.stitching_Stitcher_stitch2_InputArray 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 int stitching_Stitcher_stitch2_InputArray(
	IntPtr obj,
	IntPtr images,
	IntPtr[] rois,
	int roisSize1,
	int[] roisSize2,
	IntPtr pano
)

Parameters

obj
Type: System.IntPtr
images
Type: System.IntPtr
rois
Type:System.IntPtr[]
roisSize1
Type: System.Int32
roisSize2
Type:System.Int32[]
pano
Type: System.IntPtr

Return Value

Type: Int32
See Also