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.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic QuasiDenseStereo(
Size monoImgSize,
string paramFilepath = ""
)
Public Sub New (
monoImgSize As Size,
Optional paramFilepath As String = ""
)
public:
QuasiDenseStereo(
Size monoImgSize,
String^ paramFilepath = L""
)
new :
monoImgSize : Size *
?paramFilepath : string
(* Defaults:
let _paramFilepath = defaultArg paramFilepath ""
*)
-> QuasiDenseStereo
Parameters
- monoImgSize
- Type: System.DrawingSize
Image size - paramFilepath (Optional)
- Type: SystemString
The path for the parameters
See Also