AFAIK if you pass the parameter @filename to a program on ms windows the contents of the file "filename" is used as command-line parameters. Thw last time I tried if the parameters are read from a file the maximum length was higher than the 256 bytes the limit was at back then.
Am 1. Juli 2021 07:04:12 MESZ schrieb "Florian Königstein" <[email protected]>: >I tried to stitch a panorama with 1350 images with multiblend. It didn't >work in Windows because the command line where all the image filenames are >listed was longer than 32768 characters. At least in Windows the limit is >32768 (or maybe one less). > >I suggest adding the possibility to read the command line arguments from a >file. >I changed multiblend.cpp so that you can add a command line option >--argfile filename or --argfile=filename . After this no further >arguments may follow in the command line, but each line in the file >"filename" counts as another argument, e.g. call >multiblend.exe" --argfile=test.txt >with test.txt containing e.g. >--compression=LZW >-o >test110.tif >-- >test1100000.tif >test1100001.tif >... > >In the attachment I have the modified version of multiblend.cpp. > >Maybe Hugin and HuginExecutor could be changed so that the arguments are >written in a file if they are many. > >Florian > >[email protected] schrieb am Sonntag, 13. Juni 2021 um 11:55:00 UTC+2: > >> Hello, >> >> as there is actual coding of new software going on, maybe one can iron out >> a deficiency in the Hugin lens model. At least lay the groundwork for it. >> >> The Brown-Conrady model parameters are sound, but the intersection with >> the abc-Hugin parameter set contains only one (1) non-trivial distortion >> parameter. >> >> I suggest to add further Brown-Conrady parameters to the software code you >> are currently writing. Now. >> >> Best regards >> >> Klaus >> On 11.06.21 18:20, Florian Königstein wrote: >> >> Monkey, I much appreciate your software. >> I like it because I like big panoramas ... and the speedup is welcome. >> >> For big panoramas there's another issue: Geometrical optimization is slow. >> I developed a fork for the libpano library that I called fastPTOptimizer. >> For large panoramas the speedup factor for optimization can be 100 or more. >> >> I integrated both your multiblend and my fastPTOptimizer into a >> "development version" of Hugin. >> Multiblend is now the default enblend-like program (in the GUI is still >> written "enblend" >> but you can see that multiblend is used by choosing Preferences / >> Programs). >> Only the CMakeLists.txt files are not updated so that Multiblend is >> automatically integrated >> because I'm not yet so familiar with creating files for CMake. >> >> My version of Hugin is here: >> https://sourceforge.net/projects/huginplusplus/files/development/ >> >> >> Monkey schrieb am Samstag, 10. April 2021 um 22:00:35 UTC+2: >> >>> Has anyone out there tried either the x64 or x86 versions of Multiblend >>> 2.0 on Windows XP or Windows Vista? Someone's reporting vcredist problems >>> and I'm not sure if it's because I built using the latest platform toolset. >>> >>> >>> On Sunday, 4 April 2021 at 17:11:16 UTC+1 [email protected] wrote: >>> >>>> I'll give it a shot. last time I used it it for a aerial 360 it removed >>>> cars and other ground objects. >>>> >>>> On Friday, March 5, 2021 at 3:57:30 PM UTC-8 Monkey wrote: >>>> >>>>> *(* for a Gigapixel mosaic, anyway; it's complicated, see below)* >>>>> >>>>> http://horman.net/multiblend/ >>>>> >>>>> It seems Groups won't let me post the quasi-essay I had written, >>>>> complete with images, so the link above will have to suffice. >>>>> >>>>> Here's Multiblend 2.0, faster, better, more... blendy. I'm calling it a >>>>> Release Candidate because there's only so much testing I can stand to do, >>>>> and I've hit a dead-end with features, so I thought I'd put it out there >>>>> for people to try. I expect some bugs to be found pretty quickly, which >>>>> I'll hopefully fix pretty quickly. >>>>> >>>>> It's released under GPLv3. >>>>> >>>> -- >> >> 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/2699006b-895d-42f4-bd19-6ed0d3f3863bn%40googlegroups.com >> >> <https://groups.google.com/d/msgid/hugin-ptx/2699006b-895d-42f4-bd19-6ed0d3f3863bn%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> > >-- >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/6c01e515-ad33-440e-ab47-4e28e44a475en%40googlegroups.com. -- Sent from my Android device with K-9 Mail. Please excuse my brevity. -- 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/4C51ECB5-3F3D-4C9D-88F1-F402E28A0D06%40gmail.com.
