Click or drag to resize

NativeMethodsdnn_blobFromImages Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus dnn_blobFromImages(
	IntPtr[] images,
	int imagesLength,
	double scalefactor,
	Size size,
	Scalar mean,
	int swapRB,
	int crop,
	out IntPtr returnValue
)

Parameters

images
Type: SystemIntPtr

[Missing <param name="images"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImages(System.IntPtr[],System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]

imagesLength
Type: SystemInt32

[Missing <param name="imagesLength"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImages(System.IntPtr[],System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]

scalefactor
Type: SystemDouble

[Missing <param name="scalefactor"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImages(System.IntPtr[],System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]

size
Type: OpenCvSharpSize

[Missing <param name="size"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImages(System.IntPtr[],System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]

mean
Type: OpenCvSharpScalar

[Missing <param name="mean"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImages(System.IntPtr[],System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]

swapRB
Type: SystemInt32

[Missing <param name="swapRB"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImages(System.IntPtr[],System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]

crop
Type: SystemInt32

[Missing <param name="crop"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_blobFromImages(System.IntPtr[],System.Int32,System.Double,OpenCvSharp.Size,OpenCvSharp.Scalar,System.Int32,System.Int32,System.IntPtr@)"]

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also