Asked — Edited

Symbol Detection

Is it possible to use this software to detect certain symbols, say a heart on a playing card? If the heart is detected, it will engage a servo. If the heart it is not detected, it will engage another servo.


ARC Pro

Upgrade to ARC Pro

Join the ARC Pro community and gain access to a wealth of resources and support, ensuring your robot's success.

United Kingdom
#1  

Not with ARC. You could use the custom haar (I think could be harr or even haas...) detection but it is limited to one item and not well documented.

#2  

That's unfortunate. Can you recommend another software that can allow me to do this?

United Kingdom
#3  

You could use the SDK

#4  

Wouldn't this be similar to glyph recognition? I've not messed with it yet but there are some predefined glyphs you could use. You could also use RQ codes as well. Unless it has to be a heart. It may not be exactly what you're looking for but if you're not married to hearts you may want to try those options out in ARC.

#5  

Wolf King, use Open CV - Computer Vision Library

United Kingdom
#6  

Open CV is compatible with ARC, but limited to one item.

#7  

There is a freeware program to create your own "glyphs" ...the more ways to communicate with your robot the better....and the advantage of glyphs over VR is anyone can communicate with your robot!..thanks for the tip @Rich

#8  

@irobot58 I have only looked at the glyph feature so I'm sorry if this is a dumb question: Can you import a glyph into that function? I have plans on messing with it soon and I just was wondering if that's an option. BTW could you post a link to that freeware? I'd like to check it out. Thanks