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
imgInputArraySource image
numLevelsintNumber of pyramid levels
Returns
- Mat[]