summaryrefslogtreecommitdiff
path: root/doc/dui.md
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-05-22 12:44:46 +0200
committerlonkaars <loek@pipeframe.xyz>2023-05-22 12:44:46 +0200
commit7493bb9c899c34853d0f7f84f60838583ae19aaf (patch)
treeed0e5480575ba3e0a6d7d9e2cded58208c15dd38 /doc/dui.md
parentbb0972183bd568a9e45d447e122d0fba9a587ba9 (diff)
hough transform sources to bibtex
Diffstat (limited to 'doc/dui.md')
-rw-r--r--doc/dui.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/dui.md b/doc/dui.md
index 22d74a6..03bd855 100644
--- a/doc/dui.md
+++ b/doc/dui.md
@@ -195,10 +195,10 @@ This is a popular algorithm used to detect straight lines in an image. It works
For more information about Hough Transform algorithms check the below links:
-- [Wiki hough](https://en.wikipedia.org/wiki/Hough_transform )
-- [Science article](https://www.sciencedirect.com/topics/computer-science/hough-transforms)
-- [OpenCV Hough](https://docs.opencv.org/3.4/d9/db0/tutorial_hough_lines.html)
-- [OpenMV find_lines](https://docs.openmv.io/library/omv.image.html)
+- \citetitle{wikipedia:hough}
+- \citetitle{sciencedirect:hough}
+- \citetitle{opencv:hough}
+- \citetitle{openmv:find_lines}
#### EDlines