http://www.emgu.com
Creates a Stitcher configured in one of the stitching modes.
Namespace:
Emgu.CV.Stitching
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic Stitcher(
StitcherMode mode = StitcherMode.Panorama
)
Public Sub New (
Optional mode As StitcherMode = StitcherMode.Panorama
)
public:
Stitcher(
StitcherMode mode = StitcherMode::Panorama
)
new :
?mode : StitcherMode
(* Defaults:
let _mode = defaultArg mode StitcherMode.Panorama
*)
-> Stitcher
Parameters
- mode (Optional)
- Type: Emgu.CV.StitchingStitcherMode
Scenario for stitcher operation. This is usually determined by source of images to stitch and their transformation.
See Also