← Back to team overview

hugin-devs team mailing list archive

[Bug 739057] [NEW] Initial seam line has undesirable corners when near diagonal

 

Public bug reported:

The initial seam line between two images, where the best seam is close
to being diagonal, end up with large horizontal/vertical deviations.
(see attached)

The problem appears to be that the nearest feature transform is using
Manhattan distances to find the initial seam.   Certain image
orientations cause this to give very bad initial seams.   A quick test
of switching enblend to use Euclidean distances resolved this problem.

** Affects: enblend
     Importance: Undecided
         Status: New


** Tags: nft seam

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Enblend.
https://bugs.launchpad.net/bugs/739057

Title:
  Initial seam line has undesirable corners when near diagonal

Status in Enblend:
  New

Bug description:
  The initial seam line between two images, where the best seam is close
  to being diagonal, end up with large horizontal/vertical deviations.
  (see attached)

  The problem appears to be that the nearest feature transform is using
  Manhattan distances to find the initial seam.   Certain image
  orientations cause this to give very bad initial seams.   A quick test
  of switching enblend to use Euclidean distances resolved this problem.



Follow ups

References