mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-09 21:17:06 +03:00
33 lines
962 B
HTML
33 lines
962 B
HTML
<!DOCTYPE html>
|
|
<html style="width: fit-content">
|
|
<head>
|
|
<title>jomjol - AI on the edge</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<style>
|
|
.h_iframe iframe {width:995px;height:605px;}
|
|
.h_iframe {width:995px;height:605px;}
|
|
|
|
h1 {font-size: 2em; margin-block-end: 0.3em;}
|
|
h2 {font-size: 1.5em;margin-block-start: 0.3em;}
|
|
h3 {font-size: 1.2em;}
|
|
p {font-size: 1em;}
|
|
|
|
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body style="font-family: arial">
|
|
|
|
<h4>Reference Image</h4>
|
|
The reference image is needed to define the digits, counters and references for alignment.
|
|
<p>
|
|
The last taken raw image from the camera is taken. Use the Button "Create New Reference" to make your own reference.<br>
|
|
Most important feature is a straight alignment of the image. Use the Pre roate Angle and the fine alignment to fine tune the rotation of the image<br>
|
|
Finish the step by pushing <b>"Update Reference Image"</b>.
|
|
</p>
|
|
|
|
</body>
|
|
</html> |