Method Create
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Create(Mode)
Creates a Stitcher configured in one of the stitching modes.
public static Stitcher Create(Stitcher.Mode mode = Mode.Panorama)
Parameters
modeStitcher.ModeScenario 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.