[hugin-ptx] Re: How to delete masks using command line ?

2022-04-14 Thread T. Modes
Noveguy schrieb am Donnerstag, 14. April 2022 um 07:13:12 UTC+2: > 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 >

Re: [hugin-ptx] Re: Default Settings

2022-04-14 Thread Bruno Postle
I'm not at a computer, so I can't point directly to functionality, but I seem to remember that the default Hugin Assistant has an angle of view threshold, below which it chooses rectilinear, and above which it chooses equirectangular. Regarding custom workflows that don't use these default

Re: [hugin-ptx] How to delete masks using command line ?

2022-04-14 Thread David Benes
čt 14. 4. 2022 v 12:25 odesílatel Noveguy napsal: > Thank Bruno for the tip. Unfortunately, I am using Windows now. But I > think I could write some C# code to do that. > > On Thursday, April 14, 2022 at 3:32:04 PM UTC+7 bruno...@gmail.com wrote: > >> Masks in a Hugin PTO project are stored in

Re: [hugin-ptx] How to delete masks using command line ?

2022-04-14 Thread johnfi...@gmail.com
On Thursday, April 14, 2022 at 6:25:53 AM UTC-4 Noveguy wrote: > Thank Bruno for the tip. Unfortunately, I am using Windows now. But I > think I could write some C# code to do that. There are many different sources for linux tools (with or without including and depending on a copy of bash)

Re: [hugin-ptx] How to delete masks using command line ?

2022-04-14 Thread Noveguy
Thank Bruno for the tip. Unfortunately, I am using Windows now. But I think I could write some C# code to do that. On Thursday, April 14, 2022 at 3:32:04 PM UTC+7 bruno...@gmail.com wrote: > Masks in a Hugin PTO project are stored in lines of text that begin with > the letter 'k'. So, make a

[hugin-ptx] Re: Default Settings

2022-04-14 Thread 'Michael Perry' via hugin and other free panoramic software
Is there a way to get the Hugin 2019.2.0 to use Rectilinear Projection as its default projection rather than Equirectangular? On Thursday, 25 February 2021 at 13:00:58 UTC Michael Perry wrote: > I wonder if there is anyone in the forum who has a view about this? > > > On Saturday, 22 August

Re: [hugin-ptx] How to delete masks using command line ?

2022-04-14 Thread Bruno Postle
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