Click or drag to resize

NativeMethodsdnn_blobFromImage 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_blobFromImage(
	IntPtr image,
	double scalefactor,
	Size size,
	Scalar mean,
	int swapRB,
	int crop
)

Parameters

image
Type: SystemIntPtr
scalefactor
Type: SystemDouble
size
Type: OpenCvSharpSize
mean
Type: OpenCvSharpScalar
swapRB
Type: SystemInt32
crop
Type: SystemInt32

Return Value

Type: IntPtr
See Also