Click or drag to resize

ImageTColor, TDepthResize Method (Int32, Int32, Inter)

http://www.emgu.com
Scale the image to the specific size

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Image<TColor, TDepth> Resize(
	int width,
	int height,
	Inter interpolationType
)

Parameters

width
Type: SystemInt32
The width of the returned image.
height
Type: SystemInt32
The height of the returned image.
interpolationType
Type: Emgu.CV.CvEnumInter
The type of interpolation

Return Value

Type: ImageTColor, TDepth
The resized image
See Also