PanoSeek schrieb am Dienstag, 5. September 2023 um 20:48:35 UTC+2:


Here is what I have done so far - 

   1. setup directories 
   2. git clone the repo to the local directory - git clone 
   https://github.com/weltyj/SkyFill
   3. Installed cmake 3.27.4
   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.)
 
   
   1. 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.

Reply via email to