aboutsummaryrefslogtreecommitdiff
path: root/doc/refs.bib
blob: 4af280b248d61dde6027c520ec436801a351c270 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
@article{ieee:sign-detection,
	author = {Chunsheng Liu and Shuang Li and Faliang Chang and Yinhai Wang},
	title = {Machine Vision Based Traffic Sign Detection Methods: Review,
		  Analyses and Perspectives},
	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}
}