mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-19 05:58:21 +03:00
Rolling v10.6.1
This commit is contained in:
@@ -270,12 +270,12 @@ textarea {
|
||||
<td>
|
||||
<select id="Alignment_AlignmentAlgo_value1">
|
||||
<option value="default" selected>Default</option>
|
||||
<option value="highAccurity" >HighAccurity</option>
|
||||
<option value="highAccuracy" >HighAccuracy</option>
|
||||
<option value="fast" >Fast</option>
|
||||
</select>
|
||||
</td>
|
||||
<td style="font-size: 80%;">
|
||||
"Default" = use only R-Channel, "HighAccurity" = use all Channels (RGB, 3x slower), <br> "Fast" (First time RGB, then only check if image is shifted)
|
||||
"Default" = use only R-Channel, "HighAccuracy" = use all Channels (RGB, 3x slower), <br> "Fast" (First time RGB, then only check if image is shifted)
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ table {
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td><input class="button" type="button" value="Show Actual Reference" onclick="showReference()"></td>
|
||||
<td><input class="button" type="button" value="Show Actual Reference" onclick="showReference(param)"></td>
|
||||
<td><input class="button" type="button" value="Create New Reference" onclick="loadRawImage()"></td>
|
||||
<td><input class="button" type="submit" id="take" onclick="doTake()" value="Take Image"></td>
|
||||
</tr>
|
||||
@@ -252,7 +252,7 @@ table {
|
||||
SaveConfigToServer(basepath);
|
||||
|
||||
SaveCanvasToImage(canvas, "/config/reference.jpg", true, basepath);
|
||||
showReference();
|
||||
showReference(param);
|
||||
UpdatePage();
|
||||
alert("Reference is updated!");
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
14.2.1
|
||||
14.2.2
|
||||
Reference in New Issue
Block a user