Click or drag to resize

ImageTColor, TDepth_Dilate Method

http://www.emgu.com
Dilates this image inplace using a 3x3 rectangular structuring element. Dilation are applied several (iterations) times

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

Parameters

iterations
Type: SystemInt32
The number of dilate iterations
See Also