.. index:: pair: class; P1::ImageSdk::CStitching .. _doxid-class_p1_1_1_image_sdk_1_1_c_stitching: class P1::ImageSdk::CStitching ============================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class CStitching { public: // methods :ref:`ErrorCode` :target:`DoStitching`( :ref:`P1ImageSDK_CaptureImage` leftImage, :ref:`BitmapImageRep`* leftBitmap, :ref:`P1ImageSDK_CaptureImage` rightImage, :ref:`BitmapImageRep`* rightBitmap, :ref:`BitmapImageRep`* outputImage, uint8_t*(*)(uint32_t) allocator ); void :target:`SetFineCalibration`( uint8_t* fineCalibration, uint32_t fineCalibrationLength ); uint8_t* :target:`GetFineCalibrationData`(); uint32_t :target:`GetFineCalibrationLength`(); :ref:`StitcherResult` :target:`GetLastResult`(); };