hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #01582
[Bug 739060] Re: Seam optimizer gives loops, near-loops, and excessive deviations from an optimal path
Attachment showing visualize output from:
enblend -m 2000 --visualize --smooth-difference=10 --coarse-mask
--optimizer-weights=8:1 --dijkstra=2 -o test.jpg file*.tif
enblend --version
enblend 4.1-5e7392eab8d3
** Attachment added: "seam-tmp2.jpg"
https://bugs.launchpad.net/enblend/+bug/739060/+attachment/1925308/+files/seam-tmp2.jpg
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Enblend.
https://bugs.launchpad.net/bugs/739060
Title:
Seam optimizer gives loops, near-loops, and excessive deviations from
an optimal path
Status in Enblend:
New
Bug description:
See attached 'visualize' file for details.
Seam line optimization seems to be giving closed loops and near-closed
loops that visually appear to have much better solutions. I played
with the various weightings (anneal, smoothing, optimizer-weights) and
although I can pull the seam closer to the NFT, the loops are still
problematic. From a 30,000-foot view, it appears that the optimizer
should be weighting in the LENGTH of the seam line as well as it's
cost and distance from the NFT. The results I'm seeing appear to be
the result of minimizing a mix of the distance from the NFT and the
average cost of the path (which would be insensitive to the path
length). If the length were taken into account, then any loop would
be eliminated since it can only add cost to short-circuiting it.
References