Reputation: 22873
I want to create a similar app to "word lens" anybody know any augmented reality sdk which can detect the text and its location from the camera feed/video? Or anybody can give me any pointer on where should I start?
Upvotes: 3
Views: 739
Reputation: 199
I'm pretty new on character recognition and augmented reality but you can look at OpenCV for image recognition.
If you need to detect characters and then translate them. You should search for Optical character recognitions library such as tesseract.
I don't know if there is a lot of library that do the trick but you can search on that.
Hope I helped.
Upvotes: 1