http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Erodes this image inplace using a 3x3 rectangular structuring element.
Erosion are applied several (iterations) times
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void _Erode( int iterations ) |
Visual Basic |
---|
Public Sub _Erode ( _ iterations As Integer _ ) |
Visual C++ |
---|
public: void _Erode( int iterations ) |
Parameters
- iterations
- Type: System..::..Int32
The number of erode iterations