Click or drag to resize

QuasiDenseStereo Constructor

http://www.emgu.com
Create a new instance containing the methods needed for Quasi Dense Stereo computation.

Namespace:  Emgu.CV.Stereo
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public QuasiDenseStereo(
	Size monoImgSize,
	string paramFilepath = ""
)

Parameters

monoImgSize
Type: System.DrawingSize
Image size
paramFilepath (Optional)
Type: SystemString
The path for the parameters
See Also