explain_2.html 904 B

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE html>
  2. <html style="width: fit-content">
  3. <head>
  4. <title>jomjol - AI on the edge</title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <style>
  8. .h_iframe iframe {width:995px;height:605px;}
  9. .h_iframe {width:995px;height:605px;}
  10. h1 {font-size: 2em; margin-block-end: 0.3em;}
  11. h2 {font-size: 1.5em;margin-block-start: 0.3em;}
  12. h3 {font-size: 1.2em;}
  13. p {font-size: 1em;}
  14. </style>
  15. </head>
  16. <body style="font-family: arial">
  17. <h4>Alignment References</h4>
  18. Two opposite alignment references are needed to identify unique fix points on the image.
  19. <p>
  20. Mark the reference by drag and dop with the mouse or with the coordinates and push <b>"Update Reference"</b>.
  21. <br>
  22. You can switch between the two reference with <b>"Select Reference"</b>.
  23. </p>
  24. <p>
  25. Don't forget to save your changes with <b>"Save to Config.ini"</b>!.
  26. </p>
  27. </body>
  28. </html>