aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnavailableDev <ggwildplay@gmail.com>2023-05-22 10:26:37 +0200
committerUnavailableDev <ggwildplay@gmail.com>2023-05-22 10:26:37 +0200
commit6daf8036c1342899196b2f7830ae5a18f0918d07 (patch)
tree5fd16a7323f9a4565ff16d47da82449f762f9908
parent4eaf61db971fde2a7d2d9fe2e8bb4022554724da (diff)
*file in wrong dir fixed
-rw-r--r--assets/signs.png (renamed from doc/img/signs.png)bin376970 -> 376970 bytes
-rw-r--r--doc/dui.md2
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/img/signs.png b/assets/signs.png
index 8102ac4..8102ac4 100644
--- a/doc/img/signs.png
+++ b/assets/signs.png
Binary files 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.