Masks in a Hugin PTO project are stored in lines of text that begin with the letter 'k'. So, make a copy of the file without any lines beginning with 'k' like this:
grep -v '^k' project.pto > new_project.pto -- Bruno On Thu, 14 Apr 2022, 07:13 Noveguy, wrote: > Hi all, > > I need to mask some regions to prevent cpfind from getting CPs in that > regions but I still want those masked regions to appear in the final > panorama. > > I suspect that I might need to "enable" those masked regions before > running cpfind then "disable"/delete them after cpfind. This action is > easily done with GUI but I have no idea how to do that with command line. I > already looked at Hugin's Help and found "pto_mask " but that does not > support deleting masks in pto project. > > Did I overlook something ? Please help. > -- 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/CAJV99ZjmtUKfN1-%3D7OS9vKjBorn3CTjgx6CemPtqL%2B3QFSRKRw%40mail.gmail.com.
