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
srcInputArrayinput image.
dstOutputArrayoutput image. It has the specified size and the same type as src.
dstSizeSize?size of the output image; by default, it is computed as Size(src.cols2, (src.rows2)
borderTypeBorderTypes