Vuforia offers two different options when working with images:
- Device databases are groups of image targets that are created through the Vuforia Target Manager and then downloaded and included locally in the project.
- Cloud recognition makes reference to the hosting and managing of the image targets groups directly online.
For this project, we will be using the first option. Databases, also known as datasets in the SDK, are groups of targets. They help with the classification of large amounts of targets, as well as memory and CPU usage. Databases can be dynamically loaded/unloaded at runtime and all the targets inside a loaded database will be added to the AR search. At the time of writing this book, there is no hard ...