Click or drag to resize
Accord.NET (logo)

ResizeBilinear Constructor

Initializes a new instance of the ResizeBilinear class.

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

Parameters

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