diff options
author | UnavailableDev <ggwildplay@gmail.com> | 2023-05-08 10:45:37 +0200 |
---|---|---|
committer | UnavailableDev <ggwildplay@gmail.com> | 2023-05-08 10:45:37 +0200 |
commit | 7a18524a8b97deaafcd93be14e56ce308fe4583c (patch) | |
tree | b30824cff49922f560317c6928ab745bb8dc2cc2 | |
parent | ffe58ef884b1d82fcdfff26413989d32913b91eb (diff) |
updated draft
-rw-r--r-- | docs/research_sign_detect.md | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/docs/research_sign_detect.md b/docs/research_sign_detect.md index 075ceca..b81ab38 100644 --- a/docs/research_sign_detect.md +++ b/docs/research_sign_detect.md @@ -1,6 +1,13 @@ + +# List of abriviations + +- ROI (aRea Of Interest) + + + # The traffic sign problem: -We divide the reviewed detection methods into five main categories: color-based methods, shape-based methods, color- and shape-based methods, machine-learning-based methods, and LIDAR-based methods +<!-- We divide the reviewed detection methods into five main categories: color-based methods, shape-based methods, color- and shape-based methods, machine-learning-based methods, and LIDAR-based methods --> # Traffic Sign Detection (TSD) @@ -80,23 +87,29 @@ The above described methods where also applied to a database in order to compare Common standard shapes of traffic signs are triangle, circle, rectangle, and octagon. Shape characteristics used for shape detection include standard shapes, boundaries, texture, key points, etc. ### Hough +<!-- TODO: no info found --> - -### Barnes *et al* (fast radial symmetry) +### Barnes *Fang et al* (fast radial symmetry) +Seemingly a 'simpler' method +<!-- TODO: (currently no great references found) --> ### Fourier +This method also deals with occlusion and morphing the shape flat again (when looking at it at an angle). ### Key points detection - +This, simply put, looks at the edges/corners in order to find an ROI. ## Color & Shape based +In some methods, the shape detection methods can be combined with color based methods to fulfill the traffic sign detection work. +For example, using a color based detection to find a ROI and using shape detection in that ROI to determine if it is a sign. -## Neural networks +## Neural networks +<!-- TODO: --> # Traffic Sign Recognition (TSR) |