*: clean up and normalize (#5437)

This commit is contained in:
marchersimon
2021-03-25 17:42:04 +01:00
committed by GitHub
parent 0f37d0336b
commit de311e1749
115 changed files with 874 additions and 877 deletions

View File

@@ -5,8 +5,8 @@
- Vergleiche 2 Bilder:
`compare {{bild1.png}} {{bild2.png}} {{diff.png}}`
`compare {{pfad/zu/bild1.png}} {{pfad/zu/bild2.png}} {{pfad/zu/diff.png}}`
- Vergleiche 2 Bilder mit einer bestimmten Metrik:
- Vergleiche 2 Bilder mit einer bestimmten Metrik (standardmäßig NCC):
`compare -verbose -metric {{PSNR}} {{bild1.png}} {{bild2.png}} {{diff.png}}`
`compare -verbose -metric {{PSNR}} {{pfad/zu/bild1.png}} {{pfad/zu/bild2.png}} {{pfad/zu/diff.png}}`