Cv2BoxFilter Method |
Namespace: OpenCvSharp
public static void BoxFilter( InputArray src, OutputArray dst, MatType ddepth, Size ksize, Nullable<Point> anchor = null, bool normalize = true, BorderTypes borderType = BorderTypes.Reflect101 )
Public Shared Sub BoxFilter ( src As InputArray, dst As OutputArray, ddepth As MatType, ksize As Size, Optional anchor As Nullable(Of Point) = Nothing, Optional normalize As Boolean = true, Optional borderType As BorderTypes = BorderTypes.Reflect101 )
public: static void BoxFilter( InputArray^ src, OutputArray^ dst, MatType ddepth, Size ksize, Nullable<Point> anchor = nullptr, bool normalize = true, BorderTypes borderType = BorderTypes::Reflect101 )
static member BoxFilter : src : InputArray * dst : OutputArray * ddepth : MatType * ksize : Size * ?anchor : Nullable<Point> * ?normalize : bool * ?borderType : BorderTypes (* Defaults: let _anchor = defaultArg anchor null let _normalize = defaultArg normalize true let _borderType = defaultArg borderType BorderTypes.Reflect101 *) -> unit
[Missing <param name="ddepth"/> documentation for "M:OpenCvSharp.Cv2.BoxFilter(OpenCvSharp.InputArray,OpenCvSharp.OutputArray,OpenCvSharp.MatType,OpenCvSharp.Size,System.Nullable{OpenCvSharp.Point},System.Boolean,OpenCvSharp.BorderTypes)"]