| StitcherCreate Method |
Creates a Stitcher configured in one of the stitching modes.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public static Stitcher Create(
StitcherMode mode = StitcherMode.Panorama
)
Public Shared Function Create (
Optional mode As StitcherMode = StitcherMode.Panorama
) As Stitcher
public:
static Stitcher^ Create(
StitcherMode mode = StitcherMode::Panorama
)
static member Create :
?mode : StitcherMode
(* Defaults:
let _mode = defaultArg mode StitcherMode.Panorama
*)
-> Stitcher
Parameters
- mode (Optional)
- Type: OpenCvSharpStitcherMode
Scenario for stitcher operation. This is usually determined by source of images
to stitch and their transformation.Default parameters will be chosen for operation in given scenario.
Return Value
Type:
Stitcher[Missing <returns> documentation for "M:OpenCvSharp.Stitcher.Create(OpenCvSharp.Stitcher.Mode)"]
See Also