CvInvokeNormalize Method |
Namespace: Emgu.CV
public static void Normalize( IInputArray src, IOutputArray dst, double alpha = 1, double beta = 0, NormType normType = NormType.L2, DepthType dType = DepthType.Default, IInputArray mask = null )
Public Shared Sub Normalize ( src As IInputArray, dst As IOutputArray, Optional alpha As Double = 1, Optional beta As Double = 0, Optional normType As NormType = NormType.L2, Optional dType As DepthType = DepthType.Default, Optional mask As IInputArray = Nothing )
public: static void Normalize( IInputArray^ src, IOutputArray^ dst, double alpha = 1, double beta = 0, NormType normType = NormType::L2, DepthType dType = DepthType::Default, IInputArray^ mask = nullptr )
static member Normalize : src : IInputArray * dst : IOutputArray * ?alpha : float * ?beta : float * ?normType : NormType * ?dType : DepthType * ?mask : IInputArray (* Defaults: let _alpha = defaultArg alpha 1 let _beta = defaultArg beta 0 let _normType = defaultArg normType NormType.L2 let _dType = defaultArg dType DepthType.Default let _mask = defaultArg mask null *) -> unit
2019 Emgu Corporation, All Rights Reserved,