[hugin-ptx] Re: FillSky February update

2022-03-05 Thread Jeff Welty
That'll work fine.In -fsr mode, it will compare that brown color to the expected blue color, determine a zero probability that it is actual sky, and thus leave the color as is. In normal mode, blending starts 50% of the way between the green line and the yellowish line at the top, so it

[hugin-ptx] Re: FillSky February update

2022-03-05 Thread johnfi...@gmail.com
On Friday, February 11, 2022 at 8:07:30 PM UTC-5 eljef...@gmail.com wrote: > > > I would greatly appreciate reports on compilation problems. I have NOT > worked with the CMake files, I've only updated my local Makefile. > It compiled fine for me (using the CMake changes Thomas gave you) on

[hugin-ptx] Re: FillSky February update

2022-03-03 Thread Jeff Welty
No relationship at all. Based on a first test and a quick look at the code for dr.sybrin/skyfill, it appears to handle only extremely simple cases with entirely blue sky with very thin margins to fill above the sky. It won't provide a modelled gradient from horizon to zenith for sky hsv. It did

[hugin-ptx] Re: FillSky February update

2022-02-28 Thread ckoerner
Sorry for the dense question, but is this a fork of Skyfill? https://gitlab.com/dr.sybren/skyfill On Sunday, February 13, 2022 at 1:59:42 AM UTC-6 T. Modes wrote: > Hi Jeff, > > eljef...@gmail.com schrieb am Sonntag, 13. Februar 2022 um 04:05:39 UTC+1: > >> Added 8 bit support on the

[hugin-ptx] Re: FillSky February update

2022-02-12 Thread T. Modes
Hi Jeff, eljef...@gmail.com schrieb am Sonntag, 13. Februar 2022 um 04:05:39 UTC+1: > Added 8 bit support on the 2022.02.11 branch... Only for TIFF images. > Thanks a lot. Works fine here. -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You

[hugin-ptx] Re: FillSky February update

2022-02-12 Thread Jeff Welty
Added 8 bit support on the 2022.02.11 branch... Only for TIFF images. On Saturday, February 12, 2022 at 1:28:29 AM UTC-8 T. Modes wrote: > Hi Jeff, > eljef...@gmail.com schrieb am Samstag, 12. Februar 2022 um 02:07:30 UTC+1: > >> >> I would greatly appreciate reports on compilation problems. I

[hugin-ptx] Re: FillSky February update

2022-02-12 Thread Jeff Welty
Hi Thomas, Thanks for checking it out and the CMake patch! I have a general idea how to handle 8 bit images -- when reading the image, upscale to 16 bit, do all the processing, then on output downscale back to 8 bit. The extra bits would make all the interim processing better. Dithering

[hugin-ptx] Re: FillSky February update

2022-02-12 Thread T. Modes
T. Modes schrieb am Samstag, 12. Februar 2022 um 10:28:29 UTC+1: > A first test looks good. > PS: It create now some temporary/debug files? (some .dat files and a original file from exiftool) -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ ---

[hugin-ptx] Re: FillSky February update

2022-02-12 Thread T. Modes
Hi Jeff, eljef...@gmail.com schrieb am Samstag, 12. Februar 2022 um 02:07:30 UTC+1: > > I would greatly appreciate reports on compilation problems. I have NOT > worked with the CMake files, I've only updated my local Makefile. > please find attached a patch for a update of the CMake build