.. index:: pair: class; P1::ImageSdkC::CCalibrationCompensation .. _doxid-class_p1_1_1_image_sdk_c_1_1_c_calibration_compensation: class P1::ImageSdkC::CCalibrationCompensation ============================================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class CCalibrationCompensation { public: // methods static :ref:`GeometricCorrection` :target:`CalculateCompensatedCalibration`( :ref:`P1::ImageSdkC::P1ImageSDK_CaptureImage` image, :ref:`P1::ImageSdk::CompensationSet`& compensation, :ref:`GeometricCorrection`& calibration, float userInjectPRessure = 0.0 ); static :ref:`GeometricCorrection` :target:`CalculateCompensatedCalibration`( :ref:`P1::ImageSdkC::P1ImageSDK_CaptureImage` image, :ref:`P1::ImageSdk::CompensationSet`& compensation, :ref:`GeometricCorrection`& calibration, float userInjectPressure ); static bool :target:`ReadCompensationSet`( std::string filename, :ref:`P1::ImageSdk::CompensationSet`& set, :ref:`P1::ImageSdkC::GeometricCorrection`& australis ); static float :target:`GetNominalFocalLength`(:ref:`P1::ImageSdkC::P1ImageSDK_CaptureImage` image); };