ultramango / gear360pano

Simple script to create equirectangular panorama by stitching images from Samsung Gear 360
MIT License
225 stars 55 forks source link

Script to remove yourself from images #46

Open utack opened 6 years ago

utack commented 6 years ago

I have created a quick nautilus script to remove yourself from images by using two halves from two raw images. https://paste.ubuntu.com/26319454/ This goes to ~/.local/share/nautilus/scripts/ as an executable .sh file

Move in front of lens 1, take a picture, move in front of lens 2 (without moving the camera in between), take a picture Select the two files that "match" in nautilus and run the script, it drops one image in which you are twice in /tmp/stitchpath and one in which you are removed.

I am sure it could be written more elegantly, but it works