Cv2Blur Method |
Namespace: OpenCvSharp
public static void Blur( InputArray src, OutputArray dst, Size ksize, Nullable<Point> anchor = null, BorderTypes borderType = BorderTypes.Reflect101 )
Public Shared Sub Blur ( src As InputArray, dst As OutputArray, ksize As Size, Optional anchor As Nullable(Of Point) = Nothing, Optional borderType As BorderTypes = BorderTypes.Reflect101 )
public: static void Blur( InputArray^ src, OutputArray^ dst, Size ksize, Nullable<Point> anchor = nullptr, BorderTypes borderType = BorderTypes::Reflect101 )
static member Blur : src : InputArray * dst : OutputArray * ksize : Size * ?anchor : Nullable<Point> * ?borderType : BorderTypes (* Defaults: let _anchor = defaultArg anchor null let _borderType = defaultArg borderType BorderTypes.Reflect101 *) -> unit