Equirect Query
Localize from a single 360° equirectangular panorama, with no camera intrinsics to supply.
What is an equirect query?
curl -X POST "$BASE_URL/v1/vps/map/query-form" \
-H "Authorization: Bearer $TOKEN" \
-F "imageType=equirect" \
-F "mapCode=MAP_XXXXXXXXXXXX" \
-F "isRightHanded=true" \
-F "queryImage=@panorama.jpg"The pose you get back
Input requirements
Requirement
Value
When to use it
Rules and interactions
Response
Last updated
Was this helpful?

