Table of Contents

Method PyrUp

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

PyrUp(InputArray, OutputArray, Size?, BorderTypes)

Upsamples an image and then blurs it.

public static void PyrUp(InputArray src, OutputArray dst, Size? dstSize = null, BorderTypes borderType = BorderTypes.Default)

Parameters

src InputArray

input image.

dst OutputArray

output image. It has the specified size and the same type as src.

dstSize Size?

size of the output image; by default, it is computed as Size(src.cols2, (src.rows2)

borderType BorderTypes