[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvConvertScale(System.IntPtr,System.IntPtr,System.Double,System.Double)"]
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void cvConvertScale( IntPtr src, IntPtr dst, double scale, double shift )
Parameters
- src
- Type: SystemIntPtr
[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.cvConvertScale(System.IntPtr,System.IntPtr,System.Double,System.Double)"]
- dst
- Type: SystemIntPtr
[Missing <param name="dst"/> documentation for "M:OpenCvSharp.NativeMethods.cvConvertScale(System.IntPtr,System.IntPtr,System.Double,System.Double)"]
- scale
- Type: SystemDouble
[Missing <param name="scale"/> documentation for "M:OpenCvSharp.NativeMethods.cvConvertScale(System.IntPtr,System.IntPtr,System.Double,System.Double)"]
- shift
- Type: SystemDouble
[Missing <param name="shift"/> documentation for "M:OpenCvSharp.NativeMethods.cvConvertScale(System.IntPtr,System.IntPtr,System.Double,System.Double)"]
See Also