Mapillary icon indicating copy to clipboard operation
Mapillary copied to clipboard

360 degrees detections are not allinged

Open GhostFoxSledgehammer opened this issue 4 years ago • 1 comments

Detection are aligned only when looking directly at them. Horizontal rotation is fine but when image is rotated vertically they get separated from object.

Normal Annotation 2021-01-06 014511

Horizontal Rotation detection horizontal

Vertical Rotation detection vertical

Also they don't respond to zooming.

GhostFoxSledgehammer avatar Jan 05 '21 20:01 GhostFoxSledgehammer

This is largely due to using two different methods for calculating where the user is looking. IIRC.

I need to see if I can figure out how to move from the largely custom code currently used to something that only uses Apache Commons (I think that if I am able to do that, the responsiveness of the UI will greatly increase). The major problem is "clamping" the rotation such that the user cannot rotate the image such that the image is "skewed".

tsmock avatar Jan 05 '21 20:01 tsmock