Click or drag to resize

NativeMethods.dnn_blobFromImages Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	BestFitMapping = false, ExactSpelling = true, ThrowOnUnmappableChar = true)]
public static IntPtr dnn_blobFromImages(
	IntPtr[] images,
	int imagesLength,
	double scalefactor,
	Size size,
	Scalar mean,
	int swapRB,
	int crop
)

Parameters

images
Type:System.IntPtr[]
imagesLength
Type: System.Int32
scalefactor
Type: System.Double
size
Type: OpenCvSharp.Size
mean
Type: OpenCvSharp.Scalar
swapRB
Type: System.Int32
crop
Type: System.Int32

Return Value

Type: IntPtr
See Also