Table of Contents

Method CreateLaplacePyr

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

CreateLaplacePyr(InputArray, int)

Builds a Laplacian pyramid for the given image.

public static Mat[] CreateLaplacePyr(InputArray img, int numLevels)

Parameters

img InputArray

Source image

numLevels int

Number of pyramid levels

Returns

Mat[]