Cv2Erode Method |
Namespace: OpenCvSharp
public static void Erode( InputArray src, OutputArray dst, InputArray element, Nullable<Point> anchor = null, int iterations = 1, BorderTypes borderType = BorderTypes.Constant, Nullable<Scalar> borderValue = null )
Public Shared Sub Erode ( src As InputArray, dst As OutputArray, element As InputArray, Optional anchor As Nullable(Of Point) = Nothing, Optional iterations As Integer = 1, Optional borderType As BorderTypes = BorderTypes.Constant, Optional borderValue As Nullable(Of Scalar) = Nothing )
public: static void Erode( InputArray^ src, OutputArray^ dst, InputArray^ element, Nullable<Point> anchor = nullptr, int iterations = 1, BorderTypes borderType = BorderTypes::Constant, Nullable<Scalar> borderValue = nullptr )
static member Erode : src : InputArray * dst : OutputArray * element : InputArray * ?anchor : Nullable<Point> * ?iterations : int * ?borderType : BorderTypes * ?borderValue : Nullable<Scalar> (* Defaults: let _anchor = defaultArg anchor null let _iterations = defaultArg iterations 1 let _borderType = defaultArg borderType BorderTypes.Constant let _borderValue = defaultArg borderValue null *) -> unit