.. index:: pair: struct; P1::ImageSdkC::GeometricCorrection .. _doxid-struct_p1_1_1_image_sdk_c_1_1_geometric_correction: struct P1::ImageSdkC::GeometricCorrection ========================================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct GeometricCorrection { // fields double :target:`xp` = 0.0; double :target:`yp` = 0.0; double :target:`k0` = 1.0; double :target:`k1` = 0.0; double :target:`k2` = 0.0; double :target:`k3` = 0.0; double :target:`p1` = 0.0; double :target:`p2` = 0.0; double :target:`b1` = 0.0; double :target:`b2` = 0.0; double :target:`c` = 0.0; double :target:`h` = -1.0; int32_t :target:`orientation` = 0; // methods bool :target:`toJSON`(:ref:`json`& jsonStream) const; bool :target:`fromJSON`(const :ref:`json` jsonStream); bool :target:`isValid`() const; GeometricCorrection :target:`toLandscapeOrientation`(); };