Erodes this image using a 3x3 rectangular structuring element.
Erosion are applied serveral (iterations) times
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public Image<TColor, TDepth> Erode( int iterations ) |
Visual Basic (Declaration) |
---|
Public Function Erode ( _ iterations As Integer _ ) As Image(Of TColor, TDepth) |
Visual C++ |
---|
public: Image<TColor, TDepth>^ Erode( int iterations ) |
Parameters
- iterations
- Type: System..::.Int32
The number of erode iterations