.. index:: pair: class; P1::ImageSdk::ConvertConfig .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config: class P1::ImageSdk::ConvertConfig ================================= .. toctree:: :hidden: Overview ~~~~~~~~ Class that configures the *Convert* pipeline stages. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class ConvertConfig { public: // fields static const :ref:`ValueRange` :ref:`ExposureRange`; static const :ref:`ValueRange` :ref:`ContrastRange`; static const :ref:`ValueRange` :ref:`BrightnessRange`; static const :ref:`ValueRange` :ref:`SaturationRange`; static const :ref:`ValueRange` :ref:`HighlightRecoveryRange`; static const :ref:`ValueRange` :ref:`ShadowRecoveryRange`; static const :ref:`ValueRange` :ref:`BlackLevelRange`; static const :ref:`ValueRange` :ref:`WhiteLevelRange`; static const :ref:`ValueRange` :ref:`MidtoneLevelRange`; static const :ref:`ValueRange` :ref:`CurveInOutRange`; static const :ref:`ValueRange` :ref:`ClarityMethodRange`; static const :ref:`ValueRange` :ref:`ClarityAmountRange`; static const :ref:`ValueRange` :ref:`NoiseReductionRadiusRange`; static const :ref:`ValueRange` :ref:`WhiteBalanceGainRange`; static const :ref:`ValueRange` :ref:`GeometricCorrectionFocalLengthRange`; static const :ref:`ValueRange` :ref:`GeometricCorrectionPixelPitchRange`; static const :ref:`ValueRange` :ref:`GeometricCorrectionShiftRange`; static const :ref:`ValueRange` :ref:`GeometricCorrectionPolinomRange`; // construction :target:`ConvertConfig`(); :target:`ConvertConfig`(const ConvertConfig& other); // methods ConvertConfig& :target:`operator =` (const ConvertConfig& other); :ref:`CanvasClip` :ref:`GetCanvasClip`() const; ConvertConfig :ref:`SetCanvasClip`(:ref:`CanvasClip` canvasClip); :ref:`Rect` :ref:`GetCrop`() const; bool :target:`HasCrop`() const; bool :target:`HasOutputScaling`() const; double :ref:`GetOutputScale`() const; int32_t :ref:`GetOutputWidth`() const; int32_t :ref:`GetOutputHeight`() const; :ref:`BitmapFormat` :ref:`GetOutputFormat`() const; ConvertConfig :ref:`SetCrop`(int32_t x, int32_t y, int32_t width, int32_t height); ConvertConfig :ref:`SetCrop`(const :ref:`Rect`& cropRect); ConvertConfig :ref:`SetOutputScale`(double scaleFactor); ConvertConfig :ref:`SetOutputWidth`(int32_t destinationWidth); ConvertConfig :ref:`SetOutputHeight`(int32_t destinationHeight); ConvertConfig :ref:`SetOutputFormat`(:ref:`BitmapFormat` format); ConvertConfig :target:`SetNoiseModel`(float param1, float param2); float :ref:`GetContrast`() const; ConvertConfig :ref:`SetContrast`(const float contrast); float :ref:`GetBrightness`() const; ConvertConfig :ref:`SetBrightness`(const float brightness); float :ref:`GetSaturation`() const; ConvertConfig :ref:`SetSaturation`(const float saturation); float :ref:`GetExposure`() const; ConvertConfig :ref:`SetExposure`(const float exposure); float :ref:`GetGain`() const; ConvertConfig :ref:`SetGain`(const float gain); :ref:`Color` :ref:`GetBlackLevel`(); ConvertConfig :ref:`SetBlackLevel`(float r, float g, float b); ConvertConfig :ref:`SetBlackLevel`(:ref:`Color` color); :ref:`Color` :ref:`GetMidtoneLevel`(); ConvertConfig :ref:`SetMidtoneLevel`(float r, float g, float b); ConvertConfig :ref:`SetMidtoneLevel`(:ref:`Color` color); :ref:`Color` :ref:`GetWhiteLevel`(); ConvertConfig :ref:`SetWhiteLevel`(float r, float g, float b); ConvertConfig :ref:`SetWhiteLevel`(:ref:`Color` color); ConvertConfig :ref:`SetBlackLevelTarget`(float r, float g, float b); ConvertConfig :ref:`SetWhiteLevelTarget`(float r, float g, float b); float :ref:`GetSharpeningAmount`(); ConvertConfig :ref:`SetSharpeningAmount`(float sharpeningAmount); int :ref:`GetNoiseReductionRadiusAmount`(); ConvertConfig :ref:`SetNoiseReductionRadiusAmount`(int noiseReductionRadius); :ref:`Clarity` :ref:`GetClarity`(); ConvertConfig :ref:`SetClarity`(int clarityMethod, float clarityFactor); ConvertConfig :ref:`SetClarity`(:ref:`Clarity` clarity); float :ref:`GetShadowRecovery`() const; ConvertConfig :ref:`SetShadowRecovery`(const float shadowRecovery); float :ref:`GetHighlightRecovery`() const; ConvertConfig :ref:`SetHighlightRecovery`(const float highlightRecovery); ConvertConfig :ref:`SetHistogramStage`(const int stage); const std::vector<:ref:`Point2D`> :ref:`GetRedCurve`(); ConvertConfig :ref:`SetRedCurve`(const std::vector<:ref:`Point2D`>& points); const std::vector<:ref:`Point2D`> :ref:`GetGreenCurve`(); ConvertConfig :ref:`SetGreenCurve`(const std::vector<:ref:`Point2D`>& points); const std::vector<:ref:`Point2D`> :ref:`GetBlueCurve`(); ConvertConfig :ref:`SetBlueCurve`(const std::vector<:ref:`Point2D`>& points); const std::vector<:ref:`Point2D`> :ref:`GetLumaCurve`(); ConvertConfig :ref:`SetLumaCurve`(const std::vector<:ref:`Point2D`>& points); const std::vector<:ref:`Point2D`> :ref:`GetRgbCurve`(); ConvertConfig :ref:`SetRgbCurve`(const std::vector<:ref:`Point2D`>& points); const :ref:`Color` :ref:`GetWhiteBalanceGain`() const; ConvertConfig :ref:`SetWhiteBalanceGain`(const :ref:`Color` whiteBalanceGain); bool :ref:`GetGeomerticCorrectionEnabled`() const; ConvertConfig :ref:`SetGeomerticCorrectionEnabled`(const bool enable); const :ref:`GeometricCorrection` :ref:`GetGeometricCorrection`() const; ConvertConfig :ref:`SetGeometricCorrection`(const :ref:`GeometricCorrection` geometricCorrection); bool :ref:`GetLightFalloffCorrectionEnabled`() const; ConvertConfig :ref:`SetLightFalloffCorrectionEnabled`(const bool enable); bool :ref:`GetChromaticAberrationCorrectionEnabled`() const; ConvertConfig :ref:`SetChromaticAberrationCorrectionEnabled`(const bool enable); bool :ref:`GetExposureWarningMaskEnabled`() const; ConvertConfig :ref:`SetExposureWarningMaskEnabled`(const bool enable); float :ref:`GetMaskThresholdOverExposure`(); float :ref:`GetMaskThresholdUnderExposure`(); ConvertConfig :ref:`SetExposureMaskThreadhold`( float underExposeThreshold, float overExposeThreadhold ); bool :ref:`GetClipWarningMaskEnabled`() const; ConvertConfig :ref:`SetClipWarningMaskEnabled`(bool enable); int :ref:`GetMaskThresholdClipWarningCount`(); ConvertConfig :ref:`SetMaskThresholdClipWarningCount`(int thresholdCount); bool :ref:`GetEnableLinearPath`() const; ConvertConfig :ref:`SetEnableLinearPath`(const bool enable); :ref:`BitmapImage` :ref:`ApplyTo`( const :ref:`RawImage`& image, :ref:`BitmapImage`* mask = nullptr, bool waitForBusySDK = true ); void :ref:`SaveToFile`(const char* filename) const; std::string :ref:`Serialize`() const; static ConvertConfig :ref:`LoadFromFile`(const char* filename); static ConvertConfig :ref:`Deserialize`(const std::string serializedData); static std::vector :ref:`DiscretizeCurve`( const std::vector<:ref:`Point2D`>& points, unsigned int bits ); }; .. _details-class_p1_1_1_image_sdk_1_1_convert_config: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Class that configures the *Convert* pipeline stages. The convert config is where convertion from Bayer domain into the Rgb domain happens, you can configure cropping and scaling. The order is fixed. Also you can enable and setup different kinds of image enhancements algorithms, known from other image editing tools. Also it is possible to enable image corrections like lens distortion and light falloff. Fields ------ .. index:: pair: variable; ExposureRange .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1aab7ced9acc2bfb760b0a01aaefc4e11b: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const :ref:`ValueRange` ExposureRange The :ref:`ValueRange ` of the Exposure value. * Minimum: -4.0 * Maximum: 4.0 * Default: 0.0 .. index:: pair: variable; ContrastRange .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a1a6e5a7587397f5c224a4e46c8965ca6: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const :ref:`ValueRange` ContrastRange The :ref:`ValueRange ` of the Contrast value. * Minimum: -1.0 * Maximum: 1.0 * Default: 0.0 .. index:: pair: variable; BrightnessRange .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a77788b630c4616193a6708f7b18011f9: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const :ref:`ValueRange` BrightnessRange The :ref:`ValueRange ` of the Brightness value. * Minimum: -1.0 * Maximum: 1.0 * Default: 0.0 .. index:: pair: variable; SaturationRange .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a7a2e9e111961f02a01f423a3080202aa: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const :ref:`ValueRange` SaturationRange The :ref:`ValueRange ` of the Saturation value. * Minimum: -1.0 * Maximum: 1.0 * Default: 0.0 .. index:: pair: variable; HighlightRecoveryRange .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a6ecd8d5c0d00a08526d26d584fa953bc: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const :ref:`ValueRange` HighlightRecoveryRange The :ref:`ValueRange ` of the HighlightRecovery value. * Minimum: 0.0 * Maximum: 1.0 * Default: 0.0 .. index:: pair: variable; ShadowRecoveryRange .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a64ca10d8071b50a03901f99f2dc0e4c6: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const :ref:`ValueRange` ShadowRecoveryRange The :ref:`ValueRange ` of the ShadowRecovery value. * Minimum: 0.0 * Maximum: 1.0 * Default: 0.0 .. index:: pair: variable; BlackLevelRange .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a6199b16ff05e45af25677268bfdbf806: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const :ref:`ValueRange` BlackLevelRange The :ref:`ValueRange ` of the BlackLevel value. * Minimum: 0.0 * Maximum: 1.0 * Default: 0.0 .. index:: pair: variable; WhiteLevelRange .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a1eeda6acf34515be9e3e77c3787016b1: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const :ref:`ValueRange` WhiteLevelRange The :ref:`ValueRange ` of the WhiteLevel value. * Minimum: 0.0 * Maximum: 1.0 * Default: 1.0 .. index:: pair: variable; MidtoneLevelRange .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a554873460b655c7075898d277bc96217: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const :ref:`ValueRange` MidtoneLevelRange The :ref:`ValueRange ` of the MidtoneLevel value. * Minimum: -1.0 * Maximum: 1.0 * Default: 0.0 .. index:: pair: variable; CurveInOutRange .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a5c71589b1033fd8868630396ceee807c: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const :ref:`ValueRange` CurveInOutRange The :ref:`ValueRange ` of the X and Y field of each element of the curve type properties. * Minimum: 0.0 * Maximum: 1.0 * Default: 0.0 The properties this applies to are the following * RedCurve * BlueCurve * GreenCurve * LumaCurve * RGBCurve .. index:: pair: variable; ClarityMethodRange .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1adb1ca60e16a8448431ead2f685002b9b: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const :ref:`ValueRange` ClarityMethodRange The :ref:`ValueRange ` of the Method field of the :ref:`Clarity ` value. * Minimum: clarityMethodNeutral = 0 * Maximum: clarityMethodNatural = 2 * Default: clarityMethodNeutral = 0 .. index:: pair: variable; ClarityAmountRange .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a261439929686afb69aaee38165ebfe1e: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const :ref:`ValueRange` ClarityAmountRange The :ref:`ValueRange ` of the Factor field of the :ref:`Clarity ` property. * Minimum: -1.0 * Maximum: 1.0 * Default: 0.0 .. index:: pair: variable; NoiseReductionRadiusRange .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a43b90655fe2b1d922d6d7f4eb6c5a83d: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const :ref:`ValueRange` NoiseReductionRadiusRange The :ref:`ValueRange ` of the NoiseReductionRadius property. * Minimum: 0 * Maximum: 32 * Default: 0 .. index:: pair: variable; WhiteBalanceGainRange .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a34153447704a701b48f7024e5cecb5df: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const :ref:`ValueRange` WhiteBalanceGainRange The :ref:`ValueRange ` of the RGB channels of the White Balance Gain property. * Minimum: 0 * Maximum: 10.0 * Default: 0.0, meaning to use the metadata embedded into the IIQ file. .. index:: pair: variable; GeometricCorrectionFocalLengthRange .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a7f000f20a10d342a45e9b65d6a0bb0cb: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const :ref:`ValueRange` GeometricCorrectionFocalLengthRange The :ref:`ValueRange ` of the focalLength field of the :ref:`GeometricCorrection ` value. * Minimum: 23.0 * Maximum: 1000.0 .. index:: pair: variable; GeometricCorrectionPixelPitchRange .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1aaa99c8270bd07fceffb99fc0fb0821af: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const :ref:`ValueRange` GeometricCorrectionPixelPitchRange The :ref:`ValueRange ` of the pixelSize field of the :ref:`GeometricCorrection ` value. * Minimum: 0.001 * Maximum: 0.05317 * Default: -1.0, indicating that the :ref:`GeometricCorrection ` is unset, and is not to be used. .. index:: pair: variable; GeometricCorrectionShiftRange .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a2f294fd8d34aa3b11ce30f2b6fa0bd20: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const :ref:`ValueRange` GeometricCorrectionShiftRange The :ref:`ValueRange ` of the xP and yP fields of the :ref:`GeometricCorrection ` value. * Minimum: -30.0 * Maximum: 30.0 * Default: 0.0 .. index:: pair: variable; GeometricCorrectionPolinomRange .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a28723167907a5d919069a65f2695b4df: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const :ref:`ValueRange` GeometricCorrectionPolinomRange The :ref:`ValueRange ` of the k1, k2, k3, p1, p2, b1, b2 fields of the :ref:`GeometricCorrection ` value. * Minimum: -1.0e-4 * Maximum: 1.0e-4 * Default: 0.0 Methods ------- .. index:: pair: function; GetCanvasClip .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a244adc46be7ca778d647f3c15d3dcb85: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`CanvasClip` GetCanvasClip() const Returns the current CanvasClip setting. .. index:: pair: function; SetCanvasClip .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a3bd77bd7dd2a8366e73ef47bc82e9a79: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetCanvasClip(:ref:`CanvasClip` canvasClip) Configure the output image canvas edge handling. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - canvasClip - The new CanvasClip setting. .. rubric:: Returns: This object itself (this), to allow chaining .. index:: pair: function; GetCrop .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a2a4159ad22d455f3b689f2eadbe0a88d: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`Rect` GetCrop() const Get any configured crop. .. index:: pair: function; GetOutputScale .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1afb5d96797c7e76c36587cafe87570b3e: .. ref-code-block:: cpp :class: doxyrest-title-code-block double GetOutputScale() const Get any configured scaling factor, or a negative number, if none if set. .. index:: pair: function; GetOutputWidth .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a63729913a212ee78a717b5f6acc7aca9: .. ref-code-block:: cpp :class: doxyrest-title-code-block int32_t GetOutputWidth() const Get any configured scaling by fixed output width, or a negative number, if none if set. .. index:: pair: function; GetOutputHeight .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1abddc7b21263cfde856da05850a938b5f: .. ref-code-block:: cpp :class: doxyrest-title-code-block int32_t GetOutputHeight() const Get any configured scaling by fixed output height, or a negative number, if none if set. .. index:: pair: function; GetOutputFormat .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a7f95858ed602ad6e889f233fb9c470b9: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`BitmapFormat` GetOutputFormat() const The data format of the pixels. .. index:: pair: function; SetCrop .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a5f969867c757d9e041e416771f58815e: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetCrop(int32_t x, int32_t y, int32_t width, int32_t height) Crop image to a given rectangle, in coordinates of the input image. .. index:: pair: function; SetCrop .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a3dd92a05cfe8af91b4c70523898a3cfc: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetCrop(const :ref:`Rect`& cropRect) Crop image to a given rectangle, in coordinates of the input image. .. index:: pair: function; SetOutputScale .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1ae176e374597e52f3edc7fbe8f47498bd: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetOutputScale(double scaleFactor) Scale image relative to the full image size, with aspect ratio enforced. .. index:: pair: function; SetOutputWidth .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a7d74266a244ea63b62338af475361e7d: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetOutputWidth(int32_t destinationWidth) Set the scaling to match a given destination width, aspect ratio is still enforced. .. index:: pair: function; SetOutputHeight .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a8bb00945d545c837ecbc39b18fc5fc93: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetOutputHeight(int32_t destinationHeight) Set the scaling to match a given destination height, aspect ratio is still enforced. .. index:: pair: function; SetOutputFormat .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a348d3a0776ebdd959f7b5f4e58542720: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetOutputFormat(:ref:`BitmapFormat` format) Set the pixel data format of the output image. .. index:: pair: function; GetContrast .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a953584f2698f381ada9b4643c98ef08e: .. ref-code-block:: cpp :class: doxyrest-title-code-block float GetContrast() const Get the value of the contrast setting in the convert config. See also SetContrast function. .. index:: pair: function; SetContrast .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a2311dc6a2f3cbd1a04b94e0930f1c6fd: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetContrast(const float contrast) Adjust the contrast of the image. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - contrast - is a value between -1.0 and 1.0. Default is 0.0 .. index:: pair: function; GetBrightness .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a2fdcd3bc4029329fcb6c71cbc5d22c9c: .. ref-code-block:: cpp :class: doxyrest-title-code-block float GetBrightness() const Get the value of the brightness setting in the convert config. See also SetBrightness function. .. index:: pair: function; SetBrightness .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1abd81410034f58dcabb16808f620637b8: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetBrightness(const float brightness) Adjust the brightness of the image. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - brightness - is a value between -1.0 and 1.0. Default is 0.0 .. index:: pair: function; GetSaturation .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a5a5a8b6f786dd68caf3769c8b3a3eb0f: .. ref-code-block:: cpp :class: doxyrest-title-code-block float GetSaturation() const Get the value of the saturation setting in the convert config. See also SetSaturation function. .. index:: pair: function; SetSaturation .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a54203020273de46982139bec7152f21d: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetSaturation(const float saturation) Adjust the saturation of the image. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - saturation - is a value between -1.0 and 1.0. Default is 0.0 .. index:: pair: function; GetExposure .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a9e7e57cc938614a3133d3fcac4e114b1: .. ref-code-block:: cpp :class: doxyrest-title-code-block float GetExposure() const Get the value of the exposure setting in the convert config. See also SetExposure function. .. index:: pair: function; SetExposure .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1aff0865b0bdf0a0f49132284aed4cf7a4: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetExposure(const float exposure) Adjust the exposure of the image. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - exposure - is a value between -4.0 and 4.0. Default is 0.0 .. index:: pair: function; GetGain .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1ad9afdfe3f510ece989ea0ef4aba6db79: .. ref-code-block:: cpp :class: doxyrest-title-code-block float GetGain() const Get the value of the gain setting in the convert config. See also SetGain function. .. index:: pair: function; SetGain .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a4499478e30c8d6d3c304250c00aadb82: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetGain(const float gain) Adjust the gain of the image - this is a variant of the exposure setting. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - gain - is a floating point value. Default is 1.0 .. index:: pair: function; GetBlackLevel .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a8426f828ec29e9c6c9a37387c11195d7: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`Color` GetBlackLevel() Get the black level setting in the convert config. See also SetBlackLevel functions. .. index:: pair: function; SetBlackLevel .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a6d69d546ad7a529669f9ce91153e3b68: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetBlackLevel(float r, float g, float b) Set the black level. This is a color that is regarded as black .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - r - * - g - * - b - are values between 0.0 and 1.0. Default is 0.0 .. index:: pair: function; SetBlackLevel .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1abb3d796c0a1b63ec1e831fda24a05fc8: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetBlackLevel(:ref:`Color` color) Set the black level. This is a color that is regarded as black. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - color - where the r,g,b color is set as a struct. .. index:: pair: function; GetMidtoneLevel .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a6b0f771d41c744783ad0a696c22b8b99: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`Color` GetMidtoneLevel() Get the midtone level setting in the convert config. See also SetMidtoneLevel functions. .. index:: pair: function; SetMidtoneLevel .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a118c6aadd9d6a63869c2cb201d62bbb3: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetMidtoneLevel(float r, float g, float b) Set the midtone level. This is a color that is used as 50% level of the color values. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - r - * - g - * - b - are values between 0.0 and 1.0. Default is 0.0 .. index:: pair: function; SetMidtoneLevel .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a1034c9339f4c6be5ccc6344dd9957616: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetMidtoneLevel(:ref:`Color` color) Set the midtone level. This is a color that is used as 50% level of the color values. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - color - where the r,g,b color is set as a struct. .. index:: pair: function; GetWhiteLevel .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a2aa516e297e9057d3eb4940332bee77e: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`Color` GetWhiteLevel() Get the white level setting in the convert config. See also SetWhiteLevel functions. .. index:: pair: function; SetWhiteLevel .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a811d4cff85e126415e78976d6e62f911: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetWhiteLevel(float r, float g, float b) Set the white level. This is a color that is regarded as white. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - r - * - g - * - b - are values between 0.0 and 1.0. Default is 0.0 .. index:: pair: function; SetWhiteLevel .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1aada6b30895d7d9babf23ab4ba6a2123c: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetWhiteLevel(:ref:`Color` color) Set the white level. This is a color that is regarded as white. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - color - where the r,g,b color is set as a struct. .. index:: pair: function; SetBlackLevelTarget .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1ab295beca2ca4266f65b550a1b229b654: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetBlackLevelTarget(float r, float g, float b) Set the level used for black. This is a color that black color is mapped into (as in a level tool) .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - r - * - g - * - b - are values between 0.0 and 1.0. Default is 0.0 .. index:: pair: function; SetWhiteLevelTarget .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1aa87eeeda1a18589bed101c9fe876be5a: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetWhiteLevelTarget(float r, float g, float b) Set the level used for white. This is a color that white color is mapped into (as in a level tool) .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - r - * - g - * - b - are values between 0.0 and 1.0. Default is 0.0 .. index:: pair: function; GetSharpeningAmount .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1ace9d9fb608674e7dc8e23cbc08efc702: .. ref-code-block:: cpp :class: doxyrest-title-code-block float GetSharpeningAmount() Get the value of the sharpening amount in the convert config. See also SetSharpening function. .. index:: pair: function; SetSharpeningAmount .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1af80fc82dea061e25d272100452b99190: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetSharpeningAmount(float sharpeningAmount) Adjust the amount of sharpening of the image. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - sharpeningAmount - is a value between -10.0 and 10.0. Default is 0.0 .. index:: pair: function; GetNoiseReductionRadiusAmount .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1ad5adf9e30a1d83f8d72fc72cee9d675a: .. ref-code-block:: cpp :class: doxyrest-title-code-block int GetNoiseReductionRadiusAmount() Get the pixel radius used for the Noise Reduction algorithm to sample neighbouring pixels to reduce noise. .. index:: pair: function; SetNoiseReductionRadiusAmount .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1ac618860c1f0061c2328ccac6e153ade0: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetNoiseReductionRadiusAmount(int noiseReductionRadius) Sets the pixel radius used for the Noise Reduction algorithm to reduce noise. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - noiseReductionRadius - is a value between 0 and 32. Default is 0. .. index:: pair: function; GetClarity .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a9ab070453842d4b26945480ed9bbb61d: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`Clarity` GetClarity() Get the setup of the clarity tool. See also SetClarity function for further explanation. .. index:: pair: function; SetClarity .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1ab74b9ef6a9d993f29cab15f47f1d2ace: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetClarity(int clarityMethod, float clarityFactor) Setup the clarity tool. Its used as a tool to help control the local contrast in the image. A negative value will decrease local contrast and and positive increase it. Its a combination of selecting a method and a factor (amount) .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - clarityMethod - is the method used for clarity tool. It can be set to: clarityMethodNeutral = 0, clarityMethodPunch=1, clarityMethodNatural=2. Default is clarityMethodNeutral=0 * - clarityFactor - is the value defining the factor used for the clarity tool. It is a value between -1.0 and 1.0. Default is 0.0 for disabled .. index:: pair: function; SetClarity .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a7f490c6404bf6e7984cc6393333efc5f: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetClarity(:ref:`Clarity` clarity) Setup the clarity tool. It's used as a tool to help control the local contrast in the image. A negative value will decrease local contrast and and positive increase it. Its a combination of selecting a method and a factor (amount) .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - clarity - is a struct with two members: the method and the factor. See :ref:`SetClarity(int clarityMethod, float clarityFactor) ` .. index:: pair: function; GetShadowRecovery .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1afc2d9f65a9d5c3acaa023d01d7f8ef57: .. ref-code-block:: cpp :class: doxyrest-title-code-block float GetShadowRecovery() const Get the value of the shadow recovery setting in the convert config. See also SetShadowRecovery function. .. index:: pair: function; SetShadowRecovery .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a6ac21c7ed2f88c23bcb0262ca7982065: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetShadowRecovery(const float shadowRecovery) Set shadow recovery. Used to extract details only in the shadows of the image by making them brighter. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - shadowRecovery - is a value to control how much effect is wanted. The value can be between 0.0 and 1.0. Default is 0.0 (=disabled) .. index:: pair: function; GetHighlightRecovery .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a2915fc1bfd4f8a21098e0adcfd0e3074: .. ref-code-block:: cpp :class: doxyrest-title-code-block float GetHighlightRecovery() const Get the value of the highight recovery setting in the convert config. See also SetHighlightRecovery function. .. index:: pair: function; SetHighlightRecovery .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a9fdfde92ae62ad048585a0759987cd4b: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetHighlightRecovery(const float highlightRecovery) Set highlight recovery. Used to extract details only in the highlights of the image by reducing the brightness of highlight pixels. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - shadowRecovery - is a value to control how much effect is wanted. The value can be between 0.0 and 1.0. Default is 0.0 (=disabled) .. index:: pair: function; SetHistogramStage .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a370f3d227593e46b80d7ea2dc8df9fb0: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetHistogramStage(const int stage) Request in which stage of the processing pipeline a histogram must be sampled (its mainly used for debugging). Default is to not sample a histogram. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - stage - is a value defining the stage in processing where histogram is sampled .. index:: pair: function; GetRedCurve .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1af1dc005d47a6d51b9cb26f68d233e091: .. ref-code-block:: cpp :class: doxyrest-title-code-block const std::vector<:ref:`Point2D`> GetRedCurve() Get a vector of discreete coordinate pairs (x,y) describing the red curve used. See also SetRedCurve. .. index:: pair: function; SetRedCurve .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a18755e09386ef458324bfbbc60d4fdab: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetRedCurve(const std::vector<:ref:`Point2D`>& points) Set the curve for red values as known from the curves tool in most image editors. The curve is defined as a vector of discreete coordinate pairs (x,y) that is interpolated. Default is a linear mapping: (0.0,0.0)-(1.0,1.0). .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - points - is a vector of discreete coordinate pairs (x,y) in the range (0.0,0.0)-(1.0,1.0). .. index:: pair: function; GetGreenCurve .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a0c213c95a6cf30c1601f924799838588: .. ref-code-block:: cpp :class: doxyrest-title-code-block const std::vector<:ref:`Point2D`> GetGreenCurve() Get a vector of discreete coordinate pairs (x,y) describing the green curve used. See also SetGreenCurve. .. index:: pair: function; SetGreenCurve .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a3bc0b00df7cfb23cf21d01fbfe1c11ba: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetGreenCurve(const std::vector<:ref:`Point2D`>& points) Set the curve for green values as known from the curves tool in most image editors. The curve is defined as a vector of discreete coordinate pairs (x,y) that is interpolated. Default is a linear mapping: (0.0,0.0)-(1.0,1.0). It is similar to the curves tool known from most image editors. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - points - is a vector of discreete coordinate pairs (x,y) in the range (0.0,0.0)-(1.0,1.0). .. index:: pair: function; GetBlueCurve .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1aed229c85cc4a2c35c8d6263aaf7d1c5d: .. ref-code-block:: cpp :class: doxyrest-title-code-block const std::vector<:ref:`Point2D`> GetBlueCurve() Get a vector of discreete coordinate pairs (x,y) describing the blue curve used. See also SetBlueCurve. .. index:: pair: function; SetBlueCurve .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a37758766609c78ac376d432f2c9c333e: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetBlueCurve(const std::vector<:ref:`Point2D`>& points) Set the curve for blue values as known from the curves tool in most image editors. The curve is defined as a vector of discreete coordinate pairs (x,y) that is interpolated. Default is a linear mapping: (0.0,0.0)-(1.0,1.0). It is similar to the curves tool known from most image editors. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - points - is a vector of discreete coordinate pairs (x,y) in the range (0.0,0.0)-(1.0,1.0). .. index:: pair: function; GetLumaCurve .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a5acaea1a8c4dc822898dcd302ba3ef2c: .. ref-code-block:: cpp :class: doxyrest-title-code-block const std::vector<:ref:`Point2D`> GetLumaCurve() Get a vector of discreete coordinate pairs (x,y) describing the luma curve used. See also SetLumaCurve. .. index:: pair: function; SetLumaCurve .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a18220c1f0d30b1578b0ce5cc442a0330: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetLumaCurve(const std::vector<:ref:`Point2D`>& points) Set the curve for luma values as known from the curves tool in most image editors. The curve is defined as a vector of discreete coordinate pairs (x,y) that is interpolated. Default is a linear mapping: (0.0,0.0)-(1.0,1.0). It is similar to the curves tool known from most image editors. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - points - is a vector of discreete coordinate pairs (x,y) in the range (0.0,0.0)-(1.0,1.0). .. index:: pair: function; GetRgbCurve .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a676c025ddecc165bd39db1ba45e0ba1c: .. ref-code-block:: cpp :class: doxyrest-title-code-block const std::vector<:ref:`Point2D`> GetRgbCurve() Get a vector of discreete coordinate pairs (x,y) describing the rgb curve used. See also SetLumaCurve. .. index:: pair: function; SetRgbCurve .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a874d52e089297808e34042357868b322: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetRgbCurve(const std::vector<:ref:`Point2D`>& points) Set the curve for rgb values as known from the curves tool in most image editors. The curve is defined as a vector of discreete coordinate pairs (x,y) that is interpolated. Default is a linear mapping: (0.0,0.0)-(1.0,1.0). It is similar to the curves tool known from most image editors. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - points - is a vector of discreete coordinate pairs (x,y) in the range (0.0,0.0)-(1.0,1.0). .. index:: pair: function; GetWhiteBalanceGain .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1ab1e4cb56675342ea518e957a816dc99f: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`Color` GetWhiteBalanceGain() const Returns the White Balance as gain for each channels (RGB) .. index:: pair: function; SetWhiteBalanceGain .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a8cf48084e52091be32b169aebc5464b4: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetWhiteBalanceGain(const :ref:`Color` whiteBalanceGain) Sets the White Balance as gain for each channels (RGB) .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - whiteBalanceGain - is a :ref:`Color ` with each field between 0.0f and 10.0f. .. index:: pair: function; GetGeomerticCorrectionEnabled .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a5e5769bc6accbda71105ffff8c32528d: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool GetGeomerticCorrectionEnabled() const Returns a Boolean value indicating if the conversion will include Geometric Aberration correction. .. index:: pair: function; SetGeomerticCorrectionEnabled .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a76cfe16e3c284e73431d7ed1cb4b6a8d: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetGeomerticCorrectionEnabled(const bool enable) Sets the Enabled state of the Geometric Aberration correction. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - enable - true will enable Geometric Aberration correction, false will disable it. .. index:: pair: function; GetGeometricCorrection .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a3bea5bf867fb2e17aa36f13476eff770: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`GeometricCorrection` GetGeometricCorrection() const Custom Geometric Aberration correction parameters. .. index:: pair: function; SetGeometricCorrection .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a99ac15ccb33d8653f74f4a487aa5a763: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetGeometricCorrection(const :ref:`GeometricCorrection` geometricCorrection) Sets Geometric Aberration correction parameters to be applied. If geometricCorrection is set to an invalid value, the the conversion will try to load the geometric correction data embedded in the source IIQ file .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - geometricCorrection - the geometric correction to be used for the algorithm. .. index:: pair: function; GetLightFalloffCorrectionEnabled .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1ad7d7489a6cde1783ddcac248898a1dea: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool GetLightFalloffCorrectionEnabled() const Returns a Boolean value indicating if the conversion will include Lens Light falloff correction for recognized lenses. .. index:: pair: function; SetLightFalloffCorrectionEnabled .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a13dd650bad720dd5bbf847d7f27ba263: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetLightFalloffCorrectionEnabled(const bool enable) Sets the Enabled state of the Lens Light falloff correction. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - enable - true will enable Lens Light falloff correction, false will disable it. .. index:: pair: function; GetChromaticAberrationCorrectionEnabled .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a431217649e66f7b810d9622c723db475: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool GetChromaticAberrationCorrectionEnabled() const Returns a Boolean value indicating if the conversion will include Chromatic Aberration (CA) correction. .. index:: pair: function; SetChromaticAberrationCorrectionEnabled .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1ad0c9ebed28292025455922e5721331de: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetChromaticAberrationCorrectionEnabled(const bool enable) Sets the Enabled state of the Chromatic Aberration correction. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - enable - true will enable Chromatic Aberration correction, false will disable it. .. index:: pair: function; GetExposureWarningMaskEnabled .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1ab1d718c2b051e9feedb5a7c70a68c5ea: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool GetExposureWarningMaskEnabled() const Threshold for under and over exposure mask. .. index:: pair: function; SetExposureWarningMaskEnabled .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a9028822ed944a65c42954df1ce212934: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetExposureWarningMaskEnabled(const bool enable) Control generation of exposure mask in the mask image. True means enable. Default is disabled. When doing the actual convertion of an image - a mask buffer must be provided. If enabled the underexposed threshold and overexposed threshold should also be set (See SetExposureMaskThreadhold function) .. index:: pair: function; GetMaskThresholdOverExposure .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a687ec8d4a0c4c195d39dde00c2d4abb7: .. ref-code-block:: cpp :class: doxyrest-title-code-block float GetMaskThresholdOverExposure() Get the value of the overexposed setting used when exposure mask generation is enabled. .. index:: pair: function; GetMaskThresholdUnderExposure .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a06f9a0dd79b649bb70811bd529f7bf68: .. ref-code-block:: cpp :class: doxyrest-title-code-block float GetMaskThresholdUnderExposure() Get the value of the underexposed setting used when exposure mask generation is enabled. .. index:: pair: function; SetExposureMaskThreadhold .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a00a378b4e2f64e81905e27d8da1ef833: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetExposureMaskThreadhold( float underExposeThreshold, float overExposeThreadhold ) Set the value of the overexposed and underexposed settings used when exposure mask generation is enabled. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - underExposeThreshold - is a value between 0.0 and 1.0 so it is independend of the bitdepth of the image * - overExposeThreshold - is a value between 0.0 and 1.0 so it is independend of the bitdepth of the image .. index:: pair: function; GetClipWarningMaskEnabled .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a80dc121aa794a4ac6cb389099af3fba9: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool GetClipWarningMaskEnabled() const Get the setting for clip warning mask enabled. See also SetClipWarningMaskEnabled and SetMaskThresholdClipWarningCount functions. .. index:: pair: function; SetClipWarningMaskEnabled .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a9e1a4b7c810a1373a20d4076288c8d54: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetClipWarningMaskEnabled(bool enable) enable the clip warning mask. For this setting to be used the mask image must be enabled and provided when processing the image .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - enable. - can be true of false. false is the default value .. index:: pair: function; GetMaskThresholdClipWarningCount .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1aca458810eef1997c84a9cdb46ea41661: .. ref-code-block:: cpp :class: doxyrest-title-code-block int GetMaskThresholdClipWarningCount() Get the count of neighbour pixels that must be outside the threshold limits to be set in the clip warning mask. .. index:: pair: function; SetMaskThresholdClipWarningCount .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a74bad099fce1518f6c426c0e030127e5: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetMaskThresholdClipWarningCount(int thresholdCount) Set the minimum required count of neighbour pixels that must be outside the threshold limits to be set in the clip warning mask. For this to take effect the mask image must be enabled . .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - thresholdCount - is a value between 1 and 8. .. index:: pair: function; GetEnableLinearPath .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1ae1bfa4c30b82b8dcf25d28ff62c86d6f: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool GetEnableLinearPath() const Get EnableLinearPath setting. See also description of SetEnableLinearPath. .. index:: pair: function; SetEnableLinearPath .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a711a35a1ee66ee8013e0a0ebe38a6534: .. ref-code-block:: cpp :class: doxyrest-title-code-block ConvertConfig SetEnableLinearPath(const bool enable) Set EnableLinearPath setting. This setting is used to disable most of the processing steps to make sure that the debayering of the image into rgb domain is done only using a simple linear mapping enabling only the minimum needed processing. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - enable. - it can be set to true or false. False is the default value. .. index:: pair: function; ApplyTo .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a4a484d957be2bbe45165951ec1fc5a49: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`BitmapImage` ApplyTo( const :ref:`RawImage`& image, :ref:`BitmapImage`* mask = nullptr, bool waitForBusySDK = true ) Apply your current configuration to a :ref:`RawImage `. .. index:: pair: function; SaveToFile .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1aa59eeede09e63c05694bf5edabc6ddd8: .. ref-code-block:: cpp :class: doxyrest-title-code-block void SaveToFile(const char* filename) const Store the configuration into a formatted file. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - filename - the full path of the output * - Throws - an SDKException in case of failure (eg. failed to write to file) .. index:: pair: function; Serialize .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a67784488e87a31e8b8993b5fae13166e: .. ref-code-block:: cpp :class: doxyrest-title-code-block std::string Serialize() const Converts the object into a JSON formatted string. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - Throws - an SDKException in case of failure (eg. failed to write to file) .. rubric:: Returns: A string which contains the JSON representation of the object .. index:: pair: function; LoadFromFile .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a1298957c0219cee9859a3b05f6688c1e: .. ref-code-block:: cpp :class: doxyrest-title-code-block static ConvertConfig LoadFromFile(const char* filename) Creates a configuration from a formatted file. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - filename - the full path of the input * - Throws - an SDKException in case of failure (eg. failed to read from file, the file was malformed) .. rubric:: Returns: A smart pointer to a newly created :ref:`ConvertConfig ` object .. index:: pair: function; Deserialize .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1adc2b13765dd0403d4781fab6a5dfa015: .. ref-code-block:: cpp :class: doxyrest-title-code-block static ConvertConfig Deserialize(const std::string serializedData) Creates a configuration from a formatted JSON string. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - serializedData - a formatted JSON string * - Throws - an SDKException in case of failure (eg. the JSON string was malformed) .. rubric:: Returns: A smart pointer to a newly created :ref:`ConvertConfig ` object .. index:: pair: function; DiscretizeCurve .. _doxid-class_p1_1_1_image_sdk_1_1_convert_config_1a342076beaf3592814d66e4a143e4a791: .. ref-code-block:: cpp :class: doxyrest-title-code-block static std::vector DiscretizeCurve( const std::vector<:ref:`Point2D`>& points, unsigned int bits ) Returns a list of 'Y' values of the Curve defined by the input Points. This is applicable for the RGB/LumaCurve) .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - points - the list of points defining the Curve, X and Y value must be in between 0 and 1 * - bits - The resolution of the return value. Valid range: [0,12] * - Throws - an SDKException in case of failure (eg. input point list has less than two points) .. rubric:: Returns: A vector of the Y values of the evenly distributed between the two end points of the range [0, 1)