emailconfirmed
1,824
edits
mNo edit summary |
(Throw in a couple of python links) |
||
Line 93: | Line 93: | ||
We will sample our own surroundings,but there's also a lot of data on the internet, that we will use right away in our programming exercises. | We will sample our own surroundings,but there's also a lot of data on the internet, that we will use right away in our programming exercises. | ||
[[Image: | [[Image:histology-db-sample.png|thumb|left|''Sample tissue from the [http://www.bu.edu/histology/m/i_thumbn.htm Histology DB] of Boston University ]][[Image:leaf-db-sample.png|thumb|left|''Sample from the [http://thedata.harvard.edu/dvn/dv/vitis_leaves Vitis Leaf Shape DB]'' ]] | ||
[[Image: | |||
<br style="clear:both"> | <br style="clear:both"> | ||
Line 107: | Line 106: | ||
* [https://en.wikipedia.org/wiki/List_of_citizen_science_projects List of Citizen Science Projects] on Wikipedia | * [https://en.wikipedia.org/wiki/List_of_citizen_science_projects List of Citizen Science Projects] on Wikipedia | ||
* [http://www.globeatnight.org/ Globe at Night] | * [http://www.globeatnight.org/ Globe at Night] | ||
==== Tracking the Dots ==== | |||
Using SimpleCV and OpenCV to identify and track objects | |||
* [https://www.youtube.com/watch?v=jihxqg3kr-g Tracking a Ball with SimpleCV] | |||
* [https://stackoverflow.com/questions/14036944/how-do-i-locate-the-rabbit Follow the white Rabbit] | |||
* [https://rdmilligan.wordpress.com/2015/01/12/opencv-contours-for-pac-man/ Tracking PacMan with OpenCV] | |||
==== Connecting the Dots ==== | |||
Using NetworX to identify relations between objects | |||
[[Image:su-song-starmap.png|thumb|300px|left|''[[wikipedia:Su Song|Su Song's]] Star Map'']] | |||
<br style="clear:both"> | |||
* [https://networkx.github.io/ NetworX] – Python Library | |||
* [https://networkx.github.io/documentation/development/reference/generated/networkx.algorithms.mst.minimum_spanning_tree.html Minimum Spanning Tree] | |||
* [https://networkx.github.io/documentation/latest/examples/drawing/random_geometric_graph.html Random Geometric Graph] | |||
== Literature == | == Literature == |