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