emailconfirmed
174
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=== Quick and dirty Euglena tracking using OpenCV, Syphon, and OSC. === | === Quick and dirty Euglena tracking using OpenCV, Syphon, and OSC. === | ||
Sources at GitHub: https://github.com/lscherff/biogames/tree/master/TrackEuglenaSyphonOSC | |||
== | === Threshold based Euglena detection === | ||
<source lang="java"> | <source lang="java"> | ||
opencv.loadImage(cam); | opencv.loadImage(cam); |