С недавнего времени у меня сломался сшиватель панорам Hugin. Никакие усилия по чистке конфигов к результатам не привели. Можно, конечно, клеить панорамы в www.dermandar.com, но это надо браузер открывать, да и приложуха требует включения Adobe Flash Player, что сейчас уже не приветствуется.
Панорамы сшивает Google Photo, но когда оно вам её склеит, одному Гуглу известно.
Пришлось сделать действие ПКМ Thunar (Xubuntu 18.04) по склейке панорам самому.
Действие основано на программке OpenPano от Yuxin Wu с github.com, лицензированного опенсорсной MIT лицензией.
На сайте автора есть инструкция, что делать. Качаю архив по ссылке с сайта автора на github.com, распаковываю, компилирую программку, потом бросаю готовый архив в домашнюю директорию и делаю ПКМ Thunar на команду:
cp /$HOME/OpenPano-master/src/config.cfg "$PWD" ; image-stitching %F zenity --progress --width=300 --height=100 --title="Сшиваю панораму" --text "...надо было ровней камеру держать!" --auto-close --pulsate; touch -r %f out.jpg ; mv out.jpg pano_%n && rm config.cfg
Условие появления: Изображения, каталоги
Иконка: Любая.
Перед этим надо отправить исполняеммый файл в директорию, где у вас находятся исполняемые файлы:
ln -s /home/user/OpenPano-master/build/src/image-stitching $HOME/.local/bin
Теперь, при выделении группы картинок и нажатии ПКМ "Сшить панораму" через двадцать-тридцать секунд в текущей директории появляется сшитая панорама со временем создания, как у группы исходных фото, что важно для организации коллекции фотографий например в Google Photo.
Ссылка на архив с уже скомпилированной под Xubuntu 18 программой: https://mega.nz/#!MBoURIyB!ccTQ8koTK7...
----------
Recently broken the Hugin panorama stapler. No effort to clean configs resulted in results. You can, of course, we can stitch panoramas in www.dermandar.com, but it is necessary to open the browser, and the application requires the inclusion of Adobe Flash Player,which is no longer welcome.
Panoramas are stitched together by Google Photo, but only Google knows when it will stitch.
I had to do the Thunar custom action (for (Xubuntu 18.04) to stitch panoramas myself.
The action is based on Yuxin Wu's OpenPano program with github.com, licensed by the open source MIT license.
The author's website has instructions on what to do. Download the archive from the link from the author's site to github.com, unpack it, compile the program, then throw the finished archive in the home directory and make a Thunar custom action on the command:
cp /$HOME/OpenPano-master/src/config.cfg "$PWD"; image-stitching %Density --progress --width=300 --height=100 --title= "Stitching panorama" --text "...I should have kept the camera level!"--auto-close --pulsate; touch-r %f out.jpg ; mv out.jpg pano_%n && rm config.cfg
The condition for the appearance: Images, Directories
Icon: Any.
Before doing this, you need to send the executable file to the directory where you have the executable files:
ln -s /home/user/OpenPano-master/build/src/image-stitching $HOME/.local/bin
Now, when you select a group of images and click the Thunar custom action "Stitch panorama" after twenty-thirty seconds, the stitched panorama appears in the current directory with the creation time, as in the group of source photos, which is important for organizing a collection of photos, for example, in Google Photo.
Link to the archive with the program already compiled for Xubuntu 18: https://mega.nz/#!MBoURIyB!ccTQ8koTK7...