mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
15 lines
424 B
Markdown
15 lines
424 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
|
|
- `Off`: Disable alignment algorithm
|