Click or drag to resize
Accord.NET (logo)

Shrink Constructor (Color)

Initializes a new instance of the Shrink class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Shrink(
	Color colorToRemove
)
Request Example View Source

Parameters

colorToRemove
Type: System.DrawingColor
Color to remove from boundaries.
See Also