Sweet Touchpad+MIDI
Monday, 5 January 2009
Built using a Cirque Glidepoint resistive touchpad and an Arduino. Check it out here
On another note, OF has gone parallel, sort of. Parallel processing means that all the processors get used equally and any task gets spread out across them. If you’re just on a single processor machine it’s not a big deal, but if you’re on a computer with a 2, 4, or 8 processor cores, then you’ll want to think about how to effectively use all those cores. The answer is, for certain things, ‘for’ loops in particular, OpenMP. If you’re interested in getting your OpenCV code running parallel fast, check out this thread on the OF forum.



