I have been studying the multiple command-line tools to try to emulate the sequence of operations in the GUI Assistant mode.
Load image (and create .pto) pto_gen -o file.pto xxx*.jpg Align ... cpfind -o file.pto file.pto Create panorama Here I break down and get confused. There seem many options, and many partial solutions. Trying a variety, I do get a pano file, but it is 1/1000th the size of the GUI-produced file. What I have tried is cpclean -o %1.pto %1.pto linefind -o %1.pto %1.pto rem autooptimiser -a -l -s -m -o %1.pto %1.pto rem pano_modify --canvas=AUTO --crop=AUTO -o %1.pto %1.pto nona -m TIFF_m -o %1 %1.pto enblend -o zp_%1.tif %10*.tif enfuse -o zp_%1.tif %10*.tif rem del %10*.tif convert zp_%1.tif -resize 7000x zp_%1r.jpg 1) Is there a way to get the sequence of commands output from the hugin GUI? 2) Is there a standard tool processing algorithm defined somewhere? Paul A. Thompson -- 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/e923ff2d-b416-4ca6-aaa2-1e46f87c242an%40googlegroups.com.
