Method RestoreImageFromLaplacePyr
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
RestoreImageFromLaplacePyr(IEnumerable<Mat>)
Restores the source image from its Laplacian pyramid.
public static Mat RestoreImageFromLaplacePyr(IEnumerable<Mat> pyr)
Parameters
pyrIEnumerable<Mat>Laplacian pyramid, as produced by CreateLaplacePyr(InputArray, int)