Click or drag to resize
Accord.NET (logo)

ResizeNearestNeighbor Constructor

Initializes a new instance of the ResizeNearestNeighbor class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public ResizeNearestNeighbor(
	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