-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathuseful references.txt
30 lines (26 loc) · 1.14 KB
/
useful references.txt
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
OpenCV:
Edge Detection:
https://docs.opencv.org/2.4/doc/tutorials/imgproc/imgtrans/canny_detector/canny_detector.html
possible c code / algorithms for canny edge detection:
http://www.math.tau.ac.il/~turkel/notes/canny_source.c
ML Introduction:
https://docs.opencv.org/3.1.0/dc/dd6/ml_intro.html
Raspberry PI:
Unattended Installation:
https://github.com/FooDeas/raspberrypi-ua-netinst
Camera:
https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspistill.md
https://www.raspberrypi.org/documentation/hardware/camera/README.md
https://github.com/raspberrypi/userland/blob/master/host_applications/linux/apps/raspicam/RaspiStill.c
https://thepihut.com/blogs/raspberry-pi-tutorials/16021420-how-to-install-use-the-raspberry-pi-camera
Build Systems:
CMake:
https://cmake.org/
Handling Image Numbers:
http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf
Hardware:
Conveyor Belt:
http://www.instructables.com/id/DIY-Conveyor-belt/
LED Connection:
https://thepihut.com/blogs/raspberry-pi-tutorials/27968772-turning-on-an-led-with-your-raspberry-pis-gpio-pins
https://www.hackster.io/windowsiot/rgb-led-sample-729ea7