Click or drag to resize
Accord.NET (logo)

ResizeBicubic Constructor

Initializes a new instance of the ResizeBicubic class.

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

Parameters

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