Click or drag to resize

NativeMethodscore_SparseMat_convertTo_Mat 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 void core_SparseMat_convertTo_Mat(
	IntPtr obj,
	IntPtr m,
	int rtype,
	double alpha,
	double beta
)

Parameters

obj
Type: SystemIntPtr
m
Type: SystemIntPtr
rtype
Type: SystemInt32
alpha
Type: SystemDouble
beta
Type: SystemDouble
See Also