explain_3.html 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  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>Define Digits</h4>
  18. Here you define your digits you want to read. If you have more than one number on the reading you can define several numbers with the <b>"Number"</b> selector. There you can also define new numbers.
  19. <p>
  20. With the drop down menue <b>"ROI x"</b> you can change between the different digits. Mark them with the mouse or the coordinates.
  21. <br>
  22. To create new ROIs use <b>"New ROIs"</b>. The order of the ROIs defines the positon within the reading. <br>
  23. You can change it with <b>"move Next" / "move Previous"</b>.
  24. </p>
  25. <p>
  26. Don't forget to save your changes with <b>"Save all to Config.ini"</b>!.
  27. </p>
  28. </body>
  29. </html>