Click or drag to resize
ImageTColor, TDepth_Erode Method
http://www.emgu.com
Erodes this image inplace using a 3x3 rectangular structuring element. Erosion are applied several (iterations) times

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void _Erode(
	int iterations
)

Parameters

iterations
Type: SystemInt32
The number of erode iterations
See Also