Table of Contents

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

pyr IEnumerable<Mat>

Laplacian pyramid, as produced by CreateLaplacePyr(InputArray, int)

Returns

Mat