Dne čtvrtek, 15. září 2011, kfj <[email protected]> napsal(a): > > > Thanks for sharing your solution. But I suppose in my case it's a > different problem, since (as per wiki) I am compiling with image cache > off (or at least I think I do). This is the cmake command line I used > for my last build: > > cmake ../enblend.hg -DENABLE_GPU:BOOL=ON -DENABLE_IMAGECACHE:BOOL=OFF - > DENABLE_OPENMP:BOOL=ON -DCPACK_BINARY_DEB:BOOL=ON - > DCPACK_BINARY_NSIS:BOOL=OFF -DCPACK_BINARY_RPM:BOOL=OFF - > DCPACK_BINARY_STGZ:BOOL=OFF -DCPACK_BINARY_TBZ2:BOOL=OFF - > DCPACK_BINARY_TGZ:BOOL=OFF -DCPACK_BINARY_TZ:BOOL=OFF - > DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr/local > > and the -DENABLE_IMAGECACHE:BOOL=OFF should switch the image cache > off. Is that the flag you meant? > > Kay >
I'm sorry Kay, I didn't test enblend on images you provided earlier before sending my solution. On your images I can confirm the problem. Using --no-optimize parameter for enblend returns little bit better result, but still very far from desired outcome. Regarding image cache, you are right, -DENABLE_IMAGECACHE:BOOL=OFF is the flag I was talking about. -- You received this message because you are subscribed to the Google Groups "Hugin and other free panoramic software" group. A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hugin-ptx
