From 6e18c386fb221b45a7d1ceb3633437d4c2ccb920 Mon Sep 17 00:00:00 2001 From: Orangerot Date: Sun, 9 Feb 2025 10:58:25 +0100 Subject: [PATCH] refactor: move bildverarbeitung into own directory --- .../main.typ | 0 .../res}/color-001.jpg | Bin .../res}/dunkelfeld-001.jpg | Bin .../res}/histogramm-001.jpg | Bin .../res}/hough-001.jpg | Bin .../res}/hough-002.jpg | Bin .../res}/images-000.jpg | Bin .../res}/images-001.png | Bin .../res}/images-002.png | Bin .../res}/images-003.png | Bin .../res}/images-004.png | Bin .../res}/images-005.png | Bin .../res}/images-006.png | Bin .../res}/images-007.png | Bin .../res}/images-008.png | Bin .../res}/images-009.png | Bin .../res}/images-010.png | Bin .../res}/lense-001.png | Bin .../res}/morphologie-001.png | Bin .../res}/perspective-001.png | Bin .../res}/stereo-001.png | Bin .../res}/triangulation-001.jpg | Bin 22 files changed, 0 insertions(+), 0 deletions(-) rename main.typ => etit-bildverarbeitung-cheatsteet/main.typ (100%) rename {res => etit-bildverarbeitung-cheatsteet/res}/color-001.jpg (100%) rename {res => etit-bildverarbeitung-cheatsteet/res}/dunkelfeld-001.jpg (100%) rename {res => etit-bildverarbeitung-cheatsteet/res}/histogramm-001.jpg (100%) rename {res => etit-bildverarbeitung-cheatsteet/res}/hough-001.jpg (100%) rename {res => etit-bildverarbeitung-cheatsteet/res}/hough-002.jpg (100%) rename {res => etit-bildverarbeitung-cheatsteet/res}/images-000.jpg (100%) rename {res => etit-bildverarbeitung-cheatsteet/res}/images-001.png (100%) rename {res => etit-bildverarbeitung-cheatsteet/res}/images-002.png (100%) rename {res => etit-bildverarbeitung-cheatsteet/res}/images-003.png (100%) rename {res => etit-bildverarbeitung-cheatsteet/res}/images-004.png (100%) rename {res => etit-bildverarbeitung-cheatsteet/res}/images-005.png (100%) rename {res => etit-bildverarbeitung-cheatsteet/res}/images-006.png (100%) rename {res => etit-bildverarbeitung-cheatsteet/res}/images-007.png (100%) rename {res => etit-bildverarbeitung-cheatsteet/res}/images-008.png (100%) rename {res => etit-bildverarbeitung-cheatsteet/res}/images-009.png (100%) rename {res => etit-bildverarbeitung-cheatsteet/res}/images-010.png (100%) rename {res => etit-bildverarbeitung-cheatsteet/res}/lense-001.png (100%) rename {res => etit-bildverarbeitung-cheatsteet/res}/morphologie-001.png (100%) rename {res => etit-bildverarbeitung-cheatsteet/res}/perspective-001.png (100%) rename {res => etit-bildverarbeitung-cheatsteet/res}/stereo-001.png (100%) rename {res => etit-bildverarbeitung-cheatsteet/res}/triangulation-001.jpg (100%) diff --git a/main.typ b/etit-bildverarbeitung-cheatsteet/main.typ similarity index 100% rename from main.typ rename to etit-bildverarbeitung-cheatsteet/main.typ diff --git a/res/color-001.jpg b/etit-bildverarbeitung-cheatsteet/res/color-001.jpg similarity index 100% rename from res/color-001.jpg rename to etit-bildverarbeitung-cheatsteet/res/color-001.jpg diff --git a/res/dunkelfeld-001.jpg b/etit-bildverarbeitung-cheatsteet/res/dunkelfeld-001.jpg similarity index 100% rename from res/dunkelfeld-001.jpg rename to etit-bildverarbeitung-cheatsteet/res/dunkelfeld-001.jpg diff --git a/res/histogramm-001.jpg b/etit-bildverarbeitung-cheatsteet/res/histogramm-001.jpg similarity index 100% rename from res/histogramm-001.jpg rename to etit-bildverarbeitung-cheatsteet/res/histogramm-001.jpg diff --git a/res/hough-001.jpg b/etit-bildverarbeitung-cheatsteet/res/hough-001.jpg similarity index 100% rename from res/hough-001.jpg rename to etit-bildverarbeitung-cheatsteet/res/hough-001.jpg diff --git a/res/hough-002.jpg b/etit-bildverarbeitung-cheatsteet/res/hough-002.jpg similarity index 100% rename from res/hough-002.jpg rename to etit-bildverarbeitung-cheatsteet/res/hough-002.jpg diff --git a/res/images-000.jpg b/etit-bildverarbeitung-cheatsteet/res/images-000.jpg similarity index 100% rename from res/images-000.jpg rename to etit-bildverarbeitung-cheatsteet/res/images-000.jpg diff --git a/res/images-001.png b/etit-bildverarbeitung-cheatsteet/res/images-001.png similarity index 100% rename from res/images-001.png rename to etit-bildverarbeitung-cheatsteet/res/images-001.png diff --git a/res/images-002.png b/etit-bildverarbeitung-cheatsteet/res/images-002.png similarity index 100% rename from res/images-002.png rename to etit-bildverarbeitung-cheatsteet/res/images-002.png diff --git a/res/images-003.png b/etit-bildverarbeitung-cheatsteet/res/images-003.png similarity index 100% rename from res/images-003.png rename to etit-bildverarbeitung-cheatsteet/res/images-003.png diff --git a/res/images-004.png b/etit-bildverarbeitung-cheatsteet/res/images-004.png similarity index 100% rename from res/images-004.png rename to etit-bildverarbeitung-cheatsteet/res/images-004.png diff --git a/res/images-005.png b/etit-bildverarbeitung-cheatsteet/res/images-005.png similarity index 100% rename from res/images-005.png rename to etit-bildverarbeitung-cheatsteet/res/images-005.png diff --git a/res/images-006.png b/etit-bildverarbeitung-cheatsteet/res/images-006.png similarity index 100% rename from res/images-006.png rename to etit-bildverarbeitung-cheatsteet/res/images-006.png diff --git a/res/images-007.png b/etit-bildverarbeitung-cheatsteet/res/images-007.png similarity index 100% rename from res/images-007.png rename to etit-bildverarbeitung-cheatsteet/res/images-007.png diff --git a/res/images-008.png b/etit-bildverarbeitung-cheatsteet/res/images-008.png similarity index 100% rename from res/images-008.png rename to etit-bildverarbeitung-cheatsteet/res/images-008.png diff --git a/res/images-009.png b/etit-bildverarbeitung-cheatsteet/res/images-009.png similarity index 100% rename from res/images-009.png rename to etit-bildverarbeitung-cheatsteet/res/images-009.png diff --git a/res/images-010.png b/etit-bildverarbeitung-cheatsteet/res/images-010.png similarity index 100% rename from res/images-010.png rename to etit-bildverarbeitung-cheatsteet/res/images-010.png diff --git a/res/lense-001.png b/etit-bildverarbeitung-cheatsteet/res/lense-001.png similarity index 100% rename from res/lense-001.png rename to etit-bildverarbeitung-cheatsteet/res/lense-001.png diff --git a/res/morphologie-001.png b/etit-bildverarbeitung-cheatsteet/res/morphologie-001.png similarity index 100% rename from res/morphologie-001.png rename to etit-bildverarbeitung-cheatsteet/res/morphologie-001.png diff --git a/res/perspective-001.png b/etit-bildverarbeitung-cheatsteet/res/perspective-001.png similarity index 100% rename from res/perspective-001.png rename to etit-bildverarbeitung-cheatsteet/res/perspective-001.png diff --git a/res/stereo-001.png b/etit-bildverarbeitung-cheatsteet/res/stereo-001.png similarity index 100% rename from res/stereo-001.png rename to etit-bildverarbeitung-cheatsteet/res/stereo-001.png diff --git a/res/triangulation-001.jpg b/etit-bildverarbeitung-cheatsteet/res/triangulation-001.jpg similarity index 100% rename from res/triangulation-001.jpg rename to etit-bildverarbeitung-cheatsteet/res/triangulation-001.jpg