Comments on: ShinyTouch/OpenCV http://localhost/wp/2010/07/shinytouchopencv/ this title probably isn't very original Fri, 30 May 2014 19:32:06 +0000 hourly 1 http://wordpress.org/?v=3.9.1 By: Redwood7 http://localhost/wp/2010/07/shinytouchopencv/comment-page-1/#comment-47493 Sun, 20 May 2012 13:46:30 +0000 http://antimatter15.com/wp/?p=1194#comment-47493 I have forked you on github… Testing the code in action…

]]>
By: admin http://localhost/wp/2010/07/shinytouchopencv/comment-page-1/#comment-15933 Fri, 16 Jul 2010 16:26:42 +0000 http://antimatter15.com/wp/?p=1194#comment-15933 The great thing now is that I don’t think I’m being bottlenecked at all by the python (except my blob detection code, that needs replacing). My camera only handles about 30 frames per second, and with all the code running, I still get about 30 frames per second. What’s annoying is that even though OpenCV does things like face detection, it doesn’t come with a blob detection solution built in :(

]]>
By: Dirk http://localhost/wp/2010/07/shinytouchopencv/comment-page-1/#comment-15932 Fri, 16 Jul 2010 05:36:03 +0000 http://antimatter15.com/wp/?p=1194#comment-15932 This is a very interesting approach! Python is by far the best programming language ever but maybe for time critical task as computer visioning a language like C or some other compiled language might be the better choice. But if you like it very portable something based on the Java or .net/Mono runtime might also be an adequate choice. For both with JPython and IronPython ports these runtime environments exist, but I’m not sure how about OpenCV. I personally played around with OpenCV on iPhone OS using Objective-C. http://www.youtube.com/watch?v=vVJj4jEu0vU

It is really amazing what can be accomplished with computer visioning these days :) Keep up your various researches.

]]>