http://www.emgu.com
Creates a Stitcher configured in one of the stitching modes.
Namespace:
Emgu.CV.Stitching
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic Stitcher(
StitcherMode mode = 0
)
Public Sub New (
Optional mode As StitcherMode = 0
)
public:
Stitcher(
StitcherMode^ mode = 0
)
new :
?mode : StitcherMode
(* Defaults:
let _mode = defaultArg mode 0
*)
-> 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