summaryrefslogtreecommitdiff
path: root/doc/refs.bib
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/refs.bib
parentbb0972183bd568a9e45d447e122d0fba9a587ba9 (diff)
hough transform sources to bibtex
Diffstat (limited to 'doc/refs.bib')
-rw-r--r--doc/refs.bib23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/refs.bib b/doc/refs.bib
index 7ae5f95..4af280b 100644
--- a/doc/refs.bib
+++ b/doc/refs.bib
@@ -5,3 +5,26 @@
year = {2019},
url = {https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8746141}
}
+
+@online{wikipedia:hough,
+ title = {Hough transform},
+ url = {https://en.wikipedia.org/wiki/Hough_transform}
+}
+
+@article{sciencedirect:hough,
+ author = {Mark S. Nixon and Alberto S and Aguado},
+ title = {Feature Extraction and Image Processing for Computer Vision},
+ year = {2020},
+ url = {https://www.sciencedirect.com/topics/computer-science/hough-transforms}
+}
+
+@manual{opencv:hough,
+ title = {Hough Line Transform},
+ url = {https://docs.opencv.org/3.4/d9/db0/tutorial_hough_lines.html}
+}
+
+@manual{openmv:find_lines,
+ title = {image — machine vision},
+ url = {https://docs.openmv.io/library/omv.image.html}
+}
+