Click or drag to resize

MatPyrUp Method

Upsamples an image and then blurs it.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Mat PyrUp(
	Nullable<Size> dstSize = null,
	BorderTypes borderType = BorderTypes.Reflect101
)

Parameters

dstSize (Optional)
Type: SystemNullableSize
size of the output image; by default, it is computed as Size(src.cols*2, (src.rows*2)
borderType (Optional)
Type: OpenCvSharpBorderTypes

[Missing <param name="borderType"/> documentation for "M:OpenCvSharp.Mat.PyrUp(System.Nullable{OpenCvSharp.Size},OpenCvSharp.BorderTypes)"]

Return Value

Type: Mat

[Missing <returns> documentation for "M:OpenCvSharp.Mat.PyrUp(System.Nullable{OpenCvSharp.Size},OpenCvSharp.BorderTypes)"]

See Also