CvInvokeBoxFilter Method |
Namespace: Emgu.CV
public static void BoxFilter( IInputArray src, IOutputArray dst, DepthType ddepth, Size ksize, Point anchor, bool normalize = true, BorderType borderType = BorderType.Reflect101 )
Public Shared Sub BoxFilter ( src As IInputArray, dst As IOutputArray, ddepth As DepthType, ksize As Size, anchor As Point, Optional normalize As Boolean = true, Optional borderType As BorderType = BorderType.Reflect101 )
public: static void BoxFilter( IInputArray^ src, IOutputArray^ dst, DepthType ddepth, Size ksize, Point anchor, bool normalize = true, BorderType borderType = BorderType::Reflect101 )
static member BoxFilter : src : IInputArray * dst : IOutputArray * ddepth : DepthType * ksize : Size * anchor : Point * ?normalize : bool * ?borderType : BorderType (* Defaults: let _normalize = defaultArg normalize true let _borderType = defaultArg borderType BorderType.Reflect101 *) -> unit
2016 Emgu Corporation, All Rights Reserved,