Cv2Resize Method |
Namespace: OpenCvSharp
public static void Resize( InputArray src, OutputArray dst, Size dsize, double fx = 0, double fy = 0, InterpolationFlags interpolation = InterpolationFlags.Linear )
Public Shared Sub Resize ( src As InputArray, dst As OutputArray, dsize As Size, Optional fx As Double = 0, Optional fy As Double = 0, Optional interpolation As InterpolationFlags = InterpolationFlags.Linear )
public: static void Resize( InputArray^ src, OutputArray^ dst, Size dsize, double fx = 0, double fy = 0, InterpolationFlags interpolation = InterpolationFlags::Linear )
static member Resize : src : InputArray * dst : OutputArray * dsize : Size * ?fx : float * ?fy : float * ?interpolation : InterpolationFlags (* Defaults: let _fx = defaultArg fx 0 let _fy = defaultArg fy 0 let _interpolation = defaultArg interpolation InterpolationFlags.Linear *) -> unit