Table of Contents

Method Create

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Create(Size, string)

Creates a QuasiDenseStereo object.

public static QuasiDenseStereo Create(Size monoImgSize, string paramFilepath = "")

Parameters

monoImgSize Size

Size of a single monochrome image.

paramFilepath string

The location of a .YAML file containing the configuration parameters. If empty, the default parameters are loaded.

Returns

QuasiDenseStereo