CvInvokeResize Method |
Namespace: Emgu.CV
public static void Resize( IInputArray src, IOutputArray dst, Size dsize, double fx = 0, double fy = 0, Inter interpolation = Inter.Linear )
Public Shared Sub Resize ( src As IInputArray, dst As IOutputArray, dsize As Size, Optional fx As Double = 0, Optional fy As Double = 0, Optional interpolation As Inter = Inter.Linear )
public: static void Resize( IInputArray^ src, IOutputArray^ dst, Size dsize, double fx = 0, double fy = 0, Inter interpolation = Inter::Linear )
static member Resize : src : IInputArray * dst : IOutputArray * dsize : Size * ?fx : float * ?fy : float * ?interpolation : Inter (* Defaults: let _fx = defaultArg fx 0 let _fy = defaultArg fy 0 let _interpolation = defaultArg interpolation Inter.Linear *) -> unit
2019 Emgu Corporation, All Rights Reserved,