mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 04:26:58 +03:00
fixed review findings
This commit is contained in:
@@ -7,4 +7,5 @@ Default Value: `0`
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration.
|
||||
|
||||
Exposure compensation. Lower values produce darker image. Range (`-2` .. `2`)
|
||||
Exposure compensation. Lower values produce darker image.
|
||||
Range (`-2` .. `2`)
|
||||
|
||||
@@ -7,4 +7,6 @@ Default Value: `0`
|
||||
!!! Note
|
||||
This parameter can also be set on the Reference Image configuration.
|
||||
|
||||
Changes the sharpness of the image. Set to -4 for auto-sharpness. Range (`-4` .. `3`)
|
||||
Changes the sharpness of the image. Set to `-4` for auto-sharpness.
|
||||
|
||||
Range (`-4` .. `3`)
|
||||
|
||||
@@ -318,7 +318,7 @@
|
||||
<class id="TakeImage_Sharpness_text" style="color:black;">Sharpness</class>
|
||||
</td>
|
||||
<td>
|
||||
<input required type="number" id="TakeImage_Sharpness_value1" size="13" min="-2" max="2"
|
||||
<input required type="number" id="TakeImage_Sharpness_value1" size="13" min="-4" max="3"
|
||||
oninput="(!validity.rangeUnderflow||(value=-4)) && (!validity.rangeOverflow||(value=3)) &&
|
||||
(!validity.stepMismatch||(value=parseInt(this.value)));">
|
||||
</td>
|
||||
|
||||
@@ -205,12 +205,12 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="flip" id="labelflip">Flip image size:</label></td>
|
||||
<label for="flip" id="labelflip">Flip image size: <b>*)</b></label></td>
|
||||
<td>
|
||||
<input type="checkbox" id="flip" name="flip" value="1" onchange="drawRotated()"></td>
|
||||
<td>$TOOLTIP_Alignment_FlipImageSize</td>
|
||||
<td>
|
||||
<class id="TakeImage_Brightness_text" style="color:black;">Brightness:</class>
|
||||
<class id="TakeImage_Brightness_text" style="color:black;">Brightness: <b>*)</b></class>
|
||||
</td>
|
||||
<td>
|
||||
<input style="clear: both; width: 80%;vertical-align:middle" type="range" id="TakeImage_Brightness_value1" size="13" value=0 min="-2" max="2" oninput="this.nextElementSibling.value = this.value">
|
||||
@@ -227,7 +227,7 @@
|
||||
</td>
|
||||
<td>$TOOLTIP_Alignment_InitialRotate</td>
|
||||
<td>
|
||||
<class id="TakeImage_Contrast_text" style="color:black;">Contrast:</class>
|
||||
<class id="TakeImage_Contrast_text" style="color:black;">Contrast: <b>*)</b></class>
|
||||
</td>
|
||||
<td>
|
||||
<input style="clear: both; width: 80%;vertical-align:middle" type="range" id="TakeImage_Contrast_value1" size="13" value=0 min="-2" max="2" oninput="this.nextElementSibling.value = this.value">
|
||||
@@ -244,7 +244,7 @@
|
||||
</td>
|
||||
<td></td>
|
||||
<td>
|
||||
<class id="TakeImage_Saturation_text" style="color:black;">Saturation:</class>
|
||||
<class id="TakeImage_Saturation_text" style="color:black;">Saturation: <b>*)</b></class>
|
||||
</td>
|
||||
<td>
|
||||
<input style="clear: both; width: 80%;vertical-align:middle" type="range" id="TakeImage_Saturation_value1" size="13" value=0 min="-2" max="2" oninput="this.nextElementSibling.value = this.value">
|
||||
|
||||
Reference in New Issue
Block a user