Thomas B. schrieb am Sonntag, 30. Oktober 2022 um 11:38:38 UTC+1: > Hello all, > > I have some Python scripts for automated panorama creation. Those are > relying on HSI (Hugin Scripting Interface). But since I installed a new > machine, I was not able to make passing "pip install hsi": no matter what I > tried (installing opencv, building it from source, ...) installation always > fails with : > src/classifiedhsimage.h:7:10: fatal error: opencv2/core.hpp: No such file > or directory > > pip install hsi installs another program: https://pypi.org/project/HSI/ Hugins scripting interface does not use opencv. Also the mentioned file is not part of Hugin. You have probably to install Hugin via the package manager of your distribution (or compile and install from source) and not via pip.
Thomas PS: PTBatcherGUI has already some feature for automatic processing also of folders. -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/4405fcf4-6042-4811-9d51-8d03305a9b8cn%40googlegroups.com.
