Click or drag to resize
Accord.NET (logo)

BaseResizeFilter Constructor

Initializes a new instance of the BaseResizeFilter class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
protected BaseResizeFilter(
	int newWidth,
	int newHeight
)
Request Example View Source

Parameters

newWidth
Type: SystemInt32
Width of the new resized image.
newHeight
Type: SystemInt32
Height of the new resize image.
See Also