Click or drag to resize

NativeMethodscore_Mat_convertTo Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_Mat_convertTo(
	IntPtr self,
	IntPtr m,
	int rtype,
	double alpha,
	double beta
)

Parameters

self
Type: SystemIntPtr

[Missing <param name="self"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_convertTo(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double)"]

m
Type: SystemIntPtr

[Missing <param name="m"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_convertTo(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double)"]

rtype
Type: SystemInt32

[Missing <param name="rtype"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_convertTo(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double)"]

alpha
Type: SystemDouble

[Missing <param name="alpha"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_convertTo(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double)"]

beta
Type: SystemDouble

[Missing <param name="beta"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_convertTo(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double)"]

Return Value

Type: ExceptionStatus

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

See Also