MatPyrUp Method OpenCvSharp Class Library
Upsamples an image and then blurs it.

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Mat PyrUp(
	Nullable<Size> dstSize = null,
	BorderType borderType = BorderType.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: OpenCvSharpBorderType

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

Return Value

Type: Mat

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

See Also

Reference