Thank you!  I will give this a try.

As for my use case, I am attempting to fill in the tops of images like
this - https://1drv.ms/f/s!Ah3sXKXawuGfgaQlgH14Q6u0SylHuw?e=Dia5XB
Specifically attempting to script a solution that I can use in an
automated manner due to the thousands of Panos' I have taken.  Output
Pano image from my script - 100_0278.jpg and the same image from the
drone that does the stitching/fill automatically, but in poor quality
(and omits exif gps data) -
dji_fly_20230814_210712_278_1692061764447_pano_optimized.jpg


On Thu, Sep 7, 2023 at 10:09 AM T. Modes <[email protected]> wrote:
>
>
>
> PanoSeek schrieb am Dienstag, 5. September 2023 um 20:48:35 UTC+2:
>
>
> Here is what I have done so far -
>
> setup directories
> git clone the repo to the local directory - git clone 
> https://github.com/weltyj/SkyFill
> Installed cmake 3.27.4
> Installed tiff-3.8.2-1.exe to the same directory as the clone of the repo.
>
> I don't know what this file is. But the libtiff library has to be compiled 
> with the same compiler as the one you are using for skyfill.
> Probably they don't match. (From the name libtiff could be from gcc and you 
> are compiling skyfill with Visual Studio, just guessing.)
>
>
> added a few lines to the cmakelists.txt file as I could not get the find 
> package to work.
>
>
>
> 5. added a few lines to the makelists.txt file as I could not get the find 
> package to work.
>
> 6. ran cmake from the \build directory - cmake C:\Users\Rod\SkyFill\
> 7. Opened the solution in visual studio community 2022
> 8. tweaked the projects include locations because it was still not finding 
> the TIFF files it needed.
>
> CMake does not work this way. You should not modify the CMakeLists.txt file. 
> Instead enter the correct path in the CMake-GUI.
>
>
> 9. Attempted Build and got 9 errors like this- Severity Code Description 
> Project File Line Suppression State
> Error LNK2019 unresolved external symbol __imp__TIFFmalloc referenced in 
> function read_tif_image skyfill C:\Users\Rod\SkyFill\Build\skyfill_tif.obj 1
>
> At this time, I have no idea why I cannot get it to compile.
>
> So above.
>
> Also Hugin has the fill edges option to fill missing edges. Not sure if this 
> would also work in your usecase.
>
> Thomas
>
> --
> 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/0fd605b3-c90e-402e-8ae0-5b4cdca32125n%40googlegroups.com.

-- 
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/CACEZAMN3D6OeNZCaCSfA0OAqJR4pf8Xd6poKt_ZY_nRri2iPDA%40mail.gmail.com.

Reply via email to