Table of Contents

Constructor MultiBandBlender

Namespace
OpenCvSharp.Detail
Assembly
OpenCvSharp.dll

MultiBandBlender(bool, int, MatType?)

Constructor

public MultiBandBlender(bool tryGpu = false, int numBands = 5, MatType? weightType = null)

Parameters

tryGpu bool

Should try to use GPU or not

numBands int

Number of bands

weightType MatType?

Type of pyramid weights (CV_32F or CV_16S)