CvInvokeResizeForFrame Method |
Namespace: Emgu.CV
public static void ResizeForFrame( IInputArray src, IOutputArray dst, Size frameSize, Inter interpolationMethod = 1, bool scaleDownOnly = true )
Public Shared Sub ResizeForFrame ( src As IInputArray, dst As IOutputArray, frameSize As Size, Optional interpolationMethod As Inter = 1, Optional scaleDownOnly As Boolean = true )
public: static void ResizeForFrame( IInputArray^ src, IOutputArray^ dst, Size^ frameSize, Inter^ interpolationMethod = 1, bool scaleDownOnly = true )
static member ResizeForFrame : src : IInputArray * dst : IOutputArray * frameSize : Size * ?interpolationMethod : Inter * ?scaleDownOnly : bool (* Defaults: let _interpolationMethod = defaultArg interpolationMethod 1 let _scaleDownOnly = defaultArg scaleDownOnly true *) -> unit
2019 Emgu Corporation, All Rights Reserved,