Pattern / shape recognition software
-
Hello all,
is there a pattern or shape recognition software that is Isadora compatible? There is the famous "Face osc" that detects human face and send various parameters in osc format to izzy in localhost or in a network[https://vimeo.com/26098366](https://vimeo.com/26098366)But what I'd like is to be able to track other things (for example across, like a christian cross). is it possible with waht software?Thanks -
I looked into this - a lot! There are things called fiducials or fiducial markers. These are used a lot with touch screens/touch screen surfaces:
https://vimeo.com/33114239 But to be honest for what you want - no not really. if you do find anything then please let me know.I did try and create a patch which took a screen grab of a live feed and compared it so when it matched up again within a 10% varience it sent a trigger.... It became very very complex though!
On a side note. AR technology such as Layar and Aurasma can detect 2D images so it must be possible.
-
ARToolkit will do what you want with a bit of work. You can train your own markers with not so much difficulty.Here is a how to https://vimeo.com/2361984. I have made my own markers with the c++ version of this library but not the QC version. I dont know what features it has.
Here is a tutorial on training new markershttp://www.artoolworks.com/support/library/Creating_and_training_new_ARToolKit_markersThere are limitations (like the image needs a continuous border but you can be creative with this) on training new markers. In openCV you can make new arbitrary object definitions but it is not a plug and play solution.Fred -
Nice find @Fred - when did this come out? Is it a new thing?
-
No it is a few years old already. Early augmented reality library. It is getting toward the end of its life as AR is pretty much completely focused on mobile devices these days. -
I looked into this about a year ago and never found this.. annoying! But hey-ho I've found it now :)