3bb064870d
* added the search index module * changed the search function deleted test feature * changed the weighted compare for RGBA Changed the Weighted compare for F32 Changed the Weighted compare for Vec Changed the Weighted compare for Indices added Indexed Images and functions Changed Database that it uses Indexed Images Added tests Added the rgb_to_lab function added pixels function * added Documentary * minor changes in Documentary --------- Co-authored-by: Felix Müller <felixmueller1620@gmail.com> |
||
---|---|---|
.github/workflows | ||
benches | ||
src | ||
test_img | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
Programmentwurf.md | ||
README.md |
README.md
Programmentwurf
Die Beschreibung der Aufgabenstellung ist unter Programmentwurf.md zu finden. Diese Readme.md
ist durch etwas Sinnvolles zu ersetzen.
WICHTIG!
Kleiner reminder, wenn ihr Sachen pushed in das repo, die eurer Anischt nach fertig sind (z.B für einen Pull-Request!), bitte mit den folgenden Commands auf Fehler/Warnings überprüfen:
cargo fmt
für formattierungcargo clippy
für warningscargo test doc
für documentation tests optional:cargo test
für module testscargo bench
für benchmarks