Click or drag to resize

ImageTColor, TDepthResize Method (Double, Inter)

http://www.emgu.com
Scale the image to the specific size: width *= scale; height *= scale

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public Image<TColor, TDepth> Resize(
	double scale,
	Inter interpolationType
)

Parameters

scale
Type: SystemDouble
The scale to resize
interpolationType
Type: Emgu.CV.CvEnumInter
The type of interpolation

Return Value

Type: ImageTColor, TDepth
The scaled image
See Also