.. _doxcsid-class_p1_1_1_image_sdk_1_1_stitching: Stitching Class ~~~~~~~~~~~~~~~ Definition ^^^^^^^^^^ *Namespace:* ``P1.ImageSdk`` .. ref-code-block:: csharp :class: doxyrest-overview-code-block public class Stitching : IDisposable Constructors ^^^^^^^^^^^^ .. toctree:: :hidden: Stitching .. list-table:: :widths: 30 70 * - :ref:`Stitching() ` - Methods ^^^^^^^ .. toctree:: :hidden: Dispose CalculateAverageLumaForOverlap DoStitching DoStitching SetFineCalibration GetFineCalibration GetLastResult .. list-table:: :widths: 33 67 * - :ref:`Dispose() ` - * - :ref:`CalculateAverageLumaForOverlap(RawImage image) ` - * - :ref:`DoStitching(RawImage leftImage, IBitmapImage leftBitmap, RawImage rightImage, IBitmapImage rightBitmap) ` - A class to stitch L and R images from a PAS280 camera. The left image is regarded as the master image. The stitcher will seamlessly merge togther the two images into one large image. * - :ref:`DoStitching(RawImage leftImage, IBitmapImage leftBitmap, GeometricCorrection leftCalibration, RawImage rightImage, IBitmapImage rightBitmap, GeometricCorrection rightCalibration) ` - A class to stitch L and R images from a PAS280 camera. The left image is regarded as the master image. The stitcher will seamlessly merge togther the two images into one large image. * - :ref:`SetFineCalibration(Byte[] byteArray) ` - Setup a fine calibration. A finecalibration is a binary blob that is setup by the stitcher itself and that can speed up the stitching process. * - :ref:`GetFineCalibration() ` - Get a fine calibration from the stitcher. See also SetFineCalibration function * - :ref:`GetLastResult() ` - Get the last result of the stitcher. This can be used to get info about errors and warnings that had an impact on the stitching. Errors will cause the stitcher to throw an exception