Image Detection Technique Used in QCAR

Can someone tell me what exactly and how exactly the image is recognized in Qualcomm QCAR https://developer.qualcomm.com/develop/mobile-technologies/augmented-reality . I would like to know which image detection algorithm is used.

+4
source share
2 answers

QCAR is based on Studierstube ES , which is not publicly available. However, you might be interested in publications in an updated project with extended implementation, as some of them relate to Studierstube ES, the predecessor. Algorithms have been improved at the same time, but you can find out what they have developed.

I have not read newspapers, but they may be of interest to you:

http://www.icg.tugraz.at/publications/pdf/WAGNER_ISMAR08_AMT.pdf

http://www.icg.tugraz.at/publications/pdf/WAGNER_ISMAR08_NFT.pdf

http://www.icg.tugraz.at/Members/daniel/MultipleTargetTrackingPDF

http://www.icg.tugraz.at/Members/daniel/Publications/TVCG2010_RealTimeDetectionAndTrackingOnMobilePhones.pdf

+6
source

Unfortunately, it seems that the QCAR on the Qualcomm website has virtually no documentation about the applied algorithms in the QCAR, except for β€œThe QCAR SDK uses sophisticated algorithms to detect and track functions that are naturally found in the image itself”

However, there is some explanation about the different types of supported tracks that you might want to take a look at. I do not really like pattern recognition, but you can get some pointers to the basic algorithms from this.

+1
source

Source: https://habr.com/ru/post/1379631/


All Articles