diff options
author | UnavailableDev <ggwildplay@gmail.com> | 2023-05-22 10:26:37 +0200 |
---|---|---|
committer | UnavailableDev <ggwildplay@gmail.com> | 2023-05-22 10:26:37 +0200 |
commit | 6daf8036c1342899196b2f7830ae5a18f0918d07 (patch) | |
tree | 5fd16a7323f9a4565ff16d47da82449f762f9908 | |
parent | 4eaf61db971fde2a7d2d9fe2e8bb4022554724da (diff) |
*file in wrong dir fixed
-rw-r--r-- | assets/signs.png (renamed from doc/img/signs.png) | bin | 376970 -> 376970 bytes | |||
-rw-r--r-- | doc/dui.md | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/img/signs.png b/assets/signs.png Binary files differindex 8102ac4..8102ac4 100644 --- a/doc/img/signs.png +++ b/assets/signs.png @@ -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. |