mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-09 13:06:56 +03:00
13 lines
386 B
Markdown
13 lines
386 B
Markdown
# Parameter `AlignmentAlgo`
|
|
Default Value: `Default`
|
|
|
|
!!! Warning
|
|
This is an **Expert Parameter**! Only change it if you understand what it does!
|
|
|
|
Algorithm used for the alignment step.
|
|
Available options:
|
|
|
|
- `Default`: Use only red color channel
|
|
- `HighAccuracy`: Use all 3 color Channels (3x slower)
|
|
- `Fast`: First time use `HighAccuracy`, then only check if the image is shifted
|