Erodes this image inplace 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 void _Erode( int iterations ) |
Visual Basic (Declaration) |
---|
Public Sub _Erode ( _ iterations As Integer _ ) |
Visual C++ |
---|
public: void _Erode( int iterations ) |
Parameters
- iterations
- Type: System..::.Int32
The number of erode iterations