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

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

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

2022-04-13 Thread Noveguy
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