views:

300

answers:

2

Hello, I need some help on Augmented Reality. I have develop a small application.NOw I want to use shape detection algorithm or specially circle detection algorithm.I want that after my camera get open It should only detect circles and if it gets circles it should get replaced with some corresponding image. I hope you understood what I want to do.

A: 

Try the ARToolKit

Chris S
Sir can you provide me the sample application which works in the similar manner.Or a good tutorial on ARToolKit.
hardik
A: 

See http://stackoverflow.com/questions/953714/face-recognition-library

I like OpenCV, it can detect circles easily.

FrankJK