I started wondering if I could align the left and right images of a 3d photo automatically. I don't know the first thing about how that’s done but fortunately I ran across the `VNTranslationalImageRegistrationRequest` part of Apple's Vision Framework which lets you provide two images and tries to return an alignment transform.
The trick with 3d photos is that the alignment is different depending on what you want the 'subject' to be.
I'd really like to be able to click the photo and have it align right there under the cursor.
#stereotastic #3dphotography #iosdev #visionpro #macdev #swift