MultiSet
Developer Portal
  • MultiSet Developer Docs
  • Getting Started
    • Changelog
    • VPS SDK : Unity Guide
    • FAQ
  • Basics
    • Maps
      • Mapping Instruction
      • Mapping Planning
      • Mapping Equipment
    • MapSet : Multiple Maps
      • Merging Maps without Overlap
        • Extend a MapSet
      • Merging Maps with Overlap
      • Adjust Map Transformation
    • App Localization
    • Credentials
    • Analytics and Usage
    • Downloads
    • REST API Docs
    • WebXR Integration
    • Third Party Scans
      • Matterport
    • MapFoundry
    • Georeferencing Maps
  • Unity-SDK
    • MultiSet package import
      • Universal 3D (Core) support
    • Sample Scenes
    • On-Cloud Localization
      • Individual Map
      • MapSet (Multiple maps)
        • Hint MapCodes
      • Pose Prior : HintPosition
    • Occlusion
    • NavMesh Navigation
  • Support
  • Native Support
    • iOS Native
Powered by GitBook
On this page
  • Benefits of Using HintPosition
  • Setting Up Geo-Referenced Maps

Was this helpful?

  1. Basics

Georeferencing Maps

The MultiSet Visual Positioning System (VPS) now supports the use of geolocation data as an external prior to enhance localization performance. This feature, called HintPosition, allows you to provide approximate position information to the localization query, which helps narrow down the search space and improves the speed and accuracy of pose estimation.

By geo-referencing your 3D scans with WGS84 coordinates, you can leverage device GPS and other sensors to provide initial position estimates that significantly reduce the computational load during localization.

Benefits of Using HintPosition

  • Improved Performance: Reduces search space and computational requirements

  • Faster Localization: Achieves quicker initial positioning by focusing on relevant areas

  • Higher Accuracy: Resolves potential ambiguities in visually similar environments

  • Seamless Transitions: Enables smooth transitions between different mapped areas

  • Reduced Resource Usage: Lower memory and processing requirements on devices

Setting Up Geo-Referenced Maps

To use the HintPosition feature effectively, you need to establish a proper geo-reference for your MultiSet maps. This involves:

  1. Recording the exact WGS84 coordinates (latitude, longitude, altitude) of your map's origin point

  2. Documenting the compass heading to establish the orientation relative to true north

  3. Configuring these values in your MultiSet project settings

PreviousMapFoundryNextMultiSet package import

Last updated 1 day ago

Was this helpful?