Vuforia's main feature that's used to place virtual objects on the user's environment in real time is called Ground Plane. We are going to use this feature to create an app to place 3D content on horizontal surfaces of the real world, such as floors and tables.
Starting with Vuforia 7, the SDK introduced a new capability, called Vuforia Fusion, to improve the performance of spatial recognition according to each device's features, including cameras, sensors, chipsets, and internal AR frameworks. Vuforia Fusion tries to detect integrated frameworks such as ARKit (iOS) or ARCore (Android), which offer the best performance. If none are found, it tries to use VISLAM and SLAM, respectively.
Simultaneous localization and mapping (SLAM) algorithms estimate the pose of an object and the map of the surrounding...