[hugin-ptx] Nokia 6.1

2022-03-07 Thread Drew Faber
Does someone have a Nokia 6.1 Lens Project File -- Hugin lens data file? Thanks! -- 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"

[hugin-ptx] Nokia 6.1 Main Lens

2022-03-07 Thread Drew Faber
Does someone have a lens project file for the Nokia 6.1 main lens? Thanks! -- 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"

Re: [hugin-ptx] Create control points button in Photos tab

2022-03-07 Thread David W. Jones
Hmm, I have a modification: No image selected, control points exist - replace all *except manually created ones*. I've had panos where cpfind/Hugin insisted on not finding control points between some images until I manually created a couple. Then it found more. Or, don't create duplicates of

Re: [hugin-ptx] Create control points button in Photos tab

2022-03-07 Thread Jeff Welty
I just looked at the code, and it confirms the behaviour you describe. I too find it unexpected. If what I'm seeing in the code (ImagesPanel.cpp, ImagesPanel::CPGenerate() function ) is correct, it seems a somewhat trivial fix. Here's what I'd like: --- No images selected and there are

[hugin-ptx] The World Wide Panorama is awaiting your contribution

2022-03-07 Thread Erik Krause
Hello, the old-timers here might know the World Wide Panorama project. It's the longest lasting and ever growing gallery of interactive panoramic images on the internet, founded in the dawn of the medium in 2004. Totally non-commercial and without ads, run by a team of enthusiasts. The web page

Re: [hugin-ptx] Create control points button in Photos tab

2022-03-07 Thread John Fine
On Mon, Mar 7, 2022 at 3:34 PM Bruno Postle wrote: > > I can't check right now, and I've only ever used this button to create > control points for all images, but I seem to remember that you can select > more than one photo and it will generate points just for that set. > Correct. I was asking

Re: [hugin-ptx] Create control points button in Photos tab

2022-03-07 Thread Bruno Postle
On Mon, 7 Mar 2022, 12:59 johnfine wrote: > > *1)* If you have only one image selected and the Settings is Vertical > lines, then you get the expected behavior (lines within just that > image). But if the Settings is not Vertical lines, you get the > surprising behavior that your selection of

Re: [hugin-ptx] Re: Common base class for CPImageCtrl and MaskImageCtrl

2022-03-07 Thread johnfi...@gmail.com
On Monday, March 7, 2022 at 1:13:45 PM UTC-5 gunter.ko...@gmail.com wrote: > If two classes have nothing in common from the implementation side > deriving them from the same base class still might have a big advantage: > You can make a pointer to an object of that base class and access all

Re: [hugin-ptx] Re: Common base class for CPImageCtrl and MaskImageCtrl

2022-03-07 Thread Gunter Königsmann
If two classes have nothing in common from the implementation side deriving them from the same base class still might have a big advantage: You can make a pointer to an object of that base class and access all the common members without casting them and without writing code that is specific for

Re: [hugin-ptx] Re: Adding zenith shot

2022-03-07 Thread Luís Henrique Camargo Quiroz
Hi, Have you seen https://panospace.wordpress.com/2008/03/18/edit-the-nadir/ and other tutorials at https://wiki.panotools.org/Tutorials#Zenith_and_Nadir_retouching? They may give some clues. What I do: I just create control points connecting the nadir with other 'pointing down' images,

[hugin-ptx] Re: Adding zenith shot

2022-03-07 Thread johnfi...@gmail.com
I don't understand your question and/or your intent. You have a panorama that has been formed into a reasonable single image by some projection. You want to add an image to fill the hole on top, which I expect means that same projection would no longer be reasonable. I think no projection

[hugin-ptx] Create control points button in Photos tab

2022-03-07 Thread johnfi...@gmail.com
As a user, I'm bothered by a few behaviors of the Create control points button in the Photos tab. Before fixing those in my own copy and/or in the fork of hugin that I am working on, I'd like to get some opinions on: Why it does what it currently does. Why that might be the way other users