mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-30 22:32:51 +03:00
test1
This commit is contained in:
14
param-docs/parameter-pages/Alignment/SearchMaxAngle.md
Normal file
14
param-docs/parameter-pages/Alignment/SearchMaxAngle.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Parameter `SearchMaxAngle`
|
||||
Default Value: `45`
|
||||
|
||||
Unit: Degrees
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
Angle, by which the reference is max rotated when searching (`0` .. `180`).
|
||||
|
||||
!!! Note
|
||||
Since the alignment is one of the steps using a lot of computation time,
|
||||
the max angle should be as small as possible.
|
||||
The calculation time goes quadratic with the angle.
|
||||
@@ -1,11 +0,0 @@
|
||||
# Parameter `CheckDigitIncreaseConsistency`
|
||||
Default Value: `false`
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
An additional consistency check.
|
||||
It especially improves the zero crossing check between digits.
|
||||
|
||||
!!! Note
|
||||
If you edit the config file manually, you must prefix this parameter with `<NUMBER>` followed by a dot (eg. `main.CheckDigitIncreaseConsistency`). The reason is that this parameter is specific for each `<NUMBER>` (`<NUMBER>` is the name of the number sequence defined in the ROI's).
|
||||
@@ -0,0 +1,13 @@
|
||||
# Parameter `MaxFlowValue`
|
||||
Default Value: `4,0`
|
||||
|
||||
Only the relevant ROI's are evaluated (which change with `PreValue` +/- `MaxFlowValue`), the remaining ROI's retain the old value.
|
||||
|
||||
!!! Warning
|
||||
Experimental function, description will come later.
|
||||
|
||||
!!! Warning
|
||||
This is an **Expert Parameter**! Only change it if you understand what it does!
|
||||
|
||||
!!! Note
|
||||
If you edit the config file manually, you must prefix this parameter with `<NUMBER>` followed by a dot (eg. `main.MaxFlowValue`). The reason is that this parameter is specific for each `<NUMBER>` (`<NUMBER>` is the name of the number sequence defined in the ROI's).
|
||||
13
param-docs/parameter-pages/TakeImage/CamXclkFreqMhz.md
Normal file
13
param-docs/parameter-pages/TakeImage/CamXclkFreqMhz.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Parameter `CamXclkFreqMhz`
|
||||
|
||||
**Camera xclk Frequenz in Mhz**
|
||||
|
||||
- Set the **Camera xclk Frequenz in Mhz**.
|
||||
|
||||
Default Value: `20`
|
||||
|
||||
See [here](../datasheets/Camera.ov2640_ds_1.8_.pdf) for the ov2640 camera datasheet.<br>
|
||||
See [here](../datasheets/OV5640_datasheet.pdf) for the ov5640 camera datasheet.
|
||||
|
||||
!!! Warning
|
||||
After changing this parameter you need to update your reference image and alignment markers!
|
||||
7
param-docs/parameter-pages/TakeImage/SaveAllFiles.md
Normal file
7
param-docs/parameter-pages/TakeImage/SaveAllFiles.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Parameter `SaveAllFiles`
|
||||
|
||||
**Save all files**
|
||||
|
||||
- When **true**, all images that arise during processing are saved on the SD card.
|
||||
|
||||
Default Value: `false`
|
||||
Reference in New Issue
Block a user