{"id":1975,"date":"2014-02-05T17:32:43","date_gmt":"2014-02-05T17:32:43","guid":{"rendered":"https:\/\/www.anagram.at\/en\/diplomarbeit\/calibration\/"},"modified":"2014-02-05T17:32:43","modified_gmt":"2014-02-05T17:32:43","slug":"calibration","status":"publish","type":"page","link":"https:\/\/www.anagram.at\/en\/diplomarbeit\/calibration\/","title":{"rendered":"Calibration"},"content":{"rendered":"<p><body><br \/>\n<!--Navigation Panel--><br \/>\n<b> Next:<\/b> <a name=\"tex2html493\" href=\"https:\/\/www.anagram.at\/diplomarbeit\/edge-detection\/\">Edge detection<\/a><br \/>\n<b> Up:<\/b> <a name=\"tex2html489\" href=\"https:\/\/www.anagram.at\/diplomarbeit\/methods\/\">Methods<\/a><br \/>\n<b> Previous:<\/b> <a name=\"tex2html483\" href=\"https:\/\/www.anagram.at\/diplomarbeit\/image-acquisition\/\">Image Acquisition<\/a><br \/>\n<!--End of Navigation Panel--><\/p>\n<h1><a name=\"SECTION00420000000000000000\"><br \/>\nCalibration<\/a><br \/>\n<\/h1>\n<p>\nTo gain information about the internal and external camera geometry, as well as the geometric relation between both cameras, the algorithm proposed by Zhengyou Zhang, which is described in [<a href=\"node47.html#zhang00flexible\">Zha00<\/a>], was used. In order to calibrate the cameras, the calibration routine needs at least two observations of a planar pattern with different orientations. The OpenCV implementation uses a chessboard-pattern, as shown in Figure <a href=\"#chessboardpattern\">3.4<\/a>.<\/p>\n<\/p>\n<div align=\"CENTER\"><a name=\"chessboardpattern\"\/><a name=\"1512\"\/><\/p>\n<table>\n<caption align=\"BOTTOM\"><strong>Figure 3.4:<\/strong><br \/>\nCalibration pattern used by the OpenCV calibration method<\/caption>\n<tr>\n<td>\n<div align=\"CENTER\">\n <img loading=\"lazy\" width=\"596\" height=\"460\" align=\"BOTTOM\" border=\"0\" src=\"https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/chessboardpattern.jpg\" alt=\"Image chessboardpattern\"\/><\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<p>\nThe benefit of this calibration technique is its simplicity, flexibility, robustness, low cost and of course it is already implemented. To calibrate a stereo system using this technique, it is only needed to define the number of internal corners, the size of the squares in mm and the number of views to be taken into account. For example, the calibration pattern shown in Figure <a href=\"#chessboardpattern\">3.4<\/a> contains 8 x 6 internal corners and when printed on a A4 paper the squares are 18mm x 18mm. For the calculation, ten different views of the calibration pattern, which has to be visible in both images, e.g. in the left and right view, are used. The first step of the implementation is to locate internal chessboard corners. For example, a simple chessboard has 8 x 8 squares and 7 x 7 internal corners, that is, points, where the squares are tangent. Initially the corners are approximated and if a corner is found, it is highlighted inside the image. The two images at the bottom of Figure <a href=\"#calib_highlight\">3.5<\/a> shows the result of this process.<\/p>\n<div align=\"CENTER\"><a name=\"calib_highlight\"\/><a name=\"1519\"\/><\/p>\n<table>\n<caption align=\"BOTTOM\"><strong>Figure 3.5:<\/strong><br \/>\nHighlighting of the images during calibration<\/caption>\n<tr>\n<td>\n<div align=\"CENTER\">\n <img loading=\"lazy\" width=\"502\" height=\"440\" align=\"BOTTOM\" border=\"0\" src=\"https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/calibration.jpg\" alt=\"Image calibration\"\/><\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<p>If all corners of the chessboard pattern have been found, the highlight changes it is color and connects the single corners. The two images at the top of Figure <a href=\"#calib_highlight\">3.5<\/a> depicts this situation. In this stage the algorithm tries to find the corners using subpixel accuracy [<a href=\"node47.html#OPCVLIB_1015\">Res01<\/a>]. If the pattern is found in both images, the coordinates of the corner candidates are stored for the succeeding calculation. If enough patterns have been found, the algorithm computes the intrinsic and extrinsic camera parameters. First it starts with an analytical solution which is followed by a non-linear optimization technique based on the maximum likelihood criterion<a name=\"tex2html31\" href=\"footnode.html#foot1812\"><sup>3.4<\/sup><\/a>. The resulting calibration file is shown in Table <a href=\"#res_of_calib\">3.1<\/a>, where  <\/p>\n<p\/>\n<div align=\"CENTER\"><a name=\"1540\"\/><\/p>\n<table>\n<caption><strong>Table 3.1:<\/strong><br \/>\nResults of calibration for both cameras<\/caption>\n<tr>\n<td>\n<div align=\"CENTER\">\n<table cellpadding=\"3\" border=\"1\">\n<tr>\n<td align=\"CENTER\" colspan=\"5\"><font size=\"-1\"><br \/>\nResults of calibration for the left camera<\/font><\/td>\n<\/tr>\n<tr>\n<td align=\"CENTER\"><font size=\"-1\"><br \/>\n           <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">        493.774 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">          0 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">     196.450 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">            <\/font><\/td>\n<\/tr>\n<tr>\n<td align=\"CENTER\"><font size=\"-1\">camera matrix <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">         0.000 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">        496.007 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">        128.258 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">            <\/font><\/td>\n<\/tr>\n<tr>\n<td\/>\n<td align=\"CENTER\"><font size=\"-1\">          0.000 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">          0.000 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">          1.000 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">            <\/font><\/td>\n<\/tr>\n<tr>\n<td\/>\n<td align=\"CENTER\"><font size=\"-1\">      0.005 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">     -1.000 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">      0.011 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">            <\/font><\/td>\n<\/tr>\n<tr>\n<td align=\"CENTER\"><font size=\"-1\">rotation matrix <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">          1.000 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">      0,005 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">     -0.028 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">            <\/font><\/td>\n<\/tr>\n<tr>\n<td\/>\n<td align=\"CENTER\"><font size=\"-1\">      0.028 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">          0.011 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">          1.000 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">            <\/font><\/td>\n<\/tr>\n<tr>\n<td align=\"CENTER\"><font size=\"-1\"><br \/>\ntranslation vector <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">      88.17 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">    -79.706 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">     611.79 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">            <\/font><\/td>\n<\/tr>\n<tr>\n<td align=\"CENTER\"><font size=\"-1\"> <\/p>\n<p>distortion <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">      0.738 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">     -1.494 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">      -0.03 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">      0.024 <\/font><\/td>\n<\/tr>\n<\/table>\n<table cellpadding=\"3\" border=\"1\">\n<tr>\n<td align=\"CENTER\" colspan=\"5\"><font size=\"-1\"><br \/>\nResults of calibration for the right camera<\/font><\/td>\n<\/tr>\n<tr>\n<td align=\"CENTER\"><font size=\"-1\"> <\/p>\n<p>           <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">       497.525   <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">  0.000  <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">   172.205      <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">   <\/font><\/td>\n<\/tr>\n<tr>\n<td align=\"CENTER\"><font size=\"-1\"><br \/>\ncamera matrix <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">     0.000    <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">  500.180<\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">   128.569  <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">       <\/font><\/td>\n<\/tr>\n<tr>\n<td align=\"CENTER\"><font size=\"-1\"><br \/>\n            <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">       0.000    <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">  0.000  <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">   1.000  <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">          <\/font><\/td>\n<\/tr>\n<tr>\n<td\/>\n<td align=\"CENTER\"><font size=\"-1\">       0.034  <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\"> -0.999 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\"> -0.009 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">  <\/font><\/td>\n<\/tr>\n<tr>\n<td align=\"CENTER\"><font size=\"-1\"><br \/>\nrotation matrix <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">  0.997  <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">  0.034 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">  -0.063<\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">  <\/font><\/td>\n<\/tr>\n<tr>\n<td align=\"CENTER\"><font size=\"-1\"><br \/>\n              <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">    0.063  <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\"> -0.007 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">   0.998<\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">  <\/font><\/td>\n<\/tr>\n<tr>\n<td align=\"CENTER\"><font size=\"-1\"> <\/p>\n<p>translation vector <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">      141.617 <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\"> -91.735  <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\"> 617.539     <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">      <\/font><\/td>\n<\/tr>\n<tr>\n<td align=\"CENTER\"><font size=\"-1\"> <\/p>\n<p>distortion <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">     0.668   <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\"> -3.175  <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\"> -0.004  <\/font><\/td>\n<td align=\"CENTER\"><font size=\"-1\">  0.022 <\/font><\/td>\n<\/tr>\n<\/table>\n<p><font size=\"-1\"><\/p>\n<p><a name=\"res_of_calib\"\/><\/font><\/div>\n<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<p\/>\n<p>the first two diagonal elements of the camera matrix are the <i>effective focal lengths<\/i> in x and y direction given in pixels. The third and sixth value are the <i>camera center coordinates<\/i>, also in pixels. The <i>translation vector<\/i> is given in mm and describes the translation between the camera and the world coordinate system. The <i>rotation matrix<\/i> specifies the rotation between the camera and the world coordinate system and is defined as the composition of rotations (roll <img loading=\"lazy\" width=\"17\" height=\"35\" align=\"MIDDLE\" border=\"0\" src=\"https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/img182.png\" alt=\"$ psi$\"\/>, pitch <img loading=\"lazy\" width=\"16\" height=\"35\" align=\"MIDDLE\" border=\"0\" src=\"https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/img171.png\" alt=\"$ phi$\"\/>, yaw <img loading=\"lazy\" width=\"14\" height=\"20\" align=\"BOTTOM\" border=\"0\" src=\"https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/img183.png\" alt=\"$ theta$\"\/>) around the X, Y and Z axis.<\/p>\n<p\/>\n<div align=\"CENTER\"><a name=\"rot_matrix\"\/><!-- MATH\n begin{equation}\nR = R_X cdot R_Y cdot R_Z\nend{equation}\n --><\/p>\n<table cellpadding=\"0\" width=\"100%\" align=\"CENTER\">\n<tr valign=\"MIDDLE\">\n<td nowrap=\"nowrap\" align=\"CENTER\"><img loading=\"lazy\" width=\"150\" height=\"35\" align=\"MIDDLE\" border=\"0\" src=\"https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/img184.png\" alt=\"$displaystyle R = R_X cdot R_Y cdot R_Z$\"\/><\/td>\n<td nowrap=\"nowrap\" width=\"10\" align=\"RIGHT\">\n(3.1)<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<p><br clear=\"ALL\"\/><\/p>\n<p\/>\nMatrix <img loading=\"lazy\" width=\"32\" height=\"35\" align=\"MIDDLE\" border=\"0\" src=\"https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/img185.png\" alt=\"$ R_X$\"\/> describes the rotation around the X axis and is defined as<\/p>\n<p\/>\n<div align=\"CENTER\"><!-- MATH\n begin{equation}\nR_X =\nbegin{pmatrix}\n1 & 0 & 0 \n0 & cospsi  & sinpsi \n0 & -sinpsi & cospsi\nend{pmatrix}\nend{equation}\n --><\/p>\n<table cellpadding=\"0\" width=\"100%\" align=\"CENTER\">\n<tr valign=\"MIDDLE\">\n<td nowrap=\"nowrap\" align=\"CENTER\"><img loading=\"lazy\" width=\"230\" height=\"115\" align=\"MIDDLE\" border=\"0\" src=\"https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/img186.png\" alt=\"$displaystyle R_X = begin{pmatrix}1 &amp; 0 &amp; 0  0 &amp; cospsi &amp; sinpsi  0 &amp; -sinpsi &amp; cospsi end{pmatrix}$\"\/><\/td>\n<td nowrap=\"nowrap\" width=\"10\" align=\"RIGHT\">\n(3.2)<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<p><br clear=\"ALL\"\/><\/p>\n<p\/>\nMatrix <img loading=\"lazy\" width=\"30\" height=\"35\" align=\"MIDDLE\" border=\"0\" src=\"https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/img187.png\" alt=\"$ R_Y$\"\/> describes the rotation around the Y axis and is defined as<\/p>\n<p\/>\n<div align=\"CENTER\"><!-- MATH\n begin{equation}\nR_Y =\nbegin{pmatrix}\ncosphi & 0 & -sinphi \n0 & 1  & 0 \nsinphi & 0  & cosphi\nend{pmatrix}\nend{equation}\n --><\/p>\n<table cellpadding=\"0\" width=\"100%\" align=\"CENTER\">\n<tr valign=\"MIDDLE\">\n<td nowrap=\"nowrap\" align=\"CENTER\"><img loading=\"lazy\" width=\"225\" height=\"115\" align=\"MIDDLE\" border=\"0\" src=\"https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/img188.png\" alt=\"$displaystyle R_Y = begin{pmatrix}cosphi &amp; 0 &amp; -sinphi  0 &amp; 1 &amp; 0  sinphi &amp; 0 &amp; cosphi end{pmatrix}$\"\/><\/td>\n<td nowrap=\"nowrap\" width=\"10\" align=\"RIGHT\">\n(3.3)<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<p><br clear=\"ALL\"\/><\/p>\n<p\/>\nMatrix <img loading=\"lazy\" width=\"30\" height=\"35\" align=\"MIDDLE\" border=\"0\" src=\"https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/img189.png\" alt=\"$ R_Z$\"\/> describes the rotation around the Z axis and is defined as<\/p>\n<p\/>\n<div align=\"CENTER\"><!-- MATH\n begin{equation}\nR_Z =\nbegin{pmatrix}\ncostheta & sintheta & 0 \n-sintheta & costheta & 0 \n0 & 0 & 1\nend{pmatrix}\nend{equation}\n --><\/p>\n<table cellpadding=\"0\" width=\"100%\" align=\"CENTER\">\n<tr valign=\"MIDDLE\">\n<td nowrap=\"nowrap\" align=\"CENTER\"><img loading=\"lazy\" width=\"220\" height=\"115\" align=\"MIDDLE\" border=\"0\" src=\"https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/img190.png\" alt=\"$displaystyle R_Z = begin{pmatrix}costheta &amp; sintheta &amp; 0  -sintheta &amp; costheta &amp; 0  0 &amp; 0 &amp; 1 end{pmatrix}$\"\/><\/td>\n<td nowrap=\"nowrap\" width=\"10\" align=\"RIGHT\">\n(3.4)<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<p><br clear=\"ALL\"\/><\/p>\n<p\/>\nEquation <a href=\"#rot_matrix\">3.1<\/a> combines the three matrices <img loading=\"lazy\" width=\"32\" height=\"35\" align=\"MIDDLE\" border=\"0\" src=\"https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/img185.png\" alt=\"$ R_X$\"\/>,<img loading=\"lazy\" width=\"30\" height=\"35\" align=\"MIDDLE\" border=\"0\" src=\"https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/img187.png\" alt=\"$ R_Y$\"\/> and <img loading=\"lazy\" width=\"30\" height=\"35\" align=\"MIDDLE\" border=\"0\" src=\"https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/img189.png\" alt=\"$ R_Z$\"\/>, thus <img loading=\"lazy\" width=\"19\" height=\"16\" align=\"BOTTOM\" border=\"0\" src=\"https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/img114.png\" alt=\"$ R$\"\/> can be written as<\/p>\n<p\/>\n<div align=\"CENTER\"><!-- MATH\n begin{equation}\nR =\nbegin{pmatrix}\ncosphi costheta & -cospsi sintheta + sinpsi sinphi costheta & sin psi sin theta + cos psi sin phi cos theta \ncosphi sintheta & cospsi costheta + sin psi sin phi sin theta & -sinpsi costheta + cospsi sin phi sin theta \n-sin phi & sin psi cos phi & cos psi cos phi\nend{pmatrix}\nend{equation}\n --><\/p>\n<table cellpadding=\"0\" width=\"100%\" align=\"CENTER\">\n<tr valign=\"MIDDLE\">\n<td nowrap=\"nowrap\" align=\"CENTER\"><img loading=\"lazy\" width=\"663\" height=\"115\" align=\"MIDDLE\" border=\"0\" src=\"https:\/\/www.anagram.at\/app\/uploads\/2014\/02\/img191.png\" alt=\"$displaystyle R = begin{pmatrix}cosphi costheta &amp; -cospsi sintheta + ...&#10;... theta  -sin phi &amp; sin psi cos phi &amp; cos psi cos phi end{pmatrix}$\"\/><\/td>\n<td nowrap=\"nowrap\" width=\"10\" align=\"RIGHT\">\n(3.5)<\/td>\n<\/tr>\n<\/table>\n<\/div>\n<p><br clear=\"ALL\"\/><\/p>\n<p\/>\nAs one can see, after calibration, the relation between the camera and world coordinate system is completely described. Many different methods for camera calibration have been proposed so far.  [<a href=\"node47.html#Clark98\">CF97<\/a>] is a paper on the historical development of camera calibration techniques, which also covers an exhaustive literature survey.<\/p>\n<p>After the images are transferred to memory, the result of the calibration is used to rectify the images. The benefit is that corresponding elements can be found on the horizontal scan line. Before the process of rectification, also a point to line correspondence could be established, but the epipolar line has to be taken into consideration. After rectification there is no further need to think about the epipolar geometry.<\/p>\n<hr\/>\n<p><!--Navigation Panel--><b> Next:<\/b> <a name=\"tex2html493\" href=\"https:\/\/www.anagram.at\/diplomarbeit\/edge-detection\/\">Edge detection<\/a><br \/>\n<b> Up:<\/b> <a name=\"tex2html489\" href=\"https:\/\/www.anagram.at\/diplomarbeit\/methods\/\">Methods<\/a><br \/>\n<!--End of Navigation Panel--><\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Calibration<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1946,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":""},"categories":[],"featured_image_src":null,"featured_image_src_square":null,"_links":{"self":[{"href":"https:\/\/www.anagram.at\/en\/wp-json\/wp\/v2\/pages\/1975"}],"collection":[{"href":"https:\/\/www.anagram.at\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.anagram.at\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.anagram.at\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.anagram.at\/en\/wp-json\/wp\/v2\/comments?post=1975"}],"version-history":[{"count":0,"href":"https:\/\/www.anagram.at\/en\/wp-json\/wp\/v2\/pages\/1975\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.anagram.at\/en\/wp-json\/wp\/v2\/pages\/1946"}],"wp:attachment":[{"href":"https:\/\/www.anagram.at\/en\/wp-json\/wp\/v2\/media?parent=1975"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.anagram.at\/en\/wp-json\/wp\/v2\/categories?post=1975"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}