From 6daf8036c1342899196b2f7830ae5a18f0918d07 Mon Sep 17 00:00:00 2001 From: UnavailableDev Date: Mon, 22 May 2023 10:26:37 +0200 Subject: *file in wrong dir fixed --- assets/signs.png | Bin 0 -> 376970 bytes doc/dui.md | 2 +- doc/img/signs.png | Bin 376970 -> 0 bytes 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 assets/signs.png delete mode 100644 doc/img/signs.png diff --git a/assets/signs.png b/assets/signs.png new file mode 100644 index 0000000..8102ac4 Binary files /dev/null and b/assets/signs.png differ diff --git a/doc/dui.md b/doc/dui.md index b8354c0..cbe99e9 100644 --- a/doc/dui.md +++ b/doc/dui.md @@ -494,7 +494,7 @@ Most shape based recognition methods are more complex than using a color based d ## Traffic Sign Recognition (TSR) After traffic sign detection or tracking, traffic sign recognition is performed to classify the detected traffic signs into correct classes. -![signs example](img/signs.png) +![signs example](../assets/signs.png) ### Binary tree The binary-tree-based classification method usually classify traffic signs according to the shapes and colors in a coarse-to-fine tree process. diff --git a/doc/img/signs.png b/doc/img/signs.png deleted file mode 100644 index 8102ac4..0000000 Binary files a/doc/img/signs.png and /dev/null differ -- cgit v1.2.3