rnbguy / FishPyPano

Stitch two fish eye images to get 360° panorama
MIT License
40 stars 8 forks source link

Meta data for correct rotation is added but the image itself is not rotated #3

Open kronpano opened 6 years ago

kronpano commented 6 years ago

After the stitch the image gets meta data added for the correct display using exiftool but the image itself is not rotated. This makes reviewing an image quite difficult and uploading them to other services impossible (some don't look at the EXIF data).

It would be better if the image itself could be rotated. At the moment the bottom of the double circles is always in the centre of the generated image.

Not sure how to roatate a spherical image in OpenCV though :( and/or if any of the rotation matrices extracted from the Mi Sphere image can be applied easily.

rnbguy commented 6 years ago

Yea. I know about this. The stitch is always at the middle of the picture. Since I don't have good algorithm to rotate correctly, I kept it like that.